aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/src/bsc
AgeCommit message (Collapse)AuthorFilesLines
2010-08-26vty: Provide a is_config_node for the VTY and use it for the bscHolger Hans Peter Freyther1-1/+2
Right now only bsc_hack and osmo_bsc need to have a custom config handling as they use the subscr/oml nodes.
2010-08-25Introduce '-D' commandline option to daemonize processesHarald Welte1-1/+15
This uses the osmo_daemonize() function of libosmocore >= 0.1.18, and is now implemented for bac_nat, osmo-bsc, bsc_hack, osmo-gbproxy and bsc_mgcp. This means only osmo-sgsn is missing, which currently has no option parsing at all.
2010-08-03Use new include paths of libosmo-sccp 0.0.2Harald Welte1-1/+1
2010-07-31sccp: Use the external libosmo-sccp as sccp implementationHolger Hans Peter Freyther2-3/+9
Add --enable-nat and --enable-osmo-bsc to build applications requiring the Osmo SCCP library to be installed. We are not using autodiscover as this is out of fashion.
2010-07-29osmo_bsc_rf: Add a grace command, send a signalHolger Hans Peter Freyther1-0/+15
2010-07-05bsc: Add header file for the true BSC API.Holger Hans Peter Freyther2-1/+27
2010-06-30osmo_bsc: Add option parsing, vty dummyHolger Hans Peter Freyther3-1/+182
Add dummy files and option parsing for the Osmo BSC code.
2010-06-30osmo_bsc: Add empty osmo_bsc_main.c and hook it into the buildHolger Hans Peter Freyther2-0/+41
2010-06-30osmo-bsc: Start adding code for the osmo_bsc..Holger Hans Peter Freyther1-0/+249
This adds the unix domain socket rf control protocol into the new subdirectory.