[paging] Allow call the paging related helper functions

they alread had external linkage
This commit is contained in:
Holger Freyther 2009-02-04 01:09:20 +00:00
parent 3b72a890c2
commit 2976c40cd1
1 changed files with 4 additions and 0 deletions

View File

@ -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);