aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/src/libtrau
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <holger@moiji-mobile.com>2015-01-20 21:14:03 +0100
committerHolger Hans Peter Freyther <holger@moiji-mobile.com>2015-01-20 21:14:03 +0100
commitcf8cc2289bf343ca07bd2de58066acf569f932b2 (patch)
treec0107cd51ca4db0bb40be6ecd44ed50e60f0767c /openbsc/src/libtrau
parentd91934357fe28e5362da600e61fd6473f33ff62b (diff)
sgsn: Remove the "permanent" subscriber cachehfreyther/changes/remove-gprs-subscriber-cache
The subscriber cache would help in case: * GPRS DETACH, GPRS ATTACH. In that case we might still have some cached authentication tuples we avoid another sendAuthenticationInfo request. * After a detach the cache expiry would make sure to eventually send a purgeMS to the HLR (which might be ignored). At the same time to make the cache work we will need to make sure to start and stop timers. In case we don't start we might accumulate subscribers. I am afraid that the above two benefits do not outweight the complexity of this implementation. Modify sgsn_mm_ctx_free to remove the entry from the list as otherwise we might double free the context from within gprs_subscriber_delete.
Diffstat (limited to 'openbsc/src/libtrau')
0 files changed, 0 insertions, 0 deletions