aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/src/libbsc/Makefile.am
diff options
context:
space:
mode:
authorJacob Erlbeck <jerlbeck@sysmocom.de>2014-11-10 11:21:32 +0100
committerHolger Hans Peter Freyther <holger@moiji-mobile.com>2014-11-11 22:52:04 +0100
commitcdd4302c6dde84693a16b33362a75061480333cd (patch)
treeeaed3681244bc9784f97efb145338d0a4439c4bd /openbsc/src/libbsc/Makefile.am
parent27cb4d57e049b173fb4cacc78b947f70c691c111 (diff)
bsc: Move gsm_network_init function to libbsc
Currently libcommon depends on libbsc, because gsm_network_init (libcommon/gsm_data.c) directly calls gsm_net_update_ctype (libbsc/gsm_04_08_utils.c). This patch moves gsm_network_init to a new file libbsc/net_init.c. Sponsored-by: On-Waves ehf
Diffstat (limited to 'openbsc/src/libbsc/Makefile.am')
-rw-r--r--openbsc/src/libbsc/Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/openbsc/src/libbsc/Makefile.am b/openbsc/src/libbsc/Makefile.am
index 0c22662f1..3588b6692 100644
--- a/openbsc/src/libbsc/Makefile.am
+++ b/openbsc/src/libbsc/Makefile.am
@@ -23,5 +23,6 @@ libbsc_a_SOURCES = abis_nm.c abis_nm_vty.c \
gsm_04_08_utils.c \
bsc_init.c bts_init.c bsc_rf_ctrl.c \
arfcn_range_encode.c bsc_ctrl_commands.c \
- bsc_ctrl_lookup.c
+ bsc_ctrl_lookup.c \
+ net_init.c