aboutsummaryrefslogtreecommitdiffstats
path: root/tests
AgeCommit message (Expand)AuthorFilesLines
2013-10-08tests: Fix warningsJacob Erlbeck5-5/+8
2013-10-08tests: Fix the sms_test and use the right arrayHolger Hans Peter Freyther1-1/+1
2013-09-16bssgp: Address various compiler warnings in the bssgp codeHolger Hans Peter Freyther1-0/+3
2013-09-10vty: Fix compiler warning in the testHolger Hans Peter Freyther1-1/+2
2013-09-08vty: Add vty_install_default() and use for the vty nodesJacob Erlbeck2-0/+167
2013-09-04sms: Implement encoding the address as alphanumeric typeHolger Hans Peter Freyther2-1/+49
2013-08-14conv: Fix main() of conv_test to compile with clang.Jacob Erlbeck1-1/+2
2013-08-13tests: Move expensive tests to the end of the listJacob Erlbeck1-13/+13
2013-08-12sms: Added result buffer size parameter to 7bit conv funsJacob Erlbeck4-61/+134
2013-08-08ussd: Changed 7bit test to check spec conformance directlyJacob Erlbeck1-6/+13
2013-08-08Add special 7-bit encoding and decoding functions for USSD codingAndreas Eversberg2-0/+43
2013-08-08encoding: Provide an overload for the gsm_7bit_encode and a simple testHolger Hans Peter Freyther2-0/+18
2013-08-06vty: Support multi-char separators and end stringsJacob Erlbeck1-1/+1
2013-08-06vty: Fix misusage of snprintf in vty/utils.cJacob Erlbeck4-2/+68
2013-07-06make lapd_test compile again.Harald Welte1-69/+0
2013-07-06Add LAPDm collision test (contention resolution on network side)Andreas Eversberg1-0/+69
2013-07-03gsm0408: Avoid unaligned memory access in gsm48_generate_mid_from_tmsiHolger Hans Peter Freyther2-0/+24
2013-06-26fr: Fix the linking of the test and use $(LIBRARY_DL) for linkingHolger Hans Peter Freyther1-1/+1
2013-06-19lapd: Upate the assert to OSMO_ASSERT and describe what we would like to haveHolger Hans Peter Freyther1-2/+2
2013-06-19lapd: The two known LAPDm issues have been addressed, update the testHolger Hans Peter Freyther2-13/+7
2013-04-06Fix: LAPDm contention resoltion must acknowledge subsequent SABMAndreas Eversberg2-0/+79
2013-03-25tests: Verify that all tests exit with status=0.Holger Hans Peter Freyther1-17/+17
2013-03-09utils: Introduce OSMO_ASSERT in the utils and use it in the unit testsKaterina Barone-Adesi3-98/+93
2013-02-27Added a ring buffer log target to store the last N log messages.Katerina Barone-Adesi7-2/+336
2013-02-27Revert "Added a ring buffer log target to store the last N log messages."Holger Hans Peter Freyther7-336/+2
2013-02-27Added a ring buffer log target to store the last N log messages.Katerina Barone-Adesi7-2/+336
2013-01-15fr_test: Speculative build fix for FreeBSDHolger Hans Peter Freyther1-0/+3
2013-01-15fr: Begin with a GRE/FrameRelay test due the recent regressionHolger Hans Peter Freyther5-2/+92
2013-01-06tests/timer: tweak path to config.hAlex Badea1-1/+1
2012-12-26tests: Don't delete atconfig in cleanDaniel Willmann1-1/+2
2012-12-26lapd: Fix compiler warnings in the lapd codeHolger Hans Peter Freyther1-0/+2
2012-12-26lapd: Check in rslms_rx_rll() if lapdm context was initialized earlierDaniel Willmann2-0/+44
2012-12-11build: Don't use the deprecated INCLUDES in the various Makefile.amSylvain Munaut1-1/+1
2012-09-27logging: Modify the testcase to excercise Nico's fixHolger Hans Peter Freyther1-1/+1
2012-09-27logging: Move the logging test from OpenBSC into libosmocoreHolger Hans Peter Freyther5-2/+93
2012-09-11tests: Make the gb test work with srcdir != builddirHolger Hans Peter Freyther4-53/+56
2012-09-07BSSGP: make bvc_ctx->fc a dynamic talloc allocationHarald Welte1-50/+50
2012-09-07GPRS BSSGP test: integrate into autotestHarald Welte4-0/+223
2012-09-07BSSGP flow-control: Add unit test for algorithm testsHarald Welte2-1/+172
2012-08-25misc: Fix make distcheck of libosmocore by adding the result to the distHolger Hans Peter Freyther1-1/+2
2012-08-24GSM 04.08: Add support for parsing CSD related bearer capabilitiesHarald Welte4-1/+145
2012-08-02Add missing includes to timer_test.c and osmo-auc-gen.cHarald Welte1-0/+1
2012-06-30build: simplify test handling and speed up build.Diego Elio Pettenò12-84/+50
2012-04-05timer: Increase the imprecision we accept in this testHolger Hans Peter Freyther2-2/+2
2012-03-21auth: Update test result with the new OP/OPC outputHolger Hans Peter Freyther1-0/+2
2012-03-21milenage: Add function to compute OPC from OP and KHarald Welte1-0/+20
2012-01-26GSM 08.08: change gsm0808_create_classmark_update() prototypeHarald Welte1-3/+11
2012-01-22tests: Introduce a very basic gsm0808 testHolger Hans Peter Freyther5-1/+289
2012-01-12lapdm: Make sure that the msgb_l3len(msg) == length...Holger Hans Peter Freyther2-9/+13
2012-01-12lapd: Warn if someone attempts to send an empty messageHolger Hans Peter Freyther1-0/+15