aboutsummaryrefslogtreecommitdiffstats
path: root/ttcn3/UECUPS_Types.ttcn
diff options
context:
space:
mode:
Diffstat (limited to 'ttcn3/UECUPS_Types.ttcn')
-rw-r--r--ttcn3/UECUPS_Types.ttcn2
1 files changed, 2 insertions, 0 deletions
diff --git a/ttcn3/UECUPS_Types.ttcn b/ttcn3/UECUPS_Types.ttcn
index 8c00090..3699dee 100644
--- a/ttcn3/UECUPS_Types.ttcn
+++ b/ttcn3/UECUPS_Types.ttcn
@@ -3,6 +3,8 @@ module UECUPS_Types {
import from General_Types all;
import from Osmocom_Types all;
+const integer UECUPS_SCTP_PORT := 4268;
+
type enumerated UECUPS_AddrType {
IPV4 (1),
IPV6 (2)