openbsc.git branch master updated. 0.15.0-275-g5b692d0

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 May 25 19:43:54 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  5b692d0a5c1c388916c21e623edde28505ec1b02 (commit)
      from  ddf4e1e114d6953c142bb3eb9761aa5a48131020 (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=5b692d0a5c1c388916c21e623edde28505ec1b02

commit 5b692d0a5c1c388916c21e623edde28505ec1b02
Author: Holger Hans Peter Freyther <holger at moiji-mobile.com>
Date:   Mon May 23 17:58:03 2016 +0200

    filter/nat: Fix the context for the imsi assignment
    
    In c09f8a3b7fb94ccef41e33c32bfe2bff1ffe0e44 as part of a cleanup
    I accidently changed the talloc context from "con" to "bsc". The
    issue occurred at an earlier commit when assigning req.ctx to the
    "wrong" context. The allocation needs to be scoped by the struct
    nat_sccp_connection and not the connection from BSC to NAT.
    
    Before we have a nat_sccp_connection we scope the copied imsi to
    the bsc_connection and then steal it, but for the identity resp
    we will always have a nat_sccp_connection and can already use the
    right context.
    
    Change-Id: I53789aad2809e19338ad3b2deb72c4757e7bd524
    Related: OS#1733
    Reviewed-on: https://gerrit.osmocom.org/102
    Tested-by: Jenkins Builder
    Reviewed-by: Harald Welte <laforge at gnumonks.org>
    Reviewed-by: daniel <dwillmann at sysmocom.de>
    Reviewed-by: Holger Freyther <holger at freyther.de>

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

Summary of changes:
 openbsc/src/osmo-bsc_nat/bsc_nat_filter.c | 2 +-
 openbsc/tests/bsc-nat/bsc_nat_test.c      | 3 +++
 2 files changed, 4 insertions(+), 1 deletion(-)


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



More information about the osmocom-commitlog mailing list