From 411402b4dfa984d11fb14095f56e00dc2c03e6ce Mon Sep 17 00:00:00 2001 From: Pau Espin Pedrol Date: Fri, 30 Jun 2017 12:06:00 +0200 Subject: 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 --- include/osmocom/gsm/l1sap.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include') diff --git a/include/osmocom/gsm/l1sap.h b/include/osmocom/gsm/l1sap.h index 01f61ced..1bc1818f 100644 --- a/include/osmocom/gsm/l1sap.h +++ b/include/osmocom/gsm/l1sap.h @@ -84,6 +84,8 @@ struct ph_tch_param { 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 */ -- cgit v1.2.3