Loading DiameterCxDx/ttcn/DiameterCxDx_PICS.ttcn +36 −34 Original line number Diff line number Diff line Loading @@ -11,76 +11,71 @@ module DiameterCxDx_PICS { /** * @desc Does IUT acts as the HSS? * @see ETSI DTS/INT-00103-1 V0.0.6 (2014-06) A.2/1 * @see ETSI TS 103 289-1 A.2/1 */ modulepar boolean PICS_HSS_IUT := false; /** * @desc Does IUT acts as the I-CSCF? * @see ETSI DTS/INT-00103-1 V0.0.6 (2014-06) A.2/2.1 * @see ETSI TS 103 289-1 A.2/2.1 */ modulepar boolean PICS_ICSCF_IUT := false; /** * @desc Does IUT acts as the S-CSCF? * @see ETSI DTS/INT-00103-1 V0.0.6 (2014-06) A.2/2.2 * @see ETSI TS 103 289-1 A.2/2.2 */ modulepar boolean PICS_SCSCF_IUT := false; /** * @desc Does IUT acts as the SLF? * @see ETSI DTS/INT-00103-1 V0.0.6 (2014-06) A.2/2.2 */ modulepar boolean PICS_SLF_IUT := false; } //end group PICS_A2 group PICS_A3 { /** * @desc Does IUT supports IMS Restoration Procedures? * @see ETSI DTS/INT-00103-1 V0.0.6 (2014-06) A.3/2 * @see ETSI TS 103 289-1 A.3/2 */ modulepar boolean PICS_HSS_IMS_RESTORATION_PROCS := false; /** * @desc Does IUT supports IMS Restoration Procedures? * @see ETSI DTS/INT-00103-1 V0.0.6 (2014-06) A.3/3 * @desc Does IUT supports location management Procedures? * @see ETSI TS 103 289-1 A.3/3 */ modulepar boolean PICS_HSS_LOCATION_MANAGEMENT_PROCS := false; /** * @desc Does IUT supports User Location Query Procedures? * @see ETSI DTS/INT-00103-1 V0.0.6 (2014-06) A.3/3.4 * @desc Does IUT supports network-initiated de-registration requests procedures? * @see ETSI TS 103 289-1 A.3/3.3 */ modulepar boolean PICS_HSS_USER_LOCATION_QUERY_PROCS := false; modulepar boolean PICS_HSS_NETWORK_INITIATED_DEREG_PROCS := false; /** * @desc Does IUT supports network-initiated de-registration requests procedures? * @see ETSI DTS/INT-00103-1 V0.0.6 (2014-06) A.3/3.3 * @desc Does IUT supports User Location Query Procedures? * @see ETSI TS 103 289-1 A.3/3.4 */ modulepar boolean PICS_HSS_NETWORK_INITIATED_DEREG_PROCS := false; modulepar boolean PICS_HSS_USER_LOCATION_QUERY_PROCS := false; /** * @desc Does IUT supports inclusion of server capabilities in the answer to the location query procedures? * @see ETSI DTS/INT-00103-1 V0.0.6 (2014-06) A.3/3.4.2 * @see ETSI TS 103 289-1 A.3/3.4.2 */ modulepar boolean PICS_HSS_SERVER_CAPABILITY_PROCS := false; /** * @desc Does IUT supports user data handling procedures? * @see ETSI DTS/INT-00103-1 V0.0.6 (2014-06) A.3/4 * @see ETSI TS 103 289-1 A.3/4 */ modulepar boolean PICS_HSS_USER_DATA_HANDLING_PROCS := false; /** * @desc HSS initiated update of user information (Sending of Push-Profile-Request)? * @see ETSI DTS/INT-00103-1 V0.0.6 (2014-06) A.3/4.2 * @see ETSI TS 103 289-1 A.3/4.2 */ modulepar boolean PICS_HSS_INITIATED_USER_INFO_PROCS := false; /** * @desc Does IUT supports authentication procedures (Receipt of Multimedia-Auth-Request and sending of Multimedia-Auth�Answer)? * @see ETSI DTS/INT-00103-1 V0.0.6 (2014-06) A.3/5 * @see ETSI TS 103 289-1 A.3/5 */ modulepar boolean PICS_HSS_AUTH_PROCS := false; Loading @@ -90,19 +85,19 @@ module DiameterCxDx_PICS { /** * @desc Are location management procedures available? * @see ETSI TS/INT-00103-1 A.4/3 * @see ETSI TS 103 289-1 A.4/3 */ modulepar boolean PICS_ICSCF_LOCATION_MANAGEMENT_PROCEDURED := true; /** * @desc Are invocation of the user location queries available(Sending of Location-Info-Request)? * @see ETSI TS/INT-00103-1 A.4/3.2 * @see ETSI TS 103 289-1 A.4/3.2 */ modulepar boolean PICS_ICSCF_INVOCATION_USER_LOCATION_QUERIES := true; /** * @desc Is IMS Emergncy Registration available? * @see ETSI TS/INT-00103-1 A.4/4 * @see ETSI TS 103 289-1 A.4/4 */ modulepar boolean PICS_ICSCF_IMS_EMERGENCY_REGISTRATION := true; Loading @@ -113,33 +108,33 @@ module DiameterCxDx_PICS { /** * @desc Does IUT supports location management procedures?? * @see ETSI TS/INT-00103-1 A.5/3 * @see ETSI TS 103 289-1 A.5/3 */ modulepar boolean PICS_SCSCF_LOCATION_MANAGEMENT_PROCEDURED := false; /** * @desc invocation of S-CSCF registration/deregistration notifications (Sending of Server-Assignment-Request)? * @see ETSI TS/INT-00103-1 A.5/3.1 * @see ETSI TS 103 289-1 A.5/3.1 */ modulepar boolean PICS_SCSCF_REG_DEREG_NOTIFICATIONS := false; /** * @desc Does IUT supports network-initiated de-registration requests procedures? * @see ETSI DTS/INT-00103-1 V0.0.6 (2014-06) A.5/3.2 * @see ETSI TS 103 289-1 A.5/3.2 */ modulepar boolean PICS_SCSCF_NETWORK_INITIATED_DEREG_PROCS := false; /** * @desc Is processing of HSS initiated update of user information available (Receipt of Push-Profile-Request and sending of Push-Profile–Answer)? * @see ETSI DTS/INT-00103-1 V0.0.6 (2014-06) A.5/4.2 * @see ETSI TS 103 289-1 A.5/4.2 */ modulepar boolean PICS_SCSCF_HSS_INITIATED_UPDATE_OF_USER_INFORMATION := false; /** * @desc Are authentication procedures available (Sending of of Multimedia-Auth-Request)? * @see ETSI DTS/INT-00103-1 V0.0.6 (2014-06) A.5/5 * @see ETSI TS 103 289-1 A.5/5 */ modulepar boolean PICS_SCSCF_AUTHENTICATION_PROCEDURES := false; Loading @@ -151,33 +146,40 @@ module DiameterCxDx_PICS { /** * @desc Does IUT supports handling of SIP Digest Authentication (Capability: “SIP Digest Authentication”)? * @see ETSI DTS/INT-00103-1 V0.0.6 (2014-06) A.6/7 * @see ETSI TS 103 289-1 A.6/7 */ modulepar boolean PICS_SIP_DIGEST_AUTHENTICATION := false; /** * @desc Does IUT supports handling of NASS Bundled Authentication (Capability: "NASS Bundled Authentication")? * @see ETSI DTS/INT-00103-1 V0.0.6 (2014-06) A.6/8 * @see ETSI TS 103 289-1 A.6/8 */ modulepar boolean PICS_NASS_BUNDLED_AUTH_PROCS := false; /** * @desc Does IUT supports handling GIBA (Capability: “Early IMS Security”)?? * @see ETSI DTS/INT-00103-1 V0.0.6 (2014-06) A.6/13 * @see ETSI TS 103 289-1 A.6/13 */ modulepar boolean PICS_GIBA_AUTH_PROCS := false; /** * @desc Does IUT supports handling of IMS-AKA Authentication (Capability: “Digest-AKAv1-MD5”)? * @see ETSI DTS/INT-00103-1 V0.0.6 (2014-06) A.6/16 * @see ETSI TS 103 289-1 A.6/16 */ modulepar boolean PICS_DIGEST_AKAv1_MD5_AUTH_PROCS := false; } //end group PICS_A6 group PICS_A7 { /** * @desc Does IUT acts as the SLF? * @see ETSI TS 103 289-1 A.7/1 */ modulepar boolean PICS_SLF_IUT := false; /** * @desc Does IUT supports CSCF Role for the Dx interface? * @see ETSI DTS/INT-00103-1 V0.0.6 (2014-06) A.7/2 * @see ETSI TS 103 289-1 A.7/2 */ modulepar boolean PICS_CSCF_ROLE_FOR_DX := false; Loading DiameterCxDx/ttcn/DiameterCxDx_PIXITS.ttcn +59 −56 File changed.Preview size limit exceeded, changes collapsed. Show changes Loading
DiameterCxDx/ttcn/DiameterCxDx_PICS.ttcn +36 −34 Original line number Diff line number Diff line Loading @@ -11,76 +11,71 @@ module DiameterCxDx_PICS { /** * @desc Does IUT acts as the HSS? * @see ETSI DTS/INT-00103-1 V0.0.6 (2014-06) A.2/1 * @see ETSI TS 103 289-1 A.2/1 */ modulepar boolean PICS_HSS_IUT := false; /** * @desc Does IUT acts as the I-CSCF? * @see ETSI DTS/INT-00103-1 V0.0.6 (2014-06) A.2/2.1 * @see ETSI TS 103 289-1 A.2/2.1 */ modulepar boolean PICS_ICSCF_IUT := false; /** * @desc Does IUT acts as the S-CSCF? * @see ETSI DTS/INT-00103-1 V0.0.6 (2014-06) A.2/2.2 * @see ETSI TS 103 289-1 A.2/2.2 */ modulepar boolean PICS_SCSCF_IUT := false; /** * @desc Does IUT acts as the SLF? * @see ETSI DTS/INT-00103-1 V0.0.6 (2014-06) A.2/2.2 */ modulepar boolean PICS_SLF_IUT := false; } //end group PICS_A2 group PICS_A3 { /** * @desc Does IUT supports IMS Restoration Procedures? * @see ETSI DTS/INT-00103-1 V0.0.6 (2014-06) A.3/2 * @see ETSI TS 103 289-1 A.3/2 */ modulepar boolean PICS_HSS_IMS_RESTORATION_PROCS := false; /** * @desc Does IUT supports IMS Restoration Procedures? * @see ETSI DTS/INT-00103-1 V0.0.6 (2014-06) A.3/3 * @desc Does IUT supports location management Procedures? * @see ETSI TS 103 289-1 A.3/3 */ modulepar boolean PICS_HSS_LOCATION_MANAGEMENT_PROCS := false; /** * @desc Does IUT supports User Location Query Procedures? * @see ETSI DTS/INT-00103-1 V0.0.6 (2014-06) A.3/3.4 * @desc Does IUT supports network-initiated de-registration requests procedures? * @see ETSI TS 103 289-1 A.3/3.3 */ modulepar boolean PICS_HSS_USER_LOCATION_QUERY_PROCS := false; modulepar boolean PICS_HSS_NETWORK_INITIATED_DEREG_PROCS := false; /** * @desc Does IUT supports network-initiated de-registration requests procedures? * @see ETSI DTS/INT-00103-1 V0.0.6 (2014-06) A.3/3.3 * @desc Does IUT supports User Location Query Procedures? * @see ETSI TS 103 289-1 A.3/3.4 */ modulepar boolean PICS_HSS_NETWORK_INITIATED_DEREG_PROCS := false; modulepar boolean PICS_HSS_USER_LOCATION_QUERY_PROCS := false; /** * @desc Does IUT supports inclusion of server capabilities in the answer to the location query procedures? * @see ETSI DTS/INT-00103-1 V0.0.6 (2014-06) A.3/3.4.2 * @see ETSI TS 103 289-1 A.3/3.4.2 */ modulepar boolean PICS_HSS_SERVER_CAPABILITY_PROCS := false; /** * @desc Does IUT supports user data handling procedures? * @see ETSI DTS/INT-00103-1 V0.0.6 (2014-06) A.3/4 * @see ETSI TS 103 289-1 A.3/4 */ modulepar boolean PICS_HSS_USER_DATA_HANDLING_PROCS := false; /** * @desc HSS initiated update of user information (Sending of Push-Profile-Request)? * @see ETSI DTS/INT-00103-1 V0.0.6 (2014-06) A.3/4.2 * @see ETSI TS 103 289-1 A.3/4.2 */ modulepar boolean PICS_HSS_INITIATED_USER_INFO_PROCS := false; /** * @desc Does IUT supports authentication procedures (Receipt of Multimedia-Auth-Request and sending of Multimedia-Auth�Answer)? * @see ETSI DTS/INT-00103-1 V0.0.6 (2014-06) A.3/5 * @see ETSI TS 103 289-1 A.3/5 */ modulepar boolean PICS_HSS_AUTH_PROCS := false; Loading @@ -90,19 +85,19 @@ module DiameterCxDx_PICS { /** * @desc Are location management procedures available? * @see ETSI TS/INT-00103-1 A.4/3 * @see ETSI TS 103 289-1 A.4/3 */ modulepar boolean PICS_ICSCF_LOCATION_MANAGEMENT_PROCEDURED := true; /** * @desc Are invocation of the user location queries available(Sending of Location-Info-Request)? * @see ETSI TS/INT-00103-1 A.4/3.2 * @see ETSI TS 103 289-1 A.4/3.2 */ modulepar boolean PICS_ICSCF_INVOCATION_USER_LOCATION_QUERIES := true; /** * @desc Is IMS Emergncy Registration available? * @see ETSI TS/INT-00103-1 A.4/4 * @see ETSI TS 103 289-1 A.4/4 */ modulepar boolean PICS_ICSCF_IMS_EMERGENCY_REGISTRATION := true; Loading @@ -113,33 +108,33 @@ module DiameterCxDx_PICS { /** * @desc Does IUT supports location management procedures?? * @see ETSI TS/INT-00103-1 A.5/3 * @see ETSI TS 103 289-1 A.5/3 */ modulepar boolean PICS_SCSCF_LOCATION_MANAGEMENT_PROCEDURED := false; /** * @desc invocation of S-CSCF registration/deregistration notifications (Sending of Server-Assignment-Request)? * @see ETSI TS/INT-00103-1 A.5/3.1 * @see ETSI TS 103 289-1 A.5/3.1 */ modulepar boolean PICS_SCSCF_REG_DEREG_NOTIFICATIONS := false; /** * @desc Does IUT supports network-initiated de-registration requests procedures? * @see ETSI DTS/INT-00103-1 V0.0.6 (2014-06) A.5/3.2 * @see ETSI TS 103 289-1 A.5/3.2 */ modulepar boolean PICS_SCSCF_NETWORK_INITIATED_DEREG_PROCS := false; /** * @desc Is processing of HSS initiated update of user information available (Receipt of Push-Profile-Request and sending of Push-Profile–Answer)? * @see ETSI DTS/INT-00103-1 V0.0.6 (2014-06) A.5/4.2 * @see ETSI TS 103 289-1 A.5/4.2 */ modulepar boolean PICS_SCSCF_HSS_INITIATED_UPDATE_OF_USER_INFORMATION := false; /** * @desc Are authentication procedures available (Sending of of Multimedia-Auth-Request)? * @see ETSI DTS/INT-00103-1 V0.0.6 (2014-06) A.5/5 * @see ETSI TS 103 289-1 A.5/5 */ modulepar boolean PICS_SCSCF_AUTHENTICATION_PROCEDURES := false; Loading @@ -151,33 +146,40 @@ module DiameterCxDx_PICS { /** * @desc Does IUT supports handling of SIP Digest Authentication (Capability: “SIP Digest Authentication”)? * @see ETSI DTS/INT-00103-1 V0.0.6 (2014-06) A.6/7 * @see ETSI TS 103 289-1 A.6/7 */ modulepar boolean PICS_SIP_DIGEST_AUTHENTICATION := false; /** * @desc Does IUT supports handling of NASS Bundled Authentication (Capability: "NASS Bundled Authentication")? * @see ETSI DTS/INT-00103-1 V0.0.6 (2014-06) A.6/8 * @see ETSI TS 103 289-1 A.6/8 */ modulepar boolean PICS_NASS_BUNDLED_AUTH_PROCS := false; /** * @desc Does IUT supports handling GIBA (Capability: “Early IMS Security”)?? * @see ETSI DTS/INT-00103-1 V0.0.6 (2014-06) A.6/13 * @see ETSI TS 103 289-1 A.6/13 */ modulepar boolean PICS_GIBA_AUTH_PROCS := false; /** * @desc Does IUT supports handling of IMS-AKA Authentication (Capability: “Digest-AKAv1-MD5”)? * @see ETSI DTS/INT-00103-1 V0.0.6 (2014-06) A.6/16 * @see ETSI TS 103 289-1 A.6/16 */ modulepar boolean PICS_DIGEST_AKAv1_MD5_AUTH_PROCS := false; } //end group PICS_A6 group PICS_A7 { /** * @desc Does IUT acts as the SLF? * @see ETSI TS 103 289-1 A.7/1 */ modulepar boolean PICS_SLF_IUT := false; /** * @desc Does IUT supports CSCF Role for the Dx interface? * @see ETSI DTS/INT-00103-1 V0.0.6 (2014-06) A.7/2 * @see ETSI TS 103 289-1 A.7/2 */ modulepar boolean PICS_CSCF_ROLE_FOR_DX := false; Loading
DiameterCxDx/ttcn/DiameterCxDx_PIXITS.ttcn +59 −56 File changed.Preview size limit exceeded, changes collapsed. Show changes