aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/src/gprs/gprs_subscriber.c
AgeCommit message (Expand)AuthorFilesLines
2015-01-19sgsn: Add PDP info to subscriber data (TODO)Jacob Erlbeck1-0/+14
2015-01-19sgsn: Add SGSN_ERROR_CAUSE_NONE and use it instead of 0Jacob Erlbeck1-4/+6
2015-01-19gprs: Support the full cancellation procedureJacob Erlbeck1-5/+18
2015-01-19gprs: Don't create a subscr entry on InsertSubscriberDataJacob Erlbeck1-4/+1
2015-01-19gprs: Add replies for all GSUP requestsJacob Erlbeck1-8/+51
2015-01-19gprs: Block other GSUP procedures during PURGE_MSJacob Erlbeck1-1/+55
2015-01-18gprs: Retry PURGE_MS procedure after timeoutJacob Erlbeck1-1/+13
2015-01-18gprs: Use PURGE MS messagesJacob Erlbeck1-0/+82
2015-01-18gprs: Add expiry timeout for subscriber entriesJacob Erlbeck1-2/+45
2015-01-18gprs: Pass GMM causes related to the MSC connectionJacob Erlbeck1-3/+9
2015-01-18gprs: Use LOGGSUBSCRP and LOGMMCTX for logging in gprs_susbcriber.cJacob Erlbeck1-58/+58
2015-01-18gprs: Let GSUP parser functions return GMM causes on errorsJacob Erlbeck1-5/+6
2015-01-18gprs: Use the cause value in GSUP error messagesJacob Erlbeck1-16/+94
2015-01-18gprs: Handle incoming IPA CCM message in gsup_client_read_cbJacob Erlbeck1-0/+1
2015-01-18sgsn: Integrate the GSUP client into the SGSNJacob Erlbeck1-5/+47
2015-01-10gprs: Add subscriber functions to create/handle GSUP messagesJacob Erlbeck1-6/+205
2014-12-24sgsn: Add a subscriber based authentication phaseJacob Erlbeck1-29/+62
2014-12-24sgsn: Add support for authentication tripletsJacob Erlbeck1-0/+4
2014-12-09sgsn: Put SGSN related subscriber data into separate structJacob Erlbeck1-8/+20
2014-12-09sgsn: Add gprs_subscriber.cJacob Erlbeck1-0/+144