aboutsummaryrefslogtreecommitdiffstats
path: root/library/Osmocom_Types.ttcn
diff options
context:
space:
mode:
authorPau Espin Pedrol <pespin@sysmocom.de>2022-03-08 14:03:33 +0100
committerpespin <pespin@sysmocom.de>2022-04-11 12:04:55 +0000
commit77fdd0b5aa968e5826ef1ccf329589348bb1920e (patch)
tree2ccee743e4ac7235ac727f32d10cd220ecfc7eb6 /library/Osmocom_Types.ttcn
parent93ad8143f18f2ea8a8b9d0e05faa682be10119ac (diff)
ggsn: Initial testing of open5gs Gy interface
Diffstat (limited to 'library/Osmocom_Types.ttcn')
-rw-r--r--library/Osmocom_Types.ttcn1
1 files changed, 1 insertions, 0 deletions
diff --git a/library/Osmocom_Types.ttcn b/library/Osmocom_Types.ttcn
index 472b389d..b698a2e3 100644
--- a/library/Osmocom_Types.ttcn
+++ b/library/Osmocom_Types.ttcn
@@ -16,6 +16,7 @@ type integer uint8_t (0..255) with { variant "unsigned 8 bit" };
type integer uint16_t (0..65535) with { variant "unsigned 16 bit" };
type integer uint24_t (0..16777215) with { variant "unsigned 24 bit" };
type integer uint32_t (0..4294967295) with { variant "unsigned 32 bit" };
+type integer uint64_t (0..18446744073709551615) with { variant "unsigned 64 bit" };
type integer int8_t (-128..127) with { variant "8 bit" };
type integer int16_t (-32768..32767) with { variant "16 bit" };