aboutsummaryrefslogtreecommitdiffstats
path: root/include/osmocom/gsm/gsm0502.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/osmocom/gsm/gsm0502.h')
-rw-r--r--include/osmocom/gsm/gsm0502.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/osmocom/gsm/gsm0502.h b/include/osmocom/gsm/gsm0502.h
index de92c636..46b629e4 100644
--- a/include/osmocom/gsm/gsm0502.h
+++ b/include/osmocom/gsm/gsm0502.h
@@ -32,4 +32,7 @@ gsm0502_get_paging_group(uint64_t imsi, unsigned int bs_cc_chans,
return (imsi % 1000) % (bs_cc_chans * n_pag_blocks) % n_pag_blocks;
}
+unsigned int
+gsm0502_calc_paging_group(struct gsm48_control_channel_descr *chan_desc, uint64_t imsi);
+
#endif