aboutsummaryrefslogtreecommitdiffstats
path: root/tests/gsm0808 (follow)
Commit message (Expand)AuthorAgeFilesLines
* gsm0808: Fix decoding of IE GSM0808_IE_LCS_CLIENT_TYPEPau Espin Pedrol2022-03-181-1/+1
* gsm0808_test: Add new unit test showing dec errorPau Espin Pedrol2022-03-182-0/+55
* gsm: [ABI BREAK] Support CellId SAI, change CellId CGI-PS id numberPau Espin Pedrol2022-02-161-2/+3
* gsm0808: Test if we properly decode a SRVCC cell identifier listHarald Welte2022-02-161-0/+13
* treewide: remove FSF addressOliver Smith2021-12-141-4/+0
* gsm: Fix encoding of gsm0808_cell_id_list2 with CGI-PS typesPau Espin Pedrol2021-02-151-0/+43
* comsetic: gsm0808_test: Fix trailing whitespacePau Espin Pedrol2021-02-151-2/+2
* gsm0808: add gsm0808_create_sapi_reject_cause()Vadim Yanitskiy2020-08-261-1/+1
* gsm0808: fix endieness of call identifierPhilipp Maier2020-06-091-3/+3
* gsm0808: Implement helper functions for CONFUSION BSSMAP message decoding.Alexander Chemeris2020-05-172-0/+57
* gsm0808: Make a function to extract Cause IE publicly available.Alexander Chemeris2020-05-131-1/+1
* gsm0808: Fix encoding of the SAPI_N_REJECT BSSMAP message.Alexander Chemeris2020-05-121-1/+1
* gsm0808_test: Fix wrong use of memcpPau Espin Pedrol2019-07-301-1/+4
* gsm0808_utils: fix gsm48 multirate to S-bit converterPhilipp Maier2019-03-112-19/+68
* gsm0808_utils: fix gsm48 multirate configuration generatorPhilipp Maier2019-03-112-35/+225
* add gsm0808_cell_id_from_cgi(), gsm0808_cell_id_to_cgi()Neels Hofmeyr2019-03-082-8/+169
* LCLS: add string dump helpersMax2019-02-262-3/+6
* gsm0808: Add unit tests for test_create_clear_command2()Harald Welte2019-02-182-0/+26
* gsm0808: add BSSMAP Cell Identifier matching APINeels Hofmeyr2019-01-282-0/+459
* LCLS: make GCR into static member of osmo_lclsMax2019-01-191-18/+22
* LCLS: add status parameter to Assignment Completed messageMax2019-01-191-4/+5
* LCLS: add GCR comparison helperMax2019-01-141-19/+4
* LCLS: expand enc/dec testsMax2019-01-141-0/+12
* LCLS: enc/dec entire parameter set instead of GCRMax2018-12-231-13/+20
* tests/gsm0808: use new msgb comparison APIVadim Yanitskiy2018-12-211-12/+4
* LCLS: add gsm0808_create_ass2()Max2018-12-142-0/+79
* LCLS, TS 48.008: add GCR IE encoding/decodingMax2018-12-142-0/+81
* gsm0808: add encoder for cause codes and use itPhilipp Maier2018-12-082-7/+31
* Support cipher mode reject with extended causeMax2018-11-192-1/+44
* Fix deprecation warning in gsm0808_testMax2018-11-061-4/+12
* Update cipher reject functionMax2018-11-021-1/+1
* gsm0808: allow decoding of zero length speech codec lists.Philipp Maier2018-10-161-0/+23
* gsm0808: add function to convert AMR S15-S0 to gsm0408 settingsPhilipp Maier2018-09-252-0/+190
* gsm0808: add function to convert amr gsm0408 setings to gsm0808Philipp Maier2018-09-192-0/+423
* Revert "gsm0808: add function to convert amr gsm0408 setings to gsm0808"Neels Hofmeyr2018-09-162-421/+0
* gsm0808: add function to convert amr gsm0408 setings to gsm0808Philipp Maier2018-09-142-0/+421
* gsm0808_test: silence deprecation: use gsm0808_create_layer3_2()Neels Hofmeyr2018-04-231-1/+11
* gsm0808_test: fix more missing inits (address sanitizer issues)Neels Hofmeyr2018-04-231-59/+52
* add gsm0808_cell_{id,id_list}_name() and friendsNeels Hofmeyr2018-04-182-97/+54
* test_gsm0808_enc_dec_speech_codec_with_cfg: initialize properlyNeels Hofmeyr2018-04-151-7/+7
* test_gsm0808_enc_dec_cell_id_list_lac(): populate all LACsNeels Hofmeyr2018-04-132-4/+4
* test_gsm0808_enc_dec_cell_id_list_lac(): validate encoded bytesNeels Hofmeyr2018-04-132-8/+9
* add gsm0808_{enc,dec}_cell_idNeels Hofmeyr2018-04-132-0/+206
* add gsm0808_cell_id_list_add() to combine two cell identifier listsNeels Hofmeyr2018-04-132-0/+280
* 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