aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/src/bsc_msc_ip.c
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <zecke@selfish.org>2010-04-18 02:12:24 +0800
committerHolger Hans Peter Freyther <zecke@selfish.org>2010-04-18 02:40:32 +0800
commitecf5cc294dac3596f260397f2340c9154915142e (patch)
tree21309d4d8c931087185f8245d82c1c17be84ad4e /openbsc/src/bsc_msc_ip.c
parent82126763a720c8223841fc19efe65a312ff5bc62 (diff)
bsc_msc_ip: Print a small status on active connections
This needs to be improved to print TS of the lchan, when the connection was created, when we received the last IT.
Diffstat (limited to 'openbsc/src/bsc_msc_ip.c')
-rw-r--r--openbsc/src/bsc_msc_ip.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/openbsc/src/bsc_msc_ip.c b/openbsc/src/bsc_msc_ip.c
index 9b43d7cea..d63041401 100644
--- a/openbsc/src/bsc_msc_ip.c
+++ b/openbsc/src/bsc_msc_ip.c
@@ -70,6 +70,12 @@ extern int ipacc_rtp_direct;
extern int bsc_bootstrap_network(int (*layer4)(struct gsm_network *, int, void *), const char *cfg_file);
extern int bsc_shutdown_net(struct gsm_network *net);
+
+struct llist_head *bsc_sccp_connections()
+{
+ return &active_connections;
+}
+
struct bss_sccp_connection_data *bss_sccp_create_data()
{
struct bss_sccp_connection_data *data;