aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/src/common_vty.c
AgeCommit message (Collapse)AuthorFilesLines
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