Change in libosmo-sccp[master]: Log ip:port for created SS7 server

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

Max gerrit-no-reply at lists.osmocom.org
Fri Nov 9 15:03:35 UTC 2018


Max has uploaded this change for review. ( https://gerrit.osmocom.org/11708


Change subject: Log ip:port for created SS7 server
......................................................................

Log ip:port for created SS7 server

Change-Id: If2ae093175d64000490a2be31ecfea265ca3853d
---
M src/osmo_ss7.c
1 file changed, 3 insertions(+), 0 deletions(-)



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

diff --git a/src/osmo_ss7.c b/src/osmo_ss7.c
index c493672..e7cbd03 100644
--- a/src/osmo_ss7.c
+++ b/src/osmo_ss7.c
@@ -1826,6 +1826,9 @@
 	osmo_stream_srv_link_set_port(oxs->server, oxs->cfg.local.port);
 	osmo_stream_srv_link_set_proto(oxs->server, asp_proto_to_ip_proto(proto));
 
+	LOGP(DLSS7, LOGL_INFO, "Created %s server on %s:%u\n",
+		get_value_string(osmo_ss7_asp_protocol_vals, proto), local_host, local_port);
+
 	oxs->inst = inst;
 	llist_add_tail(&oxs->list, &inst->xua_servers);
 

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

Gerrit-Project: libosmo-sccp
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: If2ae093175d64000490a2be31ecfea265ca3853d
Gerrit-Change-Number: 11708
Gerrit-PatchSet: 1
Gerrit-Owner: Max <msuraev at sysmocom.de>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20181109/5c54a4ec/attachment.htm>


More information about the gerrit-log mailing list