Commit 27180e39 authored by wattelet's avatar wattelet
Browse files

TCs updated and small PIXIT changes

parent 138e0f3b
Loading
Loading
Loading
Loading
+5 −5
Original line number Diff line number Diff line
@@ -47,7 +47,7 @@ module DiameterGx_PIXITS
    
                    Ref: RFC 3588 section 8-8
        */
        modulepar UTF8String PX_SessionID := "pcscf.example.com;1317059245;52;21823490";
        modulepar UTF8String PX_SessionID := "pcscf.etsi.org;1317059245;52;21823490";
    
    
    	
@@ -66,7 +66,7 @@ module DiameterGx_PIXITS
                    	pcscf.example.com
                    	pcrf.example.com
        */
        modulepar charstring PX_OriginHost := "origin.example.com";
        modulepar charstring PX_OriginHost := "origin.etsi.org";
    
    
    	
@@ -78,7 +78,7 @@ module DiameterGx_PIXITS
    
                    Ref: RFC 3588 section 6-4
        */
        modulepar charstring PX_OriginRealm := "example.com";
        modulepar charstring PX_OriginRealm := "etsi.org";
    
    
    	
@@ -94,7 +94,7 @@ module DiameterGx_PIXITS
                    	pcscf.example.com
                    	pcrf.example.com
        */
        modulepar charstring PX_DestinationHost := "destination.example.com";
        modulepar charstring PX_DestinationHost := "destination.etsi.org";
    
    
    	
@@ -111,7 +111,7 @@ module DiameterGx_PIXITS
    
                    Ref: RFC 3588 section 6-6
        */
        modulepar charstring PX_DestinationRealm := "myalupcrf.vf.de";
        modulepar charstring PX_DestinationRealm := "myalupcrf.etsi.org";
	
        /** @desc	octetstring ,  PIXIT item A.1/
                    (This is an operator option, not a protocol option), 
+8 −8
Original line number Diff line number Diff line
@@ -1386,7 +1386,7 @@ module DiameterGx_TestCases
                f_cf_1GxRUp(v_diameterComponent_pcrf);
		
                //Start
                /* v_diameterComponent_pcrf.start(f_TC_PCEF_RAU_02()); */
                v_diameterComponent_pcrf.start(f_TC_PCEF_RAU_02());
                
                // synchronize PTC on 3 sychronization points
                f_serverSync1Client({c_prDone, c_tbDone, c_poDone});
@@ -1405,7 +1405,7 @@ module DiameterGx_TestCases
                f_cf_1GxRUp(v_diameterComponent_pcrf);
		
                //Start
                /* v_diameterComponent_pcrf.start(f_TC_PCEF_RAU_03()); */
                v_diameterComponent_pcrf.start(f_TC_PCEF_RAU_03());
                
                // synchronize PTC on 3 sychronization points
                f_serverSync1Client({c_prDone, c_tbDone, c_poDone});
@@ -1424,7 +1424,7 @@ module DiameterGx_TestCases
                f_cf_1GxRUp(v_diameterComponent_pcrf);
		
                //Start
                /* v_diameterComponent_pcrf.start(f_TC_PCEF_RAU_04()); */
                v_diameterComponent_pcrf.start(f_TC_PCEF_RAU_04());
                
                // synchronize PTC on 3 sychronization points
                f_serverSync1Client({c_prDone, c_tbDone, c_poDone});
@@ -1443,7 +1443,7 @@ module DiameterGx_TestCases
                f_cf_1GxRUp(v_diameterComponent_pcrf);
		
                //Start
                /* v_diameterComponent_pcrf.start(f_TC_PCEF_RAU_05()); */
                v_diameterComponent_pcrf.start(f_TC_PCEF_RAU_05());
                
                // synchronize PTC on 3 sychronization points
                f_serverSync1Client({c_prDone, c_tbDone, c_poDone});
@@ -1462,7 +1462,7 @@ module DiameterGx_TestCases
                f_cf_1GxRUp(v_diameterComponent_pcrf);
		
                //Start
                /* v_diameterComponent_pcrf.start(f_TC_PCEF_RAU_06()); */
                v_diameterComponent_pcrf.start(f_TC_PCEF_RAU_06());
                
                // synchronize PTC on 3 sychronization points
                f_serverSync1Client({c_prDone, c_tbDone, c_poDone});
@@ -1481,7 +1481,7 @@ module DiameterGx_TestCases
                f_cf_1GxRUp(v_diameterComponent_pcrf);
		
                //Start
                /* v_diameterComponent_pcrf.start(f_TC_PCEF_RAU_07()); */
                v_diameterComponent_pcrf.start(f_TC_PCEF_RAU_07());
                
                // synchronize PTC on 3 sychronization points
                f_serverSync1Client({c_prDone, c_tbDone, c_poDone});
@@ -1502,7 +1502,7 @@ module DiameterGx_TestCases
                f_cf_1GxRUp(v_diameterComponent_pcrf);
		
                //Start
                /* v_diameterComponent_pcrf.start(f_TC_PCEF_IRS_01()); */
                v_diameterComponent_pcrf.start(f_TC_PCEF_IRS_01());
                
                // synchronize PTC on 3 sychronization points
                f_serverSync1Client({c_prDone, c_tbDone, c_poDone});
@@ -1521,7 +1521,7 @@ module DiameterGx_TestCases
                f_cf_1GxRUp(v_diameterComponent_pcrf);
		
                //Start
                /* v_diameterComponent_pcrf.start(f_TC_PCEF_IRS_02()); */
                v_diameterComponent_pcrf.start(f_TC_PCEF_IRS_02());
                
                // synchronize PTC on 3 sychronization points
                f_serverSync1Client({c_prDone, c_tbDone, c_poDone});