aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--library/PCUIF_Types.ttcn2
1 files changed, 1 insertions, 1 deletions
diff --git a/library/PCUIF_Types.ttcn b/library/PCUIF_Types.ttcn
index 27d9b92e..f13a7645 100644
--- a/library/PCUIF_Types.ttcn
+++ b/library/PCUIF_Types.ttcn
@@ -70,7 +70,7 @@ type enumerated PCUIF_TextType {
PCU_OML_ALERT (1)
} with { variant "FIELDLENGTH(8)" };
-type charstring PCUIF_Text length(128) with { variant "FIELDLENGTH(128)" };
+type charstring PCUIF_Text length(128) with { variant "FIELDLENGTH(null_terminated)" };
type record PCUIF_txt_ind {
PCUIF_TextType txt_type,