aboutsummaryrefslogtreecommitdiffstats
path: root/tests/gsm0808/gsm0808_test.c
AgeCommit message (Expand)AuthorFilesLines
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
2017-04-08gsm0808: Add utils for AoIP Transport Layer AddressPhilipp Maier1-0/+64
2015-11-09test: Fix compiler warnings on 64bit systemsHolger Hans Peter Freyther1-1/+1
2012-01-26GSM 08.08: change gsm0808_create_classmark_update() prototypeHarald Welte1-3/+11
2012-01-22tests: Introduce a very basic gsm0808 testHolger Hans Peter Freyther1-0/+261