<p>pespin has uploaded this change for <strong>review</strong>.</p><p><a href="https://gerrit.osmocom.org/c/python/osmo-python-tests/+/24261">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">osmo_ipa: Fix parsing ERROR msgs in CTRL iface<br><br>The UserManual documentation specifies errors to use the "ERROR"<br>keyword, not the "ERR" one. Furthermore, libosmocore (reference<br>implementation) sends "ERROR" too.<br><br>Change-Id: I82cbe8ad0ab51fa073ac3b2d0b959a1610f683b1<br>---<br>M osmopy/osmo_ipa.py<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/python/osmo-python-tests refs/changes/61/24261/1</pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;"><span>diff --git a/osmopy/osmo_ipa.py b/osmopy/osmo_ipa.py</span><br><span>index 5538d27..a95a05b 100755</span><br><span>--- a/osmopy/osmo_ipa.py</span><br><span>+++ b/osmopy/osmo_ipa.py</span><br><span>@@ -41,7 +41,7 @@</span><br><span>     CTRL_GET = 'GET'</span><br><span>     CTRL_SET = 'SET'</span><br><span>     CTRL_REP = 'REPLY'</span><br><span style="color: hsl(0, 100%, 40%);">-    CTRL_ERR = 'ERR'</span><br><span style="color: hsl(120, 100%, 40%);">+    CTRL_ERR = 'ERROR'</span><br><span>     CTRL_TRAP = 'TRAP'</span><br><span>     CTRL_TRAP_ID = 0</span><br><span> </span><br><span></span><br></pre><p>To view, visit <a href="https://gerrit.osmocom.org/c/python/osmo-python-tests/+/24261">change 24261</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/python/osmo-python-tests/+/24261"/><meta itemprop="name" content="View Change"/></div></div>

<div style="display:none"> Gerrit-Project: python/osmo-python-tests </div>
<div style="display:none"> Gerrit-Branch: master </div>
<div style="display:none"> Gerrit-Change-Id: I82cbe8ad0ab51fa073ac3b2d0b959a1610f683b1 </div>
<div style="display:none"> Gerrit-Change-Number: 24261 </div>
<div style="display:none"> Gerrit-PatchSet: 1 </div>
<div style="display:none"> Gerrit-Owner: pespin <pespin@sysmocom.de> </div>
<div style="display:none"> Gerrit-MessageType: newchange </div>