Loading ePassport/ttcn/ePassport_Functions.ttcn +15 −0 Original line number Diff line number Diff line Loading @@ -21,6 +21,21 @@ group externalFunctions { group mgmtExternalFunctions { /** * @desc Activate the probe of the ePassport reader simulator * @see Automatic Interfaces Specification (Version 1.0) - Clause 2. Automatic Interface Proposal */ external function fx_activateProbe(); /** * @desc DeActivate the probe of the ePassport reader simulator * @see Automatic Interfaces Specification (Version 1.0) - Clause 2. Automatic Interface Proposal */ external function fx_deactivateProbe(); } group securityExternalFunctions { /** Loading Loading
ePassport/ttcn/ePassport_Functions.ttcn +15 −0 Original line number Diff line number Diff line Loading @@ -21,6 +21,21 @@ group externalFunctions { group mgmtExternalFunctions { /** * @desc Activate the probe of the ePassport reader simulator * @see Automatic Interfaces Specification (Version 1.0) - Clause 2. Automatic Interface Proposal */ external function fx_activateProbe(); /** * @desc DeActivate the probe of the ePassport reader simulator * @see Automatic Interfaces Specification (Version 1.0) - Clause 2. Automatic Interface Proposal */ external function fx_deactivateProbe(); } group securityExternalFunctions { /** Loading