aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/src/gprs/gb_proxy.c
AgeCommit message (Expand)AuthorFilesLines
2014-08-24gbproxy: Track SGSN and BSS TLLI/PTMSI separatelyJacob Erlbeck1-61/+235
2014-08-24gbproxy: Handle old and new P-TMSI/TLLIJacob Erlbeck1-9/+48
2014-08-24gbproxy: Update enable_patching flag on existing tlli_infoJacob Erlbeck1-1/+9
2014-08-24gbproxy: Parse Detach Request messagesJacob Erlbeck1-4/+43
2014-08-22gbproxy: Add gbprox_clear_patch_filter() (Coverity)Jacob Erlbeck1-4/+9
2014-08-13gbproxy: Pass tlli_info aroundJacob Erlbeck1-23/+55
2014-08-13gbproxy: Optimize gbprox_remove_stale_tllisJacob Erlbeck1-15/+33
2014-08-13gbproxy: Don't call time() in TLLI related functionsJacob Erlbeck1-12/+10
2014-08-13gbproxy: Don't remove stale TLLI automaticallyJacob Erlbeck1-14/+16
2014-08-13gbproxy: Move parse_ctx logging into separate functionJacob Erlbeck1-30/+50
2014-08-13gbproxy: Refactor gbproxy_patch_bssgp_messageJacob Erlbeck1-56/+81
2014-08-13gbproxy: Test and fix IMSI/TMSI matchingJacob Erlbeck1-6/+8
2014-08-13gbproxy: Track TLLI even when the IMSI is not knownJacob Erlbeck1-36/+58
2014-08-13gbproxy: Make pointers to MI const in parse/check functionsJacob Erlbeck1-3/+5
2014-08-13gbproxy: Explicitly convert PTMSI to TLLIJacob Erlbeck1-3/+6
2014-08-13gbproxy: Parse additional IMSI/PTMSI/TLLI fieldsJacob Erlbeck1-9/+70
2014-08-12gbproxy: Separate BSSGP parsing from patchingJacob Erlbeck1-123/+183
2014-08-12gbproxy: Unify TLLI trackingJacob Erlbeck1-76/+121
2014-08-12gbproxy: Move patching code out of the 04.08 specific functionsJacob Erlbeck1-94/+133
2014-08-08gbproxy: Track all TLLIs (not only LOCAL)Jacob Erlbeck1-5/+0
2014-08-05gprs: Refactor gbprox_register_tlli()Jacob Erlbeck1-32/+54
2014-08-05gbproxy/test: Test TLLI expiryHolger Hans Peter Freyther1-7/+7
2014-08-04gbproxy: Remove broken TLLI comparisonJacob Erlbeck1-1/+0
2014-08-04gbproxy: Kill the global gbprox_global_patch_state structHolger Hans Peter Freyther1-17/+12
2014-08-04gbproxy: Add a hint to the compiler that all parameters are not NULLHolger Hans Peter Freyther1-0/+8
2014-08-04gbproxy: Remove global state from the gbproxyHolger Hans Peter Freyther1-113/+121
2014-08-04gbproxy: Use gbprox_delete_tlli if possibleHolger Hans Peter Freyther1-8/+4
2014-08-04gprs: Create a gprs_utils file and move to be shared code in thereHolger Hans Peter Freyther1-131/+8
2014-08-04gbproxy: Use gbproxy_ for all structuresHolger Hans Peter Freyther1-77/+77
2014-08-04gbproxy: The dump routines are only used by the test, move it thereHolger Hans Peter Freyther1-92/+0
2014-08-04gbproxy: Have a clear namespace for the public functionsHolger Hans Peter Freyther1-4/+4
2014-08-04gbproxy: Remove the global rate counter and place it in the configHolger Hans Peter Freyther1-31/+21
2014-08-04gbproxy: Correct the method name. We work on TLLIsHolger Hans Peter Freyther1-2/+2
2014-08-04gbproxy: Move the VTY code into the vty file and create public APIHolger Hans Peter Freyther1-289/+18
2014-07-22gprs: Move LLC IE length fix to BSSGP levelJacob Erlbeck1-20/+35
2014-07-22gprs: Parse PTMSI and update TLLI accordinglyJacob Erlbeck1-2/+54
2014-07-22gprs: Use struct to pass context informationJacob Erlbeck1-36/+63
2014-07-22gprs: Use shift functions instead of manual parsingJacob Erlbeck1-76/+60
2014-07-22gprs: Add TLV parse functionsJacob Erlbeck1-0/+116
2014-07-22gprs: Fix TLLI cache size computationJacob Erlbeck1-1/+6
2014-07-22gprs/test: Rearrange for PTMSI parsingJacob Erlbeck1-0/+20
2014-07-22gprs: Add counters related to LLC layer patchingJacob Erlbeck1-0/+15
2014-07-22gprs/vty: Add commands to manage the TLLI listJacob Erlbeck1-0/+110
2014-07-22gprs: Track IMSI/TLLI to control APN patchingJacob Erlbeck1-12/+312
2014-07-22gprs: Store gbproxy patching state per peerJacob Erlbeck1-63/+132
2014-07-22gprs: Add APN patch support for LLC/GSM messagesJacob Erlbeck1-1/+197
2014-07-22gprs: Add MCC/MNC patch support for LLC/GMM messagesJacob Erlbeck1-1/+293
2014-07-22gprs: Implement BSSGP MCC/MNC patchingJacob Erlbeck1-0/+132
2014-07-07gprs/test: Remove verbose parameter of gbprox_dump_* functionsJacob Erlbeck1-8/+2
2014-06-15gprs: Use area terms LAI/RAI as defined in GSM 03.03Jacob Erlbeck1-27/+27