aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/src/nat/bsc_nat_vty.c
AgeCommit message (Expand)AuthorFilesLines
2011-03-03Rename bsc_nat -> osmo-bsc_nat and bsc_mgcp -> osmo-bsc_mgcpHarald Welte1-788/+0
2011-02-28nat: For debugging make it possible to set the last used endpointHolger Hans Peter Freyther1-0/+27
2011-02-27nat: Change number of multiplexes to the max-endpointsHolger Hans Peter Freyther1-7/+9
2011-02-26nat: Allocate endpoints from multiple multiplexes.Holger Hans Peter Freyther1-7/+10
2011-02-26nat: Start making the number of multiplexes configurableHolger Hans Peter Freyther1-1/+13
2011-02-26nat: Allocate the endpoint status dynamicallyHolger Hans Peter Freyther1-2/+8
2011-02-24misc: Compile fixes due 4d54d0b883dcf85cd92290dd4cea51754c70b621Holger Hans Peter Freyther1-2/+4
2011-01-01License change: We are now AGPLv3+ instead of GPLv2+Harald Welte1-6/+5
2010-10-27nat: Add vty option for number rewritingHolger Hans Peter Freyther1-0/+25
2010-10-25nat: Replace the idiom for replacing a string with a function callHolger Hans Peter Freyther1-12/+4
2010-10-25nat: Keep a ussd token in the configHolger Hans Peter Freyther1-0/+28
2010-10-25nat: Add an option to set the query string to matchHolger Hans Peter Freyther1-0/+15
2010-10-25nat: Provide a USSD access list to check for which to play HLR.Holger Hans Peter Freyther1-0/+15
2010-10-12misc: Replace the idiom for replacing a string with a function callHolger Hans Peter Freyther1-15/+5
2010-10-08nat: Allow a BSC to have multiple LACsHolger Hans Peter Freyther1-13/+32
2010-09-25nat: Print the statistics of the access-list matchesHolger Hans Peter Freyther1-0/+18
2010-09-15nat: Fix the grammar of the sentence for listing open sccp connections0.9.6Holger Hans Peter Freyther1-1/+1
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