Loading LibIms_Templates.ttcn +24 −0 Original line number Diff line number Diff line Loading @@ -17,6 +17,7 @@ module LibIms_Templates import from LibSip_Steps all; import from LibSip_PIXITS all; import from LibSip_XMLTypes all; import from XSDAUX all; //LibIms import from LibIms_SIPTypesAndValues all; Loading Loading @@ -848,6 +849,29 @@ group Ims3gppTemplates { } // end group Ims3gpp group CONFTemplates { template anyAttributes m_emptyAnyAttributes:={} template Conference_info m_ci_cUri_nUsers_userEntity_active(template charstring p_cUri, template unsignedInt p_nUsers, template Users_type p_users ) := { entity := p_cUri, state := full, version := 1, anyAttributes := m_emptyAnyAttributes,//*,// {{name:="",val:=""}}, conference_description := omit, host_info := omit, conference_state := { anyAttributes:=m_emptyAnyAttributes, user_count:=p_nUsers, active:={bool:=true}, locked:=omit,//{bool:=false}, any_1 := omit }, users := p_users, sidebars_by_ref := omit, sidebars_by_val := omit, any_1 := omit } template Conference_info mw_conferenceInfo_active := { entity := ?, state := *, Loading Loading
LibIms_Templates.ttcn +24 −0 Original line number Diff line number Diff line Loading @@ -17,6 +17,7 @@ module LibIms_Templates import from LibSip_Steps all; import from LibSip_PIXITS all; import from LibSip_XMLTypes all; import from XSDAUX all; //LibIms import from LibIms_SIPTypesAndValues all; Loading Loading @@ -848,6 +849,29 @@ group Ims3gppTemplates { } // end group Ims3gpp group CONFTemplates { template anyAttributes m_emptyAnyAttributes:={} template Conference_info m_ci_cUri_nUsers_userEntity_active(template charstring p_cUri, template unsignedInt p_nUsers, template Users_type p_users ) := { entity := p_cUri, state := full, version := 1, anyAttributes := m_emptyAnyAttributes,//*,// {{name:="",val:=""}}, conference_description := omit, host_info := omit, conference_state := { anyAttributes:=m_emptyAnyAttributes, user_count:=p_nUsers, active:={bool:=true}, locked:=omit,//{bool:=false}, any_1 := omit }, users := p_users, sidebars_by_ref := omit, sidebars_by_val := omit, any_1 := omit } template Conference_info mw_conferenceInfo_active := { entity := ?, state := *, Loading