CTRL: Fix tr_CtrlMsgGet containing invalid value in val field

"val" field is not used in GET commands and is hence set to omit by
TTCN3 decoder.

Change-Id: If1a273a2be71040eaea2189a0aeaf737adf848e5
This commit is contained in:
Pau Espin 2021-01-05 17:37:41 +01:00
parent 7df55e0c42
commit ec2ee466b7
1 changed files with 1 additions and 1 deletions

View File

@ -124,7 +124,7 @@ template CtrlMessage tr_CtrlMsgGet(template CtrlId id, template CtrlVariable var
verb := "GET",
id := id,
variable := variable,
val := ?
val := omit
}
}