aboutsummaryrefslogtreecommitdiffstats
path: root/osmopy
diff options
context:
space:
mode:
authorPau Espin Pedrol <pespin@sysmocom.de>2021-05-18 12:29:20 +0200
committerPau Espin Pedrol <pespin@sysmocom.de>2021-05-18 12:29:22 +0200
commitbe9f0bba946a6ac695bc39bc1a760dc659bc0fde (patch)
treecc39fbe3c955252c23b1edb541b19b40f3a394ac /osmopy
parent2768e5e92301dd0af817e26aedc7a81a2f19bde9 (diff)
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
Diffstat (limited to 'osmopy')
-rwxr-xr-xosmopy/osmo_ipa.py2
1 files changed, 1 insertions, 1 deletions
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 @@ class IPA(object):
CTRL_GET = 'GET'
CTRL_SET = 'SET'
CTRL_REP = 'REPLY'
- CTRL_ERR = 'ERR'
+ CTRL_ERR = 'ERROR'
CTRL_TRAP = 'TRAP'
CTRL_TRAP_ID = 0