diff options
Diffstat (limited to 'include/osmocom')
-rw-r--r-- | include/osmocom/gsm/l1sap.h | 2 |
1 files changed, 2 insertions, 0 deletions
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 */ |