Commit 178d38a4 authored by poglitsch's avatar poglitsch
Browse files

minor changes

parent 300042f0
Loading
Loading
Loading
Loading
+4 −2
Original line number Diff line number Diff line
@@ -5,6 +5,8 @@
 */
module AtsImsIot_Functions {
 
 	import from AtsImsIot_Templates {template mw_SIP_URI_Base;}

 	import from LibSip_SIPTypesAndValues {type SipUrl;}

 	import from AtsImsIot_TestSystem {type ImsTestCoordinator;}
@@ -760,9 +762,9 @@ module AtsImsIot_Functions {
    	/**
    	 * @desc Get the UE URI containing the IP address of referenced EUT
    	 */
     	function f_getUeIpAddress(integer p_ProductIdx) return SipUrl {
     	function f_getUeIpAddress(integer p_ProductIdx) return template SipUrl {
     	  // TODO
     	  return "TODO";
     	  return mw_SIP_URI_Base;
     	}

    	/**
+5 −2
Original line number Diff line number Diff line
@@ -1160,8 +1160,11 @@ module AtsImsIot_Templates {
        reason := {
        	fieldName := REASON_E,
        	reasonValues := {
        		{
        			token := "503 Service Unavailable",
        			reasonParams := *
        		},
        		*
        	}
        }
	  }
+1 −1
Original line number Diff line number Diff line
@@ -1271,7 +1271,7 @@ group Limit {
		// variables
		var IotEquipmentUser v_ueA := f_cf_create_IotEquipmentUser(c_userUE_A);
		var IotEquipmentUser v_ueB := f_cf_create_IotEquipmentUser(c_userUE_B);
		var CF_INT_CALL v_config := {v_gmA, v_mw};
		var CF_INT_CALL v_config := {v_gmA, v_mw, omit};
				
		// map/connect component ports
		f_cf_user_up(v_ueA);