Change in ...osmo-python-tests[master]: osmo_ipa: Fix parsing ERROR msgs in CTRL iface

This is merely a historical archive of years 2008-2021, before the migration to mailman3.

A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/gerrit-log@lists.osmocom.org/.

pespin gerrit-no-reply at lists.osmocom.org
Wed May 19 11:40:31 UTC 2021


pespin has submitted this change. ( https://gerrit.osmocom.org/c/python/osmo-python-tests/+/24261 )

Change subject: osmo_ipa: Fix parsing ERROR msgs in CTRL iface
......................................................................

osmo_ipa: Fix parsing ERROR msgs in CTRL iface

The UserManual documentation specifies errors to use the "ERROR"
keyword, not the "ERR" one. Furthermore, libosmocore (reference
implementation) sends "ERROR" too.

Change-Id: I82cbe8ad0ab51fa073ac3b2d0b959a1610f683b1
---
M osmopy/osmo_ipa.py
1 file changed, 1 insertion(+), 1 deletion(-)

Approvals:
  Jenkins Builder: Verified
  laforge: Looks good to me, but someone else must approve
  osmith: Looks good to me, approved



diff --git a/osmopy/osmo_ipa.py b/osmopy/osmo_ipa.py
index 5538d27..a95a05b 100755
--- a/osmopy/osmo_ipa.py
+++ b/osmopy/osmo_ipa.py
@@ -41,7 +41,7 @@
     CTRL_GET = 'GET'
     CTRL_SET = 'SET'
     CTRL_REP = 'REPLY'
-    CTRL_ERR = 'ERR'
+    CTRL_ERR = 'ERROR'
     CTRL_TRAP = 'TRAP'
     CTRL_TRAP_ID = 0
 

-- 
To view, visit https://gerrit.osmocom.org/c/python/osmo-python-tests/+/24261
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings

Gerrit-Project: python/osmo-python-tests
Gerrit-Branch: master
Gerrit-Change-Id: I82cbe8ad0ab51fa073ac3b2d0b959a1610f683b1
Gerrit-Change-Number: 24261
Gerrit-PatchSet: 1
Gerrit-Owner: pespin <pespin at sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: laforge <laforge at osmocom.org>
Gerrit-Reviewer: osmith <osmith at sysmocom.de>
Gerrit-Reviewer: pespin <pespin at sysmocom.de>
Gerrit-MessageType: merged
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20210519/8d52a8e5/attachment.htm>


More information about the gerrit-log mailing list