openbsc.git branch master updated. 0.15.0-863-g183070bce

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
Mon Aug 14 12:05:02 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 "Legacy: The OpenBSC GSM Base Station Controller (+MSC/HLR/SGSN)".

The branch, master has been updated
       via  183070bcede412e38268c7f298262710b1351f6e (commit)
       via  53552a303e8089d288c0caadb2b462a898589a01 (commit)
      from  2a55e0917d230505152b3da636a1da9a36d7fbe4 (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=183070bcede412e38268c7f298262710b1351f6e

commit 183070bcede412e38268c7f298262710b1351f6e
Author: Harald Welte <laforge at gnumonks.org>
Date:   Sat Aug 12 13:43:54 2017 +0200

    Migrate from gprs_apn_to_str() to libosmocore osmo_apn_to_str()
    
    In 2015, Jacob moved/copied related functions to libosmocore, but
    for some reason didn't remove the copies here.  Let's follow-up on
    that and remove duplicated code.
    
    The libosmocore commit introducing osmo_apn_to_str() was
    8114294bf29ac6e44822c0ae43d4b0819f11b022
    
    Change-Id: I7315ffcbed8a54cca2056f313bb7783ad82d0ee9

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

commit 53552a303e8089d288c0caadb2b462a898589a01
Author: Harald Welte <laforge at gnumonks.org>
Date:   Sun Aug 13 00:56:45 2017 +0200

    sgsn_vty: Don't assume pdp->lib is always valid
    
    We can only print libgtp pdp information if a library context is
    attached to this pdp context.  This is not always the case,
    particuarly during some teardown scenarios.
    
    Change-Id: Ia3184877f9709db65f5f93a98403f2ef5b04a8ca

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

Summary of changes:
 openbsc/include/openbsc/gprs_utils.h |  1 -
 openbsc/src/gprs/gb_proxy_patch.c    |  7 +--
 openbsc/src/gprs/gb_proxy_vty.c      |  3 +-
 openbsc/src/gprs/gprs_sgsn.c         |  3 +-
 openbsc/src/gprs/gprs_subscriber.c   |  3 +-
 openbsc/src/gprs/gprs_utils.c        | 28 -----------
 openbsc/src/gprs/gtphub.c            |  4 +-
 openbsc/src/gprs/sgsn_cdr.c          |  3 +-
 openbsc/src/gprs/sgsn_vty.c          | 47 +++++++-----------
 openbsc/tests/gprs/gprs_test.c       | 96 ------------------------------------
 openbsc/tests/gtphub/Makefile.am     |  2 +
 11 files changed, 35 insertions(+), 162 deletions(-)


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



More information about the osmocom-commitlog mailing list