aboutsummaryrefslogtreecommitdiffstats
path: root/src/osmo-bts-oc2g
diff options
context:
space:
mode:
authorVadim Yanitskiy <axilirator@gmail.com>2019-06-05 21:06:10 +0700
committerVadim Yanitskiy <axilirator@gmail.com>2019-06-05 21:06:10 +0700
commit2dec9fff1cc78dd70e23a752acb9e9d002527be7 (patch)
tree80667b6e1aa497bacbc40ef9ce6d5514184bc388 /src/osmo-bts-oc2g
parent8576477de1c5306aad8f15813b49ecf965b5cd2e (diff)
Use #define RSL_CHAN_RACH for RSL Channel Number of RACH
Diffstat (limited to 'src/osmo-bts-oc2g')
-rw-r--r--src/osmo-bts-oc2g/l1_if.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/osmo-bts-oc2g/l1_if.c b/src/osmo-bts-oc2g/l1_if.c
index 87c7cf7a..d9c8da0d 100644
--- a/src/osmo-bts-oc2g/l1_if.c
+++ b/src/osmo-bts-oc2g/l1_if.c
@@ -1091,7 +1091,7 @@ static int handle_ph_ra_ind(struct oc2gl1_hdl *fl1, GsmL1_PhRaInd_t *ra_ind,
if (!lchan || lchan->ts->pchan == GSM_PCHAN_CCCH ||
lchan->ts->pchan == GSM_PCHAN_CCCH_SDCCH4 ||
lchan->ts->pchan == GSM_PCHAN_CCCH_SDCCH4_CBCH)
- rach_ind_param.chan_nr = 0x88;
+ rach_ind_param.chan_nr = RSL_CHAN_RACH;
else
rach_ind_param.chan_nr = gsm_lchan2chan_nr(lchan);