summaryrefslogtreecommitdiffstats
path: root/src/gsm
Commit message (Expand)AuthorAgeFilesLines
* gsm_utils: call gnutls_global_init() as constructorAlexander Couzens2018-05-021-0/+19
* RSL/LAPDm: Not all RLL message are "transparent"Harald Welte2018-04-191-3/+21
* add gsm0808_cell_{id,id_list}_name() and friendsNeels Hofmeyr2018-04-182-0/+149
* gsm/gsm48.c: add call independent SS message namesVadim Yanitskiy2018-04-171-0/+12
* protocol/gsm_04_08.h: drop incorrect GSM48_PDISC_USSDVadim Yanitskiy2018-04-171-1/+0
* prevent integer underflow in ipa_ccm_make_id_resp_from_req()Harald Welte2018-04-171-1/+6
* add gsm0808_{enc,dec}_cell_idNeels Hofmeyr2018-04-132-0/+53
* add tlv_parse2(), capable of multiple instances of the same IENeels Hofmeyr2018-04-132-24/+69
* add gsm0808_cell_id_list_add() to combine two cell identifier listsNeels Hofmeyr2018-04-132-0/+80
* add osmo_cgi_name()Neels Hofmeyr2018-04-132-0/+29
* avoid warning in gsm0808_create_layer3Neels Hofmeyr2018-04-101-1/+11
* add gsm48_reject_value_namesNeels Hofmeyr2018-04-092-0/+34
* fix spellingThorsten Alteholz2018-04-081-1/+1
* gsm0480: drop messages with incorrect data lengthVadim Yanitskiy2018-04-041-9/+12
* gsm0480: copy the raw USSD data, its DCS and lengthVadim Yanitskiy2018-04-041-9/+17
* gsm0808: Add value strings for BSSMAP cause codesPhilipp Maier2018-03-292-0/+74
* 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