pespin has submitted this change. ( 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(-)
Approvals: Jenkins Builder: Verified laforge: Looks good to me, but someone else must approve osmith: Looks good to me, approved
diff --git a/src/m3ua.c b/src/m3ua.c index 42a9798..44ae513 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;