aboutsummaryrefslogtreecommitdiffstats
path: root/src/BSSAP_Types.ttcn
diff options
context:
space:
mode:
Diffstat (limited to 'src/BSSAP_Types.ttcn')
-rw-r--r--src/BSSAP_Types.ttcn4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/BSSAP_Types.ttcn b/src/BSSAP_Types.ttcn
index 7b9592e..70c10e1 100644
--- a/src/BSSAP_Types.ttcn
+++ b/src/BSSAP_Types.ttcn
@@ -2612,12 +2612,12 @@ type record PDU_BSSMAP_UplinkReleaseCommand
// UPLINK SEIZED COMMAND- 48.008 subclause 3.2.1.63
type record PDU_BSSMAP_UplinkSeizedCommand
{
- OCT1 messageType, // H'4E
+ OCT1 messageType, // H'4D
BSSMAP_IE_Cause cause,
BSSMAP_IE_TalkerPriority talkerPriority optional,
BSSMAP_IE_EmergencySetIndication emergencySetIndication optional,
BSSMAP_IE_TalkerIdentity talkerIdentity optional
-} with { variant "PRESENCE (messageType = '4E'O)" }
+} with { variant "PRESENCE (messageType = '4D'O)" }