<p>fixeria has uploaded this change for <strong>review</strong>.</p><p><a href="https://gerrit.osmocom.org/c/libosmocore/+/26104">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">gsm/protocol/gsm_04_08.h: add gsm48_meas_res_is_valid() macro<br><br>Change-Id: Iae2bd508a08c4b5093d36e514c22218763e11edf<br>---<br>M include/osmocom/gsm/protocol/gsm_04_08.h<br>1 file changed, 4 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/04/26104/1</pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;"><span>diff --git a/include/osmocom/gsm/protocol/gsm_04_08.h b/include/osmocom/gsm/protocol/gsm_04_08.h</span><br><span>index 3fa9419..e54ce42 100644</span><br><span>--- a/include/osmocom/gsm/protocol/gsm_04_08.h</span><br><span>+++ b/include/osmocom/gsm/protocol/gsm_04_08.h</span><br><span>@@ -593,6 +593,10 @@</span><br><span> #endif</span><br><span> } __attribute__ ((packed));</span><br><span> </span><br><span style="color: hsl(120, 100%, 40%);">+/* Check if the given mr contains valid measurement results */</span><br><span style="color: hsl(120, 100%, 40%);">+#define gsm48_meas_res_is_valid(mr) \</span><br><span style="color: hsl(120, 100%, 40%);">+      ((mr)->meas_valid == 0) /* 0 means valid */</span><br><span style="color: hsl(120, 100%, 40%);">+</span><br><span> /* Chapter 10.5.2.21aa */</span><br><span> struct gsm48_multi_rate_conf {</span><br><span> #if OSMO_IS_LITTLE_ENDIAN</span><br><span></span><br></pre><p>To view, visit <a href="https://gerrit.osmocom.org/c/libosmocore/+/26104">change 26104</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/+/26104"/><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: Iae2bd508a08c4b5093d36e514c22218763e11edf </div>
<div style="display:none"> Gerrit-Change-Number: 26104 </div>
<div style="display:none"> Gerrit-PatchSet: 1 </div>
<div style="display:none"> Gerrit-Owner: fixeria <vyanitskiy@sysmocom.de> </div>
<div style="display:none"> Gerrit-MessageType: newchange </div>