<p>fixeria has uploaded this change for <strong>review</strong>.</p><p><a href="https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/24415">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">library/PCUIF_Types: fix wrong parameter type in ts_PCUIF_DATA_IND<br><br>The 'lqual_cb' represents the link quality in centiBels, which<br>can be negative.  Use 'int16_t' instead of 'uint16_t'.<br><br>Change-Id: I038eec22928d831ddbc0a2704830d5e2eab2cb6b<br>---<br>M library/PCUIF_Types.ttcn<br>1 file changed, 1 insertion(+), 1 deletion(-)<br><br></pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;">git pull ssh://gerrit.osmocom.org:29418/osmo-ttcn3-hacks refs/changes/15/24415/1</pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;"><span>diff --git a/library/PCUIF_Types.ttcn b/library/PCUIF_Types.ttcn</span><br><span>index b259cfc..9d6b023 100644</span><br><span>--- a/library/PCUIF_Types.ttcn</span><br><span>+++ b/library/PCUIF_Types.ttcn</span><br><span>@@ -438,7 +438,7 @@</span><br><span>                                            template (value) int8_t rssi := -80,</span><br><span>                                                 template (value) uint16_t ber10k := 0,</span><br><span>                                               template (value) int16_t ta_offs_qbits := 0,</span><br><span style="color: hsl(0, 100%, 40%);">-                                            template (value) uint16_t lqual_cb := 10) := {</span><br><span style="color: hsl(120, 100%, 40%);">+                                                template (value) int16_t lqual_cb := 10) := {</span><br><span>       msg_type := PCU_IF_MSG_DATA_IND,</span><br><span>     bts_nr := bts_nr,</span><br><span>    spare := '0000'O,</span><br><span></span><br></pre><p>To view, visit <a href="https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/24415">change 24415</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/osmo-ttcn3-hacks/+/24415"/><meta itemprop="name" content="View Change"/></div></div>

<div style="display:none"> Gerrit-Project: osmo-ttcn3-hacks </div>
<div style="display:none"> Gerrit-Branch: master </div>
<div style="display:none"> Gerrit-Change-Id: I038eec22928d831ddbc0a2704830d5e2eab2cb6b </div>
<div style="display:none"> Gerrit-Change-Number: 24415 </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>