Change in libosmocore[master]: l1sap: add measurement related struct memebers

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/.

dexter gerrit-no-reply at lists.osmocom.org
Tue Oct 29 10:53:31 UTC 2019


dexter has uploaded this change for review. ( https://gerrit.osmocom.org/c/libosmocore/+/15888 )


Change subject: l1sap: add measurement related struct memebers
......................................................................

l1sap: add measurement related struct memebers

In order to disolve info_meas_ind_param in ph_data_param and
ph_tch_param we need to add the measurement related struct members to
ph_data_param and ph_tch_param as well so that those indications can
also carry measurement data.

Change-Id: I2c34b02d329f9df190c5035c396403ca0a4f9c42
Related: OS#2977
---
M include/osmocom/gsm/l1sap.h
1 file changed, 6 insertions(+), 0 deletions(-)



  git pull ssh://gerrit.osmocom.org:29418/libosmocore refs/changes/88/15888/1

diff --git a/include/osmocom/gsm/l1sap.h b/include/osmocom/gsm/l1sap.h
index 3d2ad25..17ef283 100644
--- a/include/osmocom/gsm/l1sap.h
+++ b/include/osmocom/gsm/l1sap.h
@@ -84,6 +84,7 @@
 	};
 	int16_t lqual_cb;	/*!< Link quality in centiBel */
 	enum osmo_ph_pres_info_type pdch_presence_info; /*!< Info regarding presence/validity of header and data parts */
+	uint8_t is_sub:1;	/*!< flags */
 };
 
 /*! for TCH.{req,ind} | TCH-RTS.ind */
@@ -94,6 +95,11 @@
 	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 */
+	union {
+		int16_t ta_offs_qbits;	/*!< timing advance offset (in qbits) */
+		int16_t ta_offs_256bits;/*!< timing advance offset (in 1/256th bits) */
+	};
+	uint8_t is_sub:1;	/*!< flags */
 };
 
 /*! for PH-CONN.ind */

-- 
To view, visit https://gerrit.osmocom.org/c/libosmocore/+/15888
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings

Gerrit-Project: libosmocore
Gerrit-Branch: master
Gerrit-Change-Id: I2c34b02d329f9df190c5035c396403ca0a4f9c42
Gerrit-Change-Number: 15888
Gerrit-PatchSet: 1
Gerrit-Owner: dexter <pmaier at sysmocom.de>
Gerrit-MessageType: newchange
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20191029/37316e1a/attachment.htm>


More information about the gerrit-log mailing list