Loading ttcn/LibIms_PIXITS.ttcn +116 −168 File changed.Preview size limit exceeded, changes collapsed. Show changes ttcn/LibIms_Templates.ttcn +2923 −2927 Original line number Diff line number Diff line Loading @@ -138,7 +138,7 @@ group HeaderFieldTemplates{ rrParam := * } template Path m_path (SipUrl p_sipUrl):= template Path m_path (template SipUrl p_sipUrl):= { fieldName := PATH_E, pathValues := { Loading Loading @@ -527,24 +527,24 @@ group XMLTemplates { }; template XmlBody m_XmlBody_ACR_ICB(template (value) Incoming_communication_barring p_icb) := { m_XmlBody_ACR_ICB(template Incoming_communication_barring p_icb) := { simservs := { omit, {}, {{incoming_communication_barring := p_icb}}, omit {{}} } } template XmlBody m_XmlBody_ACR_OCB(template (value) Outgoing_communication_barring p_ocb) := template XmlBody m_XmlBody_ACR_OCB(template Outgoing_communication_barring p_ocb) := { simservs := { omit, {}, { { outgoing_communication_barring := p_ocb } }, omit {{}} } }; Loading @@ -564,18 +564,18 @@ group XMLTemplates { }; template Reginfo m_reginfo (template XSDAUX.anyURI p_user):= { 0, full, 0, {m_registration(p_user)}, omit {} } template Registration m_registration (template XSDAUX.anyURI p_user):= { p_user, // XSDAUX.anyURI aor "a7", // XSDAUX.string id init, //enumerated {active,init,terminated} state, omit, // record of Contact contact_list optional, omit // record of anytype elem_list optional {}, // record of Contact contact_list optional, {} // record of anytype elem_list optional } template XmlBody mw_XmlBody_ConfInfo(template Conference_type p_confInfo) := Loading Loading @@ -622,19 +622,19 @@ group XMLTemplates { group ACR_CBTemplates { template Incoming_communication_barring m_ICB(RuleType p_ruleType) := template Incoming_communication_barring m_ICB(template RuleType p_ruleType) := { active := omit, anyAttributes := omit, // anyAttributes := omit, ruleset := { {p_ruleType} } } template Outgoing_communication_barring m_OCB(RuleType p_ruleType) := template Outgoing_communication_barring m_OCB(template(present) RuleType p_ruleType) := { active := omit, anyAttributes := omit, // anyAttributes := omit, ruleset := { {p_ruleType} } Loading @@ -644,14 +644,13 @@ group ACR_CBTemplates { { id := "rule66", conditions := p_condition, // actions := {elem:={{boolean := false}}}, actions := omit, actions := {elem_list:={"<false/>"}}, transformations := omit } template ConditionsType m_conditionsType_identity(template charstring p_id, template charstring p_scheme) := { template ConditionsType m_conditionsType_identity(template(present) charstring p_id, template charstring p_scheme) := { { {identity := {{{one := {id := p_id, elem := omit}}}}} {identity_list := {{{{one := {id := p_id, elem := omit}}}}}} } } Loading @@ -666,7 +665,7 @@ group CUGTemplates { template TwoBitType p_cci ):= { active := omit, anyAttributes := omit, // anyAttributes := omit, cugCallOperation := p_crt, networkIndicator := p_nit, cugInterlockBinaryCode := p_cibc, Loading @@ -680,7 +679,7 @@ group CUGTemplates { template TwoBitType p_cci ):= { active := omit, anyAttributes := omit, // anyAttributes := omit, cugCallOperation := p_crt, networkIndicator := p_nit, cugInterlockBinaryCode := p_cibc, Loading @@ -689,16 +688,13 @@ group CUGTemplates { template CugRequestType m_cugReqType(boolean p_outAccessRequest, integer p_cugIndex) := { // outgoingAccessRequest := p_outAccessRequest, // cugIndex := p_cugIndex //TODO: workaround for ttwb118 outgoingAccessRequest := {bool:=p_outAccessRequest}, outgoingAccessRequest := p_outAccessRequest, cugIndex := p_cugIndex } template CugRequestType mw_cugReqType(template boolean p_outAccessRequest, template integer p_cugIndex) := { outgoingAccessRequest := {bool:=p_outAccessRequest}, outgoingAccessRequest := p_outAccessRequest, cugIndex := p_cugIndex } }//end group CUGTemplates Loading @@ -706,15 +702,15 @@ group CUGTemplates { group CWTemplates { template Ims_cw m_CW(template TEmptyType p_cwi) := { anyAttributes := omit, // anyAttributes := omit, communication_waiting_indication := p_cwi, elem_list := omit elem_list := {} } template Ims_cw mw_ims_cw(template TEmptyType p_cwi) := { anyAttributes := *, // anyAttributes := *, communication_waiting_indication := p_cwi, elem_list := * elem_list := ? } template Cug m_CW2 ( Loading @@ -724,7 +720,7 @@ group CWTemplates { template TwoBitType p_cci ):= { active := omit, anyAttributes := omit, // anyAttributes := omit, cugCallOperation := p_crt, networkIndicator := p_nit, cugInterlockBinaryCode := p_cibc, Loading @@ -738,7 +734,7 @@ group CWTemplates { template TwoBitType p_cci ):= { active := omit, anyAttributes := omit, // anyAttributes := omit, cugCallOperation := p_crt, networkIndicator := p_nit, cugInterlockBinaryCode := p_cibc, Loading Loading @@ -812,20 +808,20 @@ group PSTNTemplates { template PSTN_transit m_PSTN_transit_BC1(template BearerCapabilityType p_bct) := { bearerInfomationElement_list := {p_bct}, highLayerCompatibility_list := omit, highLayerCompatibility_list := {}, lowLayerCompatibility := omit, progressIndicator_list := omit, display__list := omit progressIndicator_list := {}, display_list := {} } template PSTN_transit m_PSTN_transit_BC2(template BearerCapabilityType p_bct, template BearerCapabilityType p_bct2) := { bearerInfomationElement_list := {p_bct, p_bct2}, highLayerCompatibility_list := omit, highLayerCompatibility_list := {}, lowLayerCompatibility := omit, progressIndicator_list := omit, display__list := omit progressIndicator_list := {}, display_list := {} } template PSTN_transit m_PSTN_transit_BC1_HLC1(template BearerCapabilityType p_bct, Loading @@ -834,28 +830,28 @@ group PSTNTemplates { bearerInfomationElement_list := {p_bct}, highLayerCompatibility_list := {p_hlc}, lowLayerCompatibility := omit, progressIndicator_list := omit, display__list := omit progressIndicator_list := {}, display_list := {} } template PSTN_transit m_PSTN_transit_BC1_LLC(template BearerCapabilityType p_bct, template LowLayerCompatibilityType p_llc) := { bearerInfomationElement_list := {p_bct}, highLayerCompatibility_list := omit, highLayerCompatibility_list := {}, lowLayerCompatibility := p_llc, progressIndicator_list := omit, display__list := omit progressIndicator_list := {}, display_list := {} } template PSTN_transit m_PSTN_transit_BC1_PI1(template BearerCapabilityType p_bct, template ProgressIndicatorType p_pi1) := { bearerInfomationElement_list := {p_bct}, highLayerCompatibility_list := omit, highLayerCompatibility_list := {}, lowLayerCompatibility := omit, progressIndicator_list := {p_pi1}, display__list := omit display_list := {} } template PSTN_transit m_PSTN_transit_BC1_PI2(template BearerCapabilityType p_bct, Loading @@ -863,10 +859,10 @@ group PSTNTemplates { template ProgressIndicatorType p_pi2) := { bearerInfomationElement_list := {p_bct}, highLayerCompatibility_list := omit, highLayerCompatibility_list := {}, lowLayerCompatibility := omit, progressIndicator_list := {p_pi1, p_pi2}, display__list := omit display_list := {} } template PSTN_transit m_PSTN_transit_BC1_PI3(template BearerCapabilityType p_bct, Loading @@ -875,10 +871,10 @@ group PSTNTemplates { template ProgressIndicatorType p_pi3) := { bearerInfomationElement_list := {p_bct}, highLayerCompatibility_list := omit, highLayerCompatibility_list := {}, lowLayerCompatibility := omit, progressIndicator_list := {p_pi1, p_pi2, p_pi3}, display__list := omit display_list := {} } template PSTN_transit m_PSTN_transit_BC1_HLC2(template BearerCapabilityType p_bct, Loading @@ -888,8 +884,8 @@ group PSTNTemplates { bearerInfomationElement_list := {p_bct}, highLayerCompatibility_list := {p_hlc1, p_hlc2}, lowLayerCompatibility := omit, progressIndicator_list := omit, display__list := omit progressIndicator_list := {}, display_list := {} } template PSTN_transit m_PSTN_transit_BC1_HLC1_PI1(template BearerCapabilityType p_bct, Loading @@ -900,7 +896,7 @@ group PSTNTemplates { highLayerCompatibility_list := {p_hlc1}, lowLayerCompatibility := omit, progressIndicator_list := {p_pi1}, display__list := omit display_list := {} } template PSTN_transit mw_PSTN_transit_bc(template BearerCapabilityType p_bct, Loading @@ -910,7 +906,7 @@ group PSTNTemplates { highLayerCompatibility_list := {*, *}, lowLayerCompatibility := *, progressIndicator_list := {*}, display__list := {*} display_list := {*} } Loading Loading @@ -1060,22 +1056,22 @@ group CDIVNTemplates { template Comm_div_info_type m_CDIVN_sub := { entity := "comm-div-info", comm_div_subs_info := { anyAttributes := omit, // anyAttributes := omit, comm_div_selection_criteria := { anyAttributes := omit, // anyAttributes := omit, originating_user_selection_criteria := omit, diverting_user_selection_criteria := omit, diverted_to_user_selection_criteria := omit, diversion_time_selection_criteria := omit, diversion_reason_selection_criteria := omit, elem_list := omit elem_list := {} }, comm_div_ntfy_trigger_criteria := omit, comm_div_info_selection_criteria := omit, elem_list := omit elem_list := {} }, comm_div_ntfy_info := omit, elem_list := omit elem_list := {} } Loading @@ -1085,15 +1081,15 @@ group ResourceListsTemplates { template Resource_lists m_ResourceList_2Users( EntryType p_user1, EntryType p_user2 template EntryType p_user1, template EntryType p_user2 ) := { sequence_list := { { list := { name := omit, anyAttributes := omit, // anyAttributes := omit, display_name := omit, sequence_list := { { Loading @@ -1107,7 +1103,7 @@ group ResourceListsTemplates { } } }, elem_list := omit elem_list := {} } } } Loading @@ -1118,9 +1114,9 @@ group ResourceListsTemplates { uri := p_user.userInfo.userOrTelephoneSubscriber & "@" & p_user.hostPort.host, anyAttributes := omit, // anyAttributes := omit, display_name := omit, elem_list := omit elem_list := {} } }// end grouup ResourceListsTemplates Loading @@ -1129,16 +1125,16 @@ group Ims3gppTemplates { //TODO:check commented and below templates when test will be validated template TIMS3GPP mw_Ims_3gpp_CW := { version := 1.0, anyAttributes := ?, // anyAttributes := ?, choice := { alternative_service := { anyAttributes := *, // anyAttributes := *, type_ := ?, reason := ?, elem_list := * elem_list := ? } }, elem_list := * elem_list := ? } // template TIMS3GPP mw_Ims_3gpp_CW := { // version := 1.0, Loading Loading @@ -1169,19 +1165,19 @@ group CONFTemplates { template urn_ietf_params_xml_ns_conference_info.Media_type m_mediatype_status(template Media_status_type p_status):= { id:="1", anyAttributes:=omit,//m_emptyAnyAttributes, // anyAttributes:=omit,//m_emptyAnyAttributes, display_text :=omit, type_ :=omit, label_ :=omit, src_id:=omit, status:= p_status, elem_list:=omit elem_list:={} } template Endpoint_type m_endpoint(template charstring p_Uri,template Endpoint_status_type p_epStatus,template Joining_type p_joinMethod, template Disconnection_type p_discMethod, template urn_ietf_params_xml_ns_conference_info.Media_type p_mediastatus):= { entity:=p_Uri, state:=full, anyAttributes:=omit,//m_emptyAnyAttributes, // anyAttributes:=omit,//m_emptyAnyAttributes, display_text:=omit, referred:=omit, status:=p_epStatus, Loading @@ -1191,74 +1187,74 @@ group CONFTemplates { disconnection_info:=omit, media_list:={p_mediastatus},// optional, call_info:=omit, elem_list:=omit elem_list:={} } template User_type m_1user (template charstring p_Uri,template Endpoint_type p_endpoint) := { entity:=p_Uri, state:=full, anyAttributes:=omit,//m_emptyAnyAttributes, // anyAttributes:=omit,//m_emptyAnyAttributes, display_text:=omit, associated_aors:=omit, roles:=omit, languages :=omit, cascaded_focus :=omit, endpoint_list:={p_endpoint},// optional, elem_list:=omit elem_list:={} } template Users_type m_users_1user_full(template User_type p_user):={ state:=full, anyAttributes := omit,//m_emptyAnyAttributes, // anyAttributes := omit,//m_emptyAnyAttributes, user_list:={p_user}, elem_list:=omit elem_list:={} } template Users_type m_users_2user_full(template User_type p_user1,template User_type p_user2):={ state:=full, anyAttributes := omit,//m_emptyAnyAttributes, // anyAttributes := omit,//m_emptyAnyAttributes, user_list:={p_user1,p_user2}, elem_list:=omit elem_list:={} } template Conference_state_type m_conference_state(template unsignedInt p_nUsers, template XSDAUX.booleanXSD p_active, template XSDAUX.booleanXSD p_locked) := { anyAttributes:=omit,//m_emptyAnyAttributes, template Conference_state_type m_conference_state(template unsignedInt p_nUsers, boolean p_active, boolean p_locked) := { // anyAttributes:=omit,//m_emptyAnyAttributes, user_count:=p_nUsers, active:=p_active, locked:=p_locked, elem_list:= omit elem_list:= {} } template Conference_type m_ci_cUri_cState_userEntity(template charstring p_cUri, template Conference_state_type p_cState, template Users_type p_users ) := { entity := p_cUri, state := full, version := 1, anyAttributes := omit,//m_emptyAnyAttributes,//*,// {{name:="",val:=""}}, // anyAttributes := omit,//m_emptyAnyAttributes,//*,// {{name:="",val:=""}}, conference_description := omit, host_info := omit, conference_state := p_cState, users := p_users, sidebars_by_ref := omit, sidebars_by_val := omit, elem_list := omit elem_list := {} } template Conference_type mw_conferenceInfo_active := { entity := ?, state := *, version := *, anyAttributes := ?, // anyAttributes := ?, conference_description := *, host_info := *, conference_state := ?, users := { state := ?, anyAttributes := ?, // anyAttributes := ?, user_list := { { entity := *, state := *, anyAttributes := *, // anyAttributes := *, display_text := *, associated_aors := *, roles := *, Loading @@ -1268,7 +1264,7 @@ group CONFTemplates { { entity := *, state := *, anyAttributes := ?, // anyAttributes := ?, display_text := *, referred := *, status := connected, Loading @@ -1278,17 +1274,17 @@ group CONFTemplates { disconnection_info := *, media_list := *, call_info := *, elem_list := * elem_list := ? } }, elem_list := * elem_list := ? } }, elem_list := omit elem_list := {} }, sidebars_by_ref := *, sidebars_by_val := *, elem_list := * elem_list := ? } } Loading Loading
ttcn/LibIms_PIXITS.ttcn +116 −168 File changed.Preview size limit exceeded, changes collapsed. Show changes
ttcn/LibIms_Templates.ttcn +2923 −2927 Original line number Diff line number Diff line Loading @@ -138,7 +138,7 @@ group HeaderFieldTemplates{ rrParam := * } template Path m_path (SipUrl p_sipUrl):= template Path m_path (template SipUrl p_sipUrl):= { fieldName := PATH_E, pathValues := { Loading Loading @@ -527,24 +527,24 @@ group XMLTemplates { }; template XmlBody m_XmlBody_ACR_ICB(template (value) Incoming_communication_barring p_icb) := { m_XmlBody_ACR_ICB(template Incoming_communication_barring p_icb) := { simservs := { omit, {}, {{incoming_communication_barring := p_icb}}, omit {{}} } } template XmlBody m_XmlBody_ACR_OCB(template (value) Outgoing_communication_barring p_ocb) := template XmlBody m_XmlBody_ACR_OCB(template Outgoing_communication_barring p_ocb) := { simservs := { omit, {}, { { outgoing_communication_barring := p_ocb } }, omit {{}} } }; Loading @@ -564,18 +564,18 @@ group XMLTemplates { }; template Reginfo m_reginfo (template XSDAUX.anyURI p_user):= { 0, full, 0, {m_registration(p_user)}, omit {} } template Registration m_registration (template XSDAUX.anyURI p_user):= { p_user, // XSDAUX.anyURI aor "a7", // XSDAUX.string id init, //enumerated {active,init,terminated} state, omit, // record of Contact contact_list optional, omit // record of anytype elem_list optional {}, // record of Contact contact_list optional, {} // record of anytype elem_list optional } template XmlBody mw_XmlBody_ConfInfo(template Conference_type p_confInfo) := Loading Loading @@ -622,19 +622,19 @@ group XMLTemplates { group ACR_CBTemplates { template Incoming_communication_barring m_ICB(RuleType p_ruleType) := template Incoming_communication_barring m_ICB(template RuleType p_ruleType) := { active := omit, anyAttributes := omit, // anyAttributes := omit, ruleset := { {p_ruleType} } } template Outgoing_communication_barring m_OCB(RuleType p_ruleType) := template Outgoing_communication_barring m_OCB(template(present) RuleType p_ruleType) := { active := omit, anyAttributes := omit, // anyAttributes := omit, ruleset := { {p_ruleType} } Loading @@ -644,14 +644,13 @@ group ACR_CBTemplates { { id := "rule66", conditions := p_condition, // actions := {elem:={{boolean := false}}}, actions := omit, actions := {elem_list:={"<false/>"}}, transformations := omit } template ConditionsType m_conditionsType_identity(template charstring p_id, template charstring p_scheme) := { template ConditionsType m_conditionsType_identity(template(present) charstring p_id, template charstring p_scheme) := { { {identity := {{{one := {id := p_id, elem := omit}}}}} {identity_list := {{{{one := {id := p_id, elem := omit}}}}}} } } Loading @@ -666,7 +665,7 @@ group CUGTemplates { template TwoBitType p_cci ):= { active := omit, anyAttributes := omit, // anyAttributes := omit, cugCallOperation := p_crt, networkIndicator := p_nit, cugInterlockBinaryCode := p_cibc, Loading @@ -680,7 +679,7 @@ group CUGTemplates { template TwoBitType p_cci ):= { active := omit, anyAttributes := omit, // anyAttributes := omit, cugCallOperation := p_crt, networkIndicator := p_nit, cugInterlockBinaryCode := p_cibc, Loading @@ -689,16 +688,13 @@ group CUGTemplates { template CugRequestType m_cugReqType(boolean p_outAccessRequest, integer p_cugIndex) := { // outgoingAccessRequest := p_outAccessRequest, // cugIndex := p_cugIndex //TODO: workaround for ttwb118 outgoingAccessRequest := {bool:=p_outAccessRequest}, outgoingAccessRequest := p_outAccessRequest, cugIndex := p_cugIndex } template CugRequestType mw_cugReqType(template boolean p_outAccessRequest, template integer p_cugIndex) := { outgoingAccessRequest := {bool:=p_outAccessRequest}, outgoingAccessRequest := p_outAccessRequest, cugIndex := p_cugIndex } }//end group CUGTemplates Loading @@ -706,15 +702,15 @@ group CUGTemplates { group CWTemplates { template Ims_cw m_CW(template TEmptyType p_cwi) := { anyAttributes := omit, // anyAttributes := omit, communication_waiting_indication := p_cwi, elem_list := omit elem_list := {} } template Ims_cw mw_ims_cw(template TEmptyType p_cwi) := { anyAttributes := *, // anyAttributes := *, communication_waiting_indication := p_cwi, elem_list := * elem_list := ? } template Cug m_CW2 ( Loading @@ -724,7 +720,7 @@ group CWTemplates { template TwoBitType p_cci ):= { active := omit, anyAttributes := omit, // anyAttributes := omit, cugCallOperation := p_crt, networkIndicator := p_nit, cugInterlockBinaryCode := p_cibc, Loading @@ -738,7 +734,7 @@ group CWTemplates { template TwoBitType p_cci ):= { active := omit, anyAttributes := omit, // anyAttributes := omit, cugCallOperation := p_crt, networkIndicator := p_nit, cugInterlockBinaryCode := p_cibc, Loading Loading @@ -812,20 +808,20 @@ group PSTNTemplates { template PSTN_transit m_PSTN_transit_BC1(template BearerCapabilityType p_bct) := { bearerInfomationElement_list := {p_bct}, highLayerCompatibility_list := omit, highLayerCompatibility_list := {}, lowLayerCompatibility := omit, progressIndicator_list := omit, display__list := omit progressIndicator_list := {}, display_list := {} } template PSTN_transit m_PSTN_transit_BC2(template BearerCapabilityType p_bct, template BearerCapabilityType p_bct2) := { bearerInfomationElement_list := {p_bct, p_bct2}, highLayerCompatibility_list := omit, highLayerCompatibility_list := {}, lowLayerCompatibility := omit, progressIndicator_list := omit, display__list := omit progressIndicator_list := {}, display_list := {} } template PSTN_transit m_PSTN_transit_BC1_HLC1(template BearerCapabilityType p_bct, Loading @@ -834,28 +830,28 @@ group PSTNTemplates { bearerInfomationElement_list := {p_bct}, highLayerCompatibility_list := {p_hlc}, lowLayerCompatibility := omit, progressIndicator_list := omit, display__list := omit progressIndicator_list := {}, display_list := {} } template PSTN_transit m_PSTN_transit_BC1_LLC(template BearerCapabilityType p_bct, template LowLayerCompatibilityType p_llc) := { bearerInfomationElement_list := {p_bct}, highLayerCompatibility_list := omit, highLayerCompatibility_list := {}, lowLayerCompatibility := p_llc, progressIndicator_list := omit, display__list := omit progressIndicator_list := {}, display_list := {} } template PSTN_transit m_PSTN_transit_BC1_PI1(template BearerCapabilityType p_bct, template ProgressIndicatorType p_pi1) := { bearerInfomationElement_list := {p_bct}, highLayerCompatibility_list := omit, highLayerCompatibility_list := {}, lowLayerCompatibility := omit, progressIndicator_list := {p_pi1}, display__list := omit display_list := {} } template PSTN_transit m_PSTN_transit_BC1_PI2(template BearerCapabilityType p_bct, Loading @@ -863,10 +859,10 @@ group PSTNTemplates { template ProgressIndicatorType p_pi2) := { bearerInfomationElement_list := {p_bct}, highLayerCompatibility_list := omit, highLayerCompatibility_list := {}, lowLayerCompatibility := omit, progressIndicator_list := {p_pi1, p_pi2}, display__list := omit display_list := {} } template PSTN_transit m_PSTN_transit_BC1_PI3(template BearerCapabilityType p_bct, Loading @@ -875,10 +871,10 @@ group PSTNTemplates { template ProgressIndicatorType p_pi3) := { bearerInfomationElement_list := {p_bct}, highLayerCompatibility_list := omit, highLayerCompatibility_list := {}, lowLayerCompatibility := omit, progressIndicator_list := {p_pi1, p_pi2, p_pi3}, display__list := omit display_list := {} } template PSTN_transit m_PSTN_transit_BC1_HLC2(template BearerCapabilityType p_bct, Loading @@ -888,8 +884,8 @@ group PSTNTemplates { bearerInfomationElement_list := {p_bct}, highLayerCompatibility_list := {p_hlc1, p_hlc2}, lowLayerCompatibility := omit, progressIndicator_list := omit, display__list := omit progressIndicator_list := {}, display_list := {} } template PSTN_transit m_PSTN_transit_BC1_HLC1_PI1(template BearerCapabilityType p_bct, Loading @@ -900,7 +896,7 @@ group PSTNTemplates { highLayerCompatibility_list := {p_hlc1}, lowLayerCompatibility := omit, progressIndicator_list := {p_pi1}, display__list := omit display_list := {} } template PSTN_transit mw_PSTN_transit_bc(template BearerCapabilityType p_bct, Loading @@ -910,7 +906,7 @@ group PSTNTemplates { highLayerCompatibility_list := {*, *}, lowLayerCompatibility := *, progressIndicator_list := {*}, display__list := {*} display_list := {*} } Loading Loading @@ -1060,22 +1056,22 @@ group CDIVNTemplates { template Comm_div_info_type m_CDIVN_sub := { entity := "comm-div-info", comm_div_subs_info := { anyAttributes := omit, // anyAttributes := omit, comm_div_selection_criteria := { anyAttributes := omit, // anyAttributes := omit, originating_user_selection_criteria := omit, diverting_user_selection_criteria := omit, diverted_to_user_selection_criteria := omit, diversion_time_selection_criteria := omit, diversion_reason_selection_criteria := omit, elem_list := omit elem_list := {} }, comm_div_ntfy_trigger_criteria := omit, comm_div_info_selection_criteria := omit, elem_list := omit elem_list := {} }, comm_div_ntfy_info := omit, elem_list := omit elem_list := {} } Loading @@ -1085,15 +1081,15 @@ group ResourceListsTemplates { template Resource_lists m_ResourceList_2Users( EntryType p_user1, EntryType p_user2 template EntryType p_user1, template EntryType p_user2 ) := { sequence_list := { { list := { name := omit, anyAttributes := omit, // anyAttributes := omit, display_name := omit, sequence_list := { { Loading @@ -1107,7 +1103,7 @@ group ResourceListsTemplates { } } }, elem_list := omit elem_list := {} } } } Loading @@ -1118,9 +1114,9 @@ group ResourceListsTemplates { uri := p_user.userInfo.userOrTelephoneSubscriber & "@" & p_user.hostPort.host, anyAttributes := omit, // anyAttributes := omit, display_name := omit, elem_list := omit elem_list := {} } }// end grouup ResourceListsTemplates Loading @@ -1129,16 +1125,16 @@ group Ims3gppTemplates { //TODO:check commented and below templates when test will be validated template TIMS3GPP mw_Ims_3gpp_CW := { version := 1.0, anyAttributes := ?, // anyAttributes := ?, choice := { alternative_service := { anyAttributes := *, // anyAttributes := *, type_ := ?, reason := ?, elem_list := * elem_list := ? } }, elem_list := * elem_list := ? } // template TIMS3GPP mw_Ims_3gpp_CW := { // version := 1.0, Loading Loading @@ -1169,19 +1165,19 @@ group CONFTemplates { template urn_ietf_params_xml_ns_conference_info.Media_type m_mediatype_status(template Media_status_type p_status):= { id:="1", anyAttributes:=omit,//m_emptyAnyAttributes, // anyAttributes:=omit,//m_emptyAnyAttributes, display_text :=omit, type_ :=omit, label_ :=omit, src_id:=omit, status:= p_status, elem_list:=omit elem_list:={} } template Endpoint_type m_endpoint(template charstring p_Uri,template Endpoint_status_type p_epStatus,template Joining_type p_joinMethod, template Disconnection_type p_discMethod, template urn_ietf_params_xml_ns_conference_info.Media_type p_mediastatus):= { entity:=p_Uri, state:=full, anyAttributes:=omit,//m_emptyAnyAttributes, // anyAttributes:=omit,//m_emptyAnyAttributes, display_text:=omit, referred:=omit, status:=p_epStatus, Loading @@ -1191,74 +1187,74 @@ group CONFTemplates { disconnection_info:=omit, media_list:={p_mediastatus},// optional, call_info:=omit, elem_list:=omit elem_list:={} } template User_type m_1user (template charstring p_Uri,template Endpoint_type p_endpoint) := { entity:=p_Uri, state:=full, anyAttributes:=omit,//m_emptyAnyAttributes, // anyAttributes:=omit,//m_emptyAnyAttributes, display_text:=omit, associated_aors:=omit, roles:=omit, languages :=omit, cascaded_focus :=omit, endpoint_list:={p_endpoint},// optional, elem_list:=omit elem_list:={} } template Users_type m_users_1user_full(template User_type p_user):={ state:=full, anyAttributes := omit,//m_emptyAnyAttributes, // anyAttributes := omit,//m_emptyAnyAttributes, user_list:={p_user}, elem_list:=omit elem_list:={} } template Users_type m_users_2user_full(template User_type p_user1,template User_type p_user2):={ state:=full, anyAttributes := omit,//m_emptyAnyAttributes, // anyAttributes := omit,//m_emptyAnyAttributes, user_list:={p_user1,p_user2}, elem_list:=omit elem_list:={} } template Conference_state_type m_conference_state(template unsignedInt p_nUsers, template XSDAUX.booleanXSD p_active, template XSDAUX.booleanXSD p_locked) := { anyAttributes:=omit,//m_emptyAnyAttributes, template Conference_state_type m_conference_state(template unsignedInt p_nUsers, boolean p_active, boolean p_locked) := { // anyAttributes:=omit,//m_emptyAnyAttributes, user_count:=p_nUsers, active:=p_active, locked:=p_locked, elem_list:= omit elem_list:= {} } template Conference_type m_ci_cUri_cState_userEntity(template charstring p_cUri, template Conference_state_type p_cState, template Users_type p_users ) := { entity := p_cUri, state := full, version := 1, anyAttributes := omit,//m_emptyAnyAttributes,//*,// {{name:="",val:=""}}, // anyAttributes := omit,//m_emptyAnyAttributes,//*,// {{name:="",val:=""}}, conference_description := omit, host_info := omit, conference_state := p_cState, users := p_users, sidebars_by_ref := omit, sidebars_by_val := omit, elem_list := omit elem_list := {} } template Conference_type mw_conferenceInfo_active := { entity := ?, state := *, version := *, anyAttributes := ?, // anyAttributes := ?, conference_description := *, host_info := *, conference_state := ?, users := { state := ?, anyAttributes := ?, // anyAttributes := ?, user_list := { { entity := *, state := *, anyAttributes := *, // anyAttributes := *, display_text := *, associated_aors := *, roles := *, Loading @@ -1268,7 +1264,7 @@ group CONFTemplates { { entity := *, state := *, anyAttributes := ?, // anyAttributes := ?, display_text := *, referred := *, status := connected, Loading @@ -1278,17 +1274,17 @@ group CONFTemplates { disconnection_info := *, media_list := *, call_info := *, elem_list := * elem_list := ? } }, elem_list := * elem_list := ? } }, elem_list := omit elem_list := {} }, sidebars_by_ref := *, sidebars_by_val := *, elem_list := * elem_list := ? } } Loading