aboutsummaryrefslogtreecommitdiffstats
path: root/library/General_Types.ttcn
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2018-02-16 20:59:21 +0100
committerHarald Welte <laforge@gnumonks.org>2018-02-18 10:18:14 +0100
commit5a4fa04ec4a31dfa42778d638662d3fbc8b3f2e1 (patch)
tree0e64a06d895c11736f2e87d07587f1e20bb970ac /library/General_Types.ttcn
parent14a0f948815a303844204b5fcc824246fc001072 (diff)
sgsn: Use Random RAI when performing attach request
Diffstat (limited to 'library/General_Types.ttcn')
-rw-r--r--library/General_Types.ttcn1
1 files changed, 1 insertions, 0 deletions
diff --git a/library/General_Types.ttcn b/library/General_Types.ttcn
index aab06094..b404fe16 100644
--- a/library/General_Types.ttcn
+++ b/library/General_Types.ttcn
@@ -163,6 +163,7 @@ group SimpleNativeTypes {
type hexstring HEX24n length(24) with { variant "" };
//hexstring with length interval
+ type hexstring HEX0_3n length(0..3) with { variant "" };
type hexstring HEX0_18n length(0..18) with { variant "" };
type hexstring HEX1_20n length(1..20) with { variant "" };
type hexstring HEX1_34n length(1..34) with { variant "" };