Loading ttcn/LibSip_XMLTypes.ttcn +6 −0 Original line number Diff line number Diff line Loading @@ -59,6 +59,11 @@ import from XSDAUX all; extension "File:../xsd/Ims3gpp.xsd" } import from X_3gpp_ns_cw_1_0 language "XSD" all with { extension "File:../xsd/cw.xsd" } import from ietf_params_xml_ns_conference_info language "XSD" all with { extension "File:../xsd/CONF.xsd" Loading Loading @@ -86,6 +91,7 @@ import from XSDAUX all; Comm_div_info_type cdivn, // if there is XML cdivn Simservs simservs, // if there is XML simservs (Oip/r, Tip/r, Call Diversion, ICB, OCB ...) Conference_type conference_type, // if there is XML conf Ims_cw cw, // if there is XML cw (defined in X_3gpp_ns_cw_1_0.ttcn3view) Cug cug, // if there is XML cug (defined in org_etsi_uri__ngn_params_xml_simservs_xcap.ttcn3view) TIMS3GPP ims3gpp, // if there is XML IMS 3GPP PSTN_transit pstnTransit, // if there is XML PSTN_transit Loading Loading
ttcn/LibSip_XMLTypes.ttcn +6 −0 Original line number Diff line number Diff line Loading @@ -59,6 +59,11 @@ import from XSDAUX all; extension "File:../xsd/Ims3gpp.xsd" } import from X_3gpp_ns_cw_1_0 language "XSD" all with { extension "File:../xsd/cw.xsd" } import from ietf_params_xml_ns_conference_info language "XSD" all with { extension "File:../xsd/CONF.xsd" Loading Loading @@ -86,6 +91,7 @@ import from XSDAUX all; Comm_div_info_type cdivn, // if there is XML cdivn Simservs simservs, // if there is XML simservs (Oip/r, Tip/r, Call Diversion, ICB, OCB ...) Conference_type conference_type, // if there is XML conf Ims_cw cw, // if there is XML cw (defined in X_3gpp_ns_cw_1_0.ttcn3view) Cug cug, // if there is XML cug (defined in org_etsi_uri__ngn_params_xml_simservs_xcap.ttcn3view) TIMS3GPP ims3gpp, // if there is XML IMS 3GPP PSTN_transit pstnTransit, // if there is XML PSTN_transit Loading