Loading ttcn/Pki/LibItsPki_TestSystem.ttcn +9 −1 Original line number Original line Diff line number Diff line Loading @@ -22,6 +22,9 @@ module LibItsPki_TestSystem { import from EtsiTs102941MessagesItss language "ASN.1:1997" all; import from EtsiTs102941MessagesItss language "ASN.1:1997" all; import from EtsiTs103097Module language "ASN.1:1997" all; import from EtsiTs103097Module language "ASN.1:1997" all; // LibSecurity import from LibItsSecurity_TestSystem all; // LibCam // LibCam import from LibItsCam_TestSystem all; import from LibItsCam_TestSystem all; Loading @@ -32,7 +35,12 @@ module LibItsPki_TestSystem { port HttpPort httpPort; port HttpPort httpPort; } // End of component ItsPkiSystem } // End of component ItsPkiSystem type component ItsPki extends ItsCam { type component ItsPkiItss extends ItsCam, ItsSecurityBaseComponent { port HttpPort httpPort; } // End of component ItsPkiItss type component ItsPki extends ItsBaseComponent, ItsSecurityBaseComponent { port HttpPort httpPort; port HttpPort httpPort; } // End of component ItsPki } // End of component ItsPki Loading Loading
ttcn/Pki/LibItsPki_TestSystem.ttcn +9 −1 Original line number Original line Diff line number Diff line Loading @@ -22,6 +22,9 @@ module LibItsPki_TestSystem { import from EtsiTs102941MessagesItss language "ASN.1:1997" all; import from EtsiTs102941MessagesItss language "ASN.1:1997" all; import from EtsiTs103097Module language "ASN.1:1997" all; import from EtsiTs103097Module language "ASN.1:1997" all; // LibSecurity import from LibItsSecurity_TestSystem all; // LibCam // LibCam import from LibItsCam_TestSystem all; import from LibItsCam_TestSystem all; Loading @@ -32,7 +35,12 @@ module LibItsPki_TestSystem { port HttpPort httpPort; port HttpPort httpPort; } // End of component ItsPkiSystem } // End of component ItsPkiSystem type component ItsPki extends ItsCam { type component ItsPkiItss extends ItsCam, ItsSecurityBaseComponent { port HttpPort httpPort; } // End of component ItsPkiItss type component ItsPki extends ItsBaseComponent, ItsSecurityBaseComponent { port HttpPort httpPort; port HttpPort httpPort; } // End of component ItsPki } // End of component ItsPki Loading