aboutsummaryrefslogtreecommitdiffstats
path: root/src/gb/libosmogb.map
diff options
context:
space:
mode:
authorPhilipp Maier <pmaier@sysmocom.de>2021-01-25 22:00:01 +0100
committerPhilipp Maier <pmaier@sysmocom.de>2021-01-26 16:36:53 +0100
commitc08a3fd30e293c6f2ac5c6dc1ec1bf6513413791 (patch)
tree5a74bb214c74bd8fdb245e4e91e80cf0db919c71 /src/gb/libosmogb.map
parent445a366c8ac24469cb857f3850679a470a0c37fe (diff)
gprs_bssgp_rim: add functions to convert a RIM-RI to a string
RIM routing formation structs can contain different variants of address identifiers, so it is difficult for an API user to pick the _name() function to generate a human readable string. Lets add bssgp_rim_ri_name() and bssgp_rim_ri_name_buf() to make printing a routing identifier easier. Change-Id: Idca6bdccffe663aea71a0183ca3ea5bb5b59e702 Related: SYS#5103
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 b4d7fdb6..c6bbc787 100644
--- a/src/gb/libosmogb.map
+++ b/src/gb/libosmogb.map
@@ -35,6 +35,8 @@ bssgp_parse_rim_pdu;
bssgp_parse_rim_ri;
bssgp_ran_inf_app_id_strs;
bssgp_rim_routing_info_discr_strs;
+bssgp_rim_ri_name_buf;
+bssgp_rim_ri_name;
bssgp_set_bssgp_callback;
bssgp_tx_bvc_block;
bssgp_tx_bvc_reset;