aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/src/bsc_msc_ip.c
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <zecke@selfish.org>2009-11-11 13:41:56 +0100
committerHolger Hans Peter Freyther <zecke@selfish.org>2009-11-20 17:35:46 +0100
commit58ec07d580d1e3e93908e6383b5b1f969eba39cc (patch)
tree9ac4160634b0008a6fbc72266a3ec243894cf5ec /openbsc/src/bsc_msc_ip.c
parent71465c21f40369be62cfc6165994cfd4ebe5bdd3 (diff)
[bsc] Add BSC specific config option... currently and empty show is implemented
In the future this should give a list of SCCP connections and their allocated radio resources/users...
Diffstat (limited to 'openbsc/src/bsc_msc_ip.c')
-rw-r--r--openbsc/src/bsc_msc_ip.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/openbsc/src/bsc_msc_ip.c b/openbsc/src/bsc_msc_ip.c
index 7e810cf66..9153af83f 100644
--- a/openbsc/src/bsc_msc_ip.c
+++ b/openbsc/src/bsc_msc_ip.c
@@ -110,11 +110,6 @@ struct gsm_subscriber *find_subscriber(u_int8_t type, const char *mi_string)
-/* BSC -> MSC hooks */
-void bsc_vty_init_extra(void)
-{
-}
-
/* SCCP handling */
void msc_outgoing_sccp_data(struct sccp_connection *conn, struct msgb *msg, unsigned int len)
{