summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* 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
* fr: Fix the linking of the test and use $(LIBRARY_DL) for linkingHolger Hans Peter Freyther2013-06-261-1/+1
* lapd: Upate the assert to OSMO_ASSERT and describe what we would like to haveHolger Hans Peter Freyther2013-06-191-2/+2
* lapd: The two known LAPDm issues have been addressed, update the testHolger Hans Peter Freyther2013-06-192-13/+7
* Fix: LAPDm contention resoltion must acknowledge subsequent SABMAndreas Eversberg2013-04-062-0/+79
* tests: Verify that all tests exit with status=0.Holger Hans Peter Freyther2013-03-251-17/+17
* utils: Introduce OSMO_ASSERT in the utils and use it in the unit testsKaterina Barone-Adesi2013-03-093-98/+93
* Added a ring buffer log target to store the last N log messages.Katerina Barone-Adesi2013-02-277-2/+336
* Revert "Added a ring buffer log target to store the last N log messages."Holger Hans Peter Freyther2013-02-277-336/+2
* Added a ring buffer log target to store the last N log messages.Katerina Barone-Adesi2013-02-277-2/+336
* fr_test: Speculative build fix for FreeBSDHolger Hans Peter Freyther2013-01-151-0/+3
* fr: Begin with a GRE/FrameRelay test due the recent regressionHolger Hans Peter Freyther2013-01-155-2/+92
* tests/timer: tweak path to config.hAlex Badea2013-01-061-1/+1
* tests: Don't delete atconfig in cleanDaniel Willmann2012-12-261-1/+2
* lapd: Fix compiler warnings in the lapd codeHolger Hans Peter Freyther2012-12-261-0/+2
* lapd: Check in rslms_rx_rll() if lapdm context was initialized earlierDaniel Willmann2012-12-262-0/+44
* build: Don't use the deprecated INCLUDES in the various Makefile.amSylvain Munaut2012-12-111-1/+1
* logging: Modify the testcase to excercise Nico's fixHolger Hans Peter Freyther2012-09-271-1/+1
* logging: Move the logging test from OpenBSC into libosmocoreHolger Hans Peter Freyther2012-09-275-2/+93
* tests: Make the gb test work with srcdir != builddirHolger Hans Peter Freyther2012-09-114-53/+56
* BSSGP: make bvc_ctx->fc a dynamic talloc allocationHarald Welte2012-09-071-50/+50
* GPRS BSSGP test: integrate into autotestHarald Welte2012-09-074-0/+223
* BSSGP flow-control: Add unit test for algorithm testsHarald Welte2012-09-072-1/+172
* misc: Fix make distcheck of libosmocore by adding the result to the distHolger Hans Peter Freyther2012-08-251-1/+2
* GSM 04.08: Add support for parsing CSD related bearer capabilitiesHarald Welte2012-08-244-1/+145