aboutsummaryrefslogtreecommitdiffstats
path: root/src/gsm/gsup.c
AgeCommit message (Expand)AuthorFilesLines
2019-12-09gsup: Introduce OSMO_GSUP_NUM_VECTORS_REQ_IEHarald Welte1-4/+15
2019-11-24GSUP: rename E_ROUTING_ERROR to ROUTING_ERRORNeels Hofmeyr1-1/+1
2019-09-28gsup: add OSMO_GSUP_SUPPORTED_RAT_TYPES_IE and OSMO_GSUP_CURRENT_RAT_TYPE_IENeels Hofmeyr1-0/+35
2019-05-05osmo_gsup_decode(): properly check IMSI, avoid deprecationNeels Hofmeyr1-3/+5
2019-04-26GSUP: add inter-MSC handover related msgs and IEsOliver Smith1-0/+127
2019-04-13GSUP: add Message Class IENeels Hofmeyr1-0/+18
2019-02-04GSUP: deprecate osmo_gsup_get_err_msg_type()Oliver Smith1-28/+3
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-18GSUP/SMS: introduce READY-FOR-SM messageVadim Yanitskiy1-0/+13
2018-12-18GSUP/SMS: introduce MO-/MT-FORWARD-SM messagesVadim Yanitskiy1-1/+74
2018-10-21libosmogsm/gsup.c: fix error code in osmo_gsup_encode()Vadim Yanitskiy1-1/+1
2018-06-16gsup: Add value_string for Session State IEHarald Welte1-0/+8
2018-06-11gsup: Add osmo_gsup_get_err_msg_type() functionHarald Welte1-0/+23
2018-05-31GSUP: introduce new messages for SS/USSD payloadsVadim Yanitskiy1-0/+15
2018-05-31GSUP: implement TCAP-like session managementVadim Yanitskiy1-0/+16
2018-02-05GSUP: change osmo_gsup_encode() return typeMax1-4/+9
2017-11-13Fix/Update copyright notices; Add SPDX annotationHarald Welte1-2/+3
2017-10-17[doc] Define 'gsup' group with proper name, add intro textHarald Welte1-2/+1
2017-07-07gsup: Add encoding/decoding for the pdp charging characteristicsHolger Hans Peter Freyther1-0/+20
2017-06-23doxygen: unify use of \file across the boardNeels Hofmeyr1-2/+2
2017-06-23doxygen: enable AUTOBRIEF, drop \briefNeels Hofmeyr1-1/+1
2017-06-12update/extend doxygen documentationHarald Welte1-0/+7
2017-02-21gsup decode: fix expectation of AUTS length, should be 14Neels Hofmeyr1-2/+2
2017-02-15gsup: add osmo_gsup_message_type_name()Neels Hofmeyr1-0/+29
2017-02-02GSUP, OAP, osmo-gen-vec: fix AUTS length to 14, not 16Neels Hofmeyr1-1/+1
2016-12-09cosmetic: gsup comments: write 'Generic' for the G in GSUPNeels Hofmeyr1-1/+1
2016-12-09license: gsup: libosmogsm requires GPL, not AGPL; say 'sysmocom'Neels Hofmeyr1-5/+5
2016-11-26osmo_gsup_encode(): Make coverity happy by invariant checkingHarald Welte1-0/+1
2016-07-17fix compiler warning: gsup.c: missing bracesNeels Hofmeyr1-1/+1
2016-06-16gsup.c: Fix encoding of UMTS auth vectorsHarald Welte1-6/+22
2016-05-06GSUP: Add support for RAND in SendAuthInfo.reqHarald Welte1-1/+12
2016-05-06GSUP: Add OSMO_GSUP_CN_DOMAIN_IE to differentiate CS and PS planeHarald Welte1-0/+9
2016-05-06import gprs_gsup_message.[ch] from openbsc as gsup.[ch]0.9.4Harald Welte1-0/+472