summaryrefslogtreecommitdiffstats
path: root/src/gb/libosmogb.map
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2012-09-06 21:57:11 +0200
committerHarald Welte <laforge@gnumonks.org>2012-09-07 12:07:54 +0200
commitd11c05950200d91f559e0d159762bd51bc28593f (patch)
tree81ac3c4d1e702d66593117e2dd6bfc0c0f564d6d /src/gb/libosmogb.map
parent1f87d75b7af8737e5ad0ec6b75ac53b3bd608a1c (diff)
libosmogb: Port BSSGP flow control from openbsc/laforge/bssgp_fc branch
This code is supposed to implement the BSSGP flow control algorithm, both for the per-BSS and for the per-MS flow control. The code currently has no test cases, they will come in a separate commit.
Diffstat (limited to 'src/gb/libosmogb.map')
-rw-r--r--src/gb/libosmogb.map2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gb/libosmogb.map b/src/gb/libosmogb.map
index a41a91a1..8e9f3727 100644
--- a/src/gb/libosmogb.map
+++ b/src/gb/libosmogb.map
@@ -2,6 +2,8 @@ LIBOSMOGB_1.0 {
global:
bssgp_cause_str;
bssgp_create_cell_id;
+bssgp_fc_in;
+bssgp_fc_ms_init;
bssgp_msgb_alloc;
bssgp_msgb_tlli_put;
bssgp_parse_cell_id;