aboutsummaryrefslogtreecommitdiffstats
path: root/library/Osmocom_CTRL_Types.ttcn
diff options
context:
space:
mode:
Diffstat (limited to 'library/Osmocom_CTRL_Types.ttcn')
-rw-r--r--library/Osmocom_CTRL_Types.ttcn2
1 files changed, 1 insertions, 1 deletions
diff --git a/library/Osmocom_CTRL_Types.ttcn b/library/Osmocom_CTRL_Types.ttcn
index 52be9566..36e67622 100644
--- a/library/Osmocom_CTRL_Types.ttcn
+++ b/library/Osmocom_CTRL_Types.ttcn
@@ -124,7 +124,7 @@ template CtrlMessage tr_CtrlMsgGet(template CtrlId id, template CtrlVariable var
verb := "GET",
id := id,
variable := variable,
- val := ?
+ val := omit
}
}