openbsc.git branch master updated. 0.14.0-104-g0958938

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
Tue Jun 2 07:53:02 UTC 2015


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  0958938d4ea32b4eff288b4b1369384f8eaddb93 (commit)
       via  f2e114ac85700c8b018d4d1495f6ef1762e0718d (commit)
       via  65b0efe56eafff992d60854787b83275ac33f84e (commit)
       via  c36a13b073d39a5249418e7e0e78b7a45bfeb310 (commit)
      from  9cb249bf84b256168b807305a1c4884c5c5fc9fb (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=0958938d4ea32b4eff288b4b1369384f8eaddb93

commit 0958938d4ea32b4eff288b4b1369384f8eaddb93
Author: Holger Hans Peter Freyther <holger at moiji-mobile.com>
Date:   Tue Jun 2 09:38:41 2015 +0200

    sgsn: Simplify finding/using the first address of the result
    
    The loop was used to print all returned addresses but we can
    simply pick the first one. This is fixing a coverity issue that
    the loop will be executed eaxactly once (and that was on
    purpose).
    
    Simplify the code and just take the first element (which might
    be NULL).
    
    Fixes: Coverity CID#1302852

http://cgit.osmocom.org/openbsc/commit/?id=f2e114ac85700c8b018d4d1495f6ef1762e0718d

commit f2e114ac85700c8b018d4d1495f6ef1762e0718d
Author: Holger Hans Peter Freyther <holger at moiji-mobile.com>
Date:   Tue Jun 2 09:33:31 2015 +0200

    sgsn: seleted_apn_str might be NULL do not strcpy
    
    The subscriber might simply not be allowed to use the APN
    that was specified. So selected_apn_str might very well be
    NULL.
    
    Fixes: Coverity CID#1302853

http://cgit.osmocom.org/openbsc/commit/?id=65b0efe56eafff992d60854787b83275ac33f84e

commit 65b0efe56eafff992d60854787b83275ac33f84e
Author: Holger Hans Peter Freyther <holger at moiji-mobile.com>
Date:   Tue Jun 2 09:31:04 2015 +0200

    sgsn: Check the return value of osmo_fd_register
    
    We can't do much in case the fd is failing to be registered.
    There should be a timeout that is catching this and it might
    be able to repair it self.
    
    Fixes: Coverity CID#1302854

http://cgit.osmocom.org/openbsc/commit/?id=c36a13b073d39a5249418e7e0e78b7a45bfeb310

commit c36a13b073d39a5249418e7e0e78b7a45bfeb310
Author: Alexander Chemeris <Alexander.Chemeris at gmail.com>
Date:   Sat May 30 14:40:54 2015 -0400

    libbsc: Move SIs update/generation for a BTS into a separate function.
    
    The code to do that doesn't belong to the control interface, so
    abstract it out to a separate function gsm_bts_set_system_infos().
    
    [hfreyther: Fix the coding style...]

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

Summary of changes:
 openbsc/include/openbsc/gsm_data.h     |  1 +
 openbsc/src/gprs/gprs_gmm.c            |  9 ++-------
 openbsc/src/gprs/gprs_sgsn.c           |  5 ++++-
 openbsc/src/gprs/sgsn_ares.c           |  3 ++-
 openbsc/src/libbsc/bsc_ctrl_commands.c | 18 +++++-------------
 openbsc/src/libbsc/bsc_init.c          | 22 +++++++++++++++++++++-
 6 files changed, 35 insertions(+), 23 deletions(-)


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



More information about the osmocom-commitlog mailing list