aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/tests
AgeCommit message (Expand)AuthorFilesLines
2014-08-21move libctrl from openbsc to libosmoctrl (libosmocore.git)Harald Welte3-5/+3
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 Freyther3-2/+100
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
2014-07-22gprs: Add counters related to LLC layer patchingJacob Erlbeck1-0/+4
2014-07-22gprs: Track IMSI/TLLI to control APN patchingJacob Erlbeck2-7/+16
2014-07-22gprs: Store gbproxy patching state per peerJacob Erlbeck2-20/+14
2014-07-22gprs/test: Add Detach messages to testJacob Erlbeck2-3/+74
2014-07-22gprs/test: Added GMM Info and fixed TLLIJacob Erlbeck2-8/+36
2014-07-22gprs: Add APN patch support for LLC/GSM messagesJacob Erlbeck2-9/+14
2014-07-22gprs: Add MCC/MNC patch support for LLC/GMM messagesJacob Erlbeck1-8/+8
2014-07-22gprs: Implement BSSGP MCC/MNC patchingJacob Erlbeck3-14/+22
2014-07-22gprs/test: Make test output more readableJacob Erlbeck2-274/+159
2014-07-22mgcp: Change API to remove memory management from the nameHolger Hans Peter Freyther2-7/+2
2014-07-22mgcp: Fix/test the case of a time jump and the resyncHolger Hans Peter Freyther1-0/+47
2014-07-22mgcp: Add a testcase for 160->80 ptime handlingHolger Hans Peter Freyther1-0/+19
2014-07-22mgcp: Initialise next_time in case the initial timestamp is not 0.Holger Hans Peter Freyther1-4/+6
2014-07-22mgcp: Document transcoding semantic and follow itHolger Hans Peter Freyther2-15/+81
2014-07-22mgcp: Fix/test reading/writing the sequence numberHolger Hans Peter Freyther2-7/+59
2014-07-22mgcp: Capture the return value of the of the transcode functionHolger Hans Peter Freyther2-192/+205
2014-07-22mgcp: Do not use errx as finding a test failure is too hardHolger Hans Peter Freyther1-6/+12
2014-07-22mgcp: Re-factor testcase to separate test and setupHolger Hans Peter Freyther1-54/+64
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-07mgcp: Verify that the force-ptime is written back to the fileHolger Hans Peter Freyther1-0/+22
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 Erlbeck2-1/+460
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-15gprs: Use area terms LAI/RAI as defined in GSM 03.03Jacob Erlbeck1-60/+60
2014-06-15mgcp: Fix SDP formatting of fmtp_extra (Coverity)Jacob Erlbeck1-24/+0