Commit 0f28025a authored by pintar's avatar pintar
Browse files

PIXIT value data are changed to general one

parent ba580dff
Loading
Loading
Loading
Loading
+4 −4
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.metaswitch.com;1317059245;52;21823490";
        modulepar UTF8String PX_SessionID := "pcscf.example.com;1317059245;52;21823490";
    
    
    	
@@ -66,7 +66,7 @@ module DiameterGx_PIXITS
                    	pcscf.metaswitch.com
                    	pcrf.metaswitch.com
        */
        modulepar charstring PX_OriginHost := "origin.metaswitch.com";
        modulepar charstring PX_OriginHost := "origin.example.com";
    
    
    	
@@ -78,7 +78,7 @@ module DiameterGx_PIXITS
    
                    Ref: RFC 3588 section 6-4
        */
        modulepar charstring PX_OriginRealm := "metaswitch.com";
        modulepar charstring PX_OriginRealm := "example.com";
    
    
    	
@@ -94,7 +94,7 @@ module DiameterGx_PIXITS
                    	pcscf.metaswitch.com
                    	pcrf.metaswitch.com
        */
        modulepar charstring PX_DestinationHost := "destination.metaswitch.com";
        modulepar charstring PX_DestinationHost := "destination.example.com";