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
commitce95b27b68bb44f56d166eb271e69c4f38b6e853 (patch)
tree12e3b77cfea049d8783d672f13a5fc2ecfdd8c18 /openbsc/src/libgb/libosmo-gb.map
parent11461a64574314fbc4747fe6251ca000fdd56b75 (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 60f85b261..83a830261 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;