aboutsummaryrefslogtreecommitdiffstats
path: root/include/osmocom/gsm
AgeCommit message (Expand)AuthorFilesLines
2019-04-10Add _c versions of functions that otherwise return static buffersHarald Welte8-0/+20
2019-04-09gsm_03_40.h: define max SM-TP-UDL (User-Data-Length) valuesVadim Yanitskiy1-0/+5
2019-04-03Add _buf() functions to bypass static string buffersHarald Welte8-0/+19
2019-03-27gsm_utils.h: remove unused include of gsm_08_08.hNeels Hofmeyr1-1/+0
2019-03-11gsm0808_utils: fix gsm48 multirate configuration generatorPhilipp Maier2-1/+15
2019-03-08add gsm0808_cell_id_from_cgi(), gsm0808_cell_id_to_cgi()Neels Hofmeyr2-0/+12
2019-02-26enlarge gsm0808 msgb headroomNeels Hofmeyr1-2/+2
2019-02-26LCLS: add string dump helpersMax1-0/+3
2019-02-17gsm_08_08.h: Add constants for Channel Type in signalling modeSylvain Munaut1-0/+14
2019-02-08gsm/gsm0480: introduce gsm0480_create_release_complete()Vadim Yanitskiy1-1/+3
2019-02-07protocol/gsm_04_14: Fix the OPEN LOOP message typeSylvain Munaut1-1/+1
2019-02-05gsm0808: Add CSFB indication IE to BSSMAP CLEAR COMMANDPhilipp Maier1-0/+1
2019-02-05gsm_08_08.h: Add IEI definitions from Release 15Harald Welte1-0/+5
2019-02-05Extend gsm_04_08.h with CSFB related definitiosn form 44.018 Rel 15Harald Welte1-0/+2
2019-02-04GSUP: deprecate osmo_gsup_get_err_msg_type()Oliver Smith1-2/+14
2019-01-29add osmo_classmark_* APINeels Hofmeyr1-0/+16
2019-01-28gsm0808: add BSSMAP Cell Identifier matching APINeels Hofmeyr2-0/+5
2019-01-22constrain gsm48_generate_mid() output array boundsHarald Welte1-0/+1
2019-01-21gsm_23_003.h: add GSM23003_IMEI_NUM_DIGITS_NO_CHKOliver Smith1-0/+3
2019-01-19Prevent GCR encoder/decoder functions from being used directlyMax1-2/+2
2019-01-19LCLS: make GCR into static member of osmo_lclsMax1-1/+2
2019-01-19LCLS: add status parameter to Assignment Completed messageMax1-0/+6
2019-01-14LCLS: add GCR comparison helperMax1-0/+1
2019-01-14comments: update/fix three 3GPP spec referencesNeels Hofmeyr3-3/+3
2019-01-14change GSM48_CMSERV_* to enum type, add namesNeels Hofmeyr1-7/+14
2019-01-14gsm23003: add osmo_imei_str_valid()Oliver Smith1-0/+1
2019-01-12port rest octets encoding code from osmo-bscStefan Sperling1-0/+87
2019-01-12port arfcn range encode support from osmo-bscStefan Sperling1-0/+25
2019-01-09LCLS: use proper types for value_string wrappersMax1-3/+3
2019-01-09Cosmetic: GSUP: note "on wire" for imei_resultOliver Smith1-2/+2
2019-01-08add osmo_lu_type_names[], osmo_lu_type_name()Neels Hofmeyr1-0/+4
2019-01-08add osmo_mi_name(), for MI-to-string like "IMSI-123456"Neels Hofmeyr1-0/+1
2019-01-07LCLS: fix LCLS-CONNECT-CONTROL encoderMax1-2/+2
2019-01-04fix typo in enum BSS_MAP_MSG_TYPE: BSS_MAP_MSG_ASSIGMENT*Neels Hofmeyr1-3/+7
2019-01-04osmo_rat_type: add OSMO_RAT_EUTRAN_SGSNeels Hofmeyr1-0/+1
2019-01-03gsm_utils: add enum osmo_rat_type, from osmo-msc enum ran_typeNeels Hofmeyr1-0/+13
2018-12-23LCLS: enc/dec entire parameter set instead of GCRMax1-2/+2
2018-12-21GSUP: add CHECK-IMEI messageOliver Smith1-0/+16
2018-12-21GSUP: add end marker to enum osmo_gsup_ieiOliver Smith1-0/+2
2018-12-20TLV: add convenience function for 1-byte valuesMax1-0/+16
2018-12-20TLV: fix doc copy-paste errorMax1-1/+1
2018-12-19rename CELL_IDENT_LAI_AND_LAC to CELL_IDENT_LAIStefan Sperling1-2/+3
2018-12-19add/clean big-endian packed structs (struct_endianess.py)Neels Hofmeyr7-45/+541
2018-12-18GSUP/SMS: introduce READY-FOR-SM messageVadim Yanitskiy2-0/+14
2018-12-18GSUP/SMS: introduce MO-/MT-FORWARD-SM messagesVadim Yanitskiy2-0/+75
2018-12-14LCLS: add gsm0808_create_ass2()Max1-0/+6
2018-12-14LCLS, TS 48.008: add GCR IE encoding/decodingMax1-0/+5
2018-12-14LCLS, TS 29.205: add GCR routinesMax2-1/+42
2018-12-08gsm0808: add encoder for cause codes and use itPhilipp Maier1-0/+1
2018-12-07gsm29118: add generator functions for GSM29118 messagesPhilipp Maier2-0/+72