summaryrefslogtreecommitdiffstats
path: root/src/host/layer23/src/mobile/gsm322.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/host/layer23/src/mobile/gsm322.c')
-rw-r--r--src/host/layer23/src/mobile/gsm322.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/host/layer23/src/mobile/gsm322.c b/src/host/layer23/src/mobile/gsm322.c
index cfd70d8b..53d36d89 100644
--- a/src/host/layer23/src/mobile/gsm322.c
+++ b/src/host/layer23/src/mobile/gsm322.c
@@ -3059,12 +3059,11 @@ int gsm322_l1_signal(unsigned int subsys, unsigned int signal,
case S_L1CTL_NEIGH_PM_IND:
ni = signal_data;
ms = ni->ms;
-#ifdef COMMING_LATE_R
/* in dedicated mode */
if (ms->rrlayer.dm_est)
- gsm48_rr_meas_ind(ms, ni->band_arfcn, ni->rx_lev);
+ gsm48_rr_meas_ind(ms, ni->band_arfcn, ni->rx_lev,
+ ni->bsic, ni->toa);
else
-#endif
/* in camping mode */
if ((ms->cellsel.state == GSM322_C3_CAMPED_NORMALLY
|| ms->cellsel.state == GSM322_C7_CAMPED_ANY_CELL)