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/.
Harald Welte gerrit-no-reply at lists.osmocom.orgHarald 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 <lynxis at fe80.eu>
Gerrit-Reviewer: Harald Welte <laforge at gnumonks.org>
Gerrit-Reviewer: Jenkins Builder (1000002)
Gerrit-Reviewer: lynxis lazus <lynxis at fe80.eu>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20180916/be344145/attachment.htm>