aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/src/gprs/gprs_gmm.c
AgeCommit message (Expand)AuthorFilesLines
2015-05-06sgsn: Add various signals consumed by CDR or other client codeHolger Hans Peter Freyther1-1/+30
2015-05-06sgsn: Extract the MSISDN from the subscr data structureHolger Hans Peter Freyther1-0/+34
2015-02-06sgsn: Select GGSN based on APNJacob Erlbeck1-6/+7
2015-01-28sgsn: Add sgsn_mm_ctx_cleanup_free for safe shutdownJacob Erlbeck1-22/+2
2015-01-26sgsn: Ensure 0-terminated imsi strings (Coverity)Jacob Erlbeck1-3/+3
2015-01-26sgsn: Remove inactive LLME/MM after inactivity timeoutJacob Erlbeck1-0/+6
2015-01-26gprs: Use a macro value to set the 'Periodic RA update timer'Jacob Erlbeck1-2/+5
2015-01-26gprs: Add 'Negotiated READY timer value' IE to Attach/RAU AcceptJacob Erlbeck1-2/+12
2015-01-20sgsn: Add SGSN_ERROR_CAUSE_NONE and use it instead of 0Jacob Erlbeck1-2/+2
2015-01-18sgsn: Pass subscriber error causes to the GMM layerJacob Erlbeck1-34/+31
2015-01-18gprs: Move protocol value_strings to gsm_04_08_gprs.cJacob Erlbeck1-111/+8
2014-12-23sgsn: Be more tolerant with state and SUSPEND/RESUMEJacob Erlbeck1-2/+4
2014-12-10sgsn: Integrate Auth & Ciph into gsm48_gmm_authorizeJacob Erlbeck1-1/+27
2014-12-09sgsn: Add gsm0408_gprs_access_cancelledJacob Erlbeck1-0/+27
2014-12-08sgsn: Do authentication based on SRES valuesJacob Erlbeck1-2/+32
2014-12-08sgsn: Change Auth&Ciph timer handlingJacob Erlbeck1-5/+13
2014-12-08sgsn: Fix and enable auth/ciph message generationJacob Erlbeck1-5/+2
2014-11-14sgsn: Remove explicit sgsn_instance parametersJacob Erlbeck1-1/+1
2014-11-14sgsn: Refactor sgsn_auth to separate request and authorizationJacob Erlbeck1-1/+1
2014-11-14sgsn: Don't assign a new P-TMSI if one is pendingJacob Erlbeck1-4/+10
2014-11-14sgsn: Don't send XID reset after Detach AcceptJacob Erlbeck1-2/+2
2014-11-14sgsn: Cleanup after RA Update Reject / Attach RejectJacob Erlbeck1-9/+49
2014-11-14sgsn: Make authorization asynchronousJacob Erlbeck1-18/+60
2014-11-14sgsn: Move IMSI authorization to gsm48_gmm_authorizeJacob Erlbeck1-13/+22
2014-11-14sgsn: Fix LLME leak when forcing a reattachJacob Erlbeck1-8/+10
2014-11-14sgsn: Split gsm0408_gprs_force_reattach into 2 functionsJacob Erlbeck1-6/+11
2014-11-14sgsn: Call mm_ctx_cleanup_free to deregister MM contextJacob Erlbeck1-7/+3
2014-11-14sgsn: Cleanup GMM state transitionsJacob Erlbeck1-6/+10
2014-11-14sgsn: Reorganize and fix gsm48_gmm_authorizeJacob Erlbeck1-16/+42
2014-11-05sgsn: Unassign the LLME after GMM Status without mmctxJacob Erlbeck1-1/+5
2014-11-05sgsn: Remove unused static functions from gprs_gmm.cJacob Erlbeck1-14/+2
2014-10-27sgsn: Handle Detach Requests even when there is no mmctxJacob Erlbeck1-11/+30
2014-10-27sgsn: Only send Detach Accept (MO) if power_off isn't setJacob Erlbeck1-2/+6
2014-10-27sgsn: Moved IMSI ACL management to sgsn_auth.cJacob Erlbeck1-1/+1
2014-10-27sgsn: Avoid duplicated Attach Accept messagesJacob Erlbeck1-0/+10
2014-10-27sgsn: Send detach(re-attach) instead of gmm status if TLLI unknownJacob Erlbeck1-11/+121
2014-10-27sgsn: Delete PDP contexts properlyJacob Erlbeck1-24/+30
2014-10-09sgsn: Free MM context after receiving a Detach RequestJacob Erlbeck1-0/+4
2014-09-25gprs: Move log message about mm context after NULL checkDaniel Willmann1-3/+3
2014-09-22gprs: Improve loglevels and log messages for SGSNDaniel Willmann1-54/+53
2014-07-22gprs: Use imsi field instead of imeiJacob Erlbeck1-1/+1
2014-04-04gprs: Reduce the number of compiler warnings in gprs_gmm.cHolger Hans Peter Freyther1-11/+12
2014-04-04sgsn: Comparing array to NULL is not usefulHolger Hans Peter Freyther1-1/+1
2013-07-21sgsn: spelling fixes inside commentsHarald Welte1-2/+2
2013-07-21sgsn: Add "auth-policy" VTY command to enable/disable ACLHarald Welte1-1/+2
2013-07-21sgsn: add a minimalistic ACLHarald Welte1-1/+2
2013-07-04sgsn: Fix lengths of MS Network Capability and MS Radio Access Capability ele...Alexander Chemeris1-4/+3
2012-07-14add some comments regarding the free() / release of pdp contextxHarald Welte1-0/+3
2012-06-16split libgb into a separate library for outside useHarald Welte1-1/+2
2011-10-16GPRS GMM: When we receive a RA UPD REQ, we are NORMAL even after SUSPENDHarald Welte1-0/+3