aboutsummaryrefslogtreecommitdiffstats
path: root/tests
AgeCommit message (Expand)AuthorFilesLines
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
2017-05-18tests/Makefile.am: do not test disabled featuresVadim Yanitskiy1-4/+19
2017-05-17add sercomm unit testHarald Welte4-2/+169
2017-05-15fsm_test.c: fix unreachable checkVadim Yanitskiy1-1/+3
2017-05-15introduce byteswap.h with osmo_{htonl,ntohl,htons,ntohs}Harald Welte4-2/+45
2017-05-14kasumi_test.c: fix incomplete checkVadim Yanitskiy1-8/+8
2017-05-09timer: add osmo_timer_setup()Pablo Neira Ayuso1-6/+3
2017-05-09vty: cleanup logging functionsMax1-1/+1
2017-04-30tests/conv: add GSM 05.03 specific testVadim Yanitskiy5-5/+354
2017-04-28Add SW Description (de)marshallingMax4-2/+260
2017-04-27control_if: Add control interface commands for FSMsHarald Welte2-11/+45
2017-04-27control_if: Add helper function for 'local execution' of control commandHarald Welte1-1/+1
2017-04-16osmo_fsm: Lookup functions to find FSM Instance by name or IDHarald Welte2-9/+15
2017-04-09Add osmo_sock_init2() function, allowing both BIND *and* CONNECTHarald Welte3-0/+57
2017-04-08gsm0808: make gsm0808_create_reset_ack() accessiblePhilipp Maier2-0/+14
2017-04-08gsm0808: Add create functions for BSS_MAP_MSG_ASSIGMENT_RQSTPhilipp Maier2-0/+51
2017-04-08gsm0808: Add create functions for BSS_MAP_MSG_PAGINGPhilipp Maier2-0/+43
2017-04-08gsm0808: Add create functions for CIPHER MODE COMMANDPhilipp Maier2-0/+42
2017-04-08gsm0808: Add utils for Cell Identifier ListPhilipp Maier1-0/+85
2017-04-08gsm0808: Add utils for Encryption InformationPhilipp Maier1-0/+40
2017-04-08gsm0808: Add utils for Channel TypePhilipp Maier1-0/+31
2017-04-08gsm0808: Add AoIP specific elements to gsm0808_create_... functionsPhilipp Maier2-0/+118
2017-04-08gsm0808: Add utils for Speech Codec List and Speech CodecPhilipp Maier1-0/+124
2017-04-08gsm0808: Add utils for AoIP Transport Layer AddressPhilipp Maier1-0/+64
2017-03-15ctrl_type_vals: explicitly terminateNeels Hofmeyr1-1/+1
2017-03-15milenage_test: cosmetic: verify AUTS in commentsNeels Hofmeyr1-0/+56
2017-03-15milenage_test: enhance to verify new SQN incrementsNeels Hofmeyr2-0/+31
2017-03-15osmo_auth_gen_vec: UMTS auth: fix SQN as SEQ || INDNeels Hofmeyr1-0/+6
2017-03-15osmo_auth_gen_vec: UMTS auth: store last used SQN, not nextNeels Hofmeyr2-2/+2
2017-03-15osmo-auc-gen: clarify SQN output, prepare for SQN changesNeels Hofmeyr1-1/+8
2017-03-15add osmo-auc-gen_testNeels Hofmeyr5-1/+133
2017-03-15milenage_test: cosmetic fix: shown value is not SEQ.MSNeels Hofmeyr2-2/+4
2017-03-07libosmocoding: migrate transcoding routines from OsmoBTSVadim Yanitskiy4-2/+538
2017-03-06tests/conv: separate test logicVadim Yanitskiy4-153/+169
2017-03-01Use value_string for ctrl_typeMax4-2/+56
2017-02-22gsup_test: also check stderrNeels Hofmeyr4-8/+89
2017-02-22gsup test: add decoding test for UMTS IEsNeels Hofmeyr2-1/+61
2017-02-14osmo_hexparse: allow whitespace in parsed string, add ws testNeels Hofmeyr2-0/+29
2017-02-14utils: add hexparse testNeels Hofmeyr2-0/+117
2017-02-09cosmetic: replace fprintf with LOGPPhilipp Maier1-1/+16
2017-02-08Add minimal testing of socket.c helper functionsHarald Welte5-2/+96