aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/src/gprs/gprs_sgsn.c
AgeCommit message (Expand)AuthorFilesLines
2015-05-06sgsn: Add various signals consumed by CDR or other client codeHolger Hans Peter Freyther1-0/+19
2015-05-06sgsn: Make the free function internalHolger Hans Peter Freyther1-1/+1
2015-05-05sgsn: Store subscribed QoS and attempt to use itHolger Hans Peter Freyther1-0/+15
2015-02-06sgsn: Select GGSN based on APNJacob Erlbeck1-0/+110
2015-02-06sgsn: Add sgsn_ggsn_ctx_free functionJacob Erlbeck1-0/+6
2015-02-06sgsn: Add functions to handle APN contextsJacob Erlbeck1-9/+68
2015-01-28sgsn: Add sgsn_mm_ctx_cleanup_free for safe shutdownJacob Erlbeck1-9/+30
2015-01-28sgsn: Don't allow mmctx == NULL in sgsn_update_subscriber_dataJacob Erlbeck1-19/+2
2015-01-27sgsn: Don't reset mm->subscr manually in sgsn_mm_ctx_freeJacob Erlbeck1-3/+1
2015-01-27gprs: Rename gprs_subscr_delete to gprs_subscr_cleanupJacob Erlbeck1-1/+1
2015-01-26gprs: Do not put the subscr in gprs_subscr_deleteJacob Erlbeck1-0/+1
2015-01-26sgsn: Remove MM from the list before gprs_subscr_delete is calledHolger Hans Peter Freyther1-3/+3
2015-01-26sgsn: Remove inactive LLME/MM after inactivity timeoutJacob Erlbeck1-0/+63
2015-01-20sgsn: Fix P-TMSI generator's distance of equal valuesJacob Erlbeck1-2/+26
2014-12-23sgsn: Add missing LF in log messageJacob Erlbeck1-1/+1
2014-12-09sgsn: Put SGSN related subscriber data into separate structJacob Erlbeck1-3/+3
2014-12-09sgsn: Integrate subscriber handling into the SGSNJacob Erlbeck1-1/+26
2014-12-09sgsn: Add gprs_subscriber.cJacob Erlbeck1-1/+2
2014-12-08sgsn: Change Auth&Ciph timer handlingJacob Erlbeck1-0/+1
2014-11-14sgsn: Remove explicit sgsn_instance parametersJacob Erlbeck1-1/+1
2014-11-14sgsn: Refactor sgsn_auth to separate request and authorizationJacob Erlbeck1-4/+2
2014-11-14sgsn: Make authorization asynchronousJacob Erlbeck1-0/+8
2014-11-14sgsn: Split gsm0408_gprs_force_reattach into 2 functionsJacob Erlbeck1-1/+1
2014-10-27sgsn: Send detach(re-attach) instead of gmm status if TLLI unknownJacob Erlbeck1-0/+6
2014-10-27sgsn: Delete PDP contexts properlyJacob Erlbeck1-2/+32
2014-10-27sgsn: Cancel pending timer in sgsn_mm_ctx_freeJacob Erlbeck1-0/+5
2014-10-27gprs: Fix typo in the commentHolger Hans Peter Freyther1-1/+1
2014-10-09gbproxy/sgsn: Enforce termination when creating a P-TMSI/TLLIJacob Erlbeck1-1/+9
2014-09-22gprs: Improve loglevels and log messages for SGSNDaniel Willmann1-2/+2
2014-08-05sgsn: Make P-TMSI a local TLLI to avoid clashHolger Hans Peter Freyther1-1/+1
2012-07-14SGSN: Code to help debug / fix sgsn crash in cb_data_ind()Harald Welte1-0/+15
2012-07-14add some comments regarding the free() / release of pdp contextxHarald Welte1-0/+5
2012-06-16split libgb into a separate library for outside useHarald Welte1-2/+3
2011-03-23src: use new library libosmogsm and new path to headers in libosmocorePablo Neira Ayuso1-4/+4
2011-01-01License change: We are now AGPLv3+ instead of GPLv2+Harald Welte1-6/+5
2010-12-26SGSN: Avoid duplicate MM contexts in case MS and SGSN disagree on P-TMSIHarald Welte1-0/+15
2010-12-26SGSN: Implement network-initiated PDP CTX DEACT when GGSN restartsHarald Welte1-0/+47
2010-12-23GPRS/GMM: Correctly look up MM Context in RA UpdateHarald Welte1-1/+18
2010-06-28[SGSN] Fix segfault ar PDP CTX DEACT timeHarald Welte1-0/+1
2010-06-10[GPSR] SGSN: Keep traffic counters for each PDP contextHarald Welte1-0/+15
2010-06-03[GPRS] add comments to SGSN header fileHarald Welte1-1/+2
2010-05-31[GPRS] Implement TMSI reallocation and timers 3350 + 3370Harald Welte1-2/+4
2010-05-18[GPRS] SGSN: use GGSN IP address from config file, disable TMSI allocationHarald Welte1-0/+17
2010-05-18[GPRS] SGSN: actually isert a ggsn context when we allocate itHarald Welte1-0/+1
2010-05-18[GPRS] SGSN: TMSI allocationHarald Welte1-0/+15
2010-05-18[GPRS] SGSN: properly delete a PDP context after receiving PDP CTX DEACT REQHarald Welte1-9/+23
2010-05-18[GPRS] SGSN: properly initialzie pdp_list head of mm ctxHarald Welte1-0/+1
2010-05-18[GPRS] SGSN: Include rate counters in MM ContextHarald Welte1-0/+23
2010-05-17[GPRS] More work on a real SGSNHarald Welte1-1/+119
2010-05-17[GPRS] Initial untested support for libgtpHarald Welte1-1/+2