aboutsummaryrefslogtreecommitdiffstats
path: root/tests
AgeCommit message (Expand)AuthorFilesLines
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
2017-02-07bssgp_fc_test: do not use real timeNeels Hofmeyr1-1/+8
2017-02-02GSUP, OAP, osmo-gen-vec: fix AUTS length to 14, not 16Neels Hofmeyr2-3/+3
2017-01-16tests/conv: whitespece fixVadim Yanitskiy1-1/+1
2017-01-16tests/conv: add LTE PBCH test vectorVadim Yanitskiy2-0/+68
2017-01-15stats_test: fix mismatching osmo_stats_reporter->send_item signatureNeels Hofmeyr1-2/+3
2017-01-13Fix compilation warnings: missing includes: gsm0411_utils.c, lapd_core.c, oap...Max1-0/+1
2017-01-10DTX: fix AMR SID-FIRST detectionJean-Francois Dionne1-2/+2
2017-01-06Add function to get uninterrupted bit runPravin Kumarvel2-1/+43
2017-01-06lapd_test: avoid calling memcpy with NULL sourceHarald Welte1-1/+2
2016-12-24fsm_test.c: fix compiler warning: timer cb return typeNeels Hofmeyr1-1/+1
2016-12-14fsm: add LOGPFSML to pass explicit logging levelNeels Hofmeyr1-1/+1
2016-12-12fix logging: log_set_category_filter() for internal DL* logging catsNeels Hofmeyr1-0/+1
2016-12-12show bug in logging: log_set_category_filter on DL* categoriesNeels Hofmeyr1-0/+6
2016-12-12fix logging: out-of-bounds check should end with user categoriesNeels Hofmeyr1-0/+1
2016-12-12show bug in logging: out-of-bounds check should end with user categoriesNeels Hofmeyr2-0/+5
2016-12-12fix logging: also catch first out-of-bounds logging catNeels Hofmeyr1-0/+1
2016-12-12show bug in logging: erratic redirection to DLGLOBAL for first invalid categoryNeels Hofmeyr1-0/+1
2016-12-12fix logging: redirection to DLGLOBAL for invalid categoriesNeels Hofmeyr1-0/+2
2016-12-12show bug in logging: erratic redirection to DLGLOBAL for invalid categoriesNeels Hofmeyr1-0/+8
2016-12-12logging test: cosmetic: print target and don't print colorNeels Hofmeyr2-4/+5
2016-12-11oap: add encode/decode unit testNeels Hofmeyr5-2/+273
2016-12-11fix: DLGSUP logging category "unusable"0.9.5Neels Hofmeyr1-5/+0
2016-12-09Fix msgb_test on 64 bit architecturesHarald Welte1-1/+1