aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/tests/gbproxy/gbproxy_test.c
AgeCommit message (Expand)AuthorFilesLines
2014-09-19gbproxy: Separate SGSN numeric namespacesJacob Erlbeck1-22/+73
2014-09-19gbproxy/test: Add a test with a P-TMSI collision between two SGSNsJacob Erlbeck1-0/+78
2014-09-19gbproxy/test: Fix Identification ResponseJacob Erlbeck1-1/+1
2014-09-19gbproxy: Check other tlli_infos for matching TLLI/P-TMSIJacob Erlbeck1-2/+2
2014-09-19gbproxy/test: Add test case for P-TMSI assigmentJacob Erlbeck1-0/+215
2014-09-19gbproxy: Parse RA_UPD_REJ and invalidate TLLIJacob Erlbeck1-3/+4
2014-09-19gbproxy: Avoid multiple tlli_info entries with the same IMSIJacob Erlbeck1-4/+4
2014-09-19gbproxy: Keep tlli_info after detachJacob Erlbeck1-3/+75
2014-09-18gbproxy/test: Add test case for tlli_info persistenceJacob Erlbeck1-1/+341
2014-09-18gbproxy: Remove gbproxy_register_tlliJacob Erlbeck1-11/+62
2014-09-18gbproxy: Fixed RAI patching in Attach Request messagesJacob Erlbeck1-0/+33
2014-09-18gbproxy/test: Add/modify test casesJacob Erlbeck1-1/+35
2014-09-18gbproxy: Replace 'mi_data' by 'imsi'Jacob Erlbeck1-14/+14
2014-09-09gbproxy/test: Add assertions, improve test coverageJacob Erlbeck1-0/+51
2014-09-09gbproxy/test: Add test cases for IMSI acquisitionJacob Erlbeck1-3/+22
2014-09-08gbproxy/test: Extend P-TMSI patch test by a sequence of RA UDP REQJacob Erlbeck1-9/+123
2014-09-08gbproxy/test: Check APN patching while P-TMSI patching is enabledJacob Erlbeck1-0/+7
2014-09-08gbproxy/test: Add test case for secondary SGSNJacob Erlbeck1-8/+458
2014-09-02gbproxy: Implement IMSI acquisitionJacob Erlbeck1-2/+18
2014-09-02gbproxy/test: Add a test for IMSI acquisitionJacob Erlbeck1-0/+218
2014-09-02gbproxy/test: Test patching BSSGP SUSPEND/LLC-DISCARDEDJacob Erlbeck1-10/+78
2014-08-24gbproxy: Move peer definitions to gb_proxy_peer.cJacob Erlbeck1-2/+2
2014-08-24gbproxy: Refactor gb_proxy.c into several filesJacob Erlbeck1-63/+63
2014-08-24gbproxy/test: Add test for TLLI patchingJacob Erlbeck1-0/+238
2014-08-24gbproxy: Track SGSN and BSS TLLI/PTMSI separatelyJacob Erlbeck1-28/+68
2014-08-24gbproxy/test: Generate BSSGP and LLC layer for DTAP messagesJacob Erlbeck1-150/+299
2014-08-24gbproxy/test: Fix BSSGP/LLC test messagesJacob Erlbeck1-14/+13
2014-08-24gbproxy: Handle old and new P-TMSI/TLLIJacob Erlbeck1-4/+53
2014-08-24gbproxy: Parse Detach Request messagesJacob Erlbeck1-10/+18
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 Erlbeck1-5/+45
2014-08-13gbproxy: Don't call time() in TLLI related functionsJacob Erlbeck1-46/+47
2014-08-13gbproxy: Don't remove stale TLLI automaticallyJacob Erlbeck1-3/+8
2014-08-13gbproxy: Test and fix IMSI/TMSI matchingJacob Erlbeck1-0/+72
2014-08-13gbproxy: Track TLLI even when the IMSI is not knownJacob Erlbeck1-4/+8
2014-08-13gbproxy: Parse additional IMSI/PTMSI/TLLI fieldsJacob Erlbeck1-0/+22
2014-08-08gbproxy/test: Fix BSSGP RESET message sizeJacob Erlbeck1-1/+1
2014-08-05gbproxy/test: Test TLLI expiryHolger Hans Peter Freyther1-32/+185
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 Freyther1-1/+2
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: Add TLV parse functionsJacob Erlbeck1-0/+236
2014-07-22gprs/test: Rearrange for PTMSI parsingJacob Erlbeck1-7/+33
2014-07-22gprs: Track IMSI/TLLI to control APN patchingJacob Erlbeck1-1/+10