pespin has submitted this change. ( 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(-)
Approvals: daniel: Looks good to me, but someone else must approve Jenkins Builder: Verified pespin: Looks good to me, approved laforge: Looks good to me, but someone else must approve
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);