summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* 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
* gsm0808: Add AoIP specific elements to gsm0808_create_... functionsPhilipp Maier2017-04-082-0/+118
* gsm0808: Add utils for Speech Codec List and Speech CodecPhilipp Maier2017-04-081-0/+124
* gsm0808: Add utils for AoIP Transport Layer AddressPhilipp Maier2017-04-081-0/+64
* ctrl_type_vals: explicitly terminateNeels Hofmeyr2017-03-151-1/+1
* milenage_test: cosmetic: verify AUTS in commentsNeels Hofmeyr2017-03-151-0/+56
* milenage_test: enhance to verify new SQN incrementsNeels Hofmeyr2017-03-152-0/+31
* osmo_auth_gen_vec: UMTS auth: fix SQN as SEQ || INDNeels Hofmeyr2017-03-151-0/+6
* osmo_auth_gen_vec: UMTS auth: store last used SQN, not nextNeels Hofmeyr2017-03-152-2/+2
* osmo-auc-gen: clarify SQN output, prepare for SQN changesNeels Hofmeyr2017-03-151-1/+8
* add osmo-auc-gen_testNeels Hofmeyr2017-03-155-1/+133
* milenage_test: cosmetic fix: shown value is not SEQ.MSNeels Hofmeyr2017-03-152-2/+4
* libosmocoding: migrate transcoding routines from OsmoBTSVadim Yanitskiy2017-03-074-2/+538
* tests/conv: separate test logicVadim Yanitskiy2017-03-064-153/+169
* Use value_string for ctrl_typeMax2017-03-014-2/+56
* gsup_test: also check stderrNeels Hofmeyr2017-02-224-8/+89
* gsup test: add decoding test for UMTS IEsNeels Hofmeyr2017-02-222-1/+61
* osmo_hexparse: allow whitespace in parsed string, add ws testNeels Hofmeyr2017-02-142-0/+29