aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2009-02-11 11:43:19 +0000
committerHarald Welte <laforge@gnumonks.org>2009-02-11 11:43:19 +0000
commit45f83a10d8700b3d5d33d4ef426547a55fbee41b (patch)
tree0b784f1b076e80bdbc69846addc52b39972c25b6
parent334f2360195da1c73fca653cd5b4b68d8dea33e4 (diff)
include already-exported lchan2chan_nr() function in header file
-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 d5bc663d2..b3318d32f 100644
--- a/include/openbsc/abis_rsl.h
+++ b/include/openbsc/abis_rsl.h
@@ -377,6 +377,7 @@ 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);
+u_int8_t lchan2chan_nr(struct gsm_lchan *lchan);
/* to be provided by external code */
int abis_rsl_sendmsg(struct msgb *msg);