Loading LibSip_Templates.ttcn +15 −15 Original line number Diff line number Diff line Loading @@ -539,7 +539,7 @@ module LibSip_Templates template Privacy mw_Privacy_without(PrivacyValue p_privacy) := { fieldName := PRIVACY_E, privValueList := superset(complement(p_privacy)) privValueList := ?//superset(complement(p_privacy)) }; template RAck m_RAck(integer p_responseNum, integer p_seqNumber, charstring p_method) := Loading Loading @@ -704,7 +704,7 @@ module LibSip_Templates template Privacy mw_Privacy_notId := { fieldName := PRIVACY_E, privValueList := superset(complement("id")) privValueList := ?//superset(complement("id")) }; template Privacy mw_Privacy_user := Loading Loading @@ -2481,10 +2481,10 @@ group TemplatePreparationFunctions { } }; for (var integer i:=0; i<sizeof(p_mb.times); i:=i+1) { v_result := v_result + 2+c_CRlen + lengthof(p_mb.times[i].time_field.start_time & " " //* "t=" & p_mb.times[i].time_field.stop_time); for (var integer i:=0; i<sizeof(p_mb.times); i:=i+1) { v_result := v_result + 2+c_CRlen + lengthof(p_mb.times[i].time_field.start_time & " " & p_mb.times[i].time_field.stop_time);//* "t=" if (ispresent(p_mb.times[i].time_repeat)) { for (var integer j:=0; j<sizeof(p_mb.times[i].time_repeat[j]); j:=j+1) Loading Loading
LibSip_Templates.ttcn +15 −15 Original line number Diff line number Diff line Loading @@ -539,7 +539,7 @@ module LibSip_Templates template Privacy mw_Privacy_without(PrivacyValue p_privacy) := { fieldName := PRIVACY_E, privValueList := superset(complement(p_privacy)) privValueList := ?//superset(complement(p_privacy)) }; template RAck m_RAck(integer p_responseNum, integer p_seqNumber, charstring p_method) := Loading Loading @@ -704,7 +704,7 @@ module LibSip_Templates template Privacy mw_Privacy_notId := { fieldName := PRIVACY_E, privValueList := superset(complement("id")) privValueList := ?//superset(complement("id")) }; template Privacy mw_Privacy_user := Loading Loading @@ -2481,10 +2481,10 @@ group TemplatePreparationFunctions { } }; for (var integer i:=0; i<sizeof(p_mb.times); i:=i+1) { v_result := v_result + 2+c_CRlen + lengthof(p_mb.times[i].time_field.start_time & " " //* "t=" & p_mb.times[i].time_field.stop_time); for (var integer i:=0; i<sizeof(p_mb.times); i:=i+1) { v_result := v_result + 2+c_CRlen + lengthof(p_mb.times[i].time_field.start_time & " " & p_mb.times[i].time_field.stop_time);//* "t=" if (ispresent(p_mb.times[i].time_repeat)) { for (var integer j:=0; j<sizeof(p_mb.times[i].time_repeat[j]); j:=j+1) Loading