Loading ttcn/Http/LibItsHttp_Pics.ttcn +1 −1 Original line number Original line Diff line number Diff line Loading @@ -8,6 +8,6 @@ module LibItsHttp_Pics { /** /** * @desc * @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 } // End of module LibItsHttp_Pics ttcn/Pki/LibItsPki_TestSystem.ttcn +5 −4 Original line number Original line Diff line number Diff line Loading @@ -22,18 +22,19 @@ 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; // LibItsGeoNetworking // LibCam import from LibItsGeoNetworking_TestSystem all; import from LibItsCam_TestSystem all; // LibItsHttp // LibItsHttp import from LibItsHttp_TestSystem all; import from LibItsHttp_TestSystem all; type component ItsPkiSystem extends ItsGeoNetworkingSystem { type component ItsPkiSystem extends ItsCamSystem { port HttpPort httpPort; port HttpPort httpPort; } // End of component ItsPkiSystem } // End of component ItsPkiSystem type component ItsPki extends ItsGeoNetworking { type component ItsPki extends ItsCam { port HttpPort httpPort; port HttpPort httpPort; } // End of component ItsPki } // End of component ItsPki } // End of module LibItsPki_TestSystem } // End of module LibItsPki_TestSystem Loading
ttcn/Http/LibItsHttp_Pics.ttcn +1 −1 Original line number Original line Diff line number Diff line Loading @@ -8,6 +8,6 @@ module LibItsHttp_Pics { /** /** * @desc * @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 } // End of module LibItsHttp_Pics
ttcn/Pki/LibItsPki_TestSystem.ttcn +5 −4 Original line number Original line Diff line number Diff line Loading @@ -22,18 +22,19 @@ 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; // LibItsGeoNetworking // LibCam import from LibItsGeoNetworking_TestSystem all; import from LibItsCam_TestSystem all; // LibItsHttp // LibItsHttp import from LibItsHttp_TestSystem all; import from LibItsHttp_TestSystem all; type component ItsPkiSystem extends ItsGeoNetworkingSystem { type component ItsPkiSystem extends ItsCamSystem { port HttpPort httpPort; port HttpPort httpPort; } // End of component ItsPkiSystem } // End of component ItsPkiSystem type component ItsPki extends ItsGeoNetworking { type component ItsPki extends ItsCam { port HttpPort httpPort; port HttpPort httpPort; } // End of component ItsPki } // End of component ItsPki } // End of module LibItsPki_TestSystem } // End of module LibItsPki_TestSystem