Change in osmo-ttcn3-hacks[master]: library/GSUP_Types: correct value of the GSUP_CancelType

This is merely a historical archive of years 2008-2021, before the migration to mailman3.

A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/gerrit-log@lists.osmocom.org/.

lynxis lazus gerrit-no-reply at lists.osmocom.org
Sun Sep 16 01:44:56 UTC 2018


lynxis lazus has uploaded this change for review. ( 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(-)



  git pull ssh://gerrit.osmocom.org:29418/osmo-ttcn3-hacks refs/changes/74/10974/1

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: newchange
Gerrit-Change-Id: I4d22af9fee19e6036dbb555422759e3c1285416a
Gerrit-Change-Number: 10974
Gerrit-PatchSet: 1
Gerrit-Owner: lynxis lazus <lynxis at fe80.eu>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20180916/422a4279/attachment.htm>


More information about the gerrit-log mailing list