Commit e9a579f9 authored by Michele Berionne's avatar Michele Berionne
Browse files

Update ASN.1 file after SCP #98

CR#021 - SCP(21)000014
parent 4cd2d45f
Loading
Loading
Loading
Loading
+7 −7
Original line number Diff line number Diff line
@@ -589,8 +589,8 @@ AAS-OP-GET-CAPABILITIES-Service-Response-Parameter ::= CHOICE
	{
		aIsAuthenticated BOOLEAN,  -- indicates if the accessor is authenticated
		aAccessorConditions AccessorConditions,  -- accessor conditions
		aAccessorCredentialsStatus AccessorCredentialsStatus,  -- status of credentials of the accessor
		aAccessorCredentialsPolicy AccessorCredentialsPolicy  -- policies for the credentials of the accessor
		aAccessorCredentialsStatus AccessorCredentialsStatus OPTIONAL,  -- status of credentials of the accessor
		aAccessorCredentialsPolicy AccessorCredentialsPolicy OPTIONAL  -- policies for the credentials of the accessor
	}
}

@@ -604,7 +604,7 @@ AAS-OP-GET-CAPABILITIES-Service-Response ::= [PRIVATE 16] SEQUENCE
AAS-ADMIN-CREATE-ACCESSOR-Service-Command ::= [PRIVATE 17] SEQUENCE
{
	aAccessor Accessor,  -- Accessor to be created
	aCredential AccessorCredentials,  -- Credentials for the accessor
	aCredential AccessorCredentials OPTIONAL,  -- Credentials for the accessor
	aCredentialsPolicy AccessorCredentialsPolicy OPTIONAL,  -- Policy for the provided accessors
	aCredentialsStatus AccessorCredentialsStatus OPTIONAL  -- Status of credentials
}
@@ -654,7 +654,7 @@ AAS-OP-AUTHENTICATE-ACCESSOR-Service-Command ::= [PRIVATE 22] SEQUENCE
	{
		aPinNumericCredential [10] NumericString,  -- Numeric PIN
		aPinPasswordCredential [11] PrintableString,  -- Password
		aPinPatternCredential [12] PrintableString,  -- Graphical pattern
		aPinPatternCredential [12] SEQUENCE OF PatternPoint (SIZE(4..255)),  -- Graphical pattern
		aAccessorTokenCertificationPath [20] Certificates,
		aHostDomainCredential [30] NULL
	}
@@ -1168,7 +1168,7 @@ CRON-ELAPSED-TIMER-Event ::= [PRIVATE 16] SEQUENCE
}


AAS-CONTROL-SERVICE-GATE-Commands ::= [APPLICATION 2] CHOICE
AAS-SERVICE-GATE-Commands ::= [APPLICATION 2] CHOICE
{
	aAAS-OP-GET-CAPABILITIES-Service-Command AAS-OP-GET-CAPABILITIES-Service-Command,
	aAAS-ADMIN-CREATE-ACCESSOR-Service-Command AAS-ADMIN-CREATE-ACCESSOR-Service-Command,
@@ -1180,7 +1180,7 @@ AAS-CONTROL-SERVICE-GATE-Commands ::= [APPLICATION 2] CHOICE
}


AAS-CONTROL-SERVICE-GATE-Responses ::= [APPLICATION 1] CHOICE
AAS-SERVICE-GATE-Responses ::= [APPLICATION 1] CHOICE
{
	aAAS-OP-GET-CAPABILITIES-Service-Response AAS-OP-GET-CAPABILITIES-Service-Response,
	aAAS-ADMIN-CREATE-ACCESSOR-Service-Response AAS-ADMIN-CREATE-ACCESSOR-Service-Response,