summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* tests/bits: Make sure all 'inline' are also staticSylvain Munaut2014-06-161-17/+43
* gsm: Add Kasumi cipher implementationSylvain Munaut2014-06-164-2/+158
* core: Add generic LE/BE load/store uint type convertors and use them in msgbMax2014-06-162-1/+248
* gsm/lapdm: Prevent LAPD tx_queue from filling up in polling modeDaniel Willmann2014-03-262-17/+9
* tests/lapd: Add a testcase to check for LAPDm sync issuesDaniel Willmann2014-03-262-9/+272
* sms_test: Do not crash on logging.Alexander Chemeris2014-03-201-0/+8
* ladpm: Fix msgb handling and SAPI=3 establishment delayJacob Erlbeck2014-03-101-4/+4
* lapd/test: Check for empty ACCH queue, tooJacob Erlbeck2014-03-041-0/+2
* lapd/test: Extend test case to test msgs having data before l2hJacob Erlbeck2014-03-042-4/+16
* lapd/test: Show dequeued messagesJacob Erlbeck2014-03-042-32/+72
* lapd/test: Add test case for RSL EST REQ -> LAPDJacob Erlbeck2014-01-262-15/+112
* sms: Fix gsm_7bit legacy functions return valueJacob Erlbeck2014-01-092-0/+30
* utils: Greatly improve performance of osmo_hexdump routinesNils O. SelÄsdal2014-01-021-1/+1
* utils: Add a simple testcase for osmo_hexdumpHolger Hans Peter Freyther2014-01-024-2/+64
* logging: Copy the filter_fn and fix the IMSI filter in OpenBSCHolger Hans Peter Freyther2013-12-291-0/+17
* Refactor COMP128v23 implementation and add test suitMax2013-12-074-2/+4184
* gprs: Ignore NS RESET_ACK and ALIVE_ACK without RESETJacob Erlbeck2013-10-301-6/+0
* grps: Add test for NS messages that shall be ignoredJacob Erlbeck2013-10-302-0/+55
* lapd: Extend the test to check if lapdm_channel_exit is idempotentHolger Hans Peter Freyther2013-10-261-0/+10
* gb: Create new NSVC object instead of patching the NSVCIJacob Erlbeck2013-10-242-12/+28
* gb: Fix RESET handling with changing NSEIJacob Erlbeck2013-10-241-22/+27
* gb: Fix NS RESET/RESET_ACK abnormal casesJacob Erlbeck2013-10-242-101/+74
* gb: Add test cases for NS RESET proceduresJacob Erlbeck2013-10-242-0/+703
* gb: Fix gprs_nsvc_delete() to free ctr groupJacob Erlbeck2013-10-242-0/+127
* gb: Fix gprs_active_nsvc_by_nsei()Jacob Erlbeck2013-10-171-10/+10
* gb: Test sending messages to the SGSNJacob Erlbeck2013-10-172-53/+418
* gb: Fix gprs_ns_rx_reset to not create NS-VC duplicatesJacob Erlbeck2013-10-152-3/+35
* gb: Add functions to access the LL part of the NS-VC objectsJacob Erlbeck2013-10-151-5/+5
* tests/gb: Show invoked signals in test outputJacob Erlbeck2013-10-112-1/+53
* vty: Make vty_event dispatch signals and use it in the testcaseHolger Hans Peter Freyther2013-10-101-4/+17
* gb: Use the NS-VCI to find an existing NS-VCJacob Erlbeck2013-10-081-3/+4
* gb: Fix NS-RESET response message orderJacob Erlbeck2013-10-081-18/+18
* tests/gb: Add test for GPRS NS protocolJacob Erlbeck2013-10-084-1/+383
* tests: Fix warningsJacob Erlbeck2013-10-085-5/+8
* tests: Fix the sms_test and use the right arrayHolger Hans Peter Freyther2013-10-081-1/+1
* bssgp: Address various compiler warnings in the bssgp codeHolger Hans Peter Freyther2013-09-161-0/+3
* vty: Fix compiler warning in the testHolger Hans Peter Freyther2013-09-101-1/+2
* vty: Add vty_install_default() and use for the vty nodesJacob Erlbeck2013-09-082-0/+167
* sms: Implement encoding the address as alphanumeric typeHolger Hans Peter Freyther2013-09-042-1/+49
* conv: Fix main() of conv_test to compile with clang.Jacob Erlbeck2013-08-141-1/+2
* tests: Move expensive tests to the end of the listJacob Erlbeck2013-08-131-13/+13
* sms: Added result buffer size parameter to 7bit conv funsJacob Erlbeck2013-08-124-61/+134
* ussd: Changed 7bit test to check spec conformance directlyJacob Erlbeck2013-08-081-6/+13
* Add special 7-bit encoding and decoding functions for USSD codingAndreas Eversberg2013-08-082-0/+43
* encoding: Provide an overload for the gsm_7bit_encode and a simple testHolger Hans Peter Freyther2013-08-082-0/+18
* vty: Support multi-char separators and end stringsJacob Erlbeck2013-08-061-1/+1
* vty: Fix misusage of snprintf in vty/utils.cJacob Erlbeck2013-08-064-2/+68
* make lapd_test compile again.Harald Welte2013-07-061-69/+0
* Add LAPDm collision test (contention resolution on network side)Andreas Eversberg2013-07-061-0/+69
* gsm0408: Avoid unaligned memory access in gsm48_generate_mid_from_tmsiHolger Hans Peter Freyther2013-07-032-0/+24