aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/src/libgb/libosmo-gb.map
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2012-06-17 13:04:02 +0800
committerHarald Welte <laforge@gnumonks.org>2012-06-17 13:05:48 +0800
commitde4599cc350747609f1b66d84885b34cf76ae253 (patch)
treec9e0fa445cd0d0d4b46abd516aa9b9499ab7b60b /openbsc/src/libgb/libosmo-gb.map
parent8eda90d9506ca4c34a3476415eb70d51043fcdf1 (diff)
libgb: make sure all BSSGP functions have bssgp_ prefix
We change the minority of functions employing the gprs_bssgp_ prefix to match with the majority without gprs_ in front.
Diffstat (limited to 'openbsc/src/libgb/libosmo-gb.map')
-rw-r--r--openbsc/src/libgb/libosmo-gb.map13
1 files changed, 6 insertions, 7 deletions
diff --git a/openbsc/src/libgb/libosmo-gb.map b/openbsc/src/libgb/libosmo-gb.map
index 60f85b26..83a83026 100644
--- a/openbsc/src/libgb/libosmo-gb.map
+++ b/openbsc/src/libgb/libosmo-gb.map
@@ -23,13 +23,12 @@ bssgp_tx_suspend;
bssgp_tx_suspend_ack;
bssgp_tx_suspend_nack;
bssgp_tx_ul_ud;
-
-gprs_bssgp_rcvmsg
-gprs_bssgp_rx_paging
-gprs_bssgp_set_log_ss
-gprs_bssgp_tx_dl_ud
-gprs_bssgp_tx_paging
-gprs_bssgp_vty_init
+bssgp_rcvmsg
+bssgp_rx_paging
+bssgp_set_log_ss
+bssgp_tx_dl_ud
+bssgp_tx_paging
+bssgp_vty_init
gprs_ns_cause_str;
gprs_ns_destroy;