aboutsummaryrefslogtreecommitdiffstats
path: root/include/osmocom/gsm/l1sap.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/osmocom/gsm/l1sap.h')
-rw-r--r--include/osmocom/gsm/l1sap.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/osmocom/gsm/l1sap.h b/include/osmocom/gsm/l1sap.h
index 485acbfc..22cfcf1b 100644
--- a/include/osmocom/gsm/l1sap.h
+++ b/include/osmocom/gsm/l1sap.h
@@ -47,12 +47,14 @@ struct ph_data_param {
uint8_t link_id; /*!< \brief Link Identifier (Like RSL) */
uint8_t chan_nr; /*!< \brief Channel Number (Like RSL) */
uint32_t fn; /*!< \brief GSM Frame Number */
+ int8_t rssi; /*!< \brief RSSI of receivedindication */
};
/*! \brief for TCH.{req,ind} | TCH-RTS.ind */
struct ph_tch_param {
uint8_t chan_nr; /*!< \brief Channel Number (Like RSL) */
uint32_t fn; /*!< \brief GSM Frame Number */
+ int8_t rssi; /*!< \brief RSSI of received indication */
};
/*! \brief for PH-CONN.ind */