aboutsummaryrefslogtreecommitdiffstats
path: root/tests/gsm0808
AgeCommit message (Expand)AuthorFilesLines
2021-02-15gsm: Fix encoding of gsm0808_cell_id_list2 with CGI-PS typesPau Espin Pedrol1-0/+43
2021-02-15comsetic: gsm0808_test: Fix trailing whitespacePau Espin Pedrol1-2/+2
2020-08-26gsm0808: add gsm0808_create_sapi_reject_cause()Vadim Yanitskiy1-1/+1
2020-06-09gsm0808: fix endieness of call identifierPhilipp Maier1-3/+3
2020-05-17gsm0808: Implement helper functions for CONFUSION BSSMAP message decoding.Alexander Chemeris2-0/+57
2020-05-13gsm0808: Make a function to extract Cause IE publicly available.Alexander Chemeris1-1/+1
2020-05-12gsm0808: Fix encoding of the SAPI_N_REJECT BSSMAP message.Alexander Chemeris1-1/+1
2019-07-30gsm0808_test: Fix wrong use of memcpPau Espin Pedrol1-1/+4
2019-03-11gsm0808_utils: fix gsm48 multirate to S-bit converterPhilipp Maier2-19/+68
2019-03-11gsm0808_utils: fix gsm48 multirate configuration generatorPhilipp Maier2-35/+225
2019-03-08add gsm0808_cell_id_from_cgi(), gsm0808_cell_id_to_cgi()Neels Hofmeyr2-8/+169
2019-02-26LCLS: add string dump helpersMax2-3/+6
2019-02-18gsm0808: Add unit tests for test_create_clear_command2()Harald Welte2-0/+26
2019-01-28gsm0808: add BSSMAP Cell Identifier matching APINeels Hofmeyr2-0/+459
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()Max2-0/+79
2018-12-14LCLS, TS 48.008: add GCR IE encoding/decodingMax2-0/+81
2018-12-08gsm0808: add encoder for cause codes and use itPhilipp Maier2-7/+31
2018-11-19Support cipher mode reject with extended causeMax2-1/+44
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 Maier2-0/+190
2018-09-19gsm0808: add function to convert amr gsm0408 setings to gsm0808Philipp Maier2-0/+423
2018-09-16Revert "gsm0808: add function to convert amr gsm0408 setings to gsm0808"Neels Hofmeyr2-421/+0
2018-09-14gsm0808: add function to convert amr gsm0408 setings to gsm0808Philipp Maier2-0/+421
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 Hofmeyr2-97/+54
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 Hofmeyr2-4/+4
2018-04-13test_gsm0808_enc_dec_cell_id_list_lac(): validate encoded bytesNeels Hofmeyr2-8/+9
2018-04-13add gsm0808_{enc,dec}_cell_idNeels Hofmeyr2-0/+206
2018-04-13add gsm0808_cell_id_list_add() to combine two cell identifier listsNeels Hofmeyr2-0/+280
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