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
diff --git a/include/osmocom/gsm/l1sap.h b/include/osmocom/gsm/l1sap.h
index e199efe..183edbc 100644
--- a/include/osmocom/gsm/l1sap.h
+++ b/include/osmocom/gsm/l1sap.h
@@ -97,6 +97,7 @@
 /*! \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 */