From 42fd6edfe614709e4075f641cca3d7eb89d72aab Mon Sep 17 00:00:00 2001 From: marthy Date: Mon, 27 Jan 2025 15:32:20 +0000 Subject: [PATCH 1/2] Update 2 files - /102657/RDMessage.asn - /102657/RDMessage.xsd --- 102657/RDMessage.asn | 22 +++++++++++----------- 102657/RDMessage.xsd | 22 +++++++++++----------- 2 files changed, 22 insertions(+), 22 deletions(-) diff --git a/102657/RDMessage.asn b/102657/RDMessage.asn index 87517d15..3ebf718e 100644 --- a/102657/RDMessage.asn +++ b/102657/RDMessage.asn @@ -2455,9 +2455,9 @@ EdgeComputingApplicationBillingRecords ::= SEQUENCE DigitalTokenIdentifier ::= SEQUENCE { - baseRecord [1] BaseRecord, - forkRecord [2] ForkRecord, - informativeDataElements [3] InformativeDataElements, + baseRecord [1] BaseRecord OPTIONAL, + forkRecord [2] ForkRecord OPTIONAL, + informativeDataElements [3] InformativeDataElements OPTIONAL, ... } @@ -2467,17 +2467,17 @@ ForkRecord ::= OCTET STRING InformativeDataElements ::= SEQUENCE { - digitalTokenName [1] DigitalTokenName, - tokenIdentifierType [2] TokenIdentifierType, - dTIRegistrationAuthorityIdentifier [3] DTIRegistrationAuthorityIdentifier, - otherDataElements [4] OtherDataElements, + digitalTokenName [1] DigitalTokenName OPTIONAL, + tokenIdentifierType [2] TokenIdentifierType OPTIONAL, + dTIRegistrationAuthorityIdentifier [3] DTIRegistrationAuthorityIdentifier OPTIONAL, + otherDataElements [4] OtherDataElements OPTIONAL, ... } DigitalTokenName::= SEQUENCE { - digitalTokenLongName [1] DigitalTokenLongName, - digitalTokenShortName [2] DigitalTokenShortName, + digitalTokenLongName [1] DigitalTokenLongName OPTIONAL, + digitalTokenShortName [2] DigitalTokenShortName OPTIONAL, ... } @@ -2499,8 +2499,8 @@ DigitalTokenShortName ::= SEQUENCE TokenIdentifierType ::= SEQUENCE { - digitalTokenIdentifierType [1] DigitalTokenIdentifierType, - digitalLedgerTechnologyType [2] DigitalLedgerTechnologyType, + digitalTokenIdentifierType [1] DigitalTokenIdentifierType OPTIONAL, + digitalLedgerTechnologyType [2] DigitalLedgerTechnologyType OPTIONAL, ... } diff --git a/102657/RDMessage.xsd b/102657/RDMessage.xsd index 941ecfdc..7f6ed694 100644 --- a/102657/RDMessage.xsd +++ b/102657/RDMessage.xsd @@ -3540,9 +3540,9 @@ - - - + + + @@ -3553,16 +3553,16 @@ - - - - + + + + - - + + @@ -3579,8 +3579,8 @@ - - + + -- GitLab From f10cb7ec953de55919bc29a9a14b85d0ac5cda37 Mon Sep 17 00:00:00 2001 From: marthy Date: Tue, 25 Feb 2025 11:09:23 +0000 Subject: [PATCH 2/2] Update file RDMessage.asn --- 102657/RDMessage.asn | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/102657/RDMessage.asn b/102657/RDMessage.asn index 3ebf718e..961095f0 100644 --- a/102657/RDMessage.asn +++ b/102657/RDMessage.asn @@ -2456,11 +2456,13 @@ EdgeComputingApplicationBillingRecords ::= SEQUENCE DigitalTokenIdentifier ::= SEQUENCE { baseRecord [1] BaseRecord OPTIONAL, + -- NOTE - as of v2.5.1, this field has been changed from mandatory to optional. forkRecord [2] ForkRecord OPTIONAL, + -- NOTE - as of v2.5.1, this field has been changed from mandatory to optional. informativeDataElements [3] InformativeDataElements OPTIONAL, + -- NOTE - as of v2.5.1, this field has been changed from mandatory to optional. ... } - BaseRecord ::= OCTET STRING ForkRecord ::= OCTET STRING @@ -2468,16 +2470,22 @@ ForkRecord ::= OCTET STRING InformativeDataElements ::= SEQUENCE { digitalTokenName [1] DigitalTokenName OPTIONAL, + -- NOTE - as of v2.5.1, this field has been changed from mandatory to optional. tokenIdentifierType [2] TokenIdentifierType OPTIONAL, + -- NOTE - as of v2.5.1, this field has been changed from mandatory to optional. dTIRegistrationAuthorityIdentifier [3] DTIRegistrationAuthorityIdentifier OPTIONAL, + -- NOTE - as of v2.5.1, this field has been changed from mandatory to optional. otherDataElements [4] OtherDataElements OPTIONAL, + -- NOTE - as of v2.5.1, this field has been changed from mandatory to optional. ... } DigitalTokenName::= SEQUENCE { digitalTokenLongName [1] DigitalTokenLongName OPTIONAL, + -- NOTE - as of v2.5.1, this field has been changed from mandatory to optional. digitalTokenShortName [2] DigitalTokenShortName OPTIONAL, + -- NOTE - as of v2.5.1, this field has been changed from mandatory to optional. ... } -- GitLab