aboutsummaryrefslogtreecommitdiffstats
path: root/tests
AgeCommit message (Expand)AuthorFilesLines
2014-12-29add gsm0341_test to generate SMSCB hex stringsHarald Welte2-1/+67
2014-10-25bssgp: Include sys/socket.h for AF_INET on FreeBSDHolger Hans Peter Freyther1-0/+1
2014-10-23gprs: Don't discard SUSPEND/RESUME in bssgp_rcvmsgJacob Erlbeck2-2/+4
2014-10-23gprs/test: Add BSSGP testsJacob Erlbeck4-2/+168
2014-10-10bssgp: Free msgb in case of error when calling into gprs_ns_sendmsgHolger Hans Peter Freyther1-4/+8
2014-10-09gprs-ns/test: Check the nsvc state explicitelyJacob Erlbeck1-0/+7
2014-10-09gprs-ns/test: Re-add return value check for gprs_nsvc_resetHolger Hans Peter Freyther1-1/+3
2014-10-09gprs-ns: Fix reset state handlingJacob Erlbeck2-6/+23
2014-10-09gprs-ns/test: Add test_sgsn_reset_invalid_stateJacob Erlbeck2-0/+163
2014-10-09gprs-ns/test: Add expire_nsvc_timerJacob Erlbeck1-0/+15
2014-10-09gprs-ns/test: Save the last PDU type sentJacob Erlbeck1-0/+4
2014-10-09gprs-ns/test: Use gprs_nsvc_reset instead of gprs_ns_tx_resetJacob Erlbeck2-22/+13
2014-10-04build: resolve compiler warning about implicit delcarationJan Engelhardt1-0/+1
2014-10-03build: fix linker error with kasumi_testJan Engelhardt1-2/+1
2014-10-03build: remove unused all_includes and use AM_CPPFLAGSJan Engelhardt1-1/+2
2014-08-29msgfile: Fix memleak in the test and release the listHolger Hans Peter Freyther1-0/+1
2014-06-16tests/bits: Make sure all 'inline' are also staticSylvain Munaut1-17/+43
2014-06-16gsm: Add Kasumi cipher implementationSylvain Munaut4-2/+158
2014-06-16core: Add generic LE/BE load/store uint type convertors and use them in msgbMax2-1/+248
2014-03-26gsm/lapdm: Prevent LAPD tx_queue from filling up in polling modeDaniel Willmann2-17/+9
2014-03-26tests/lapd: Add a testcase to check for LAPDm sync issuesDaniel Willmann2-9/+272
2014-03-20sms_test: Do not crash on logging.Alexander Chemeris1-0/+8
2014-03-10ladpm: Fix msgb handling and SAPI=3 establishment delayJacob Erlbeck1-4/+4
2014-03-04lapd/test: Check for empty ACCH queue, tooJacob Erlbeck1-0/+2
2014-03-04lapd/test: Extend test case to test msgs having data before l2hJacob Erlbeck2-4/+16
2014-03-04lapd/test: Show dequeued messagesJacob Erlbeck2-32/+72
2014-01-26lapd/test: Add test case for RSL EST REQ -> LAPDJacob Erlbeck2-15/+112
2014-01-09sms: Fix gsm_7bit legacy functions return valueJacob Erlbeck2-0/+30
2014-01-02utils: Greatly improve performance of osmo_hexdump routinesNils O. SelÄsdal1-1/+1
2014-01-02utils: Add a simple testcase for osmo_hexdumpHolger Hans Peter Freyther4-2/+64
2013-12-29logging: Copy the filter_fn and fix the IMSI filter in OpenBSCHolger Hans Peter Freyther1-0/+17
2013-12-07Refactor COMP128v23 implementation and add test suitMax4-2/+4184
2013-10-30gprs: Ignore NS RESET_ACK and ALIVE_ACK without RESETJacob Erlbeck1-6/+0
2013-10-30grps: Add test for NS messages that shall be ignoredJacob Erlbeck2-0/+55
2013-10-26lapd: Extend the test to check if lapdm_channel_exit is idempotentHolger Hans Peter Freyther1-0/+10
2013-10-24gb: Create new NSVC object instead of patching the NSVCIJacob Erlbeck2-12/+28
2013-10-24gb: Fix RESET handling with changing NSEIJacob Erlbeck1-22/+27
2013-10-24gb: Fix NS RESET/RESET_ACK abnormal casesJacob Erlbeck2-101/+74
2013-10-24gb: Add test cases for NS RESET proceduresJacob Erlbeck2-0/+703
2013-10-24gb: Fix gprs_nsvc_delete() to free ctr groupJacob Erlbeck2-0/+127
2013-10-17gb: Fix gprs_active_nsvc_by_nsei()Jacob Erlbeck1-10/+10
2013-10-17gb: Test sending messages to the SGSNJacob Erlbeck2-53/+418
2013-10-15gb: Fix gprs_ns_rx_reset to not create NS-VC duplicatesJacob Erlbeck2-3/+35
2013-10-15gb: Add functions to access the LL part of the NS-VC objectsJacob Erlbeck1-5/+5
2013-10-11tests/gb: Show invoked signals in test outputJacob Erlbeck2-1/+53
2013-10-10vty: Make vty_event dispatch signals and use it in the testcaseHolger Hans Peter Freyther1-4/+17
2013-10-08gb: Use the NS-VCI to find an existing NS-VCJacob Erlbeck1-3/+4
2013-10-08gb: Fix NS-RESET response message orderJacob Erlbeck1-18/+18
2013-10-08tests/gb: Add test for GPRS NS protocolJacob Erlbeck4-1/+383
2013-10-08tests: Fix warningsJacob Erlbeck5-5/+8