summaryrefslogtreecommitdiffstats
path: root/src/gsm
Commit message (Expand)AuthorAgeFilesLines
* api doc: tweak gsm0808_cell_id_matches_list() docNeels Hofmeyr2019-03-051-1/+2
* fix api doc typo for osmo_plmn_name2()Neels Hofmeyr2019-02-261-1/+1
* LCLS: add string dump helpersMax2019-02-263-0/+45
* rsl: Support PDCH in rsl_chan_nr_strPau Espin Pedrol2019-02-181-0/+2
* gsm0808: comment about difference of gsm0808_create_clear_command()Harald Welte2019-02-181-1/+4
* Fix BSSMAP length generated by gsm0808_create_clear_command2()Harald Welte2019-02-181-1/+7
* fix osmo_gsm48_classmark* libosmogsm.map entriesNeels Hofmeyr2019-02-151-6/+6
* gsm/gsm0480: introduce gsm0480_create_release_complete()Vadim Yanitskiy2019-02-082-0/+23
* gsm0808: Add CSFB indication IE to BSSMAP CLEAR COMMANDPhilipp Maier2019-02-052-0/+17
* GSUP: deprecate osmo_gsup_get_err_msg_type()Oliver Smith2019-02-041-28/+3
* add osmo_classmark_* APINeels Hofmeyr2019-01-292-0/+133
* gsm0808: add BSSMAP Cell Identifier matching APINeels Hofmeyr2019-01-283-0/+181
* constrain gsm48_generate_mid() output array boundsHarald Welte2019-01-221-4/+8
* Rename msgb_wrap_with_TL()Max2019-01-211-9/+9
* Bump version: 0.12.0.128-8dfde → 1.0.0Harald Welte2019-01-191-1/+1
* LCLS: make GCR into static member of osmo_lclsMax2019-01-191-5/+4
* LCLS: add status parameter to Assignment Completed messageMax2019-01-192-7/+32
* gsm29118: fix coverity issuesPhilipp Maier2019-01-181-1/+6
* LCLS: add GCR comparison helperMax2019-01-142-0/+22
* change GSM48_CMSERV_* to enum type, add namesNeels Hofmeyr2019-01-142-0/+12
* gsm23003: add osmo_imei_str_valid()Oliver Smith2019-01-142-0/+19
* port rest octets encoding code from osmo-bscStefan Sperling2019-01-122-0/+957
* port arfcn range encode support from osmo-bscStefan Sperling2019-01-123-1/+332
* add osmo_lu_type_names[], osmo_lu_type_name()Neels Hofmeyr2019-01-082-0/+9
* add osmo_mi_name(), for MI-to-string like "IMSI-123456"Neels Hofmeyr2019-01-082-0/+37
* LCLS: fix LCLS-CONNECT-CONTROL encoderMax2019-01-071-8/+13
* Automatically disable GnuTLS fallbackMax2019-01-071-0/+1
* Streamline glibc version checkMax2019-01-071-7/+11
* osmo_rat_type: add OSMO_RAT_EUTRAN_SGSNeels Hofmeyr2019-01-041-0/+1
* gsm_utils: add enum osmo_rat_type, from osmo-msc enum ran_typeNeels Hofmeyr2019-01-032-0/+10
* LCLS: enc/dec entire parameter set instead of GCRMax2018-12-233-21/+56
* GSUP: add CHECK-IMEI messageOliver Smith2018-12-211-0/+23
* GSUP: fix missing osmo_gsup_get_err_msg_type()sOliver Smith2018-12-211-0/+8
* Use define for key buffersMax2018-12-201-2/+2
* LCLC: fix doc to match type signatureMax2018-12-191-2/+1
* Fix typos in SS opcode namesMax2018-12-191-2/+2
* GSUP/SMS: introduce READY-FOR-SM messageVadim Yanitskiy2018-12-181-0/+13
* GSUP/SMS: introduce MO-/MT-FORWARD-SM messagesVadim Yanitskiy2018-12-184-2/+336
* LCLS: add gsm0808_create_ass2()Max2018-12-142-6/+48
* LCLS, TS 48.008: add GCR IE encoding/decodingMax2018-12-142-0/+37
* LCLS, TS 29.205: add GCR routinesMax2018-12-143-1/+97
* gsm0480: fix copy-pasted note for gsm0480_gen_return_error()Vadim Yanitskiy2018-12-141-3/+0
* gsm48_mi_to_string(): do not read from zero length input bufferNeels Hofmeyr2018-12-101-1/+1
* gsm48_mi_to_string(): guard against zero length output bufferNeels Hofmeyr2018-12-101-5/+5
* gsm48_generate_mid(): mask out ODD flag from mi_typeNeels Hofmeyr2018-12-101-1/+1
* gsm48_mi_to_string: use osmo_bcd2str(), fix some corner casesNeels Hofmeyr2018-12-101-13/+12
* api doc: gsm48_mi_to_string(): warn of return value implementationNeels Hofmeyr2018-12-101-1/+4
* gsm0808: add encoder for cause codes and use itPhilipp Maier2018-12-083-12/+43
* gsm29118: add generator functions for GSM29118 messagesPhilipp Maier2018-12-072-0/+290
* cosmetic apn: correct whitespace errorPhilipp Maier2018-12-071-1/+1