aboutsummaryrefslogtreecommitdiffstats
path: root/sysinfo/GSMTAP_Types.ttcn
diff options
context:
space:
mode:
Diffstat (limited to 'sysinfo/GSMTAP_Types.ttcn')
-rw-r--r--sysinfo/GSMTAP_Types.ttcn2
1 files changed, 2 insertions, 0 deletions
diff --git a/sysinfo/GSMTAP_Types.ttcn b/sysinfo/GSMTAP_Types.ttcn
index 9e7d9800..32882844 100644
--- a/sysinfo/GSMTAP_Types.ttcn
+++ b/sysinfo/GSMTAP_Types.ttcn
@@ -3,6 +3,8 @@ module GSMTAP_Types {
const uint8_t GSMTAP_VERSION := 2;
+ const uint16_t GSMTAP_PORT := 4729;
+
type enumerated GsmtapMsgType {
GSMTAP_TYPE_UM (1),
GSMTAP_TYPE_ABIS (2),