libosmocore.git branch laforge/gprs-ns-instances updated. 0.9.0-280-g7214a91

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 Nov 9 13:45:42 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 "An utility library for Open Source Mobile Communications".

The branch, laforge/gprs-ns-instances has been updated
       via  7214a9148eeea567e6934965ee805e65c23ce59f (commit)
       via  c867e1472348c7a551cc83718d2fe74e6baa1c6f (commit)
      from  8154266457616ca59dea4990f0e29fe0ea298662 (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/libosmocore/commit/?id=7214a9148eeea567e6934965ee805e65c23ce59f

commit 7214a9148eeea567e6934965ee805e65c23ce59f
Author: Harald Welte <laforge at gnumonks.org>
Date:   Wed Nov 9 14:43:33 2016 +0100

    UNTESTED WIP: remove global bssgp_nsi variable
    
    As we can now have several NS instances inside the program, let's
    remove the global bsspg_nsi to which BSSGP bound itself.  Rather,
    all functions are now parametrized based on the NS Instance that's
    either
    * explicitly passed to the function (in case no msgb and no bctx), or
    * stated in the BVC context / bctx (if any), or
    * explicitly given as argument to the function (if no msgb and no bctx)
    
    Change-Id: Ibc7df60caf4adef690001536bd7a1293d866a1c2

http://cgit.osmocom.org/libosmocore/commit/?id=c867e1472348c7a551cc83718d2fe74e6baa1c6f

commit c867e1472348c7a551cc83718d2fe74e6baa1c6f
Author: Harald Welte <laforge at gnumonks.org>
Date:   Wed Nov 9 14:42:18 2016 +0100

    remove now-unused argument to gprs_ns_vty_init()
    
    gprs_ns_vty_init() is now working for all NS instances, so no need to
    pass in one specific NS instance
    
    Change-Id: I5715ae4fad45a71245f83729d06414c5c44adf93

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

Summary of changes:
 include/osmocom/gprs/gprs_bssgp.h     |  10 ++--
 include/osmocom/gprs/gprs_bssgp_bss.h |   6 +-
 include/osmocom/gprs/gprs_ns.h        |   2 +-
 src/gb/gprs_bssgp.c                   | 107 +++++++++++++++++++++-------------
 src/gb/gprs_bssgp_bss.c               |  45 +++++++-------
 src/gb/gprs_bssgp_util.c              |  13 ++---
 src/gb/gprs_ns_vty.c                  |   2 +-
 src/gb/libosmogb.map                  |   1 -
 8 files changed, 106 insertions(+), 80 deletions(-)


hooks/post-receive
-- 
An utility library for Open Source Mobile Communications



More information about the osmocom-commitlog mailing list