<p>laforge <strong>submitted</strong> this change.</p><p><a href="https://gerrit.osmocom.org/c/libosmocore/+/15888">View Change</a></p><div style="white-space:pre-wrap">Approvals:
  laforge: Looks good to me, approved
  fixeria: Looks good to me, but someone else must approve
  Jenkins Builder: Verified

</div><pre style="font-family: monospace,monospace; white-space: pre-wrap;">l1sap: add measurement related struct members<br><br>In order to dissolve 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 TODO-RELEASE<br>M include/osmocom/gsm/l1sap.h<br>2 files changed, 4 insertions(+), 0 deletions(-)<br><br></pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;"><span>diff --git a/TODO-RELEASE b/TODO-RELEASE</span><br><span>index 8ccfa49..329e217 100644</span><br><span>--- a/TODO-RELEASE</span><br><span>+++ b/TODO-RELEASE</span><br><span>@@ -7,3 +7,4 @@</span><br><span> # If any interfaces have been added since the last public release: c:r:a + 1.</span><br><span> # If any interfaces have been removed or changed since the last public release: c:r:0.</span><br><span> #library        what                    description / commit summary line</span><br><span style="color: hsl(120, 100%, 40%);">+gsm          API/ABI change          l1sap.h, added struct members to ph_data_param and ph_tch_param</span><br><span>\ No newline at end of file</span><br><span>diff --git a/include/osmocom/gsm/l1sap.h b/include/osmocom/gsm/l1sap.h</span><br><span>index 3d2ad25..11b2773 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,8 @@</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%);">+   int16_t ta_offs_256bits;/*!< timing advance offset (in 1/256th bits) */</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: 8 </div>
<div style="display:none"> Gerrit-Owner: dexter <pmaier@sysmocom.de> </div>
<div style="display:none"> Gerrit-Reviewer: Jenkins Builder </div>
<div style="display:none"> Gerrit-Reviewer: dexter <pmaier@sysmocom.de> </div>
<div style="display:none"> Gerrit-Reviewer: fixeria <axilirator@gmail.com> </div>
<div style="display:none"> Gerrit-Reviewer: laforge <laforge@osmocom.org> </div>
<div style="display:none"> Gerrit-Reviewer: pespin <pespin@sysmocom.de> </div>
<div style="display:none"> Gerrit-MessageType: merged </div>