aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/tests/gbproxy
AgeCommit message (Expand)AuthorFilesLines
2014-09-18gbproxy: Fixed RAI patching in Attach Request messagesJacob Erlbeck2-16/+49
2014-09-18gbproxy/test: Add/modify test casesJacob Erlbeck2-9/+88
2014-09-18gbproxy: Replace 'mi_data' by 'imsi'Jacob Erlbeck1-14/+14
2014-09-09gbproxy/test: Add assertions, improve test coverageJacob Erlbeck2-0/+84
2014-09-09gbproxy: Reset IMSI acquisition and free stored messages in tlli_infoJacob Erlbeck1-5/+9
2014-09-09gbproxy/test: Add test cases for IMSI acquisitionJacob Erlbeck2-6/+56
2014-09-09gbproxy: Fix P-TMSI reassignmentJacob Erlbeck1-29/+22
2014-09-09gbproxy: Change creation of tlli_info for SGSN originated messagesJacob Erlbeck1-7/+13
2014-09-08gbproxy/test: Extend P-TMSI patch test by a sequence of RA UDP REQJacob Erlbeck2-62/+293
2014-09-08gbproxy: Make STATUS messages spec compliantJacob Erlbeck1-3/+3
2014-09-08gbproxy: Check tlli_info when patching, fix APN patchingJacob Erlbeck1-4/+11
2014-09-08gbproxy/test: Check APN patching while P-TMSI patching is enabledJacob Erlbeck2-15/+45
2014-09-08gbproxy: Copy uplink messages to SGSN 2Jacob Erlbeck1-10/+10
2014-09-08gbproxy: Use secondary SGSN if IMSI matchesJacob Erlbeck1-23/+23
2014-09-08gbproxy/test: Add test case for secondary SGSNJacob Erlbeck2-39/+1444
2014-09-02gbproxy: Implement IMSI acquisitionJacob Erlbeck2-14/+49
2014-09-02gbproxy/test: Add a test for IMSI acquisitionJacob Erlbeck2-0/+709
2014-09-02gbproxy: Create STATUS message with original PDUJacob Erlbeck1-13/+13
2014-09-02gbproxy/test: Test patching BSSGP SUSPEND/LLC-DISCARDEDJacob Erlbeck2-50/+204
2014-08-24gbproxy: Move peer definitions to gb_proxy_peer.cJacob Erlbeck2-2/+3
2014-08-24gbproxy: Refactor gb_proxy.c into several filesJacob Erlbeck2-63/+66
2014-08-24gbproxy/test: Add test for TLLI patchingJacob Erlbeck2-0/+616
2014-08-24gbproxy: Track SGSN and BSS TLLI/PTMSI separatelyJacob Erlbeck2-31/+71
2014-08-24gbproxy/test: Generate BSSGP and LLC layer for DTAP messagesJacob Erlbeck1-150/+299
2014-08-24gbproxy/test: Fix BSSGP/LLC test messagesJacob Erlbeck2-26/+25
2014-08-24gbproxy: Handle old and new P-TMSI/TLLIJacob Erlbeck2-10/+71
2014-08-24gbproxy: Update enable_patching flag on existing tlli_infoJacob Erlbeck1-7/+7
2014-08-24gbproxy: Parse Detach Request messagesJacob Erlbeck2-40/+32
2014-08-22gbproxy: Add gbprox_clear_patch_filter() (Coverity)Jacob Erlbeck1-0/+6
2014-08-13gbproxy: Fix warnings (signed/unsigned)Jacob Erlbeck1-6/+6
2014-08-13gbproxy: Pass tlli_info aroundJacob Erlbeck1-4/+16
2014-08-13gbproxy/test: More TLLI expiry testingJacob Erlbeck2-6/+66
2014-08-13gbproxy: Don't call time() in TLLI related functionsJacob Erlbeck1-46/+47
2014-08-13gbproxy: Don't remove stale TLLI automaticallyJacob Erlbeck2-4/+8
2014-08-13gbproxy: Test and fix IMSI/TMSI matchingJacob Erlbeck2-0/+74
2014-08-13gbproxy: Track TLLI even when the IMSI is not knownJacob Erlbeck2-8/+18
2014-08-13gbproxy: Parse additional IMSI/PTMSI/TLLI fieldsJacob Erlbeck2-5/+51
2014-08-08gbproxy/test: Fix BSSGP RESET message sizeJacob Erlbeck2-92/+92
2014-08-05gbproxy/test: Test TLLI expiryHolger Hans Peter Freyther2-32/+222
2014-08-04gbproxy: Kill the global gbprox_global_patch_state structHolger Hans Peter Freyther1-1/+1
2014-08-04gbproxy: Remove global state from the gbproxyHolger Hans Peter Freyther1-5/+5
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 Freyther2-1/+3
2014-08-04gbproxy: Use gbproxy_ for all structuresHolger Hans Peter Freyther1-3/+3
2014-08-04gbproxy: The dump routines are only used by the test, move it thereHolger Hans Peter Freyther1-36/+129
2014-08-04gbproxy: Move the VTY code into the vty file and create public APIHolger Hans Peter Freyther1-0/+1
2014-07-22gprs: Parse PTMSI and update TLLI accordinglyJacob Erlbeck1-10/+12
2014-07-22gprs: Add TLV parse functionsJacob Erlbeck2-0/+237
2014-07-22gprs: Fix TLLI cache size computationJacob Erlbeck1-8/+4
2014-07-22gprs/test: Rearrange for PTMSI parsingJacob Erlbeck2-34/+199