aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/src/gprs/gprs_gsup_messages.c
AgeCommit message (Expand)AuthorFilesLines
2016-04-29Rename gprs_gsup_* to osmo_gsup_*Harald Welte1-417/+0
2016-04-29use new libosmocore gsm_23_003.h for IMEI/IMSI lengthHarald Welte1-0/+1
2016-04-29Start to use struct osmo_auth_vector from gsm_auth_tupleHarald Welte1-23/+20
2015-11-02libcommon: soak up three static functions.Neels Hofmeyr1-29/+1
2015-05-24gsup: Decode/Encode the hlr-Number in the GSUP messageHolger Hans Peter Freyther1-0/+8
2015-05-05gsup: Extract the QoS fieldHolger Hans Peter Freyther1-0/+10
2015-05-05gsup: Extract the new MSISDN stringHolger Hans Peter Freyther1-0/+11
2015-04-23misc: Fix warnings about size of size_t in printfHolger Hans Peter Freyther1-1/+1
2015-01-18gprs: Implement PURGE_MS GSUP messagesJacob Erlbeck1-0/+7
2015-01-18gprs: Let GSUP parser functions return GMM causes on errorsJacob Erlbeck1-2/+2
2015-01-18gprs: Clear GSUP message structures before decodingJacob Erlbeck1-5/+5
2015-01-18gprs: Always reset auth tuples/pdp infos in gprs_gsup_decodeJacob Erlbeck1-0/+3
2015-01-18gprs: Handle empty GSUP messages correctlyJacob Erlbeck1-1/+4
2015-01-10gprs: Add encoder/decoder for the Subscriber Update ProtocolJacob Erlbeck1-0/+405