aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/src/bsc_msc.c
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <zecke@selfish.org>2010-04-05 17:58:52 +0200
committerHolger Hans Peter Freyther <zecke@selfish.org>2010-06-15 20:24:11 +0800
commitb9ac37d22f0f8ab4931ed24989682ceb080e0f27 (patch)
treea1a257a8983e4c55852c247cb658858cb4323b44 /openbsc/src/bsc_msc.c
parent32d343644d88b10524b2746e0b2bf3c59be99f16 (diff)
nat: Logging improvement for the nat.
Print some more information, e.g. when a BSC is connected and authenticated, print the SCCP ref number.
Diffstat (limited to 'openbsc/src/bsc_msc.c')
-rw-r--r--openbsc/src/bsc_msc.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/openbsc/src/bsc_msc.c b/openbsc/src/bsc_msc.c
index f718b55f6..22523bfa5 100644
--- a/openbsc/src/bsc_msc.c
+++ b/openbsc/src/bsc_msc.c
@@ -84,6 +84,7 @@ static int msc_connection_connect(struct bsc_fd *fd, unsigned int what)
fd->when = BSC_FD_READ;
con->is_connected = 1;
+ LOGP(DMSC, LOGL_NOTICE, "(Re)Connected to the MSC.\n");
if (con->connected)
con->connected(con);
return 0;