<p>dexter has uploaded this change for <strong>review</strong>.</p><p><a href="https://gerrit.osmocom.org/c/libosmocore/+/15888">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">l1sap: add measurement related struct memebers<br><br>In order to disolve info_meas_ind_param in ph_data_param and<br>ph_tch_param we need to add the measurement related struct members to<br>ph_data_param and ph_tch_param as well so that those indications can<br>also carry measurement data.<br><br>Change-Id: I2c34b02d329f9df190c5035c396403ca0a4f9c42<br>Related: OS#2977<br>---<br>M include/osmocom/gsm/l1sap.h<br>1 file changed, 6 insertions(+), 0 deletions(-)<br><br></pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;">git pull ssh://gerrit.osmocom.org:29418/libosmocore refs/changes/88/15888/1</pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;"><span>diff --git a/include/osmocom/gsm/l1sap.h b/include/osmocom/gsm/l1sap.h</span><br><span>index 3d2ad25..17ef283 100644</span><br><span>--- a/include/osmocom/gsm/l1sap.h</span><br><span>+++ b/include/osmocom/gsm/l1sap.h</span><br><span>@@ -84,6 +84,7 @@</span><br><span>        };</span><br><span>   int16_t lqual_cb;       /*!< Link quality in centiBel */</span><br><span>  enum osmo_ph_pres_info_type pdch_presence_info; /*!< Info regarding presence/validity of header and data parts */</span><br><span style="color: hsl(120, 100%, 40%);">+  uint8_t is_sub:1;       /*!< flags */</span><br><span> };</span><br><span> </span><br><span> /*! for TCH.{req,ind} | TCH-RTS.ind */</span><br><span>@@ -94,6 +95,11 @@</span><br><span>    uint8_t marker;         /*!< RTP Marker bit (speech onset indicator) */</span><br><span>   uint16_t ber10k;        /*!< BER in units of 0.01% */</span><br><span>     int16_t lqual_cb;       /*!< Link quality in centiBel */</span><br><span style="color: hsl(120, 100%, 40%);">+   union {</span><br><span style="color: hsl(120, 100%, 40%);">+               int16_t ta_offs_qbits;  /*!< timing advance offset (in qbits) */</span><br><span style="color: hsl(120, 100%, 40%);">+           int16_t ta_offs_256bits;/*!< timing advance offset (in 1/256th bits) */</span><br><span style="color: hsl(120, 100%, 40%);">+    };</span><br><span style="color: hsl(120, 100%, 40%);">+    uint8_t is_sub:1;       /*!< flags */</span><br><span> };</span><br><span> </span><br><span> /*! for PH-CONN.ind */</span><br><span></span><br></pre><p>To view, visit <a href="https://gerrit.osmocom.org/c/libosmocore/+/15888">change 15888</a>. To unsubscribe, or for help writing mail filters, visit <a href="https://gerrit.osmocom.org/settings">settings</a>.</p><div itemscope itemtype="http://schema.org/EmailMessage"><div itemscope itemprop="action" itemtype="http://schema.org/ViewAction"><link itemprop="url" href="https://gerrit.osmocom.org/c/libosmocore/+/15888"/><meta itemprop="name" content="View Change"/></div></div>

<div style="display:none"> Gerrit-Project: libosmocore </div>
<div style="display:none"> Gerrit-Branch: master </div>
<div style="display:none"> Gerrit-Change-Id: I2c34b02d329f9df190c5035c396403ca0a4f9c42 </div>
<div style="display:none"> Gerrit-Change-Number: 15888 </div>
<div style="display:none"> Gerrit-PatchSet: 1 </div>
<div style="display:none"> Gerrit-Owner: dexter <pmaier@sysmocom.de> </div>
<div style="display:none"> Gerrit-MessageType: newchange </div>