aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/src/osmo-nitb
diff options
context:
space:
mode:
authorMax <msuraev@sysmocom.de>2016-04-18 23:11:18 +0200
committerHolger Hans Peter Freyther <holger@moiji-mobile.com>2016-04-22 15:53:51 +0200
commit8db12e42638483adb2feaf42cfd163dfe1fa973c (patch)
tree347c9711b0d3a134ba6adb7934aad5122aa18d98 /openbsc/src/osmo-nitb
parentaafff96c4060e9bf6ceb9dee9652a91d293a6e1e (diff)
Add extra debug output with channel mode and type
This provides helpful information for debugging internal MNCC handler.
Diffstat (limited to 'openbsc/src/osmo-nitb')
-rw-r--r--openbsc/src/osmo-nitb/bsc_hack.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/openbsc/src/osmo-nitb/bsc_hack.c b/openbsc/src/osmo-nitb/bsc_hack.c
index dffe642b8..0b360dcf6 100644
--- a/openbsc/src/osmo-nitb/bsc_hack.c
+++ b/openbsc/src/osmo-nitb/bsc_hack.c
@@ -288,8 +288,10 @@ int main(int argc, char **argv)
rc = bsc_bootstrap_network(mncc_sock_from_cc, config_file);
if (rc >= 0)
mncc_sock_init(bsc_gsmnet, mncc_sock_path);
- } else
+ } else {
+ DEBUGP(DMNCC, "Using internal MNCC handler.\n");
rc = bsc_bootstrap_network(int_mncc_recv, config_file);
+ }
if (rc < 0)
exit(1);
#ifdef BUILD_SMPP