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
This commit is contained in:
Alexander Couzens 2018-09-16 03:33:30 +02:00
parent 0c6324ff12
commit 4786b3f5ed
1 changed files with 2 additions and 2 deletions

View File

@ -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 {