aboutsummaryrefslogtreecommitdiffstats
path: root/include/openbsc/abis_rsl.h
diff options
context:
space:
mode:
authorHolger Freyther <zecke@selfish.org>2009-02-04 02:14:45 +0000
committerHolger Freyther <zecke@selfish.org>2009-02-04 02:14:45 +0000
commit3aa8d6c46d63869f0d7f24c0135db201ec311d33 (patch)
tree32323cf8abd91830dffca76f4a85f1ffe2802cb2 /include/openbsc/abis_rsl.h
parent2976c40cd17c44b9f5d1f69a9d77d62decd85ff1 (diff)
[paging] This is paging my phone but it looks completely wrong...
- The paging block calculation is wrong but I have a hard time finding the right information. The table of 05.02 (Table 5 of 9) looks good but my phone is not happy with that group...
Diffstat (limited to 'include/openbsc/abis_rsl.h')
-rw-r--r--include/openbsc/abis_rsl.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/openbsc/abis_rsl.h b/include/openbsc/abis_rsl.h
index 420f3f4b2..196867157 100644
--- a/include/openbsc/abis_rsl.h
+++ b/include/openbsc/abis_rsl.h
@@ -376,6 +376,7 @@ 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);
+u_int64_t str_to_imsi(const char *imsi_str);
/* to be provided by external code */
int abis_rsl_sendmsg(struct msgb *msg);