diff options
Diffstat (limited to 'include/osmocom/bsc/gsm_data_shared.h')
-rw-r--r-- | include/osmocom/bsc/gsm_data_shared.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/osmocom/bsc/gsm_data_shared.h b/include/osmocom/bsc/gsm_data_shared.h index 2d8562092..f57fae545 100644 --- a/include/osmocom/bsc/gsm_data_shared.h +++ b/include/osmocom/bsc/gsm_data_shared.h @@ -248,6 +248,7 @@ struct gsm_lchan { /* cache of last measurement reports on this lchan */ struct gsm_meas_rep meas_rep[6]; int meas_rep_idx; + int meas_rep_cnt; /* GSM Random Access data */ struct gsm48_req_ref *rqd_ref; |