aboutsummaryrefslogtreecommitdiffstats
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
commitce95b27b68bb44f56d166eb271e69c4f38b6e853 (patch)
tree12e3b77cfea049d8783d672f13a5fc2ecfdd8c18 /openbsc/src/libgb/gprs_bssgp_bss.c
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/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 4ca11ffd7..c058850d8 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);