aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/src/gprs/gprs_subscriber.c
AgeCommit message (Expand)AuthorFilesLines
2016-05-05sgsn/GSUP: Support MAP-style nested LU/ISDHarald Welte1-0/+22
2016-04-29Move osmo_gsup_messages.[ch] to libosmocoreHarald Welte1-1/+1
2016-04-29Rename gprs_gsup_* to osmo_gsup_*Harald Welte1-45/+45
2016-04-29use new libosmocore gsm_23_003.h for IMEI/IMSI lengthHarald Welte1-2/+3
2016-04-29move gsm_04_08_gprs.h to libosmocoreHarald Welte1-0/+1
2016-04-29Start to use struct osmo_auth_vector from gsm_auth_tupleHarald Welte1-6/+7
2015-11-02gsup/oap: add OAP to GSUP client.Neels Hofmeyr1-1/+2
2015-05-24gsup: Copy the hlr-Number and use it during purgeHolger Hans Peter Freyther1-0/+18
2015-05-05sgsn: Store subscribed QoS and attempt to use itHolger Hans Peter Freyther1-0/+9
2015-05-05sgsn: Copy the msisdn to the sgsn_data and use it in PDP activationHolger Hans Peter Freyther1-0/+14
2015-04-23misc: Fix warnings about size of size_t in printfHolger Hans Peter Freyther1-5/+5
2015-04-07gprs: Fix GSUP cancel_type handling (Coverity)Jacob Erlbeck1-1/+2
2015-02-06Revert "gprs: Block other GSUP procedures during PURGE_MS"Jacob Erlbeck1-50/+1
2015-02-06sgsn: Add PDP info to subscriber dataJacob Erlbeck1-8/+77
2015-01-30gprs: Use 'Network failure' as default causeJacob Erlbeck1-0/+3
2015-01-30gprs: Send GSUP error reply for requests without IMSIJacob Erlbeck1-1/+7
2015-01-30gprs: Support cancellation typeJacob Erlbeck1-2/+13
2015-01-28gprs: Handle PURGE MS ERR/RES without subscrJacob Erlbeck1-2/+29
2015-01-28gprs: Don't use subscr->keep_in_ram in normal operationJacob Erlbeck1-2/+0
2015-01-28sgsn: Don't allow mmctx == NULL in sgsn_update_subscriber_dataJacob Erlbeck1-2/+4
2015-01-27gprs: Rename gprs_subscr_delete to gprs_subscr_cleanupJacob Erlbeck1-2/+2
2015-01-26gprs: Do not put the subscr in gprs_subscr_deleteJacob Erlbeck1-4/+3
2015-01-26sgsn: Remove the "permanent" subscriber cacheHolger Hans Peter Freyther1-79/+5
2015-01-20sgsn: Add SGSN_ERROR_CAUSE_NONE and use it instead of 0Jacob Erlbeck1-4/+6
2015-01-20gprs: Support the full cancellation procedureJacob Erlbeck1-5/+18
2015-01-20gprs: Don't create a subscr entry on InsertSubscriberDataJacob Erlbeck1-4/+1
2015-01-20gprs: Add replies for all GSUP requestsJacob Erlbeck1-8/+51
2015-01-20gprs: 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