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
This commit is contained in:
Pau Espin 2021-05-18 12:29:20 +02:00
parent 2768e5e923
commit be9f0bba94
1 changed files with 1 additions and 1 deletions

View File

@ -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