aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/src/common_vty.c
AgeCommit message (Collapse)AuthorFilesLines
2011-03-03re-structure the OpenBSC directory layoutHarald Welte1-225/+0
The new structure divides the code into a number of libraries for the BSC core functionality, MSC core functionality, Abis transport, TRAU and other bits. This doesn't introduce any functional code change but simply moves around files and alters Makefile.am accordingly. Next step would be to disentangle a lot of the inter-library dependencies and make the individual bits of code more independent.
2011-02-28mgcp: Introduce a trunk config for multiple trunks.Holger Hans Peter Freyther1-0/+8
A trunk will always have 32 endpoints to be used and we allow a sparse allocation of endpoints.
2011-02-13OML2000: Make sure we can properly exit the VTY nodeHarald Welte1-0/+1
2011-02-13OM2000: Make sure we can properly exit tye VTY nodeHarald Welte1-0/+2
2011-01-01License change: We are now AGPLv3+ instead of GPLv2+Harald Welte1-6/+5
The reason for this is quite simple: We want to make sure anyone running a customized version of OpenBSC to operate a network will have to release all custom modifiations to the source code.
2010-10-12misc: Replace the idiom for replacing a string with a function callHolger Hans Peter Freyther1-0/+8
Remove a lot of code in favor of a new function that is freeing the old string and copying the new one. I should have gotten the context and the strings right.
2010-09-15bsc: Register a new MSC group with data for the MSC connectionHolger Hans Peter Freyther1-0/+7
This group contains everything that is related to the MSC connections.
2010-09-04vty: CONFIG_NODE is the anchor and should not be treated as config.Holger Hans Peter Freyther1-0/+1
This is fixing an assert in vty_go_parent due trying to go from CONFIG_NODE to the parent.
2010-08-26vty: Provide a is_config_node for the VTY and use it for the bscHolger Hans Peter Freyther1-0/+12
Right now only bsc_hack and osmo_bsc need to have a custom config handling as they use the subscr/oml nodes.
2010-07-31vty: Handle end for NAT and BSC NAT.Holger Hans Peter Freyther1-0/+2
2010-06-17nat: Rename BSC_NODE to NAT_BSC_NODE to avoid future issues.Holger Hans Peter Freyther1-2/+2
2010-06-15nat: Add NAT_NODE and BSC_NODE for the natHolger Hans Peter Freyther1-0/+20
Implement the go to parent and exit functions for the nat.
2010-06-09misc: Fix the return type of the go back vty function...Holger Hans Peter Freyther1-1/+1
Without this we will get warnings about incompatible assignments
2010-05-31VTY: properly exit from OML_NODEHarald Welte1-0/+10
2010-05-27VTY: Remove some more SUBSCR_NODE related codeHarald Welte1-5/+0
SUBSCR_NODE has been eliminated recently, so this is dead code.
2010-05-25Migrate VTY code to libosmovtyHarald Welte1-4/+48
2010-05-17[GPRS] VTY: Add BSSGP nodeHarald Welte1-0/+1
2010-05-16VTY: separate VTY logging commands and OpenBSC node exit codeHarald Welte1-0/+115