Change in osmo-bsc[master]: log N-CONNECT from MSC

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

Neels Hofmeyr gerrit-no-reply at lists.osmocom.org
Thu Mar 14 03:42:51 UTC 2019


Neels Hofmeyr has submitted this change and it was merged. ( https://gerrit.osmocom.org/13228 )

Change subject: log N-CONNECT from MSC
......................................................................

log N-CONNECT from MSC

Change-Id: I83f15c7231b2b766aba4d25339d08acbbca3a47e
---
M src/osmo-bsc/osmo_bsc_sigtran.c
1 file changed, 4 insertions(+), 0 deletions(-)

Approvals:
  Max: Looks good to me, approved
  Pau Espin Pedrol: Looks good to me, but someone else must approve
  Jenkins Builder: Verified



diff --git a/src/osmo-bsc/osmo_bsc_sigtran.c b/src/osmo-bsc/osmo_bsc_sigtran.c
index 2ff5d80..f2a6d08 100644
--- a/src/osmo-bsc/osmo_bsc_sigtran.c
+++ b/src/osmo-bsc/osmo_bsc_sigtran.c
@@ -179,6 +179,10 @@
 		goto refuse;
 	}
 
+	LOGP(DMSC, LOGL_DEBUG, "(calling_addr=%s conn_id=%u) N-CONNECT.ind from MSC %d\n",
+	     osmo_sccp_addr_dump(&scu_prim->u.connect.calling_addr),
+	     scu_prim->u.connect.conn_id, msc->nr);
+
 	conn = bsc_subscr_con_allocate(bsc_gsmnet);
 	if (!conn)
 		return -ENOMEM;

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

Gerrit-Project: osmo-bsc
Gerrit-Branch: master
Gerrit-MessageType: merged
Gerrit-Change-Id: I83f15c7231b2b766aba4d25339d08acbbca3a47e
Gerrit-Change-Number: 13228
Gerrit-PatchSet: 2
Gerrit-Owner: Neels Hofmeyr <nhofmeyr at sysmocom.de>
Gerrit-Reviewer: Jenkins Builder (1000002)
Gerrit-Reviewer: Max <msuraev at sysmocom.de>
Gerrit-Reviewer: Neels Hofmeyr <nhofmeyr at sysmocom.de>
Gerrit-Reviewer: Pau Espin Pedrol <pespin at sysmocom.de>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20190314/b2282f89/attachment.htm>


More information about the gerrit-log mailing list