Commit 6f40a8bb authored by garciay's avatar garciay
Browse files

Renamed enumerated values

TC_RF_CTF_TC_01: Replace bitwise AND by logical AND
parent 803722c8
Loading
Loading
Loading
Loading
+2 −2
Original line number Original line Diff line number Diff line
@@ -857,11 +857,11 @@ module DiameterRfRo_Templates {
                        m_subscription_Id_Data("ETSI RFRO")
                        m_subscription_Id_Data("ETSI RFRO")
                    ),
                    ),
                    m_ims_Information_AVP_dummy(
                    m_ims_Information_AVP_dummy(
                        m_node_Functionality_AVP(e_MRFC)
                        m_node_Functionality_AVP(MRFC_E)
                    ),
                    ),
                    m_service_Generic_Information_AVP(
                    m_service_Generic_Information_AVP(
                         m_application_Server_ID_AVP("ETSI RFRO"),
                         m_application_Server_ID_AVP("ETSI RFRO"),
                         m_application_Service_Type_AVP(e_INVITING),
                         m_application_Service_Type_AVP(INVITING_E),
                         m_application_Session_ID_AVP("Session0000"),
                         m_application_Session_ID_AVP("Session0000"),
                         m_delivery_Status_AVP("INVITING")
                         m_delivery_Status_AVP("INVITING")
                    )
                    )
+3 −3
Original line number Original line Diff line number Diff line
@@ -805,7 +805,7 @@ module DiameterRfRo_TestCases
                    var ImsComponent v_imsComponent_cscf;
                    var ImsComponent v_imsComponent_cscf;
                    
                    
                    // Test control
                    // Test control
                    if (not (PICS_RF_CTF_IUT & PICS_EVENT_BASED_CHARGING_A4)) {
                    if (not (PICS_RF_CTF_IUT and PICS_EVENT_BASED_CHARGING_A4)) {
                        log("*** " & __SCOPE__ & ": ERROR: 'PICS_RF_CTF_IUT and PICS_EVENT_BASED_CHARGING_A4' required for executing the TC. ***"); 
                        log("*** " & __SCOPE__ & ": ERROR: 'PICS_RF_CTF_IUT and PICS_EVENT_BASED_CHARGING_A4' required for executing the TC. ***"); 
                        stop;
                        stop;
                    }
                    }