pespin has submitted this change. ( 
https://gerrit.osmocom.org/c/libosmo-sigtran/+/41405?usp=email )

Change subject: xua_rx_msg: fill xua->mtp.sio with configured network indicator
......................................................................

xua_rx_msg: fill xua->mtp.sio with configured network indicator

Change-Id: I12b2debd62820e917a324da2b15cfb88eebc1bd1
---
M src/sua.c
1 file changed, 1 insertion(+), 1 deletion(-)

Approvals:
  fixeria: Looks good to me, approved
  Jenkins Builder: Verified
  laforge: Looks good to me, but someone else must approve




diff --git a/src/sua.c b/src/sua.c
index 448bdee..e157f31 100644
--- a/src/sua.c
+++ b/src/sua.c
@@ -717,7 +717,7 @@
        xua->mtp.opc = ;
        xua->mtp.dpc = ;
 #endif
-       xua->mtp.sio = MTP_SI_SCCP;
+       xua->mtp.sio = MTP_SIO(MTP_SI_SCCP, asp->inst->cfg.network_indicator);

        LOGPASP(asp, DLSUA, LOGL_DEBUG, "Received SUA Message (%s)\n",
                xua_hdr_dump(xua, &xua_dialect_sua));

--
To view, visit https://gerrit.osmocom.org/c/libosmo-sigtran/+/41405?usp=email
To unsubscribe, or for help writing mail filters, visit 
https://gerrit.osmocom.org/settings?usp=email

Gerrit-MessageType: merged
Gerrit-Project: libosmo-sigtran
Gerrit-Branch: master
Gerrit-Change-Id: I12b2debd62820e917a324da2b15cfb88eebc1bd1
Gerrit-Change-Number: 41405
Gerrit-PatchSet: 3
Gerrit-Owner: pespin <[email protected]>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: fixeria <[email protected]>
Gerrit-Reviewer: laforge <[email protected]>
Gerrit-Reviewer: pespin <[email protected]>

Reply via email to