Change in libosmo-sccp[master]: osmo_ss7: Register 5000 as default port for IPA/SCCPlite

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/.

Harald Welte gerrit-no-reply at lists.osmocom.org
Sat May 26 10:22:38 UTC 2018


Harald Welte has submitted this change and it was merged. ( https://gerrit.osmocom.org/9327 )

Change subject: osmo_ss7: Register 5000 as default port for IPA/SCCPlite
......................................................................

osmo_ss7: Register 5000 as default port for IPA/SCCPlite

Makes sure that in absence of a user-specified port number,
osmo_ss7_asp_protocol_port() will return 5000 as default port number.

Change-Id: I628ee095603742a652fd971887e02cc17d1f71b8
---
M src/osmo_ss7.c
1 file changed, 1 insertion(+), 0 deletions(-)

Approvals:
  Jenkins Builder: Verified
  Harald Welte: Looks good to me, approved



diff --git a/src/osmo_ss7.c b/src/osmo_ss7.c
index 30677b9..275469e 100644
--- a/src/osmo_ss7.c
+++ b/src/osmo_ss7.c
@@ -307,6 +307,7 @@
 	[OSMO_SS7_ASP_PROT_NONE] = 0,
 	[OSMO_SS7_ASP_PROT_SUA] = SUA_PORT,
 	[OSMO_SS7_ASP_PROT_M3UA] = M3UA_PORT,
+	[OSMO_SS7_ASP_PROT_IPA] = 5000,
 };
 
 int osmo_ss7_asp_protocol_port(enum osmo_ss7_asp_protocol prot)

-- 
To view, visit https://gerrit.osmocom.org/9327
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings

Gerrit-Project: libosmo-sccp
Gerrit-Branch: master
Gerrit-MessageType: merged
Gerrit-Change-Id: I628ee095603742a652fd971887e02cc17d1f71b8
Gerrit-Change-Number: 9327
Gerrit-PatchSet: 1
Gerrit-Owner: Harald Welte <laforge at gnumonks.org>
Gerrit-Reviewer: Harald Welte <laforge at gnumonks.org>
Gerrit-Reviewer: Jenkins Builder
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20180526/91ce4bda/attachment.htm>


More information about the gerrit-log mailing list