aboutsummaryrefslogtreecommitdiffstats
path: root/library
diff options
context:
space:
mode:
authorAlexander Couzens <lynxis@fe80.eu>2018-09-16 03:33:30 +0200
committerAlexander Couzens <lynxis@fe80.eu>2018-09-16 03:33:30 +0200
commit4786b3f5ed5b53e450a0b49059332ac61f68dbe5 (patch)
tree66ad75bedc27a5a44d090d6fe49ff708212c0ec8 /library
parent0c6324ff129dc5d8a030aa4cd8178619255e6c53 (diff)
library/GSUP_Types: correct value of the GSUP_CancelType
The comment in the c header of OSMO_GSUP_CANCEL_TYPE_UPDATE says: 1 = /* 0 on the wire */, 2 = /* 1 on the wire */ Change-Id: I4d22af9fee19e6036dbb555422759e3c1285416a
Diffstat (limited to 'library')
-rw-r--r--library/GSUP_Types.ttcn4
1 files changed, 2 insertions, 2 deletions
diff --git a/library/GSUP_Types.ttcn b/library/GSUP_Types.ttcn
index 0d214042..76808150 100644
--- a/library/GSUP_Types.ttcn
+++ b/library/GSUP_Types.ttcn
@@ -79,8 +79,8 @@ type enumerated GSUP_MessageType {
} with { variant "FIELDLENGTH(8)" };
type enumerated GSUP_CancelType {
- OSMO_GSUP_CANCEL_TYPE_UPDATE (1),
- OSMO_GSUP_CANCEL_TYPE_WITHDRAW (2)
+ OSMO_GSUP_CANCEL_TYPE_UPDATE (0),
+ OSMO_GSUP_CANCEL_TYPE_WITHDRAW (1)
} with { variant "FIELDLENGTH(8)" };
type enumerated GSUP_CnDomain {