Change in libosmo-sccp[master]: xua: Don't send NOTIFY messages to IPA ASPs

This is merely a historical archive of years 2008-2021, before the migration to mailman3.

A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/gerrit-log@lists.osmocom.org/.

pespin gerrit-no-reply at lists.osmocom.org
Thu Nov 7 17:38:55 UTC 2019


pespin has uploaded this change for review. ( https://gerrit.osmocom.org/c/libosmo-sccp/+/16003 )


Change subject: xua: Don't send NOTIFY messages to IPA ASPs
......................................................................

xua: Don't send NOTIFY messages to IPA ASPs

Change-Id: Ice3d948e4d2f57a8f52cfb93792d5f4d23284b96
---
M src/xua_as_fsm.c
1 file changed, 4 insertions(+), 2 deletions(-)



  git pull ssh://gerrit.osmocom.org:29418/libosmo-sccp refs/changes/03/16003/1

diff --git a/src/xua_as_fsm.c b/src/xua_as_fsm.c
index c25902e..394061b 100644
--- a/src/xua_as_fsm.c
+++ b/src/xua_as_fsm.c
@@ -233,8 +233,10 @@
 		if (asp_cmp == asp)
 			continue;
 
-		msg = encode_notify(&npar);
-		osmo_ss7_asp_send(asp, msg);
+		if (asp->cfg.proto != OSMO_SS7_ASP_PROT_IPA) {
+			msg = encode_notify(&npar);
+			osmo_ss7_asp_send(asp, msg);
+		}
 
 		osmo_fsm_inst_state_chg(asp->fi, XUA_ASP_S_INACTIVE, 0, 0);
 	}

-- 
To view, visit https://gerrit.osmocom.org/c/libosmo-sccp/+/16003
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings

Gerrit-Project: libosmo-sccp
Gerrit-Branch: master
Gerrit-Change-Id: Ice3d948e4d2f57a8f52cfb93792d5f4d23284b96
Gerrit-Change-Number: 16003
Gerrit-PatchSet: 1
Gerrit-Owner: pespin <pespin at sysmocom.de>
Gerrit-MessageType: newchange
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20191107/43dc6f53/attachment.htm>


More information about the gerrit-log mailing list