pespin has uploaded this change for review. ( 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(-)
git pull ssh://gerrit.osmocom.org:29418/libosmo-sigtran refs/changes/05/41405/1
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));