From de4599cc350747609f1b66d84885b34cf76ae253 Mon Sep 17 00:00:00 2001 From: Harald Welte Date: Sun, 17 Jun 2012 13:04:02 +0800 Subject: 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. --- openbsc/src/libgb/libosmo-gb.map | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) (limited to 'openbsc/src/libgb/libosmo-gb.map') 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; -- cgit v1.2.3