Registro del estado/resultado de las operaciones de NOS

This commit is contained in:
2026-04-21 15:51:16 +02:00
parent ee8f84bc57
commit f0f3827fd0
2 changed files with 92 additions and 25 deletions

View File

@@ -69,8 +69,10 @@ export class SimNosController {
console.log("[i] Evento activate ", msg)
const data = this.validateMsg(msg) as SimEvents.activation
const iccid = data.payload.iccid
const correlation_id = data.headers?.message_id
const res = await this.tryUseCase(msg, this.uscases.activate({
iccid: iccid
iccid: iccid,
correlation_id: correlation_id
}))
return res;