aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/src/gprs/gprs_sgsn.c
AgeCommit message (Expand)AuthorFilesLines
2017-10-26remove sgsn, gbproxy and gtphub from openbsc.gitHarald Welte1-923/+0
2017-08-14Migrate from gprs_apn_to_str() to libosmocore osmo_apn_to_str()Harald Welte1-1/+2
2017-07-12check for missing result of rate_ctr_group_alloc()Harald Welte1-0/+16
2017-07-10sgsn: Fill the cch_pdp with a value coming from the tlv structureHolger Hans Peter Freyther1-5/+16
2017-05-10src: use osmo_timer_setup()Pablo Neira Ayuso1-3/+1
2017-03-14gprs_sgsn.c: initialize ptmsi with 0xdeadbeefAlexander Couzens1-1/+1
2017-02-25add struct gprs_subscr, separating gprs from gsm_subscriberNeels Hofmeyr1-3/+3
2017-02-07gprs/sgsn_mm_ctx_alloc(): initialize MM state to IDLEAlexander Couzens1-0/+1
2017-02-07gprs/sgsn: rename sgsn_mm_ctx_alloc() -> sgsn_mm_ctx_alloc_gb()Alexander Couzens1-2/+2
2017-02-07gprs/sgsn: rename gprs->mm_state -> gmm_stateAlexander Couzens1-3/+3
2016-12-21Improve GPRS loggingMax1-0/+2
2016-12-13Revert "Support Deactivate PDP Context Request from network"Neels Hofmeyr1-38/+0
2016-12-12Support Deactivate PDP Context Request from networkPravin Kumarvel1-0/+38
2016-09-02IuPS: sgsn_mm_ctx: add enum gprs_pmm_state field, track PMM stateDaniel Willmann1-0/+1
2016-09-02IuPS: send Security Mode Command, track the new_key flag.Daniel Willmann1-0/+1
2016-09-01IuPS: osmo-sgsn: add core IuPS impl, call iu_init()Daniel Willmann1-0/+41
2016-08-27cosmetic: gprs_sgsn.c: move pdp.h include to topNeels Hofmeyr1-1/+2
2016-08-27sgsn: add statistics counter for LLC packetsAlexander Couzens1-0/+4
2016-07-25sgsn: add statistics counter for GPRS and PDP packetsAlexander Couzens1-0/+34
2016-07-16SGSN: add preliminary support for GPRS encryptionMax1-5/+1
2016-07-16SGSN: split GEA key management from TLLIMax1-1/+1
2016-07-04SGSN: move TLLI unassignment into separate functionMax1-1/+1
2016-06-02gprs: more conditionals for Gb specific actionsDaniel Willmann1-2/+4
2016-06-02sgsn_mm_ctx_cleanup_free(): clean up LLME iff present (Gb, not Iu)Daniel Willmann1-3/+10
2016-06-01prepare sgsn_mm_ctx for Gb and Iu mode (UMTS)Harald Welte1-6/+7
2016-04-29move gsm_04_08_gprs.h to libosmocoreHarald Welte1-1/+1
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