Loading LibIms_Templates.ttcn +8 −6 Original line number Diff line number Diff line Loading @@ -40,9 +40,9 @@ module LibIms_Templates extension "File:../xsd/MCID.xsd" } import from Ims_3gpp language "XSD" all import from Ims3gpp language "XSD" all with { extension "File:../xsd/Ims_3gpp.xsd" extension "File:../xsd/Ims3gpp.xsd" } import from ietf_params_xml_ns_conference_info language "XSD" all Loading Loading @@ -623,6 +623,8 @@ group CUGTemplates { template SixteenbitType p_cibc, template TwoBitType p_cci):= { active := omit, anyAttributes := omit, cugCallOperation := p_crt, networkIndicator := p_nit, cugInterlockBinaryCode := p_cibc, Loading @@ -640,13 +642,13 @@ group CUGTemplates { cugCommunicationIndicator := p_cci } template CugRequestType m_cugReqType(template boolean p_outAccessRequest, template integer p_cugIndex) := template CugRequestType m_cugReqType(boolean p_outAccessRequest, integer p_cugIndex) := { // outgoingAccessRequest := p_outAccessRequest, // cugIndex := p_cugIndex //TODO: workaround for ttwb118 outgoingAccessRequest := {bool:=p_outAccessRequest}, cugIndex := valueof(p_cugIndex) cugIndex := p_cugIndex } template CugRequestType mw_cugReqType(template boolean p_outAccessRequest, template integer p_cugIndex) := Loading Loading @@ -925,7 +927,7 @@ group CDIVNTemplates { comm_div_subs_info := { anyAttributes := omit, comm_div_selection_criteria := { anyAttributes := ?, anyAttributes := omit, originating_user_selection_criteria := omit, diverting_user_selection_criteria := omit, diverted_to_user_selection_criteria := omit, Loading Loading @@ -1328,7 +1330,7 @@ group request_send { template INVITE_Request m_INVITE_Request_Allow_UE (SipUrl p_requestUri, CallId p_callId, CSeq p_cSeq, From p_from, To p_to, Via p_via, Contact p_contact, template Require p_require, template Route p_route, template Supported p_supported, template MessageBody p_mb, template Allow p_allow) template Route p_route, template Supported p_supported, template MessageBody p_mb, template LibSip_SIPTypesAndValues.Allow p_allow) modifies m_INVITE_Request_UE := { Loading Loading
LibIms_Templates.ttcn +8 −6 Original line number Diff line number Diff line Loading @@ -40,9 +40,9 @@ module LibIms_Templates extension "File:../xsd/MCID.xsd" } import from Ims_3gpp language "XSD" all import from Ims3gpp language "XSD" all with { extension "File:../xsd/Ims_3gpp.xsd" extension "File:../xsd/Ims3gpp.xsd" } import from ietf_params_xml_ns_conference_info language "XSD" all Loading Loading @@ -623,6 +623,8 @@ group CUGTemplates { template SixteenbitType p_cibc, template TwoBitType p_cci):= { active := omit, anyAttributes := omit, cugCallOperation := p_crt, networkIndicator := p_nit, cugInterlockBinaryCode := p_cibc, Loading @@ -640,13 +642,13 @@ group CUGTemplates { cugCommunicationIndicator := p_cci } template CugRequestType m_cugReqType(template boolean p_outAccessRequest, template integer p_cugIndex) := template CugRequestType m_cugReqType(boolean p_outAccessRequest, integer p_cugIndex) := { // outgoingAccessRequest := p_outAccessRequest, // cugIndex := p_cugIndex //TODO: workaround for ttwb118 outgoingAccessRequest := {bool:=p_outAccessRequest}, cugIndex := valueof(p_cugIndex) cugIndex := p_cugIndex } template CugRequestType mw_cugReqType(template boolean p_outAccessRequest, template integer p_cugIndex) := Loading Loading @@ -925,7 +927,7 @@ group CDIVNTemplates { comm_div_subs_info := { anyAttributes := omit, comm_div_selection_criteria := { anyAttributes := ?, anyAttributes := omit, originating_user_selection_criteria := omit, diverting_user_selection_criteria := omit, diverted_to_user_selection_criteria := omit, Loading Loading @@ -1328,7 +1330,7 @@ group request_send { template INVITE_Request m_INVITE_Request_Allow_UE (SipUrl p_requestUri, CallId p_callId, CSeq p_cSeq, From p_from, To p_to, Via p_via, Contact p_contact, template Require p_require, template Route p_route, template Supported p_supported, template MessageBody p_mb, template Allow p_allow) template Route p_route, template Supported p_supported, template MessageBody p_mb, template LibSip_SIPTypesAndValues.Allow p_allow) modifies m_INVITE_Request_UE := { Loading