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
This commit is contained in:
Pau Espin 2017-06-30 12:06:00 +02:00
parent 590c402e6c
commit 411402b4df
1 changed files with 2 additions and 0 deletions

View File

@ -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 */