l1sap.h: Add ber10k and lqual_cb to ph_tch_param

These fields are required in osmo-bts to do low link quality checks in a
generic way.

Change-Id: If4ae20c22b881e94585dad710f17b9e37f77bf82
diff --git a/include/osmocom/gsm/l1sap.h b/include/osmocom/gsm/l1sap.h
index 01f61ce..1bc1818 100644
--- a/include/osmocom/gsm/l1sap.h
+++ b/include/osmocom/gsm/l1sap.h
@@ -84,6 +84,8 @@
 	uint32_t fn;		/*!< GSM Frame Number */
 	int8_t rssi;		/*!< RSSI of received indication */
 	uint8_t marker;		/*!< RTP Marker bit (speech onset indicator) */
+	uint16_t ber10k;	/*!< BER in units of 0.01% */
+	int16_t lqual_cb;	/* !< Link quality in centiBel */
 };
 
 /*! for PH-CONN.ind */