aboutsummaryrefslogtreecommitdiffstats
path: root/library
diff options
context:
space:
mode:
authorPau Espin Pedrol <pespin@sysmocom.de>2022-04-27 12:42:13 +0200
committerPau Espin Pedrol <pespin@sysmocom.de>2022-05-02 20:43:48 +0200
commit189bf1b8c16be0a72bda2c82c7d544a388056b4e (patch)
treea9a130ac41c7d094a6e6e539d7b97db7b2d99e47 /library
parentc81236c08f8df8edd10ca3216383cb00b5092ddd (diff)
bsc: Introduce test TC_paging_450req_no_paging_load_ind
Diffstat (limited to 'library')
-rw-r--r--library/General_Types.ttcn9
1 files changed, 8 insertions, 1 deletions
diff --git a/library/General_Types.ttcn b/library/General_Types.ttcn
index 40f07709..9a8489f5 100644
--- a/library/General_Types.ttcn
+++ b/library/General_Types.ttcn
@@ -175,6 +175,8 @@ group SimpleNativeTypes {
type hexstring HEX1_20n length(1..20) with { variant "" };
type hexstring HEX1_34n length(1..34) with { variant "" };
+ type record of hexstring Hexstrings with { variant "" };
+
//****************************************************
// Integers
//****************************************************
@@ -194,6 +196,12 @@ group SimpleNativeTypes {
type integer INT13nbp (0..8191) with { variant "" };
type integer INT15nbp (0..32767) with { variant "" };
+ //****************************************************
+ // Booleans
+ //****************************************************
+
+ type record of boolean Booleans with { variant "" };
+
} // end group NativeTypes
//****************************************************
@@ -328,4 +336,3 @@ group CompositeTypes {
} // end group CompositeTypes
} with { encode "RAW" } /* End of module General_Types */
-