aboutsummaryrefslogtreecommitdiffstats
path: root/include/osmocom/bsc/common_cs.h
diff options
context:
space:
mode:
authorNeels Hofmeyr <neels@hofmeyr.de>2018-02-13 23:34:07 +0100
committerNeels Hofmeyr <neels@hofmeyr.de>2018-02-14 12:55:45 +0100
commitab1b381d1b61fb26f53b04d0eebf451bb6e02507 (patch)
tree81480f7294a8af2be3eeacf11b532152f7a5f401 /include/osmocom/bsc/common_cs.h
parentf088e790f71430f9d19d167194c2750bb338f844 (diff)
libcommon-cs: move gsm_network_init() into bsc_network_init()
Some part of the network init was common between libbsc and libmsc in the old openbsc.git repository. Now osmo-bsc.git is independent with its own copy of the gsm_network initialization. So move it over to libbsc. Change-Id: I8968787a5f0b078619264f0cb42349a9bc7943af
Diffstat (limited to 'include/osmocom/bsc/common_cs.h')
-rw-r--r--include/osmocom/bsc/common_cs.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/include/osmocom/bsc/common_cs.h b/include/osmocom/bsc/common_cs.h
index c2e8515df..432d4d594 100644
--- a/include/osmocom/bsc/common_cs.h
+++ b/include/osmocom/bsc/common_cs.h
@@ -16,10 +16,6 @@ struct gsm_encr {
uint8_t key[MAX_A5_KEY_LEN];
};
-struct gsm_network *gsm_network_init(void *ctx,
- uint16_t country_code,
- uint16_t network_code);
-
int common_cs_vty_init(struct gsm_network *network,
int (* config_write_net )(struct vty *));
struct gsm_network *gsmnet_from_vty(struct vty *v);