aboutsummaryrefslogtreecommitdiffstats
path: root/tests
AgeCommit message (Expand)AuthorFilesLines
2016-05-06import gprs_gsup_message.[ch] from openbsc as gsup.[ch]0.9.4Harald Welte4-2/+289
2016-05-05tlv: Import osmo_shift_* and osmo_match_shift_* from openbscHarald Welte4-2/+263
2016-04-29Add code generator for convolutional codesMax Suraev msuraev@sysmocom.de2-195/+90
2016-04-12Add ubit <-> sbit convertorsMax1-21/+2
2016-03-21sim: Fix compiler warning and by this fixing the test resultHolger Hans Peter Freyther1-0/+1
2016-03-17sim: Add simplistic unit test for APDU class tablesHarald Welte4-2/+75
2016-03-17Add function to add bits from array to bitvecMax2-0/+76
2016-02-29logging: Move the filter check up as wellHolger Hans Peter Freyther2-7/+15
2016-02-29log/test: Extend test case for log_check_levelJacob Erlbeck2-1/+11
2016-02-25Add byte printing macrosMax1-12/+1
2016-02-22gb: Add bssgp_msgb_copy functionJacob Erlbeck2-0/+38
2016-02-18Add T4 bit map compression routinesMax4-2/+106
2016-02-18Expand bitvec interfaceMax2-2/+258
2016-01-30bivec: Fix the output of the testcaseHolger Hans Peter Freyther2-12/+16
2016-01-30bitvec: Test and fix regression for C++->C conversionHolger Hans Peter Freyther2-0/+31
2015-11-09test: Fix compiler warnings on 64bit systemsHolger Hans Peter Freyther6-17/+18
2016-01-21kasumi: Fix build with gcc5 that changed behavior of inlineHolger Hans Peter Freyther1-1/+1
2016-01-15msgb/test: Add test case for error casesJacob Erlbeck2-0/+24
2016-01-15msgb/test: Add tests for msgb_resize_area and msgb_copyJacob Erlbeck2-0/+149
2016-01-15msgb/test: Add functions to catch and check exceptionsJacob Erlbeck2-1/+32
2016-01-15msgb/test: Add test for msgb message buffersJacob Erlbeck4-2/+136
2016-01-15bitvec: Add get/set byte sequencesJacob Erlbeck4-2/+77
2016-01-15gsm: Add APN conversion functionsJacob Erlbeck4-3/+136
2015-12-17ns: Force a defined state when sending NS RESETJacob Erlbeck2-0/+102
2015-12-05remove our internal copy of talloc, use system libtallocHarald Welte1-1/+2
2015-11-26stats/test: Add memory leak checkJacob Erlbeck1-4/+9
2015-11-26stats/test: Add test for reportingJacob Erlbeck2-17/+369
2015-08-22stats/test: Add tests to check VTY configurationJacob Erlbeck2-0/+194
2015-08-22vty/test: Refactor vty creation/deletion into separate functionsJacob Erlbeck1-29/+46
2015-08-22test: Remove unneeded linking to libosmovty.laJacob Erlbeck1-4/+4
2015-11-02stats: Add osmo_ name prefix to identifiersJacob Erlbeck1-55/+55
2015-10-29stats/vty: Add stats configurationJacob Erlbeck1-3/+3
2015-10-28stats: Use a global index for stat item valuesJacob Erlbeck1-14/+29
2015-10-28stats: Add vty_out_stat_item_groupJacob Erlbeck1-4/+4
2015-10-28stats: Add stat_item for value monitoringJacob Erlbeck4-2/+209
2015-09-16build: have a disable-static build succeedJan Engelhardt1-4/+2
2015-08-19tests: Don't reference file in src/ to test hidden func. Use static link.Sylvain Munaut1-2/+3
2015-06-19bssgp/test: Add missing START/END printfsJacob Erlbeck2-1/+8
2015-06-02ipa: Properly parse LV stream of a ID_GET requestHolger Hans Peter Freyther2-1/+62
2015-05-17build: Fix the building of tests as wellHolger Hans Peter Freyther1-1/+1
2015-05-06bssgp: Fix bssgp_tx_fc_bvc parameter typeJacob Erlbeck2-0/+79
2015-05-04bssgp/test: Fix bssgp-fc testJacob Erlbeck1-30/+0
2015-04-11logginrb: Fix compiler warning about fprintfHolger Hans Peter Freyther1-2/+2
2015-04-07bssgp: Ensure non-NULL bctx before calling bssgp_rx_ptp (Coverity)Jacob Erlbeck1-0/+17
2015-04-07fix compiler warnings for a5 testsMax1-0/+4
2015-04-01Tests: Fix broken loggingrb testcase.Michael McTernan2-7/+6
2015-03-28gsm: Add A5/3-4 cipher supportMax3-15/+79
2015-03-18bssgp: Handle BSSGP STATUS messagesJacob Erlbeck2-0/+39
2015-01-01Supplementary Services (de)activation, interrogation addedTobias Engel1-7/+7
2014-12-30SMS-CB: introduce and use GSM341_7BIT_PADDINGHarald Welte1-2/+3