Loading asn1/asn1_syntax.asn1 +4 −2 Original line number Diff line number Diff line Loading @@ -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 Loading Loading
asn1/asn1_syntax.asn1 +4 −2 Original line number Diff line number Diff line Loading @@ -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 Loading