l1sap: Add frame-number to measurement indication struct

The distribution of the channel measurement calculations over
multiple timeslots (continous calculation) requires to keep
track of the frame number in struct info_meas_ind_param

Change-Id: I8c783b4a92ae2c3cc5d17936a146eb49d47eac37
This commit is contained in:
Philipp Maier 2017-03-02 10:27:13 +01:00 committed by dexter
parent 0047602435
commit 18d49d694f
1 changed files with 1 additions and 0 deletions

View File

@ -97,6 +97,7 @@ struct info_time_ind_param {
/*! \brief for MEAS MPH-INFO.ind */
struct info_meas_ind_param {
uint8_t chan_nr; /*!< \brief Channel Number (Like RSL) */
uint32_t fn; /*!< \brief GSM Frame Number */
uint16_t ber10k; /*!< \brief BER in units of 0.01% */
int16_t ta_offs_qbits; /*!< \brief timing advance offset (in qbits) */
int16_t c_i_cb; /*!< \brief C/I ratio in 0.1 dB */