aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/src/gprs/gprs_sgsn.c
AgeCommit message (Expand)AuthorFilesLines
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
2010-05-04[gprs] Move all GPRS related code to src/gprs subdirectoryHarald Welte1-0/+96