aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/src/gprs/gb_proxy_vty.c
AgeCommit message (Expand)AuthorFilesLines
2014-11-05gbproxy: Fixed VTY doc for delete-gbproxy-linkJacob Erlbeck1-0/+1
2014-10-27gbproxy: Fix segfault for VTY delete-gbproxy-linkJacob Erlbeck1-0/+2
2014-10-09gbproxy: Refuse to configure conflicting NSEIsJacob Erlbeck1-3/+17
2014-10-09gbproxy: Use a separate regexp for routingJacob Erlbeck1-4/+6
2014-10-09gbproxy: Extend the match-imsi VTY command to support categoriesJacob Erlbeck1-7/+20
2014-10-09gbproxy: Refactor IMSI matchingJacob Erlbeck1-10/+12
2014-10-09gbproxy: Use monotonic system time instead of time-of-dayJacob Erlbeck1-2/+12
2014-10-09gbproxy: Replace 'tlli' by 'link' in VTY commandsJacob Erlbeck1-47/+47
2014-10-09gbproxy: Rename the field 'enabled_tllis' to 'logical_links'Jacob Erlbeck1-3/+3
2014-10-09gbproxy: Use the term 'link' instead of 'tlli'Jacob Erlbeck1-25/+25
2014-10-09gbproxy: Rename functions related to tlli_infoJacob Erlbeck1-3/+3
2014-09-19gbproxy: Separate SGSN numeric namespacesJacob Erlbeck1-10/+22
2014-09-19gbproxy: Delete and show detached entries via VTYJacob Erlbeck1-34/+65
2014-09-19gbproxy: Keep tlli_info after detachJacob Erlbeck1-0/+29
2014-09-18gbproxy: Replace 'mi_data' by 'imsi'Jacob Erlbeck1-5/+5
2014-09-09gbproxy: Remove patch_mode, update initial checksJacob Erlbeck1-36/+0
2014-09-08gbproxy: Reorganize VTY commandsJacob Erlbeck1-53/+70
2014-09-08gbproxy: Show number of stored messages in VTY showJacob Erlbeck1-3/+12
2014-09-08gbproxy: Add missing commands to VTY writeJacob Erlbeck1-0/+8
2014-09-08gbproxy: Support a secondary SGSNJacob Erlbeck1-0/+28
2014-09-02gbproxy: Implement IMSI acquisitionJacob Erlbeck1-0/+24
2014-08-29gprs: Document the stale option in delete-gbproxy-tlliHolger Hans Peter Freyther1-0/+1
2014-08-24gbproxy: Move peer definitions to gb_proxy_peer.cJacob Erlbeck1-3/+3
2014-08-24gbproxy: Refactor gb_proxy.c into several filesJacob Erlbeck1-5/+5
2014-08-24gbproxy: Add 'patch-ptmsi' command to enable TLLI/P-TMSI patchingJacob Erlbeck1-0/+29
2014-08-24gbproxy: Track SGSN and BSS TLLI/PTMSI separatelyJacob Erlbeck1-3/+4
2014-08-22gbproxy: Add gbprox_clear_patch_filter() (Coverity)Jacob Erlbeck1-2/+2
2014-08-13gbproxy: Track TLLI even when the IMSI is not knownJacob Erlbeck1-4/+8
2014-08-04gbproxy: Kill the global gbprox_global_patch_state structHolger Hans Peter Freyther1-3/+3
2014-08-04gbproxy: Remove global state from the gbproxyHolger Hans Peter Freyther1-8/+8
2014-08-04gprs: Add testcases for the APN string/octet conversion and fix itHolger Hans Peter Freyther1-1/+1
2014-08-04gprs: Create a gprs_utils file and move to be shared code in thereHolger Hans Peter Freyther1-2/+3
2014-08-04gbproxy: Use gbproxy_ for all structuresHolger Hans Peter Freyther1-9/+9
2014-08-04gbproxy: Have a clear namespace for the public functionsHolger Hans Peter Freyther1-1/+1
2014-08-04gbproxy: Remove the global rate counter and place it in the configHolger Hans Peter Freyther1-1/+1
2014-08-04gbproxy: Correct the method name. We work on TLLIsHolger Hans Peter Freyther1-1/+1
2014-08-04gbproxy: Move the VTY code into the vty file and create public APIHolger Hans Peter Freyther1-0/+235
2014-07-22gprs/vty: Add commands to manage the TLLI listJacob Erlbeck1-0/+2
2014-07-22gprs: Track IMSI/TLLI to control APN patchingJacob Erlbeck1-29/+132
2014-07-22gprs: Add APN patch support for LLC/GSM messagesJacob Erlbeck1-3/+67
2014-07-22gprs: Add MCC/MNC patch support for LLC/GMM messagesJacob Erlbeck1-0/+34
2014-07-22gprs: Implement BSSGP MCC/MNC patchingJacob Erlbeck1-0/+52
2013-10-30vty: Use vty_install_default() instead of bsc_install_default()Jacob Erlbeck1-1/+1
2013-10-24gbproxy/vty: Enhance delete-gbproxy-peer commandJacob Erlbeck1-1/+2
2013-10-24gbproxy: Add a command to delete peers from the GBProxyHolger Hans Peter Freyther1-0/+2
2013-09-02vty: Use generic 'end' and 'exit' commandsJacob Erlbeck1-3/+1
2012-08-17VTY: improve VTY prompt and make sure exit/end works everywhereHarald Welte1-1/+1
2012-06-16split libgb into a separate library for outside useHarald Welte1-1/+2
2011-11-06gb_proxy: Make sure each parameter has some sort of documentationHolger Hans Peter Freyther1-1/+3
2011-04-18misc: Remove sys/types.h includes from the filesHolger Hans Peter Freyther1-1/+0