Commit 25d2bd97 authored by garciay's avatar garciay
Browse files

Align with TPsTCs

Add new DENM TCs
parent 97767abd
Loading
Loading
Loading
Loading
+4 −2
Original line number Original line Diff line number Diff line
@@ -32,8 +32,10 @@ module LibItsSecurity_TestSystem {
            var ThreeDLocation vc_location; 
            var ThreeDLocation vc_location; 
            
            
            // Test Adapter certificates & private keys
            // Test Adapter certificates & private keys
            const charstring cc_taCertA := "TA_CERT_A";
            const charstring cc_taCertA := "TA_CERT_A"; /** Default certificate to be used when secured messages are sent from TA to IUT */
            const charstring cc_taCertB := "TA_CERT_B";
            const charstring cc_taCertB := "TA_CERT_B"; /** Certificate with a circular region to be used when secured messages are sent from TA to IUT */
            const charstring cc_taCertC := "TA_CERT_C"; /** Certificate with a rectangular region to be used when secured messages are sent from TA to IUT */
            const charstring cc_taCertD := "TA_CERT_D"; /** Certificate with a polygonal region to be used when secured messages are sent from TA to IUT */
            
            
        } // End of ItsSecurityBaseComponent
        } // End of ItsSecurityBaseComponent