[PATCH] libosmocore[master]: Extend L1SAP with Measurements

This is merely a historical archive of years 2008-2021, before the migration to mailman3.

A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/gerrit-log@lists.osmocom.org/.

Max gerrit-no-reply at lists.osmocom.org
Thu Jul 28 12:27:11 UTC 2016


Review at  https://gerrit.osmocom.org/622

Extend L1SAP with Measurements

We already have RSSI parameter in PH-DATA. Add other measurement
information (BER, BTO, Link Quality).

Change-Id: I2b127eb1856c4cd1bc46490a89592a595f1ee86b
Related: OS#1616
---
M TODO-RELEASE
M include/osmocom/gsm/l1sap.h
2 files changed, 5 insertions(+), 1 deletion(-)


  git pull ssh://gerrit.osmocom.org:29418/libosmocore refs/changes/22/622/1

diff --git a/TODO-RELEASE b/TODO-RELEASE
index ffdea4b..472b328 100644
--- a/TODO-RELEASE
+++ b/TODO-RELEASE
@@ -1,4 +1,5 @@
 #library	what			description / commit summary line
 libosmogsm	internal API update	Internal API for GPRS cipher implementors updated to accommodate for arbitrary key lengths
 libosmocore	change major	external talloc dependency / internal talloc removal
-libosmocore	change major	size of ph_data_param struct changed / Extend L1SAP PH-DATA with presence information
\ No newline at end of file
+libosmocore	change major	size of ph_data_param struct changed / Extend L1SAP PH-DATA with presence information
+libosmocore	change major	size of ph_data_param struct changed / Extend L1SAP PH-DATA with measurement information
\ No newline at end of file
diff --git a/include/osmocom/gsm/l1sap.h b/include/osmocom/gsm/l1sap.h
index 098e4f0..aaf01de 100644
--- a/include/osmocom/gsm/l1sap.h
+++ b/include/osmocom/gsm/l1sap.h
@@ -70,6 +70,9 @@
 	uint8_t chan_nr;	/*!< \brief Channel Number (Like RSL) */
 	uint32_t fn;		/*!< \brief GSM Frame Number */
 	int8_t rssi;		/*!< \brief RSSI of receivedindication */
+	uint8_t ber;		/* !< \brief Bit Error Rate in % */
+	int16_t bto;		/* !< \brief Burst Timing Offset in quarter bits */
+	int16_t lqual;		/* !< \brief Link quality in dB */
 	enum osmo_ph_pres_info_type pdch_presence_info; /*!< \brief Info regarding presence/validity of header and data parts */
 };
 

-- 
To view, visit https://gerrit.osmocom.org/622
To unsubscribe, visit https://gerrit.osmocom.org/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I2b127eb1856c4cd1bc46490a89592a595f1ee86b
Gerrit-PatchSet: 1
Gerrit-Project: libosmocore
Gerrit-Branch: master
Gerrit-Owner: Max <msuraev at sysmocom.de>



More information about the gerrit-log mailing list