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

Update ASN.1 file after SET #106

CR#043 - SET(22)000045
parent 69c0fa8b
Loading
Loading
Loading
Loading
+4 −2
Original line number Diff line number Diff line
@@ -228,13 +228,15 @@ FS-OP-FILE-OPEN-Service-Command ::= [PRIVATE 20] SEQUENCE
{
	aNodeIdentity NodeIdentity,  -- Node identity
	aAccessMode AccessMode DEFAULT '01'B,  -- Access mode, default: eReadAccessMode
	aGateAppID UUID OPTIONAL  -- Gate identifier provide by the accessor (only for transfer on a dedicated data pipe session)
	aGateAppID UUID OPTIONAL,  -- Gate identifier provided by the accessor (only for transfer on a dedicated data pipe session)
	aDataPipeSession BOOLEAN DEFAULT FALSE  -- Request a dynamic pipe session
}


FS-OP-FILE-OPEN-Service-Response-Parameter ::= SEQUENCE
{
	aSessionID SessionID  -- File session
	aSessionID SessionID,  -- File session
	aGateServID UUID OPTIONAL  -- Gate identifier (only for transfer on dedicated data pipe session)
}

FS-OP-FILE-OPEN-Service-Response ::= [PRIVATE 20] SEQUENCE