aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/tests/gbproxy/gbproxy_test.c
AgeCommit message (Expand)AuthorFilesLines
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
2014-07-22gprs: Store gbproxy patching state per peerJacob Erlbeck1-2/+2
2014-07-22gprs/test: Add Detach messages to testJacob Erlbeck1-0/+34
2014-07-22gprs/test: Added GMM Info and fixed TLLIJacob Erlbeck1-2/+18
2014-07-22gprs: Add APN patch support for LLC/GSM messagesJacob Erlbeck1-1/+4
2014-07-22gprs: Implement BSSGP MCC/MNC patchingJacob Erlbeck1-0/+2
2014-07-22gprs/test: Make test output more readableJacob Erlbeck1-13/+19
2014-07-07gprs/test: Increase stderr log levelJacob Erlbeck1-4/+20
2014-07-07gbproxy_test: Provide enough disabled categories to please valgrindHolger Hans Peter Freyther1-1/+6
2014-07-07gbproxy_test: Reset the gbproxy before we reset GPRS NSHolger Hans Peter Freyther1-3/+3
2014-07-07gbproxy_test: Simplify the test setup by sharing codeHolger Hans Peter Freyther1-30/+24
2014-07-07gprs/test: Add additional gbproxy testsJacob Erlbeck1-1/+192
2014-07-07gprs/test: Add connect_sgsn() functionJacob Erlbeck1-10/+11
2014-07-07gprs/test: Remove verbose parameter of gbprox_dump_* functionsJacob Erlbeck1-26/+26
2014-06-04gprs/test: Use valid MCC/MNC for BVC RESETJacob Erlbeck1-2/+2
2013-10-24gbproxy: Add test for NSEI and NSVCI changesJacob Erlbeck1-2/+151
2013-10-19gbproxy: Test invalid BVCI from SGSNJacob Erlbeck1-0/+8
2013-10-19gbproxy: Add global and per peer countersJacob Erlbeck1-12/+12
2013-10-19gbproxy: Extended test program to simulate SGSN, tooJacob Erlbeck1-11/+157