summaryrefslogtreecommitdiffstats
path: root/tests/gsm0808/gsm0808_test.c
Commit message (Expand)AuthorAgeFilesLines
* add gsm0808_{enc,dec}_cell_idNeels Hofmeyr2018-04-131-0/+199
* add gsm0808_cell_id_list_add() to combine two cell identifier listsNeels Hofmeyr2018-04-131-0/+195
* cosmetic: gsm0808_test: drop extraneous assertionNeels Hofmeyr2018-03-241-1/+0
* fix gsm0808_enc_cell_id_list2 for leading-zero MNCNeels Hofmeyr2018-03-231-4/+1
* show failure in gsm0808_enc_cell_id_list2() in gsm0808_testNeels Hofmeyr2018-03-231-4/+8
* gsm0808_test: cosmetic: test non-hex MCCNeels Hofmeyr2018-03-231-6/+6
* gsm0808_test: cosmetic: re-arrange struct init; print hexdump on failureNeels Hofmeyr2018-03-231-24/+32
* gsm_08_08: correct speech codec defaultsPhilipp Maier2018-03-231-7/+7
* add a test for CELL_IDENT_WHOLE_GLOBAL cell identifier listsStefan Sperling2018-03-161-0/+61
* fix parse_cell_id_lac_and_ci_list()Stefan Sperling2018-03-161-0/+42
* fix bug in parse_cell_id_ci_list()Stefan Sperling2018-03-161-0/+35
* use gsm48_decode_lai2() in gsm0808_dec_cell_id_list()Stefan Sperling2018-03-151-0/+57
* fix cell identifier decoding in libosmocoreStefan Sperling2018-03-151-0/+37
* support for more cell ID list types in libosmocoreStefan Sperling2018-03-131-25/+22
* gsm0808_create_cipher_reject: Fix encoding of Cause IEHarald Welte2017-12-171-1/+1
* gsm0808_test: sanitize: fix msgb memleakNeels Hofmeyr2017-11-181-0/+2
* gsm0808: fix AoIP speech codec element parser/generatorPhilipp Maier2017-06-221-41/+36
* gsm0808: make gsm0808_create_reset_ack() accessiblePhilipp Maier2017-04-081-0/+13
* gsm0808: Add create functions for BSS_MAP_MSG_ASSIGMENT_RQSTPhilipp Maier2017-04-081-0/+50
* gsm0808: Add create functions for BSS_MAP_MSG_PAGINGPhilipp Maier2017-04-081-0/+42
* gsm0808: Add create functions for CIPHER MODE COMMANDPhilipp Maier2017-04-081-0/+41
* 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-081-0/+115
* 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
* test: Fix compiler warnings on 64bit systemsHolger Hans Peter Freyther2015-11-091-1/+1
* GSM 08.08: change gsm0808_create_classmark_update() prototypeHarald Welte2012-01-261-3/+11
* tests: Introduce a very basic gsm0808 testHolger Hans Peter Freyther2012-01-221-0/+261