aboutsummaryrefslogtreecommitdiffstats
path: root/src/gb/libosmogb.map
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2016-11-09 14:43:33 +0100
committerHarald Welte <laforge@gnumonks.org>2016-11-09 14:43:33 +0100
commit7214a9148eeea567e6934965ee805e65c23ce59f (patch)
tree4d62c884d8bbcbf11736ccfa92541cb87b7a108e /src/gb/libosmogb.map
parentc867e1472348c7a551cc83718d2fe74e6baa1c6f (diff)
UNTESTED WIP: remove global bssgp_nsi variablelaforge/gprs-ns-instances
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
Diffstat (limited to 'src/gb/libosmogb.map')
-rw-r--r--src/gb/libosmogb.map1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/gb/libosmogb.map b/src/gb/libosmogb.map
index 76ce3fba..3b70e477 100644
--- a/src/gb/libosmogb.map
+++ b/src/gb/libosmogb.map
@@ -36,7 +36,6 @@ bssgp_set_log_ss;
bssgp_tx_dl_ud;
bssgp_tx_paging;
bssgp_vty_init;
-bssgp_nsi;
gprs_ns_cause_str;
gprs_ns_destroy;