aboutsummaryrefslogtreecommitdiffstats
path: root/src/gb/libosmogb.map
diff options
context:
space:
mode:
authorJacob Erlbeck <jerlbeck@sysmocom.de>2015-11-17 09:53:23 +0100
committerHolger Hans Peter Freyther <holger@moiji-mobile.com>2016-02-22 10:20:49 +0100
commitf78ec5ce0d0f6038147d9b9e14d81094309ba5d5 (patch)
treeb90a599603531a622c0bcbe5e244d87cd9fd294b /src/gb/libosmogb.map
parentab0eb96dd9f49aecf6722c0ec01b03d6061cd40e (diff)
gb: Add bssgp_msgb_copy function
This function originates from openbsc/src/gprs but is just specific to BSSGP/Gb on the same level like bssgp_msgb_alloc. This commit puts the former gprs_msgb_copy function beside bssgp_msgb_alloc. Renamed function: gprs_msgb_copy -> bssgp_msgb_copy Sponsored-by: On-Waves ehf
Diffstat (limited to 'src/gb/libosmogb.map')
-rw-r--r--src/gb/libosmogb.map1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gb/libosmogb.map b/src/gb/libosmogb.map
index 43ebbf8b..75406c04 100644
--- a/src/gb/libosmogb.map
+++ b/src/gb/libosmogb.map
@@ -6,6 +6,7 @@ bssgp_fc_in;
bssgp_fc_init;
bssgp_fc_ms_init;
bssgp_msgb_alloc;
+bssgp_msgb_copy;
bssgp_msgb_tlli_put;
bssgp_parse_cell_id;
bssgp_tx_bvc_block;