From 15b8057085a52daddc01b82c244b051a28309dfd Mon Sep 17 00:00:00 2001 From: Andreas Eversberg Date: Sat, 16 Mar 2013 16:34:55 +0100 Subject: Add RSSI to l1sap --- include/osmocom/gsm/l1sap.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include/osmocom/gsm/l1sap.h') 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 */ -- cgit v1.2.3