aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/src/gprs/gprs_sgsn.c
AgeCommit message (Expand)AuthorFilesLines
2016-05-09Merge branch 'master' into sysmocom/iu, with tweakssysmocom/iu_orig_historyNeels Hofmeyr1-1/+1
2016-05-04gprs: Update mm_ctx ra_id from ue_ctxDaniel Willmann1-0/+5
2016-05-04gprs: Track PMM statesDaniel Willmann1-0/+1
2016-05-01Identify PDP context by RAB ID, not TEIHarald Welte1-13/+0
2016-05-01SGSN: Use PDP Context NSAPI as RAB IDHarald Welte1-6/+0
2016-04-29move gsm_04_08_gprs.h to libosmocoreHarald Welte1-1/+1
2016-04-19gprs: Keep track of key negotiation and set the key status flag in sec_mod_cmdDaniel Willmann1-0/+1
2016-04-08gprs: Use different RAB IDs for activationDaniel Willmann1-0/+5
2016-03-03sgsn: Add a function to return the pdp ctx for an mm ctx and teiDaniel Willmann1-1/+15
2016-03-03fix sgsn_mm_ctx_cleanup_free: TLLI unass. after sgsn_mm_ctx_free.Neels Hofmeyr1-4/+7
2016-03-03WIP: Really ugly hacks to get up to (and including) PDP CTX ACTHarald Welte1-5/+46
2016-03-03prepare sgsn_mm_ctx for Gb and Iu mode (UMTS)Harald Welte1-6/+6
2016-02-22sgsn: Re-add searching for MM ctx based on TLLI / P-TMSI matchesJacob Erlbeck1-0/+25
2016-02-22sgsn: Only look at TLLIs in sgsn_mm_ctx_by_tlliJacob Erlbeck1-30/+1
2016-02-22sgsn: Make ra_id_equals available as gprs_ra_id_equalsJacob Erlbeck1-9/+2
2015-11-02stats: Set class_id in rate_ctr group descriptionsJacob Erlbeck1-0/+3
2015-10-13gprs: Use RAND_bytes for p-tmsiDaniel Willmann1-1/+5
2015-10-12Revert "gprs: Use RAND_bytes for p-tmsi"Holger Hans Peter Freyther1-5/+1
2015-10-12gprs: Use RAND_bytes for p-tmsiDaniel Willmann1-1/+5
2015-06-02sgsn: seleted_apn_str might be NULL do not strcpyHolger Hans Peter Freyther1-1/+4
2015-05-25sgsn: Allow to resolve the IPv4 address of a GGSN through DNSHolger Hans Peter Freyther1-1/+17
2015-05-25sgsn: Deal with no static ggsn being configured at allHolger Hans Peter Freyther1-0/+7
2015-05-25sgsn: If there is a subscr don't allow an empty listHolger Hans Peter Freyther1-2/+1
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