aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/tests
diff options
context:
space:
mode:
authorJacob Erlbeck <jerlbeck@sysmocom.de>2015-12-30 15:49:06 +0100
committerJacob Erlbeck <jerlbeck@sysmocom.de>2015-12-30 15:49:06 +0100
commit4cc50a523cd0eb133b968b167befa9430473bd81 (patch)
treed55fd0f35d0db77f37e1a80115e3fddb1696aa02 /openbsc/tests
parentf515975cf9959798e53685b498bddbb96d546d78 (diff)
sgsn: Change handling of missing mmctx in gsm48_rx_gmm_ra_upd_req (TODO)
Currently the MM context is just overwritten by a call to sgsn_mm_ctx_by_tlli(msgb_tlli(msg), &old_ra_id) even if it has already been found by using the BSSGP info. With the changes made to sgsn_mm_ctx_by_tlli this will never find a MM context if the routing area has changed. If the routing area has not changed, the mmctx has already been found if it exists. This commit splits searching for an MM context (if it hasn't been found already) from checking, whether a found one can really be used. The actual search is removed, so that the MS will be forced to restart the attach procedure, which is less efficient but safe. Sponsored-by: On-Waves ehf
Diffstat (limited to 'openbsc/tests')
0 files changed, 0 insertions, 0 deletions