asn1dir: fix few commenting syntaxes

This commit is contained in:
mitshell 2018-03-09 08:18:16 +01:00
parent 91e5306dee
commit 15dcc7c042
10 changed files with 72 additions and 101 deletions

View File

@ -32,7 +32,8 @@ FROM TC-Notation-Extensions tc-NotationExtensions
playAnnouncement {},
promptAndCollectUserInformation {},
specializedResourceReport
FROM CAP-gsmSCF-gsmSRF-ops-args gsmSCF-gsmSRF-Operations-- Object Identifier 'gsmSCF-gsmSRF-Operations' is updated to version8(7) in Rel-6. As
FROM CAP-gsmSCF-gsmSRF-ops-args gsmSCF-gsmSRF-Operations
-- Object Identifier 'gsmSCF-gsmSRF-Operations' is updated to version8(7) in Rel-6. As
-- a result, the present module, 'CAP-gsmSCF-gsmSRF-pkgs-contracts-acs', IMPORTS CAP
-- Operation definitions from CAP-gsmSCF-gsmSRF-ops-args version8(7). Operation
-- definitions are used in the ABSTRACT SYNTAX definitions and in the OPERATION PACKAGE

View File

@ -67,7 +67,8 @@ FROM CAP-gsmSSF-gsmSCF-ops-args gsmSSF-gsmSCF-Operations
playAnnouncement {},
promptAndCollectUserInformation {},
specializedResourceReport
FROM CAP-gsmSCF-gsmSRF-ops-args gsmSCF-gsmSRF-Operations-- Object Identifier 'gsmSCF-gsmSRF-Operations' is updated to version8(7) in Rel-6. AS
FROM CAP-gsmSCF-gsmSRF-ops-args gsmSCF-gsmSRF-Operations
-- Object Identifier 'gsmSCF-gsmSRF-Operations' is updated to version8(7) in Rel-6. AS
-- a result, the present module, 'CAP-gsmSSF-gsmSCF-pkgs-contracts-acs', IMPORTS CAP
-- Operation definitions from CAP-gsmSCF-gsmSRF-ops-args version8(7). Operation
-- definitions are used in the ABSTRACT SYNTAX definitions and in the OPERATION PACKAGE

View File

@ -32,7 +32,8 @@ FROM TC-Notation-Extensions tc-NotationExtensions
playAnnouncement {},
promptAndCollectUserInformation {},
specializedResourceReport
FROM CAP-gsmSCF-gsmSRF-ops-args gsmSCF-gsmSRF-Operations-- Object Identifier 'gsmSCF-gsmSRF-Operations' is updated to version8(7) in Rel-6. As
FROM CAP-gsmSCF-gsmSRF-ops-args gsmSCF-gsmSRF-Operations
-- Object Identifier 'gsmSCF-gsmSRF-Operations' is updated to version8(7) in Rel-6. As
-- a result, the present module, 'CAP-gsmSCF-gsmSRF-pkgs-contracts-acs', IMPORTS CAP
-- Operation definitions from CAP-gsmSCF-gsmSRF-ops-args version8(7). Operation
-- definitions are used in the ABSTRACT SYNTAX definitions and in the OPERATION PACKAGE

View File

@ -67,7 +67,8 @@ FROM CAP-gsmSSF-gsmSCF-ops-args gsmSSF-gsmSCF-Operations
playAnnouncement {},
promptAndCollectUserInformation {},
specializedResourceReport
FROM CAP-gsmSCF-gsmSRF-ops-args gsmSCF-gsmSRF-Operations-- Object Identifier 'gsmSCF-gsmSRF-Operations' is updated to version8(7) in Rel-6. AS
FROM CAP-gsmSCF-gsmSRF-ops-args gsmSCF-gsmSRF-Operations
-- Object Identifier 'gsmSCF-gsmSRF-Operations' is updated to version8(7) in Rel-6. AS
-- a result, the present module, 'CAP-gsmSSF-gsmSCF-pkgs-contracts-acs', IMPORTS CAP
-- Operation definitions from CAP-gsmSCF-gsmSRF-ops-args version8(7). Operation
-- definitions are used in the ABSTRACT SYNTAX definitions and in the OPERATION PACKAGE

View File

@ -3394,7 +3394,7 @@ CQI-ReportPeriodic-v1130 ::= SEQUENCE {
CQI-ReportPeriodic-v1310 ::= SEQUENCE {
cri-ReportConfig-r13 CRI-ReportConfig-r13 OPTIONAL, -- Need OR
simultaneousAckNackAndCQI-Format4-Format5-r13 ENUMERATED {setup} OPTIONAL-- Need OR
simultaneousAckNackAndCQI-Format4-Format5-r13 ENUMERATED {setup} OPTIONAL -- Need OR
}
CQI-ReportPeriodic-v1320 ::= SEQUENCE {

View File

@ -45,65 +45,40 @@ ECKASDH ::=
CHOICE -- parameters for elliptic curve key agreement scheme Diffie-Hellman
{
eckasdhp
SEQUENCE-- parameters for elliptic curves of prime field-- {public-key
ECpoint, -- This field contains representation of --
-- the ECKAS-DHp public key value. This field contains the
-- initiator's ECKAS-DHp public key value (aP) when this
-- information element is sent from originator to receiver. This
-- field contains the responder's ECKAS-DHp public key value (bP)
-- when this information element is sent back from receiver to
-- originator.
modulus
BIT STRING
(SIZE (0..
511)), -- This field contains --
-- representation of the ECKAS-DHp public modulus value (p).
base
ECpoint, -- This field contains representation of the --
-- ECKAS-DHp public base (P).
weierstrassA
BIT STRING
(SIZE (0..
511)), -- This field contains --
-- representation of the ECKAS-DHp Weierstrass coefficient (a).
weierstrassB
BIT STRING
(SIZE (0..
511))-- This field contains --
-- representation of the ECKAS-DHp Weierstrass coefficient (b).
SEQUENCE -- parameters for elliptic curves of prime field-- {
public-key ECpoint, -- This field contains representation of --
-- the ECKAS-DHp public key value. This field contains the
-- initiator's ECKAS-DHp public key value (aP) when this
-- information element is sent from originator to receiver. This
-- field contains the responder's ECKAS-DHp public key value (bP)
-- when this information element is sent back from receiver to
-- originator.
modulus BIT STRING (SIZE (0..511)), -- This field contains --
-- representation of the ECKAS-DHp public modulus value (p).
base ECpoint, -- This field contains representation of the --
-- ECKAS-DHp public base (P).
weierstrassA BIT STRING (SIZE (0..511)), -- This field contains --
-- representation of the ECKAS-DHp Weierstrass coefficient (a).
weierstrassB BIT STRING (SIZE (0..511))-- This field contains --
-- representation of the ECKAS-DHp Weierstrass coefficient (b).
},
eckasdh2
SEQUENCE-- parameters for elliptic curves of characteristic 2 -- {public-key
ECpoint, -- This field contains representation of --
-- the ECKAS-DH2 public key value.
-- This field contains the initiator's ECKAS-DH2 public key value
-- (aP) when this information element is sent from originator to
-- receiver. This field contains the responder's ECKAS-DH2 public
-- key value (bP) when this information element is sent back from
-- receiver to originator.
fieldSize
BIT STRING
(SIZE (0..
511)), -- This field contains --
-- representation of the ECKAS-DH2 field size value (m).
base
ECpoint, -- This field contains representation of the --
-- ECKAS-DH2 public base (P).
weierstrassA
BIT STRING
(SIZE (0..
511)), -- This field contains --
-- representation of the ECKAS-DH2 Weierstrass coefficient (a).
weierstrassB
BIT STRING
(SIZE (0..
511))-- This field contains --
-- representation of the ECKAS-DH2 Weierstrass coefficient (b).
SEQUENCE -- parameters for elliptic curves of characteristic 2 -- {
public-key ECpoint, -- This field contains representation of --
-- the ECKAS-DH2 public key value.
-- This field contains the initiator's ECKAS-DH2 public key value
-- (aP) when this information element is sent from originator to
-- receiver. This field contains the responder's ECKAS-DH2 public
-- key value (bP) when this information element is sent back from
-- receiver to originator.
fieldSize BIT STRING (SIZE (0..511)), -- This field contains --
-- representation of the ECKAS-DH2 field size value (m).
base ECpoint, -- This field contains representation of the --
-- ECKAS-DH2 public base (P).
weierstrassA BIT STRING (SIZE (0..511)), -- This field contains --
-- representation of the ECKAS-DH2 Weierstrass coefficient (a).
weierstrassB BIT STRING (SIZE (0..511))-- This field contains --
-- representation of the ECKAS-DH2 Weierstrass coefficient (b).
},
...
}
@ -243,32 +218,22 @@ EncodedPwdCertToken ::= TYPE-IDENTIFIER.&Type(PwdCertToken)
CryptoToken ::= CHOICE {
cryptoEncryptedToken
SEQUENCE-- General purpose/application specific token-- {tokenOID
OBJECT
IDENTIFIER,
token
ENCRYPTED
{EncodedGeneralToken}
SEQUENCE -- General purpose/application specific token-- {
tokenOID OBJECT IDENTIFIER,
token ENCRYPTED {EncodedGeneralToken}
},
cryptoSignedToken
SEQUENCE-- General purpose/application specific token-- {tokenOID
OBJECT
IDENTIFIER,
token
SIGNED
{EncodedGeneralToken}
SEQUENCE -- General purpose/application specific token-- {
tokenOID OBJECT IDENTIFIER,
token SIGNED {EncodedGeneralToken}
},
cryptoHashedToken
SEQUENCE-- General purpose/application specific token-- {tokenOID
OBJECT
IDENTIFIER,
hashedVals
ClearToken,
token
HASHED
{EncodedGeneralToken}
SEQUENCE -- General purpose/application specific token-- {
tokenOID OBJECT IDENTIFIER,
hashedVals ClearToken,
token HASHED {EncodedGeneralToken}
},
cryptoPwdEncr ENCRYPTED{EncodedPwdCertToken},
cryptoPwdEncr ENCRYPTED {EncodedPwdCertToken},
...
}

View File

@ -243,7 +243,7 @@ Setup-UUIE ::= SEQUENCE {
multipleCalls BOOLEAN,
maintainConnection BOOLEAN,
connectionParameters
SEQUENCE-- additional gateway parameters-- {connectionType
SEQUENCE -- additional gateway parameters-- {connectionType
ScnConnectionType,
numberOfScnConnections
INTEGER(0..65535),
@ -1016,7 +1016,7 @@ ICV ::= SEQUENCE {
algorithmOID OBJECT IDENTIFIER, -- the algorithm used to compute the
-- signature
icv BIT STRING-- the computed cryptographic --
icv BIT STRING -- the computed cryptographic --
-- integrity check value or signature
}
@ -1037,25 +1037,25 @@ CryptoH323Token ::= CHOICE {
SEQUENCE {alias AliasAddress, -- alias of entity generating hash--
timeStamp TimeStamp, -- timestamp used in hash--
token
HASHED{EncodedPwdCertToken-- generalID set to --
HASHED{EncodedPwdCertToken -- generalID set to --
-- "alias" -- }},
cryptoGKPwdHash
SEQUENCE {gatekeeperId GatekeeperIdentifier, -- GatekeeperID of GK generating --
-- hash
timeStamp TimeStamp, -- timestamp used in hash--
token
HASHED{EncodedPwdCertToken-- generalID set to --
HASHED{EncodedPwdCertToken -- generalID set to --
-- Gatekeeperid -- }},
cryptoEPPwdEncr
ENCRYPTED{EncodedPwdCertToken-- generalID set to --
ENCRYPTED{EncodedPwdCertToken -- generalID set to --
-- Gatekeeperid -- },
cryptoGKPwdEncr
ENCRYPTED{EncodedPwdCertToken-- generalID set to --
ENCRYPTED{EncodedPwdCertToken -- generalID set to --
-- Gatekeeperid -- },
cryptoEPCert
SIGNED{EncodedPwdCertToken-- generalID set to --
SIGNED{EncodedPwdCertToken -- generalID set to --
-- Gatekeeperid -- },
cryptoGKCert SIGNED{EncodedPwdCertToken-- generalID set to alias -- },
cryptoGKCert SIGNED{EncodedPwdCertToken -- generalID set to alias -- },
cryptoFastStart SIGNED{EncodedFastStartToken},
nestedcryptoToken CryptoToken,
...

View File

@ -2609,38 +2609,38 @@ TerminalNumber ::= INTEGER(0..192)
-- =============================================================================
ConferenceResponse ::= CHOICE {
mCTerminalIDResponse
SEQUENCE-- response to TCP --
SEQUENCE -- response to TCP --
-- (same as TIP)
{-- sent by MC only--terminalLabel TerminalLabel,
terminalID TerminalID,
...},
terminalIDResponse
SEQUENCE-- response to TCS2 or TCI-- {-- same as IIS--terminalLabel
SEQUENCE -- response to TCS2 or TCI-- {-- same as IIS--terminalLabel
TerminalLabel, -- (term->MC)--
terminalID
TerminalID,
...},
conferenceIDResponse
SEQUENCE-- response to TCS3-- {-- same as IIS--terminalLabel TerminalLabel, -- (term->MC)--
SEQUENCE -- response to TCS3-- {-- same as IIS--terminalLabel TerminalLabel, -- (term->MC)--
conferenceID ConferenceID,
...},
passwordResponse
SEQUENCE-- response to TCS1-- {-- same as IIS--terminalLabel TerminalLabel, -- (term->MC)--
SEQUENCE -- response to TCS1-- {-- same as IIS--terminalLabel TerminalLabel, -- (term->MC)--
password Password,
...},
terminalListResponse SET SIZE (1..256) OF TerminalLabel,
videoCommandReject NULL, -- same as H.230 VCR
terminalDropReject NULL, -- same as H.230 CIR
makeMeChairResponse
CHOICE-- same as H.230 CCR-- {grantedChairToken NULL, -- same as H.230 CIT--
CHOICE -- same as H.230 CCR-- {grantedChairToken NULL, -- same as H.230 CIT--
deniedChairToken NULL, -- same as H.230 CCR--
...},
...,
extensionAddressResponse
SEQUENCE-- response to TCS4-- {extensionAddress TerminalID, -- same as IIS (term->GW)--
SEQUENCE -- response to TCS4-- {extensionAddress TerminalID, -- same as IIS (term->GW)--
...},
chairTokenOwnerResponse
SEQUENCE-- response to TCA (same as TIR) --
SEQUENCE -- response to TCA (same as TIR) --
-- sent by MC only
{terminalLabel TerminalLabel,
terminalID TerminalID,
@ -2986,7 +2986,7 @@ MiscellaneousCommand ::= SEQUENCE {
...},
recoveryReferencePicture SEQUENCE OF PictureReference,
encryptionUpdateCommand
SEQUENCE-- for ack'ed key update in H.235V3-- {encryptionSync
SEQUENCE -- for ack'ed key update in H.235V3-- {encryptionSync
EncryptionSync,
multiplePayloadStream

View File

@ -32,7 +32,8 @@ FROM TC-Notation-Extensions tc-NotationExtensions
playAnnouncement {},
promptAndCollectUserInformation {},
specializedResourceReport
FROM CAP-gsmSCF-gsmSRF-ops-args gsmSCF-gsmSRF-Operations-- Object Identifier 'gsmSCF-gsmSRF-Operations' is updated to version8(7) in Rel-6. As
FROM CAP-gsmSCF-gsmSRF-ops-args gsmSCF-gsmSRF-Operations
-- Object Identifier 'gsmSCF-gsmSRF-Operations' is updated to version8(7) in Rel-6. As
-- a result, the present module, 'CAP-gsmSCF-gsmSRF-pkgs-contracts-acs', IMPORTS CAP
-- Operation definitions from CAP-gsmSCF-gsmSRF-ops-args version8(7). Operation
-- definitions are used in the ABSTRACT SYNTAX definitions and in the OPERATION PACKAGE

View File

@ -67,7 +67,8 @@ FROM CAP-gsmSSF-gsmSCF-ops-args gsmSSF-gsmSCF-Operations
playAnnouncement {},
promptAndCollectUserInformation {},
specializedResourceReport
FROM CAP-gsmSCF-gsmSRF-ops-args gsmSCF-gsmSRF-Operations-- Object Identifier 'gsmSCF-gsmSRF-Operations' is updated to version8(7) in Rel-6. AS
FROM CAP-gsmSCF-gsmSRF-ops-args gsmSCF-gsmSRF-Operations
-- Object Identifier 'gsmSCF-gsmSRF-Operations' is updated to version8(7) in Rel-6. AS
-- a result, the present module, 'CAP-gsmSSF-gsmSCF-pkgs-contracts-acs', IMPORTS CAP
-- Operation definitions from CAP-gsmSCF-gsmSRF-ops-args version8(7). Operation
-- definitions are used in the ABSTRACT SYNTAX definitions and in the OPERATION PACKAGE