summaryrefslogtreecommitdiffstats
path: root/openbsc/src/libgb/gprs_bssgp_bss.c
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/gprs_bssgp_bss.c
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/gprs_bssgp_bss.c')
-rw-r--r--openbsc/src/libgb/gprs_bssgp_bss.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/openbsc/src/libgb/gprs_bssgp_bss.c b/openbsc/src/libgb/gprs_bssgp_bss.c
index 4ca11ffd..c058850d 100644
--- a/openbsc/src/libgb/gprs_bssgp_bss.c
+++ b/openbsc/src/libgb/gprs_bssgp_bss.c
@@ -336,8 +336,8 @@ int bssgp_tx_ul_ud(struct bssgp_bvc_ctx *bctx, uint32_t tlli,
}
/* Parse a single GMM-PAGING.req to a given NSEI/NS-BVCI */
-int gprs_bssgp_rx_paging(struct bssgp_paging_info *pinfo,
- struct msgb *msg)
+int bssgp_rx_paging(struct bssgp_paging_info *pinfo,
+ struct msgb *msg)
{
struct bssgp_normal_hdr *bgph =
(struct bssgp_normal_hdr *) msgb_bssgph(msg);