Commit 86d653d2 authored by schmitting's avatar schmitting
Browse files

For TTCN V4.3.1

parent ceb49b33
Loading
Loading
Loading
Loading
+7 −9
Original line number Original line Diff line number Diff line
@@ -14,17 +14,15 @@ module MWI_TC_Functions {
    import from LibSip_PIXITS {modulepar PX_SIP_TWAIT;}
    import from LibSip_PIXITS {modulepar PX_SIP_TWAIT;}
    import from MWI_Templates all;
    import from MWI_Templates all;


        modulepar {
        
        /** @desc charstring, for the public service identity of the Message Account (MA)
        /** @desc charstring, for the public service identity of the Message Account (MA)
        */
        */
        charstring  PX_IMS_TS_MA := "PublicServiceID@server";
        modulepar charstring  PX_IMS_TS_MA := "PublicServiceID@server";
        }


        modulepar {
		/** @desc float, expiry timer PX_Timeout_Subscription for Subscription
		/** @desc float, expiry timer PX_Timeout_Subscription for Subscription
        */
        */
        float	PX_Timeout_Subscription := 12.0;
        modulepar float	PX_Timeout_Subscription := 12.0;
        }
        


group ActionsAtTheUE {
group ActionsAtTheUE {
	    
	    
+1 −2
Original line number Original line Diff line number Diff line
@@ -138,5 +138,4 @@ group Templates {
    
    
}//end group Templates
}//end group Templates



}// end module MWI_TC_Functions
}// end module MWI_TC_Functions
+1 −1

File changed.

Contains only whitespace changes.