Loading ttcn/Http/LibItsHttp_Pics.ttcn +1 −1 Original line number Diff line number Diff line Loading @@ -8,6 +8,6 @@ module LibItsHttp_Pics { /** * @desc */ modulepar charstring PICS_HEADER_CONTENT_TYPE := "application/held+xml;charset=utf-8"; modulepar charstring PICS_HEADER_CONTENT_TYPE := "application/x-its-request"; } // End of module LibItsHttp_Pics ttcn/Pki/LibItsPki_TestSystem.ttcn +5 −4 Original line number Diff line number Diff line Loading @@ -22,18 +22,19 @@ module LibItsPki_TestSystem { import from EtsiTs102941MessagesItss language "ASN.1:1997" all; import from EtsiTs103097Module language "ASN.1:1997" all; // LibItsGeoNetworking import from LibItsGeoNetworking_TestSystem all; // LibCam import from LibItsCam_TestSystem all; // LibItsHttp import from LibItsHttp_TestSystem all; type component ItsPkiSystem extends ItsGeoNetworkingSystem { type component ItsPkiSystem extends ItsCamSystem { port HttpPort httpPort; } // End of component ItsPkiSystem type component ItsPki extends ItsGeoNetworking { type component ItsPki extends ItsCam { port HttpPort httpPort; } // End of component ItsPki } // End of module LibItsPki_TestSystem Loading
ttcn/Http/LibItsHttp_Pics.ttcn +1 −1 Original line number Diff line number Diff line Loading @@ -8,6 +8,6 @@ module LibItsHttp_Pics { /** * @desc */ modulepar charstring PICS_HEADER_CONTENT_TYPE := "application/held+xml;charset=utf-8"; modulepar charstring PICS_HEADER_CONTENT_TYPE := "application/x-its-request"; } // End of module LibItsHttp_Pics
ttcn/Pki/LibItsPki_TestSystem.ttcn +5 −4 Original line number Diff line number Diff line Loading @@ -22,18 +22,19 @@ module LibItsPki_TestSystem { import from EtsiTs102941MessagesItss language "ASN.1:1997" all; import from EtsiTs103097Module language "ASN.1:1997" all; // LibItsGeoNetworking import from LibItsGeoNetworking_TestSystem all; // LibCam import from LibItsCam_TestSystem all; // LibItsHttp import from LibItsHttp_TestSystem all; type component ItsPkiSystem extends ItsGeoNetworkingSystem { type component ItsPkiSystem extends ItsCamSystem { port HttpPort httpPort; } // End of component ItsPkiSystem type component ItsPki extends ItsGeoNetworking { type component ItsPki extends ItsCam { port HttpPort httpPort; } // End of component ItsPki } // End of module LibItsPki_TestSystem