summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* msgb/test: Add test case for error casesJacob Erlbeck2016-01-152-0/+24
* msgb/test: Add tests for msgb_resize_area and msgb_copyJacob Erlbeck2016-01-152-0/+149
* msgb/test: Add functions to catch and check exceptionsJacob Erlbeck2016-01-152-1/+32
* msgb/test: Add test for msgb message buffersJacob Erlbeck2016-01-154-2/+136
* bitvec: Add get/set byte sequencesJacob Erlbeck2016-01-154-2/+77
* gsm: Add APN conversion functionsJacob Erlbeck2016-01-154-3/+136
* ns: Force a defined state when sending NS RESETJacob Erlbeck2015-12-172-0/+102
* remove our internal copy of talloc, use system libtallocHarald Welte2015-12-051-1/+2
* stats/test: Add memory leak checkJacob Erlbeck2015-11-261-4/+9
* stats/test: Add test for reportingJacob Erlbeck2015-11-262-17/+369
* stats/test: Add tests to check VTY configurationJacob Erlbeck2015-08-222-0/+194
* vty/test: Refactor vty creation/deletion into separate functionsJacob Erlbeck2015-08-221-29/+46
* test: Remove unneeded linking to libosmovty.laJacob Erlbeck2015-08-221-4/+4
* stats: Add osmo_ name prefix to identifiersJacob Erlbeck2015-11-021-55/+55
* stats/vty: Add stats configurationJacob Erlbeck2015-10-291-3/+3
* stats: Use a global index for stat item valuesJacob Erlbeck2015-10-281-14/+29
* stats: Add vty_out_stat_item_groupJacob Erlbeck2015-10-281-4/+4
* stats: Add stat_item for value monitoringJacob Erlbeck2015-10-284-2/+209
* build: have a disable-static build succeedJan Engelhardt2015-09-161-4/+2
* tests: Don't reference file in src/ to test hidden func. Use static link.Sylvain Munaut2015-08-191-2/+3
* bssgp/test: Add missing START/END printfsJacob Erlbeck2015-06-192-1/+8
* ipa: Properly parse LV stream of a ID_GET requestHolger Hans Peter Freyther2015-06-022-1/+62
* build: Fix the building of tests as wellHolger Hans Peter Freyther2015-05-171-1/+1
* bssgp: Fix bssgp_tx_fc_bvc parameter typeJacob Erlbeck2015-05-062-0/+79
* bssgp/test: Fix bssgp-fc testJacob Erlbeck2015-05-041-30/+0
* logginrb: Fix compiler warning about fprintfHolger Hans Peter Freyther2015-04-111-2/+2
* bssgp: Ensure non-NULL bctx before calling bssgp_rx_ptp (Coverity)Jacob Erlbeck2015-04-071-0/+17
* fix compiler warnings for a5 testsMax2015-04-071-0/+4
* Tests: Fix broken loggingrb testcase.Michael McTernan2015-04-012-7/+6
* gsm: Add A5/3-4 cipher supportMax2015-03-283-15/+79
* bssgp: Handle BSSGP STATUS messagesJacob Erlbeck2015-03-182-0/+39
* Supplementary Services (de)activation, interrogation addedTobias Engel2015-01-011-7/+7
* SMS-CB: introduce and use GSM341_7BIT_PADDINGHarald Welte2014-12-301-2/+3
* use the new GSM341 / GSM412 size constantsHarald Welte2014-12-301-3/+3
* smscb/gsm0341_test: Add \r padding to the messageDaniel Willmann2014-12-301-1/+7
* testHarald Welte2014-12-301-1/+4
* add gsm0341_test to generate SMSCB hex stringsHarald Welte2014-12-292-1/+67
* bssgp: Include sys/socket.h for AF_INET on FreeBSDHolger Hans Peter Freyther2014-10-251-0/+1
* gprs: Don't discard SUSPEND/RESUME in bssgp_rcvmsgJacob Erlbeck2014-10-232-2/+4
* gprs/test: Add BSSGP testsJacob Erlbeck2014-10-234-2/+168
* bssgp: Free msgb in case of error when calling into gprs_ns_sendmsgHolger Hans Peter Freyther2014-10-101-4/+8
* gprs-ns/test: Check the nsvc state explicitelyJacob Erlbeck2014-10-091-0/+7
* gprs-ns/test: Re-add return value check for gprs_nsvc_resetHolger Hans Peter Freyther2014-10-091-1/+3
* gprs-ns: Fix reset state handlingJacob Erlbeck2014-10-092-6/+23
* gprs-ns/test: Add test_sgsn_reset_invalid_stateJacob Erlbeck2014-10-092-0/+163
* gprs-ns/test: Add expire_nsvc_timerJacob Erlbeck2014-10-091-0/+15
* gprs-ns/test: Save the last PDU type sentJacob Erlbeck2014-10-091-0/+4
* gprs-ns/test: Use gprs_nsvc_reset instead of gprs_ns_tx_resetJacob Erlbeck2014-10-092-22/+13
* build: resolve compiler warning about implicit delcarationJan Engelhardt2014-10-041-0/+1
* build: fix linker error with kasumi_testJan Engelhardt2014-10-031-2/+1