diff options
author | Pau Espin Pedrol <pespin@sysmocom.de> | 2017-06-30 12:06:00 +0200 |
---|---|---|
committer | Pau Espin Pedrol <pespin@sysmocom.de> | 2017-06-30 12:06:06 +0200 |
commit | 411402b4dfa984d11fb14095f56e00dc2c03e6ce (patch) | |
tree | aa239734fbdf70a050914f1d0eb537cbe2a1c368 /include/osmocom | |
parent | 590c402e6cfbdb6dc3953fda7d8e4d55cf293d0a (diff) |
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
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 */ |