Harald Welte has submitted this change and it was merged. ( 
https://gerrit.osmocom.org/10974 )

Change subject: library/GSUP_Types: correct value of the GSUP_CancelType
......................................................................

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
---
M library/GSUP_Types.ttcn
1 file changed, 2 insertions(+), 2 deletions(-)

Approvals:
  Jenkins Builder: Verified
  Harald Welte: Looks good to me, approved



diff --git a/library/GSUP_Types.ttcn b/library/GSUP_Types.ttcn
index 0d21404..7680815 100644
--- a/library/GSUP_Types.ttcn
+++ b/library/GSUP_Types.ttcn
@@ -79,8 +79,8 @@
 } 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 {

--
To view, visit https://gerrit.osmocom.org/10974
To unsubscribe, or for help writing mail filters, visit 
https://gerrit.osmocom.org/settings

Gerrit-Project: osmo-ttcn3-hacks
Gerrit-Branch: master
Gerrit-MessageType: merged
Gerrit-Change-Id: I4d22af9fee19e6036dbb555422759e3c1285416a
Gerrit-Change-Number: 10974
Gerrit-PatchSet: 1
Gerrit-Owner: lynxis lazus <[email protected]>
Gerrit-Reviewer: Harald Welte <[email protected]>
Gerrit-Reviewer: Jenkins Builder (1000002)
Gerrit-Reviewer: lynxis lazus <[email protected]>

Reply via email to