summaryrefslogtreecommitdiffstats
path: root/include/osmocom/gsm
Commit message (Expand)AuthorAgeFilesLines
...
* GSUP: add Message Class IENeels Hofmeyr2019-04-131-0/+21
* add OSMO_IMSI_BUF_SIZENeels Hofmeyr2019-04-132-1/+4
* Add _c versions of functions that otherwise return static buffersHarald Welte2019-04-108-0/+20
* gsm_03_40.h: define max SM-TP-UDL (User-Data-Length) valuesVadim Yanitskiy2019-04-091-0/+5
* Add _buf() functions to bypass static string buffersHarald Welte2019-04-038-0/+19
* gsm_utils.h: remove unused include of gsm_08_08.hNeels Hofmeyr2019-03-271-1/+0
* gsm0808_utils: fix gsm48 multirate configuration generatorPhilipp Maier2019-03-112-1/+15
* add gsm0808_cell_id_from_cgi(), gsm0808_cell_id_to_cgi()Neels Hofmeyr2019-03-082-0/+12
* enlarge gsm0808 msgb headroomNeels Hofmeyr2019-02-261-2/+2
* LCLS: add string dump helpersMax2019-02-261-0/+3
* gsm_08_08.h: Add constants for Channel Type in signalling modeSylvain Munaut2019-02-171-0/+14
* gsm/gsm0480: introduce gsm0480_create_release_complete()Vadim Yanitskiy2019-02-081-1/+3
* protocol/gsm_04_14: Fix the OPEN LOOP message typeSylvain Munaut2019-02-071-1/+1
* gsm0808: Add CSFB indication IE to BSSMAP CLEAR COMMANDPhilipp Maier2019-02-051-0/+1
* gsm_08_08.h: Add IEI definitions from Release 15Harald Welte2019-02-051-0/+5
* Extend gsm_04_08.h with CSFB related definitiosn form 44.018 Rel 15Harald Welte2019-02-051-0/+2
* GSUP: deprecate osmo_gsup_get_err_msg_type()Oliver Smith2019-02-041-2/+14
* add osmo_classmark_* APINeels Hofmeyr2019-01-291-0/+16
* gsm0808: add BSSMAP Cell Identifier matching APINeels Hofmeyr2019-01-282-0/+5
* constrain gsm48_generate_mid() output array boundsHarald Welte2019-01-221-0/+1
* gsm_23_003.h: add GSM23003_IMEI_NUM_DIGITS_NO_CHKOliver Smith2019-01-211-0/+3
* Prevent GCR encoder/decoder functions from being used directlyMax2019-01-191-2/+2
* LCLS: make GCR into static member of osmo_lclsMax2019-01-191-1/+2
* LCLS: add status parameter to Assignment Completed messageMax2019-01-191-0/+6
* LCLS: add GCR comparison helperMax2019-01-141-0/+1
* comments: update/fix three 3GPP spec referencesNeels Hofmeyr2019-01-143-3/+3
* change GSM48_CMSERV_* to enum type, add namesNeels Hofmeyr2019-01-141-7/+14
* gsm23003: add osmo_imei_str_valid()Oliver Smith2019-01-141-0/+1
* port rest octets encoding code from osmo-bscStefan Sperling2019-01-121-0/+87
* port arfcn range encode support from osmo-bscStefan Sperling2019-01-121-0/+25
* LCLS: use proper types for value_string wrappersMax2019-01-091-3/+3
* Cosmetic: GSUP: note "on wire" for imei_resultOliver Smith2019-01-091-2/+2
* add osmo_lu_type_names[], osmo_lu_type_name()Neels Hofmeyr2019-01-081-0/+4
* add osmo_mi_name(), for MI-to-string like "IMSI-123456"Neels Hofmeyr2019-01-081-0/+1
* LCLS: fix LCLS-CONNECT-CONTROL encoderMax2019-01-071-2/+2
* fix typo in enum BSS_MAP_MSG_TYPE: BSS_MAP_MSG_ASSIGMENT*Neels Hofmeyr2019-01-041-3/+7
* 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-031-0/+13
* LCLS: enc/dec entire parameter set instead of GCRMax2018-12-231-2/+2
* GSUP: add CHECK-IMEI messageOliver Smith2018-12-211-0/+16
* GSUP: add end marker to enum osmo_gsup_ieiOliver Smith2018-12-211-0/+2
* TLV: add convenience function for 1-byte valuesMax2018-12-201-0/+16
* TLV: fix doc copy-paste errorMax2018-12-201-1/+1
* rename CELL_IDENT_LAI_AND_LAC to CELL_IDENT_LAIStefan Sperling2018-12-191-2/+3
* add/clean big-endian packed structs (struct_endianess.py)Neels Hofmeyr2018-12-197-45/+541
* GSUP/SMS: introduce READY-FOR-SM messageVadim Yanitskiy2018-12-182-0/+14
* GSUP/SMS: introduce MO-/MT-FORWARD-SM messagesVadim Yanitskiy2018-12-182-0/+75
* LCLS: add gsm0808_create_ass2()Max2018-12-141-0/+6
* LCLS, TS 48.008: add GCR IE encoding/decodingMax2018-12-141-0/+5
* LCLS, TS 29.205: add GCR routinesMax2018-12-142-1/+42