Commit a6a99fee authored by garciay's avatar garciay
Browse files

Add Server_Name_AVP into MAA typing

Rename SIP_Auth_Schm_Type.GIGA_E into SIP_Auth_Schm_Type.GIBA_E
parent ffb9fd48
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -4315,7 +4315,7 @@ module DiameterCxDx_TestCases
                /**
                 * @desc    Verify that the IUT can successfully process all mandatory AVPs in an MA-Request received due to S-CSCF registration notification procedure based on GIBA authentication (GPRS-IMS-Bundled)
                 * <pre>
                 * Pics Selection: PICS_HSS_IUT and PICS_GIGA_AUTH_PROCS
                 * Pics Selection: PICS_HSS_IUT and PICS_GIBA_AUTH_PROCS
                 * Initial conditions: 
                 *     with {
                 *        A user is properly registered
@@ -4351,8 +4351,8 @@ module DiameterCxDx_TestCases
                    var DiameterCx v_diameterComponent_hss;
                    
                    // Test control
                    if (not PICS_HSS_IUT or not PICS_GIGA_AUTH_PROCS) {
                        log("*** " & __SCOPE__ & ": ERROR: 'PICS_HSS_IUT and PICS_GIGA_AUTH_PROCS' required for executing the TC. ***"); 
                    if (not PICS_HSS_IUT or not PICS_GIBA_AUTH_PROCS) {
                        log("*** " & __SCOPE__ & ": ERROR: 'PICS_HSS_IUT and PICS_GIBA_AUTH_PROCS' required for executing the TC. ***"); 
                        stop;
                    }
                    
+1 −1
Original line number Diff line number Diff line
@@ -110,7 +110,7 @@ module DiameterCxDx_TestControl {
            if (PICS_NASS_BUNDLED_AUTH_PROCS) {
                execute(TC_CX_HSS_MA_04());
            }
            if (PICS_GIGA_AUTH_PROCS) {
            if (PICS_GIBA_AUTH_PROCS) {
                execute(TC_CX_HSS_MA_05());
            }
            execute(TC_CX_HSS_MA_06());