aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/src/nat/bsc_nat_vty.c
AgeCommit message (Expand)AuthorFilesLines
2010-08-29nat: Add vty command to show the endpoint allocation statusHolger Hans Peter Freyther1-0/+26
2010-08-29nat: Make the code work in terms of endpoints instead of timeslot/multiplexHolger Hans Peter Freyther1-1/+1
2010-08-04nat: Show if we are connected to the MSC.Holger Hans Peter Freyther1-0/+2
2010-08-04nat: Indent the connected... to make it belong to the BSC groupHolger Hans Peter Freyther1-1/+1
2010-08-03Use new include paths of libosmo-sccp 0.0.2Harald Welte1-1/+1
2010-07-31nat: Fix compilation with nat not being enabled.Holger Hans Peter Freyther1-0/+1
2010-07-27nat: Rename ip-tos to ip-dscp and provide an alias...Holger Hans Peter Freyther1-5/+11
2010-07-22nat: Provide an easy view to see if something is connected to the NAT.Holger Hans Peter Freyther1-0/+12
2010-07-22nat: Introduce a show statistics-by-lac LACHolger Hans Peter Freyther1-13/+43
2010-06-17nat: Switch per BSC counters to the rate ctr.Holger Hans Peter Freyther1-5/+2
2010-06-17nat: Rename BSC_NODE to NAT_BSC_NODE to avoid future issues.Holger Hans Peter Freyther1-10/+10
2010-06-17nat: Add the exit/end command to the NAT config nodes.Holger Hans Peter Freyther1-0/+4
2010-06-15nat: Attempt to update the VTY usage to the latest versionHolger Hans Peter Freyther1-16/+8
2010-06-15nat: Fix the access-list-name command...Holger Hans Peter Freyther1-2/+2
2010-06-15nat: Allow to specify multiple entries in the access-list...Holger Hans Peter Freyther1-8/+27
2010-06-15nat: Shorten the access-list struct and method names (still way too long)Holger Hans Peter Freyther1-8/+8
2010-06-15[nat] Implement the removal of an access-list.Holger Hans Peter Freyther1-0/+17
2010-06-15[nat] Fix the parsing of the access-list regexp...Holger Hans Peter Freyther1-2/+2
2010-06-15[nat] Fix VTY bug with access-lists...Holger Hans Peter Freyther1-4/+2
2010-06-15[nat] Introduce the concept of access-listHolger Hans Peter Freyther1-35/+75
2010-06-15[nat] Add ip-tos option to the nat.Holger Hans Peter Freyther1-0/+10
2010-06-15[nat] Use and print the connection type of a SCCP connection.Holger Hans Peter Freyther1-1/+2
2010-06-15[nat] Remove the imsi allow option on the nat level.Holger Hans Peter Freyther1-13/+0
2010-06-15[nat] Add a token to the nat config and handle ID GETHolger Hans Peter Freyther1-0/+13
2010-06-15[nat] Add a regexp test command to the VTY.Holger Hans Peter Freyther1-0/+19
2010-06-15[nat] Fix the imsi deny config write.Holger Hans Peter Freyther1-1/+1
2010-06-15[nat] Allow to set the description for the bsc.Holger Hans Peter Freyther1-0/+21
2010-06-15[nat] Make the string -> regexp parsing publicHolger Hans Peter Freyther1-18/+4
2010-06-15[nat] Use A.B.C.D for the IP addressHolger Hans Peter Freyther1-1/+1
2010-06-15[nat] Remove range checks inside the VTY command.Holger Hans Peter Freyther1-6/+0
2010-06-15nat: Print the MSC status with a new vty command.Holger Hans Peter Freyther1-0/+18
2010-06-15nat: Make ping/pong timeout configurable.Holger Hans Peter Freyther1-0/+33
2010-06-15nat: Allow to only show statistics for a given BSC Cfg.Holger Hans Peter Freyther1-1/+9
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