summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* 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
* abis_test.c: Fix warning appearing on some buggy gcc versionsPau Espin Pedrol2017-06-221-2/+4
* lapd_test.c: Convert compilation warning to level messagePau Espin Pedrol2017-06-211-1/+1
* tlv_test.c: Fix compilation warningsPau Espin Pedrol2017-06-181-19/+25
* gprs_ns_test.c: Remove unused byte arraysPau Espin Pedrol2017-06-181-49/+0
* sms_test.c: Remove test of deprecated wrapper functionPau Espin Pedrol2017-06-182-27/+0
* ctrl_test.c: fix build with GCC 7.1.1Vadim Yanitskiy2017-06-131-1/+1
* Fix wrongful GSM FR codec SID frame detection in DTX.Jean-Francois Dionne2017-06-092-1/+17
* introduce proper test case for GSM FR detectionHarald Welte2017-06-092-0/+98
* tests/Makefile.am: do not test disabled featuresVadim Yanitskiy2017-05-181-4/+19
* add sercomm unit testHarald Welte2017-05-174-2/+169
* fsm_test.c: fix unreachable checkVadim Yanitskiy2017-05-151-1/+3
* introduce byteswap.h with osmo_{htonl,ntohl,htons,ntohs}Harald Welte2017-05-154-2/+45
* kasumi_test.c: fix incomplete checkVadim Yanitskiy2017-05-141-8/+8
* timer: add osmo_timer_setup()Pablo Neira Ayuso2017-05-091-6/+3
* vty: cleanup logging functionsMax2017-05-091-1/+1
* tests/conv: add GSM 05.03 specific testVadim Yanitskiy2017-04-305-5/+354
* Add SW Description (de)marshallingMax2017-04-284-2/+260
* control_if: Add control interface commands for FSMsHarald Welte2017-04-272-11/+45
* control_if: Add helper function for 'local execution' of control commandHarald Welte2017-04-271-1/+1
* osmo_fsm: Lookup functions to find FSM Instance by name or IDHarald Welte2017-04-162-9/+15
* Add osmo_sock_init2() function, allowing both BIND *and* CONNECTHarald Welte2017-04-093-0/+57
* gsm0808: make gsm0808_create_reset_ack() accessiblePhilipp Maier2017-04-082-0/+14
* gsm0808: Add create functions for BSS_MAP_MSG_ASSIGMENT_RQSTPhilipp Maier2017-04-082-0/+51
* gsm0808: Add create functions for BSS_MAP_MSG_PAGINGPhilipp Maier2017-04-082-0/+43
* gsm0808: Add create functions for CIPHER MODE COMMANDPhilipp Maier2017-04-082-0/+42
* gsm0808: Add utils for Cell Identifier ListPhilipp Maier2017-04-081-0/+85
* gsm0808: Add utils for Encryption InformationPhilipp Maier2017-04-081-0/+40
* gsm0808: Add utils for Channel TypePhilipp Maier2017-04-081-0/+31