Neels Hofmeyr has uploaded this change for review. ( 
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(-)



  git pull ssh://gerrit.osmocom.org:29418/osmo-bsc refs/changes/28/13228/1

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: newchange
Gerrit-Change-Id: I83f15c7231b2b766aba4d25339d08acbbca3a47e
Gerrit-Change-Number: 13228
Gerrit-PatchSet: 1
Gerrit-Owner: Neels Hofmeyr <nhofm...@sysmocom.de>

Reply via email to