summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* license: Fix the license to GPLHolger Hans Peter Freyther2017-12-093-12/+15
* Embedded: fix sercomm testMax2017-12-051-0/+4
* embedded: fix testsMax2017-12-041-5/+5
* coding test: use OSMO_ASSERTMax2017-11-301-17/+10
* coding test: move bit dump into functionsMax2017-11-281-123/+48
* coding test: enable debug outputMax2017-11-282-125/+4293
* coding test: cosmetic cleanupMax2017-11-282-102/+55
* sercomm_test: sanitize: fix msgb mem leakNeels Hofmeyr2017-11-201-0/+1
* bssgp_fc_test: sanitize: free fc struct when doneNeels Hofmeyr2017-11-201-0/+2
* gprs_bssgp: bssgp_fc_in(): fix mem leak on queue overflowNeels Hofmeyr2017-11-202-3/+4
* bssgp_fc_test: sanitizer: free msgb context when doneNeels Hofmeyr2017-11-202-0/+12
* bssgp_fc_test: clarify by outputting ok / failure messagesNeels Hofmeyr2017-11-202-3/+99
* bssgp_fc_test: remove rounding to decisecondsNeels Hofmeyr2017-11-201-10/+0
* gsm0808_test: sanitize: fix msgb memleakNeels Hofmeyr2017-11-181-0/+2
* gsm0408_test: sanitize: cleanup msgbNeels Hofmeyr2017-11-181-1/+0
* lapd_test: sanitize: fix msgb memleaksNeels Hofmeyr2017-11-181-0/+9
* abis_test: sanitize: fix msgb memleakNeels Hofmeyr2017-11-181-0/+2
* Print /proc/cpuinfo before executing testsuiteHarald Welte2017-11-161-0/+1
* Fix/Update copyright notices; Add SPDX annotationHarald Welte2017-11-1310-15/+30
* Move additional libraries to appropriate placeMax2017-10-301-48/+34
* Add unit tests for bcd2char and char2bcd conversionHarald Welte2017-10-272-0/+61
* stats_test: Extend check to include test for counter group name manglingHarald Welte2017-10-242-10/+51
* Convert lib-internal rate_ctr from '.' separator to ':' separatorHarald Welte2017-10-241-3/+3
* rate_ctr: Enforce counter (and ctr_group) names are valid identifiersHarald Welte2017-10-242-43/+43
* GPRS: unify NS state printingMax2017-10-242-63/+64
* Add tests for bitvec_write_field()Max2017-10-244-1/+211
* add function msgb_printf() to print formatted text into msg bufPhilipp Maier2017-10-222-0/+113
* Make osmo_apn_to_str() more robustMax2017-10-201-0/+7
* gsm: make osmo_imsi_str_valid() NULL-safeNeels Hofmeyr2017-10-102-0/+4
* utils: add osmo_is_hexstr(), add unit testNeels Hofmeyr2017-10-092-0/+94
* add osmo_imsi_str_valid() and osmo_msisdn_str_valid()Neels Hofmeyr2017-10-054-2/+178
* CTRL: add unit tests for CTRL command parsingNeels Hofmeyr2017-09-272-0/+353
* vty: install 'exit', 'end',... commands on *all* nodesNeels Hofmeyr2017-09-271-3/+0
* vty_test: add artificial node levels for better testingNeels Hofmeyr2017-09-2013-39/+440
* fix vty regression: empty parent nodeNeels Hofmeyr2017-09-204-0/+6
* VTY: implicit node exit by de-indenting, not parent lookupNeels Hofmeyr2017-09-1914-1/+95
* VTY: interactive: never look for matching commands on parent nodeNeels Hofmeyr2017-09-082-7/+3
* libosmogsm: add Routing Area Identifier testMax2017-09-012-0/+57
* umts aka: add sqn_ms out-param, print SQN.MS in osmo-auc-genNeels Hofmeyr2017-08-291-0/+9
* osmo-auc-gen: umts: print out the IND of the SQN usedNeels Hofmeyr2017-08-291-0/+15
* osmo-auc-gen: umts: add --ind-len argNeels Hofmeyr2017-08-293-0/+88
* osmo-auc-gen: umts: add --ind argNeels Hofmeyr2017-08-293-1/+91
* osmo-auc-gen: umts: use default of ind_bitlen = 5 instead of 0Neels Hofmeyr2017-08-291-2/+2
* osmo-auc-gen: umts: remove erratic SQN.MS printoutNeels Hofmeyr2017-08-291-1/+0
* cosmetic: test for osmo-auc-gen: print error for missing binaryNeels Hofmeyr2017-08-291-0/+6
* Add pseudo-random bit sequence generator to libosmcooreHarald Welte2017-07-104-2/+74
* gsup: Add encoding/decoding for the pdp charging characteristicsHolger Hans Peter Freyther2017-07-072-5/+8
* osmo_sock_get_name(): clearly indicate local and remoteNeels Hofmeyr2017-07-031-3/+3
* sercomm_test.c: return correctly in mainPau Espin Pedrol2017-06-221-0/+1
* gsm0808: fix AoIP speech codec element parser/generatorPhilipp Maier2017-06-221-41/+36