aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/src/nat/bsc_nat_vty.c
AgeCommit message (Expand)AuthorFilesLines
2010-06-15nat: Fix vty output for connected BSCsHolger Hans Peter Freyther1-1/+1
2010-06-15nat: Do not use \n in the vty code.Holger Hans Peter Freyther1-5/+5
2010-06-15nat: Add a command to close a given BSC ConnectionHolger Hans Peter Freyther1-0/+19
2010-06-15nat: Print the remote reference as well.Holger Hans Peter Freyther1-1/+5
2010-06-15nat: Use show bsc config for showing the configuration.Holger Hans Peter Freyther1-2/+2
2010-06-15[nat] Fix the vty option... use the right argument.Holger Hans Peter Freyther1-1/+1
2010-06-15[nat] Add option to forbid the paging to the BSC.Holger Hans Peter Freyther1-0/+19
2010-06-15nat: Make sccp/bsc show connections more Cisco like...Holger Hans Peter Freyther1-4/+4
2010-06-15nat: Remove the SHOW_STR from none show commands.Holger Freyther1-3/+3
2010-06-15nat: Make the MSC configurable.Holger Hans Peter Freyther1-0/+11
2010-06-15nat: Move MSC ip address into the config..Holger Hans Peter Freyther1-0/+11
2010-06-15nat: Two fixes for the write memory case...Holger Hans Peter Freyther1-1/+1
2010-06-15nat: Add config option to filter/handle certain imsi'es.Holger Hans Peter Freyther1-0/+74
2010-06-15[nat] Add show statistics to the natHolger Hans Peter Freyther1-0/+30
2010-06-15[nat] Change the command stringsHolger Hans Peter Freyther1-3/+3
2010-06-15nat: Print the IP address of the connected BSCsHolger Hans Peter Freyther1-2/+7
2010-06-15nat: Store the config in the connection instead of the lacHolger Hans Peter Freyther1-4/+7
2010-06-15nat: Add logging commands for the nat as well.Holger Hans Peter Freyther1-0/+3
2010-06-15nat: Print the SCCP ref's as hex numbersHolger Hans Peter Freyther1-1/+1
2010-06-15nat: Print the MSC multiplex as wellHolger Hans Peter Freyther1-2/+4
2010-06-15nat: Add MGCP code and parsing to the nat code..Holger Hans Peter Freyther1-0/+3
2010-06-15nat: Verify that the configured LACs are unique across the natHolger Hans Peter Freyther1-0/+9
2010-06-15nat: Start using a write_queue for the BSC connectionHolger Hans Peter Freyther1-1/+1
2010-06-15nat: Redo a merge with master that happend at this time.Holger Hans Peter Freyther1-1/+2
2010-06-15[nat] Add VTY support to the BSC nat applicationHolger Hans Peter Freyther1-0/+207