pespin has uploaded this change for review. (
https://gerrit.osmocom.org/c/libosmo-sigtran/+/42026?usp=email )
Change subject: IPSP: Add a comment that it's intentional to drop all M3UA SNM
for IPSP
......................................................................
IPSP: Add a comment that it's intentional to drop all M3UA SNM for IPSP
An IPSP doesn't have MTP3 network management.
Change-Id: I7b87bf03964e7e9aac683ad860e511f83a685821
---
M src/m3ua.c
1 file changed, 2 insertions(+), 0 deletions(-)
git pull ssh://gerrit.osmocom.org:29418/libosmo-sigtran
refs/changes/26/42026/1
diff --git a/src/m3ua.c b/src/m3ua.c
index a3235d6..f2844fa 100644
--- a/src/m3ua.c
+++ b/src/m3ua.c
@@ -1149,6 +1149,8 @@
case OSMO_SS7_ASP_ROLE_ASP:
rc = m3ua_rx_snm_asp(asp, xua);
break;
+ case OSMO_SS7_ASP_ROLE_IPSP:
+ /* RFC 4666 Section 1.5.2: there is no MTP3 network management
status information */
default:
rc = M3UA_ERR_UNSUPP_MSG_CLASS;
break;
--
To view, visit https://gerrit.osmocom.org/c/libosmo-sigtran/+/42026?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: I7b87bf03964e7e9aac683ad860e511f83a685821
Gerrit-Change-Number: 42026
Gerrit-PatchSet: 1
Gerrit-Owner: pespin <[email protected]>
Gerrit-CC: laforge <[email protected]>