pespin has uploaded this change for review. (
https://gerrit.osmocom.org/c/libosmo-sigtran/+/42091?usp=email )
Change subject: sua: Support rx SCON in role=ASP
......................................................................
sua: Support rx SCON in role=ASP
Change-Id: I1e4146c2cb8fab460d5e810b602c20293272c2e4
---
M src/sua.c
1 file changed, 2 insertions(+), 0 deletions(-)
git pull ssh://gerrit.osmocom.org:29418/libosmo-sigtran
refs/changes/91/42091/1
diff --git a/src/sua.c b/src/sua.c
index eccecdd..40b6e2f 100644
--- a/src/sua.c
+++ b/src/sua.c
@@ -1015,6 +1015,8 @@
xua_snm_rx_dupu(asp, as, xua);
break;
case SUA_SNM_SCON:
+ xua_snm_rx_scon(asp, as, xua);
+ break;
case SUA_SNM_DRST:
LOGPASP(asp, DLSUA, LOGL_NOTICE, "Received unsupported SUA SNM
message type %u\n",
xua->hdr.msg_type);
--
To view, visit https://gerrit.osmocom.org/c/libosmo-sigtran/+/42091?usp=email
To unsubscribe, or for help writing mail filters, visit
https://gerrit.osmocom.org/settings?usp=email
Gerrit-MessageType: newchange
Gerrit-Project: libosmo-sigtran
Gerrit-Branch: master
Gerrit-Change-Id: I1e4146c2cb8fab460d5e810b602c20293272c2e4
Gerrit-Change-Number: 42091
Gerrit-PatchSet: 1
Gerrit-Owner: pespin <[email protected]>