[bsc_init] Create a bsc_init.c that can be used for setting up hings.

Share the initialization and bootstraping of the network by moving
the code to a new file and making boostrap_network and shutdown_net
external.

Cleanup the header list after the move and remove trailing whitespace.
This commit is contained in:
Holger Hans Peter Freyther 2009-08-17 06:55:10 +02:00
parent cfa90d4165
commit 8b457fb350
3 changed files with 1085 additions and 1077 deletions

View File

@ -18,7 +18,7 @@ libmsc_a_SOURCES = gsm_subscriber.c db.c telnet_interface.c \
libvty_a_SOURCES = vty/buffer.c vty/command.c vty/vector.c vty/vty.c
bsc_hack_SOURCES = bsc_hack.c vty_interface.c vty_interface_layer3.c
bsc_hack_SOURCES = bsc_hack.c bsc_init.c vty_interface.c vty_interface_layer3.c
bsc_hack_LDADD = libmsc.a libbsc.a libmsc.a libvty.a -ldl -ldbi $(LIBCRYPT)
bs11_config_SOURCES = bs11_config.c abis_nm.c gsm_data.c msgb.c debug.c \

File diff suppressed because it is too large Load Diff

1064
openbsc/src/bsc_init.c Normal file

File diff suppressed because it is too large Load Diff