aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/src/nat/bsc_nat_vty.c
AgeCommit message (Expand)AuthorFilesLines
2010-06-01[nat] Introduce the concept of access-listHolger Hans Peter Freyther1-35/+75
2010-05-31[nat] Add ip-tos option to the nat.Holger Hans Peter Freyther1-0/+10
2010-05-16[nat] Use and print the connection type of a SCCP connection.Holger Hans Peter Freyther1-1/+2
2010-05-15[nat] Remove the imsi allow option on the nat level.Holger Hans Peter Freyther1-13/+0
2010-05-15[nat] Add a token to the nat config and handle ID GETHolger Hans Peter Freyther1-0/+13
2010-05-14[nat] Add a regexp test command to the VTY.Holger Hans Peter Freyther1-0/+19
2010-05-14[nat] Fix the imsi deny config write.Holger Hans Peter Freyther1-1/+1
2010-05-14[nat] Allow to set the description for the bsc.Holger Hans Peter Freyther1-0/+21
2010-05-14[nat] Make the string -> regexp parsing publicHolger Hans Peter Freyther1-18/+4
2010-05-14[nat] Use A.B.C.D for the IP addressHolger Hans Peter Freyther1-1/+1
2010-05-14[nat] Remove range checks inside the VTY command.Holger Hans Peter Freyther1-6/+0
2010-05-11nat: Print the MSC status with a new vty command.Holger Hans Peter Freyther1-0/+18
2010-05-05nat: Make ping/pong timeout configurable.Holger Hans Peter Freyther1-0/+33
2010-05-02nat: Allow to only show statistics for a given BSC Cfg.Holger Hans Peter Freyther1-1/+9
2010-05-02nat: Fix vty output for connected BSCsHolger Hans Peter Freyther1-1/+1
2010-04-27nat: Do not use \n in the vty code.Holger Hans Peter Freyther1-5/+5
2010-04-27nat: Add a command to close a given BSC ConnectionHolger Hans Peter Freyther1-0/+19
2010-04-27nat: Print the remote reference as well.Holger Hans Peter Freyther1-1/+5
2010-04-22nat: Use show bsc config for showing the configuration.Holger Hans Peter Freyther1-2/+2
2010-04-21[nat] Fix the vty option... use the right argument.Holger Hans Peter Freyther1-1/+1
2010-04-21[nat] Add option to forbid the paging to the BSC.Holger Hans Peter Freyther1-0/+19
2010-04-19nat: Make sccp/bsc show connections more Cisco like...Holger Hans Peter Freyther1-4/+4
2010-04-18nat: Remove the SHOW_STR from none show commands.Holger Freyther1-3/+3
2010-04-17nat: Make the MSC configurable.Holger Hans Peter Freyther1-0/+11
2010-04-17nat: Move MSC ip address into the config..Holger Hans Peter Freyther1-0/+11
2010-04-16nat: Two fixes for the write memory case...Holger Hans Peter Freyther1-1/+1
2010-04-13nat: Add config option to filter/handle certain imsi'es.Holger Hans Peter Freyther1-0/+74
2010-04-13[nat] Add show statistics to the natHolger Hans Peter Freyther1-0/+30
2010-04-12[nat] Change the command stringsHolger Hans Peter Freyther1-3/+3
2010-04-08nat: Print the IP address of the connected BSCsHolger Hans Peter Freyther1-2/+7
2010-04-06nat: Store the config in the connection instead of the lacHolger Hans Peter Freyther1-4/+7
2010-04-06nat: Add logging commands for the nat as well.Holger Hans Peter Freyther1-0/+3
2010-04-05nat: Print the SCCP ref's as hex numbersHolger Hans Peter Freyther1-1/+1
2010-04-05nat: Print the MSC multiplex as wellHolger Hans Peter Freyther1-2/+4
2010-03-30nat: Add MGCP code and parsing to the nat code..Holger Hans Peter Freyther1-0/+3
2010-03-30nat: Verify that the configured LACs are unique across the natHolger Hans Peter Freyther1-0/+9
2010-03-26nat: Start using a write_queue for the BSC connectionHolger Hans Peter Freyther1-1/+1
2010-03-24Merge remote branch 'origin/master' into on-waves/bsc-masterHolger Hans Peter Freyther1-1/+2
2010-02-08[nat] Add VTY support to the BSC nat applicationHolger Hans Peter Freyther1-0/+207