summaryrefslogtreecommitdiffstats
path: root/src/gsm
Commit message (Expand)AuthorAgeFilesLines
* fix gsm0808_enc_cell_id_list2 for leading-zero MNCNeels Hofmeyr2018-03-231-2/+2
* gsm_08_08: correct speech codec defaultsPhilipp Maier2018-03-231-2/+2
* abis_nm: Introduce abis_nm_dump_foh()Harald Welte2018-03-172-4/+12
* add a regression test for TLV parsing with repeated IEsStefan Sperling2018-03-161-2/+2
* fix parse_cell_id_lac_and_ci_list()Stefan Sperling2018-03-161-6/+7
* fix bug in parse_cell_id_ci_list()Stefan Sperling2018-03-161-1/+1
* use gsm48_decode_lai2() in gsm0808_dec_cell_id_list()Stefan Sperling2018-03-151-9/+6
* fix cell identifier decoding in libosmocoreStefan Sperling2018-03-151-15/+16
* fix a cell identifier parsing bug in libosmocoreStefan Sperling2018-03-141-2/+2
* support for more cell ID list types in libosmocoreStefan Sperling2018-03-133-5/+292
* fix osmo_mnc_from_str(): don't try to parse NULLNeels Hofmeyr2018-03-051-8/+6
* features: move bts feature related functionality to libosmocorePhilipp Maier2018-03-023-1/+51
* gsm: add osmo_mnc_from_str(), osmo_mnc_cmp(), osmo_plmn_cmp() for 3-digit MNCNeels Hofmeyr2018-02-282-0/+80
* implement support for 3-digit MNC with leading zerosNeels Hofmeyr2018-02-285-59/+241
* Revert "Add function to encode classmark"Harald Welte2018-02-222-17/+0
* Add function to encode classmarkMax2018-02-152-0/+17
* Add generic Mobile Identity encoderMax2018-02-152-14/+18
* tlv_parser: Report *first* occurrence of repeated IEsHarald Welte2018-02-091-2/+7
* GSUP: change osmo_gsup_encode() return typeMax2018-02-051-4/+9
* SMS: Add value_string for TS 04.11 CP and RP stateHarald Welte2018-01-243-0/+16
* gsm48_pdisc_names: Use conscise, short namesHarald Welte2018-01-241-15/+15
* MNCC: Add MNCC to string dumperHarald Welte2018-01-193-1/+420
* gsm0480: parse optional IEs for RELEASE COMPLETE messageVadim Yanitskiy2018-01-171-1/+5
* gsm0480: parse all SS info elements in a messageVadim Yanitskiy2018-01-171-1/+10
* gsm0480: correct parse_ss_info_elements() declarationVadim Yanitskiy2018-01-171-1/+1
* gsm0480: refactor gsm0480_decode_ss_requestVadim Yanitskiy2018-01-171-7/+14
* gsm0480: move SS request length check to parse_ss()Vadim Yanitskiy2018-01-171-12/+11
* gsm0480: pass exact GSM 04.80 payload length to parse_ss()Vadim Yanitskiy2018-01-171-4/+4
* gsm0480: add specification reference to SS message typeVadim Yanitskiy2018-01-171-0/+1
* gsm0480: handle GSM0480_OP_CODE_PROCESS_USS_DATAVadim Yanitskiy2018-01-171-0/+5
* gsm0480: handle USS_NOTIFY and USS_REQUEST with PROCESS_USS_REQVadim Yanitskiy2018-01-171-0/+2
* gsm0480: handle GSM0480_CTYPE_RETURN_RESULTVadim Yanitskiy2018-01-171-0/+82
* gsm0480: parse GSM0480_MTYPE_FACILITY separatelyVadim Yanitskiy2018-01-171-1/+17
* gsm0480: handle UnstructuredSS Request with DSC != 0x0FVadim Yanitskiy2018-01-171-0/+20
* gsm0480: clean up the parse_process_uss_req() codeVadim Yanitskiy2018-01-171-19/+20
* gsm0480: fix USSD OCTET STRING length confusionVadim Yanitskiy2018-01-171-2/+2
* gsm0480: skip length check for 'RELEASE COMPLETE' messageSergey Kostanbaev2018-01-171-3/+10
* Log lapd_datalink state on errorsMax2018-01-161-5/+5
* TLVP_PRESENT() should not return TRUE after tlv_parse() fails.Stefan Sperling2018-01-121-4/+10
* gsm: add gsm0808_speech_codec_type_namesNeels Hofmeyr2018-01-122-0/+15
* Add function to properly encode RAIMax2018-01-082-20/+22
* add osmo_auth_c3() (separate from gsm_milenage())Neels Hofmeyr2017-12-183-3/+16
* gsm0808_create_cipher_reject: Fix encoding of Cause IEHarald Welte2017-12-171-1/+2
* Add functions for extended RACH codingMax2017-12-111-0/+1
* Fix malformed Abis/RSL messages with extra L3 Information fieldPau Espin Pedrol2017-12-102-8/+1
* Fix LAPD UA msgb memory leak.Jean-Francois Dionne2017-12-101-0/+3
* cosmetic: Fix trailing whitespacePau Espin Pedrol2017-12-102-8/+8
* Fix embedded buildMax2017-12-042-0/+10
* gsm: Use correct include for getrandomPau Espin Pedrol2017-11-161-1/+1
* Fix/Update copyright notices; Add SPDX annotationHarald Welte2017-11-1345-23/+132