aboutsummaryrefslogtreecommitdiffstats
path: root/src/gsm
AgeCommit message (Expand)AuthorFilesLines
2019-02-08gsm/gsm0480: introduce gsm0480_create_release_complete()Vadim Yanitskiy2-0/+23
2019-02-05gsm0808: Add CSFB indication IE to BSSMAP CLEAR COMMANDPhilipp Maier2-0/+17
2019-02-04GSUP: deprecate osmo_gsup_get_err_msg_type()Oliver Smith1-28/+3
2019-01-29add osmo_classmark_* APINeels Hofmeyr2-0/+133
2019-01-28gsm0808: add BSSMAP Cell Identifier matching APINeels Hofmeyr3-0/+181
2019-01-22constrain gsm48_generate_mid() output array boundsHarald Welte1-4/+8
2019-01-21Rename msgb_wrap_with_TL()Max1-9/+9
2019-01-19Bump version: 0.12.0.128-8dfde → 1.0.01.0.0Harald Welte1-1/+1
2019-01-19LCLS: make GCR into static member of osmo_lclsMax1-5/+4
2019-01-19LCLS: add status parameter to Assignment Completed messageMax2-7/+32
2019-01-18gsm29118: fix coverity issuesPhilipp Maier1-1/+6
2019-01-14LCLS: add GCR comparison helperMax2-0/+22
2019-01-14change GSM48_CMSERV_* to enum type, add namesNeels Hofmeyr2-0/+12
2019-01-14gsm23003: add osmo_imei_str_valid()Oliver Smith2-0/+19
2019-01-12port rest octets encoding code from osmo-bscStefan Sperling2-0/+957
2019-01-12port arfcn range encode support from osmo-bscStefan Sperling3-1/+332
2019-01-08add osmo_lu_type_names[], osmo_lu_type_name()Neels Hofmeyr2-0/+9
2019-01-08add osmo_mi_name(), for MI-to-string like "IMSI-123456"Neels Hofmeyr2-0/+37
2019-01-07LCLS: fix LCLS-CONNECT-CONTROL encoderMax1-8/+13
2019-01-07Automatically disable GnuTLS fallbackMax1-0/+1
2019-01-07Streamline glibc version checkMax1-7/+11
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 Hofmeyr2-0/+10
2018-12-23LCLS: enc/dec entire parameter set instead of GCRMax3-21/+56
2018-12-21GSUP: add CHECK-IMEI messageOliver Smith1-0/+23
2018-12-21GSUP: fix missing osmo_gsup_get_err_msg_type()sOliver Smith1-0/+8
2018-12-20Use define for key buffersMax1-2/+2
2018-12-19LCLC: fix doc to match type signatureMax1-2/+1
2018-12-19Fix typos in SS opcode namesMax1-2/+2
2018-12-18GSUP/SMS: introduce READY-FOR-SM messageVadim Yanitskiy1-0/+13
2018-12-18GSUP/SMS: introduce MO-/MT-FORWARD-SM messagesVadim Yanitskiy4-2/+336
2018-12-14LCLS: add gsm0808_create_ass2()Max2-6/+48
2018-12-14LCLS, TS 48.008: add GCR IE encoding/decodingMax2-0/+37
2018-12-14LCLS, TS 29.205: add GCR routinesMax3-1/+97
2018-12-14gsm0480: fix copy-pasted note for gsm0480_gen_return_error()Vadim Yanitskiy1-3/+0
2018-12-10gsm48_mi_to_string(): do not read from zero length input bufferNeels Hofmeyr1-1/+1
2018-12-10gsm48_mi_to_string(): guard against zero length output bufferNeels Hofmeyr1-5/+5
2018-12-10gsm48_generate_mid(): mask out ODD flag from mi_typeNeels Hofmeyr1-1/+1
2018-12-10gsm48_mi_to_string: use osmo_bcd2str(), fix some corner casesNeels Hofmeyr1-13/+12
2018-12-10api doc: gsm48_mi_to_string(): warn of return value implementationNeels Hofmeyr1-1/+4
2018-12-08gsm0808: add encoder for cause codes and use itPhilipp Maier3-12/+43
2018-12-07gsm29118: add generator functions for GSM29118 messagesPhilipp Maier2-0/+290
2018-12-07cosmetic apn: correct whitespace errorPhilipp Maier1-1/+1
2018-12-03gsm0808: add message generator for BSSMAP HANDOVER PERFORMEDPhilipp Maier2-0/+47
2018-11-30Move BSSMAP_MSG_* defines to header fileMax1-3/+0
2018-11-22Update gsm0808_create_ass() doxygenMax1-2/+2
2018-11-20gsm: Deprecate buggy gsm_arfcn2band API and introduce gsm_arfcn2band_rcPau Espin Pedrol2-23/+49
2018-11-19Support cipher mode reject with extended causeMax3-0/+42
2018-11-19Move msgb_push helpers to public headerMax1-39/+10
2018-11-18gsm48: gsm48_decode_freq_list: Improve documentation of paramter fPau Espin Pedrol1-1/+1