Commit edb4e623 authored by pintar's avatar pintar
Browse files

value data are changed to general one

parent 04aab64c
Loading
Loading
Loading
Loading
+4 −4
Original line number Original line Diff line number Diff line
@@ -86,7 +86,7 @@ module DiameterRx_PIXITS
    
    
                    Ref: RFC 3588 section 8-8
                    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";
    
    
    
    
    	
    	
@@ -105,7 +105,7 @@ module DiameterRx_PIXITS
                    	pcscf.metaswitch.com
                    	pcscf.metaswitch.com
                    	pcrf.metaswitch.com
                    	pcrf.metaswitch.com
        */
        */
        modulepar charstring PX_OriginHost := "origin.metaswitch.com";
        modulepar charstring PX_OriginHost := "origin.example.com";
    
    
    
    
    	
    	
@@ -117,7 +117,7 @@ module DiameterRx_PIXITS
    
    
                    Ref: RFC 3588 section 6-4
                    Ref: RFC 3588 section 6-4
        */
        */
        modulepar charstring PX_OriginRealm := "metaswitch.com";
        modulepar charstring PX_OriginRealm := "example.com";
    
    
    
    
    	
    	
@@ -133,7 +133,7 @@ module DiameterRx_PIXITS
                    	pcscf.metaswitch.com
                    	pcscf.metaswitch.com
                    	pcrf.metaswitch.com
                    	pcrf.metaswitch.com
        */
        */
        modulepar charstring PX_DestinationHost := "destination.metaswitch.com";
        modulepar charstring PX_DestinationHost := "destination.example.com";