aboutsummaryrefslogtreecommitdiffstats
path: root/include/osmocom/gsm
AgeCommit message (Expand)AuthorFilesLines
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
2018-12-07gsm_29_118.h: Add constant for default portPhilipp Maier1-0/+3
2018-12-07cosmetic apn: correct whitespace errorPhilipp Maier1-1/+1
2018-12-05gsm_29_118: add missing extern for struct value_string decl.Philipp Maier1-8/+8
2018-12-04LCLS: update osmo_lcls structMax1-4/+4
2018-12-04Add msgb_tl_put() helperMax1-0/+12
2018-12-03gsm0808: add message generator for BSSMAP HANDOVER PERFORMEDPhilipp Maier1-0/+24
2018-11-30Move BSSMAP_MSG_* defines to header fileMax1-0/+3
2018-11-20gsm: Deprecate buggy gsm_arfcn2band API and introduce gsm_arfcn2band_rcPau Espin Pedrol1-1/+2
2018-11-20LCLS: add 48.008 parameter structureMax1-0/+8
2018-11-19gsm_44_318.h: remove #if 0 from struct gan_cch_desc_ieNeels Hofmeyr1-17/+0
2018-11-19Add missing header includeMax1-0/+1
2018-11-19Support cipher mode reject with extended causeMax2-0/+3
2018-11-19Move msgb_push helpers to public headerMax1-0/+6
2018-11-18Update GSM0808_LCLS enumsMax1-0/+3
2018-11-18Update 3GPP TS 08.08 Cause handlingMax3-3/+29
2018-11-18Add helper wrapper for BSSAP TLV parsingMax1-0/+3
2018-11-16gsm29118: add value strings for SGSAP IEIPhilipp Maier1-1/+4
2018-11-15gsm/protocol/gsm_08_58.h: Fix typoMartin Hauke1-1/+1
2018-11-07gsm_29_118: add missing include to header filePhilipp Maier1-0/+1
2018-11-06gsm/gsup.h: cosmetic: use tab for comment alignmentVadim Yanitskiy1-1/+1
2018-10-30gsm0808: cosmetic: rename parameter "reason" to "cause"Philipp Maier1-1/+1
2018-10-28gsm23003: Add MME domain name related helper functionsHarald Welte2-0/+13
2018-10-21SGsAP protocol definitions (header + C file)Harald Welte1-0/+169
2018-10-21gsm_08_58.h: Introduce struct abis_rsl_chan_nrPau Espin Pedrol1-3/+32