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=7214a9148eeea567e6934965ee80…
commit 7214a9148eeea567e6934965ee805e65c23ce59f
Author: Harald Welte <laforge(a)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=c867e1472348c7a551cc83718d2f…
commit c867e1472348c7a551cc83718d2fe74e6baa1c6f
Author: Harald Welte <laforge(a)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