aboutsummaryrefslogtreecommitdiffstats
path: root/tests
AgeCommit message (Expand)AuthorFilesLines
2017-11-20bssgp_fc_test: sanitize: free fc struct when doneNeels Hofmeyr1-0/+2
2017-11-20gprs_bssgp: bssgp_fc_in(): fix mem leak on queue overflowNeels Hofmeyr2-3/+4
2017-11-20bssgp_fc_test: sanitizer: free msgb context when doneNeels Hofmeyr2-0/+12
2017-11-20bssgp_fc_test: clarify by outputting ok / failure messagesNeels Hofmeyr2-3/+99
2017-11-20bssgp_fc_test: remove rounding to decisecondsNeels Hofmeyr1-10/+0
2017-11-18gsm0808_test: sanitize: fix msgb memleakNeels Hofmeyr1-0/+2
2017-11-18gsm0408_test: sanitize: cleanup msgbNeels Hofmeyr1-1/+0
2017-11-18lapd_test: sanitize: fix msgb memleaksNeels Hofmeyr1-0/+9
2017-11-18abis_test: sanitize: fix msgb memleakNeels Hofmeyr1-0/+2
2017-11-16Print /proc/cpuinfo before executing testsuiteHarald Welte1-0/+1
2017-11-13Fix/Update copyright notices; Add SPDX annotationHarald Welte10-15/+30
2017-10-30Move additional libraries to appropriate placeMax1-48/+34
2017-10-27Add unit tests for bcd2char and char2bcd conversionHarald Welte2-0/+61
2017-10-24stats_test: Extend check to include test for counter group name manglingHarald Welte2-10/+51
2017-10-24Convert lib-internal rate_ctr from '.' separator to ':' separatorHarald Welte1-3/+3
2017-10-24rate_ctr: Enforce counter (and ctr_group) names are valid identifiersHarald Welte2-43/+43
2017-10-24GPRS: unify NS state printingMax2-63/+64
2017-10-24Add tests for bitvec_write_field()Max4-1/+211
2017-10-22add function msgb_printf() to print formatted text into msg bufPhilipp Maier2-0/+113
2017-10-20Make osmo_apn_to_str() more robustMax1-0/+7
2017-10-10gsm: make osmo_imsi_str_valid() NULL-safeNeels Hofmeyr2-0/+4
2017-10-09utils: add osmo_is_hexstr(), add unit testNeels Hofmeyr2-0/+94
2017-10-05add osmo_imsi_str_valid() and osmo_msisdn_str_valid()Neels Hofmeyr4-2/+178
2017-09-27CTRL: add unit tests for CTRL command parsingNeels Hofmeyr2-0/+353
2017-09-27vty: install 'exit', 'end',... commands on *all* nodesNeels Hofmeyr1-3/+0
2017-09-20vty_test: add artificial node levels for better testingNeels Hofmeyr13-39/+440
2017-09-20fix vty regression: empty parent nodeNeels Hofmeyr4-0/+6
2017-09-19VTY: implicit node exit by de-indenting, not parent lookupNeels Hofmeyr14-1/+95
2017-09-08VTY: interactive: never look for matching commands on parent nodeNeels Hofmeyr2-7/+3
2017-09-01libosmogsm: add Routing Area Identifier testMax2-0/+57
2017-08-29umts aka: add sqn_ms out-param, print SQN.MS in osmo-auc-genNeels Hofmeyr1-0/+9
2017-08-29osmo-auc-gen: umts: print out the IND of the SQN usedNeels Hofmeyr1-0/+15
2017-08-29osmo-auc-gen: umts: add --ind-len argNeels Hofmeyr3-0/+88
2017-08-29osmo-auc-gen: umts: add --ind argNeels Hofmeyr3-1/+91
2017-08-29osmo-auc-gen: umts: use default of ind_bitlen = 5 instead of 0Neels Hofmeyr1-2/+2
2017-08-29osmo-auc-gen: umts: remove erratic SQN.MS printoutNeels Hofmeyr1-1/+0
2017-08-29cosmetic: test for osmo-auc-gen: print error for missing binaryNeels Hofmeyr1-0/+6
2017-07-10Add pseudo-random bit sequence generator to libosmcooreHarald Welte4-2/+74
2017-07-07gsup: Add encoding/decoding for the pdp charging characteristicsHolger Hans Peter Freyther2-5/+8
2017-07-03osmo_sock_get_name(): clearly indicate local and remoteNeels Hofmeyr1-3/+3
2017-06-22sercomm_test.c: return correctly in mainPau Espin Pedrol1-0/+1
2017-06-22gsm0808: fix AoIP speech codec element parser/generatorPhilipp Maier1-41/+36
2017-06-22abis_test.c: Fix warning appearing on some buggy gcc versionsPau Espin Pedrol1-2/+4
2017-06-21lapd_test.c: Convert compilation warning to level messagePau Espin Pedrol1-1/+1
2017-06-18tlv_test.c: Fix compilation warningsPau Espin Pedrol1-19/+25
2017-06-18gprs_ns_test.c: Remove unused byte arraysPau Espin Pedrol1-49/+0
2017-06-18sms_test.c: Remove test of deprecated wrapper functionPau Espin Pedrol2-27/+0
2017-06-13ctrl_test.c: fix build with GCC 7.1.1Vadim Yanitskiy1-1/+1
2017-06-09Fix wrongful GSM FR codec SID frame detection in DTX.Jean-Francois Dionne2-1/+17
2017-06-09introduce proper test case for GSM FR detectionHarald Welte2-0/+98