aboutsummaryrefslogtreecommitdiffstats
path: root/tests/gsm0808/gsm0808_test.c
AgeCommit message (Expand)AuthorFilesLines
2019-01-28gsm0808: add BSSMAP Cell Identifier matching APINeels Hofmeyr1-0/+273
2019-01-19LCLS: make GCR into static member of osmo_lclsMax1-18/+22
2019-01-19LCLS: add status parameter to Assignment Completed messageMax1-4/+5
2019-01-14LCLS: add GCR comparison helperMax1-19/+4
2019-01-14LCLS: expand enc/dec testsMax1-0/+12
2018-12-23LCLS: enc/dec entire parameter set instead of GCRMax1-13/+20
2018-12-21tests/gsm0808: use new msgb comparison APIVadim Yanitskiy1-12/+4
2018-12-14LCLS: add gsm0808_create_ass2()Max1-0/+78
2018-12-14LCLS, TS 48.008: add GCR IE encoding/decodingMax1-0/+78
2018-12-08gsm0808: add encoder for cause codes and use itPhilipp Maier1-7/+29
2018-11-19Support cipher mode reject with extended causeMax1-1/+43
2018-11-06Fix deprecation warning in gsm0808_testMax1-4/+12
2018-11-02Update cipher reject functionMax1-1/+1
2018-10-16gsm0808: allow decoding of zero length speech codec lists.Philipp Maier1-0/+23
2018-09-25gsm0808: add function to convert AMR S15-S0 to gsm0408 settingsPhilipp Maier1-0/+57
2018-09-19gsm0808: add function to convert amr gsm0408 setings to gsm0808Philipp Maier1-0/+198
2018-09-16Revert "gsm0808: add function to convert amr gsm0408 setings to gsm0808"Neels Hofmeyr1-196/+0
2018-09-14gsm0808: add function to convert amr gsm0408 setings to gsm0808Philipp Maier1-0/+196
2018-04-23gsm0808_test: silence deprecation: use gsm0808_create_layer3_2()Neels Hofmeyr1-1/+11
2018-04-23gsm0808_test: fix more missing inits (address sanitizer issues)Neels Hofmeyr1-59/+52
2018-04-18add gsm0808_cell_{id,id_list}_name() and friendsNeels Hofmeyr1-33/+28
2018-04-15test_gsm0808_enc_dec_speech_codec_with_cfg: initialize properlyNeels Hofmeyr1-7/+7
2018-04-13test_gsm0808_enc_dec_cell_id_list_lac(): populate all LACsNeels Hofmeyr1-3/+3
2018-04-13test_gsm0808_enc_dec_cell_id_list_lac(): validate encoded bytesNeels Hofmeyr1-8/+8
2018-04-13add gsm0808_{enc,dec}_cell_idNeels Hofmeyr1-0/+199
2018-04-13add gsm0808_cell_id_list_add() to combine two cell identifier listsNeels Hofmeyr1-0/+195
2018-03-24cosmetic: gsm0808_test: drop extraneous assertionNeels Hofmeyr1-1/+0
2018-03-23fix gsm0808_enc_cell_id_list2 for leading-zero MNCNeels Hofmeyr1-4/+1
2018-03-23show failure in gsm0808_enc_cell_id_list2() in gsm0808_testNeels Hofmeyr1-4/+8
2018-03-23gsm0808_test: cosmetic: test non-hex MCCNeels Hofmeyr1-6/+6
2018-03-23gsm0808_test: cosmetic: re-arrange struct init; print hexdump on failureNeels Hofmeyr1-24/+32
2018-03-23gsm_08_08: correct speech codec defaultsPhilipp Maier1-7/+7
2018-03-16add a test for CELL_IDENT_WHOLE_GLOBAL cell identifier listsStefan Sperling1-0/+61
2018-03-16fix parse_cell_id_lac_and_ci_list()Stefan Sperling1-0/+42
2018-03-16fix bug in parse_cell_id_ci_list()Stefan Sperling1-0/+35
2018-03-15use gsm48_decode_lai2() in gsm0808_dec_cell_id_list()Stefan Sperling1-0/+57
2018-03-15fix cell identifier decoding in libosmocoreStefan Sperling1-0/+37
2018-03-13support for more cell ID list types in libosmocoreStefan Sperling1-25/+22
2017-12-17gsm0808_create_cipher_reject: Fix encoding of Cause IEHarald Welte1-1/+1
2017-11-18gsm0808_test: sanitize: fix msgb memleakNeels Hofmeyr1-0/+2
2017-06-22gsm0808: fix AoIP speech codec element parser/generatorPhilipp Maier1-41/+36
2017-04-08gsm0808: make gsm0808_create_reset_ack() accessiblePhilipp Maier1-0/+13
2017-04-08gsm0808: Add create functions for BSS_MAP_MSG_ASSIGMENT_RQSTPhilipp Maier1-0/+50
2017-04-08gsm0808: Add create functions for BSS_MAP_MSG_PAGINGPhilipp Maier1-0/+42
2017-04-08gsm0808: Add create functions for CIPHER MODE COMMANDPhilipp Maier1-0/+41
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 Maier1-0/+115
2017-04-08gsm0808: Add utils for Speech Codec List and Speech CodecPhilipp Maier1-0/+124