Commit fb3d342e authored by garciay's avatar garciay
Browse files

Add PICS_IS_IUT_SECURED for CAM, DENM & GN to pass SSP & its_aid from TA to ATS

update port & templates for CAM, DENM & GN to pass SSP & its_aid from TA to ATS
parent e4782aac
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -99,6 +99,12 @@ module LibItsCam_Pics {
         * @desc Is the IUT RSU?
         */
        modulepar boolean PICS_RSU := false;
        
        /**
         * @desc Is the IUT running in secured mode?
         */
        modulepar boolean PICS_IS_IUT_SECURED := false;
        
    } // end camPics
    
} // end LibItsCam_Pics
+10 −8
Original line number Diff line number Diff line
@@ -39,7 +39,9 @@ module LibItsCam_Templates {
            gnLifetime          := *,
            gnTrafficClass      := *,
            btpDestinationPort  := *,
            btpInfo := * 
            btpInfo             := *,
            ssp                 := *,
            its_aid             := *
        };
        
        /**
+10 −8
Original line number Diff line number Diff line
@@ -124,7 +124,9 @@ module LibItsCam_TestSystem {
                UInt32      gnLifetime optional,
                UInt8       gnTrafficClass optional,
                UInt16      btpDestinationPort optional,
                UInt16  btpInfo optional
                UInt16      btpInfo optional,
                octetstring ssp optional,
                octetstring its_aid optional
            }
            with {
                encode (msgIn) "LibItsCam_asn1"
+6 −1
Original line number Diff line number Diff line
@@ -63,6 +63,11 @@ module LibItsDenm_Pics {
         */
        modulepar boolean PICS_IMPACT_REDUCTION := true;
        
        /**
         * @desc Is the IUT running in secured mode?
         */
        modulepar boolean PICS_IS_IUT_SECURED := false;
        
    } // end denmPics
    
}
 No newline at end of file
+10 −8
Original line number Diff line number Diff line
@@ -64,7 +64,9 @@ module LibItsDenm_Templates {
            gnLifetime          := *,
            gnTrafficClass      := *,
            btpDestinationPort  := *,
            btpInfo := * 
            btpInfo             := *,
            ssp                 := *,
            its_aid             := *
        }

        /**
Loading