Commit 6ec60e1d authored by YannGarcia's avatar YannGarcia
Browse files

Merging TTF002 in TTF011 - Phase1: AtsCAM, AtsDENM, AtsGeoNetworking, AtsSecurity, AtsPki

parent fc0d22c1
Loading
Loading
Loading
Loading

ItsSecurity_Functions.ttcn

100755 → 100644
+0 −0

File mode changed from 100755 to 100644.

ItsSecurity_Templates.ttcn

100755 → 100644
+0 −0

File mode changed from 100755 to 100644.

ItsSecurity_TestCases.ttcn

100755 → 100644
+15 −17
Original line number Diff line number Diff line
/**
 *  @author   ETSI / STF481 / STF507 / STF517 / STF538 / TTF002 / STF594
 *  @author   ETSI / STF481 / STF507 / STF517 / STF538 / TTF002 / TTF011 / STF594
 *  @version  $Url$
 *            $Id$
 *  @desc     Testcases  file for Security Protocol
@@ -40,8 +40,6 @@ module ItsSecurity_TestCases {
    // LibItsCam
    import from LibItsCam_Templates all;
    import from LibItsCam_Functions all;
    import from LibItsCam_Templates all;
    import from LibItsCam_Functions all;
    import from LibItsCam_TestSystem all;
    
    // LibItsDenm
@@ -3000,8 +2998,8 @@ module ItsSecurity_TestCases {
                                        -, 
                                        mw_toBeSignedData(
                                            mw_signedDataPayload(
                                                mw_Ieee1609Dot2Data(
                                                    mw_Ieee1609Dot2Data_unsecured
                                                mw_ieee1609Dot2Data(
                                                    mw_ieee1609Dot2Data_unsecured
                                            )),
                                            mw_headerInfo_cam
                                        )
@@ -3017,8 +3015,8 @@ module ItsSecurity_TestCases {
                                        -, 
                                        mw_toBeSignedData(
                                            mw_signedDataPayload(
                                                mw_Ieee1609Dot2Data(
                                                    mw_Ieee1609Dot2Data_unsecured
                                                mw_ieee1609Dot2Data(
                                                    mw_ieee1609Dot2Data_unsecured
                                            )),
                                            mw_headerInfo_cam
                                        )
@@ -5199,8 +5197,8 @@ module ItsSecurity_TestCases {
                                        -, 
                                        mw_toBeSignedData(
                                            mw_signedDataPayload(
                                                mw_Ieee1609Dot2Data(
                                                    mw_Ieee1609Dot2Data_unsecured
                                                mw_ieee1609Dot2Data(
                                                    mw_ieee1609Dot2Data_unsecured
                                            )),
                                            mw_headerInfo_denm
                                        )
@@ -6775,8 +6773,8 @@ module ItsSecurity_TestCases {
                                        -, 
                                        mw_toBeSignedData(
                                            mw_signedDataPayload(
                                                mw_Ieee1609Dot2Data(
                                                    mw_Ieee1609Dot2Data_unsecured
                                                mw_ieee1609Dot2Data(
                                                    mw_ieee1609Dot2Data_unsecured
                                            )),
                                            mw_headerInfo_gn
                                        )
@@ -6881,8 +6879,8 @@ module ItsSecurity_TestCases {
                                        -, 
                                        mw_toBeSignedData(
                                            mw_signedDataPayload(
                                                mw_Ieee1609Dot2Data(
                                                    mw_Ieee1609Dot2Data_unsecured
                                                mw_ieee1609Dot2Data(
                                                    mw_ieee1609Dot2Data_unsecured
                                            )),
                                            mw_headerInfo_gn
                                        )
@@ -9667,7 +9665,7 @@ module ItsSecurity_TestCases {
//                        [] geoNetworkingPort.receive(
//                            mw_geoNwInd(
//                                mw_geoNwSecPdu(
//                                    mw_Ieee1609Dot2Data_dummy, 
//                                    mw_ieee1609Dot2Data_dummy, 
//                                    mw_geoNwBroadcastPacketWithArea(
//                                        mw_longPosVectorPosition(
//                                            v_longPosVectorNodeB
@@ -9682,7 +9680,7 @@ module ItsSecurity_TestCases {
//                        [] geoNetworkingPort.receive(
//                            mw_geoNwInd(
//                                mw_geoNwSecPdu(
//                                    mw_Ieee1609Dot2Data_dummy
//                                    mw_ieee1609Dot2Data_dummy
//                        ))) {
//                            // Do not restart tc_ac timer
//                            log("*** " & testcasename() & ": INFO: Unexpected GN message ignored ***");
@@ -9718,7 +9716,7 @@ module ItsSecurity_TestCases {
//                        [] geoNetworkingPort.receive(
//                            mw_geoNwInd(
//                                mw_geoNwSecPdu(
//                                    mw_Ieee1609Dot2Data_dummy, 
//                                    mw_ieee1609Dot2Data_dummy, 
//                                    mw_geoNwBroadcastPacketWithArea(
//                                        mw_longPosVectorPosition(
//                                            v_longPosVectorIut
@@ -9733,7 +9731,7 @@ module ItsSecurity_TestCases {
//                        [] geoNetworkingPort.receive(
//                            mw_geoNwInd(
//                                mw_geoNwSecPdu(
//                                    mw_Ieee1609Dot2Data_dummy
//                                    mw_ieee1609Dot2Data_dummy
//                        ))) {
//                            // Do not restart tc_ac timer
//                            log("*** " & testcasename() & ": INFO: Unexpected GN message ignored ***");

ItsSecurity_TestControl.ttcn

100755 → 100644
+0 −0

File mode changed from 100755 to 100644.

ItsSecurity_TestSystem.ttcn

100755 → 100644
+2 −2
Original line number Diff line number Diff line
@@ -35,6 +35,6 @@ module ItsSecurity_TestSystem {
        port LibItsDenm_TestSystem.UpperTesterPort denmUtPort;
        port LibItsCam_TestSystem.UpperTesterPort camUtPort;
        
    } // end ItsGeoNetworkingSystem
    } // End of ItsSecSystem
    
} // End of module ItsSecurity_TestSystem 
Loading