aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHolger Freyther <zecke@selfish.org>2009-02-04 01:09:20 +0000
committerHolger Freyther <zecke@selfish.org>2009-02-04 01:09:20 +0000
commit2976c40cd17c44b9f5d1f69a9d77d62decd85ff1 (patch)
tree88555eef602a52b96af4eb916cbca6f80af6216f
parent3b72a890c254ad3a969ec3e4fab2b8cba74813fd (diff)
[paging] Allow call the paging related helper functions
they alread had external linkage
-rw-r--r--include/openbsc/abis_rsl.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/openbsc/abis_rsl.h b/include/openbsc/abis_rsl.h
index da9601ac2..420f3f4b2 100644
--- a/include/openbsc/abis_rsl.h
+++ b/include/openbsc/abis_rsl.h
@@ -373,6 +373,10 @@ int rsl_data_request(struct msgb *msg, u_int8_t link_id);
int abis_rsl_rcvmsg(struct msgb *msg);
+unsigned int get_paging_group(u_int64_t imsi, unsigned int bs_cc_chans,
+ int n_pag_blocks);
+unsigned int n_pag_blocks(int bs_ccch_sdcch_comb, unsigned int bs_ag_blks_res);
+
/* to be provided by external code */
int abis_rsl_sendmsg(struct msgb *msg);
int rsl_chan_release(struct gsm_lchan *lchan);