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.orgpespin has uploaded this change for review. ( 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(-)
git pull ssh://gerrit.osmocom.org:29418/python/osmo-python-tests refs/changes/61/24261/1
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-MessageType: newchange
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20210518/b15ca9c8/attachment.htm>