openbsc.git branch master updated. 0.15.0-650-g725f3f1de

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
Wed Feb 1 15:03:11 UTC 2017


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  725f3f1de0bb71cb743e5af00d6d56549fc5f692 (commit)
      from  dac5867af5ff90d4beb70fc30a5743f60f159e3a (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=725f3f1de0bb71cb743e5af00d6d56549fc5f692

commit 725f3f1de0bb71cb743e5af00d6d56549fc5f692
Author: Holger Hans Peter Freyther <holger at moiji-mobile.com>
Date:   Thu Jan 26 11:05:33 2017 +0100

    sgsn: Fix deeply flawed copying logic for PDP context activation
    
    It is one of these changes that should have never worked but did
    for a long time. Only recently a corrupted GTP message was seen.
    The code in ccd2312d10e14747e8a4d26d8f72b052ffcfc282 tried to
    solve the right problem but was deeply flawed.
    
    * Make the code operate on the copied message and not the original
    one that is deleted by the underlaying layers on return
    * Add an out variable to determine if the msgb should be deleted
    and assume that by default it will be deleted.
    
    Change-Id: I564526e7cde2b8a2f0ce900492cd38fc23c176a7

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

Summary of changes:
 openbsc/src/gprs/gprs_gmm.c | 12 +++++++++---
 1 file changed, 9 insertions(+), 3 deletions(-)


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



More information about the osmocom-commitlog mailing list