openbsc.git branch master updated. 0.15.0-555-geb52aad

This is merely a historical archive of years 2008-2021, before the migration to mailman3.

A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/osmocom-commitlog@lists.osmocom.org/.

gitosis at osmocom.org gitosis at osmocom.org
Thu Dec 1 15:58:56 UTC 2016


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "The OpenBSC GSM Base Station Controller (+MSC/HLR/SGSN)".

The branch, master has been updated
       via  eb52aad198323fd86fbffc3bab3be4e5d394b205 (commit)
      from  143a274051338c1ae04981d5493818ccbb28841c (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
http://cgit.osmocom.org/openbsc/commit/?id=eb52aad198323fd86fbffc3bab3be4e5d394b205

commit eb52aad198323fd86fbffc3bab3be4e5d394b205
Author: Neels Hofmeyr <nhofmeyr at sysmocom.de>
Date:   Sat Nov 26 13:37:55 2016 +0100

    IuPS: properly update ra_id on GMM Attach Request
    
    For new MM contexts, the ra_id was correctly obtained from the ue_ctx, but in
    case an MM ctx is re-used and the ra_id changed, the new ra_id was not copied
    to the MM context; instead, the ra_id was overwritten with uninitialized data.
    
    Always initialize the local ra_id variable from the ue_ctx->ra_id for Iu
    connections; it is used further below to update the ctx->ra_id.
    
    For the case of a brand new Iu MM ctx, the ctx->ra_id then gets initialized a
    second time. We could technically drop the init in sgsn_mm_ctx_alloc_iu(), but
    it doesn't hurt either way.
    
    Fixes: CID#57936
    Change-Id: Ia06458758362e76925690b1757d8ced95e9609e4

-----------------------------------------------------------------------

Summary of changes:
 openbsc/src/gprs/gprs_gmm.c | 6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)


hooks/post-receive
-- 
The OpenBSC GSM Base Station Controller (+MSC/HLR/SGSN)



More information about the osmocom-commitlog mailing list