Loading AtsCommon/SS_Ims_PICS.ttcn +38 −40 Original line number Original line Diff line number Diff line Loading @@ -12,7 +12,6 @@ module SS_Ims_PICS { module SS_Ims_PICS { group PICS_Module_Parameters group PICS_Module_Parameters { { modulepar { /* **************************************************************************************************** /* **************************************************************************************************** TIP/TIR PICS used for test case selection TIP/TIR PICS used for test case selection Loading @@ -21,80 +20,80 @@ group PICS_Module_Parameters /** @desc boolean PICS ref: ETSI TS 186 005-1 PICS 1/1 /** @desc boolean PICS ref: ETSI TS 186 005-1 PICS 1/1 * True, if the implementation is originating user equipment * True, if the implementation is originating user equipment */ */ boolean PC_ORIGINATING_USER_EQUIPMENT; modulepar boolean PC_ORIGINATING_USER_EQUIPMENT; /** @desc boolean PICS ref: ETSI TS 186 005-1 PICS 1/2 /** @desc boolean PICS ref: ETSI TS 186 005-1 PICS 1/2 * True, if the implementation is terminating user equipment * True, if the implementation is terminating user equipment */ */ boolean PC_TERMINATING_USER_EQUIPMENT; modulepar boolean PC_TERMINATING_USER_EQUIPMENT; /** @desc boolean PICS ref: ETSI TS 186 005-1 PICS 1/3 /** @desc boolean PICS ref: ETSI TS 186 005-1 PICS 1/3 * True, if the implementation connected with a trusted network * True, if the implementation connected with a trusted network */ */ boolean PC_TRUSTED_NETWORK_CONNECTION; modulepar boolean PC_TRUSTED_NETWORK_CONNECTION; /** @desc boolean PICS ref: ETSI TS 186 005-1 PICS 1/4 /** @desc boolean PICS ref: ETSI TS 186 005-1 PICS 1/4 * True, if the implementation connected with an untrusted network * True, if the implementation connected with an untrusted network */ */ boolean PC_UNTRUSTED_NETWORK_CONNECTION; modulepar boolean PC_UNTRUSTED_NETWORK_CONNECTION; /** @desc boolean PICS ref: ETSI TS 186 005-1 PICS 1/6 /** @desc boolean PICS ref: ETSI TS 186 005-1 PICS 1/6 * True, if the network have divert capability * True, if the network have divert capability */ */ boolean PC_NETWORK_DIVERT_CAPABILITY; modulepar boolean PC_NETWORK_DIVERT_CAPABILITY; /** @desc boolean PICS ref: ETSI TS 186 005-1 PICS 1/7 /** @desc boolean PICS ref: ETSI TS 186 005-1 PICS 1/7 * True, if the implementation connected with an untrusted network * True, if the implementation connected with an untrusted network */ */ boolean PC_NETWORK_SUPPORT_SPECIAL_ARRANGEMENT; modulepar boolean PC_NETWORK_SUPPORT_SPECIAL_ARRANGEMENT; /** @desc boolean PICS ref: ETSI TS 186 005-1 PICS 2/1 /** @desc boolean PICS ref: ETSI TS 186 005-1 PICS 2/1 * True, if the originating user subscribe the TIP service * True, if the originating user subscribe the TIP service */ */ boolean PC_TIP_SERVICE_SUBSCRIBED_BY_ORIG_USER; modulepar boolean PC_TIP_SERVICE_SUBSCRIBED_BY_ORIG_USER; /** @desc boolean PICS ref: ETSI TS 186 005-1 PICS 2/2 /** @desc boolean PICS ref: ETSI TS 186 005-1 PICS 2/2 * True, if the terminating user subscribe the TIR service in * True, if the terminating user subscribe the TIR service in * permanent mod * permanent mod */ */ boolean PC_TIR_SERVICE_PERMANENT_MODE_SUBSCRIBED_BY_TERM_USER; modulepar boolean PC_TIR_SERVICE_PERMANENT_MODE_SUBSCRIBED_BY_TERM_USER; /** @desc boolean PICS ref: ETSI TS 186 005-1 PICS 2/3 /** @desc boolean PICS ref: ETSI TS 186 005-1 PICS 2/3 * True, if the terminating user subscribe the TIR service in * True, if the terminating user subscribe the TIR service in * temporary mode with default value "presentation not restricted" * temporary mode with default value "presentation not restricted" */ */ boolean PC_TIR_SERVICE_TEMP_MODE_PRESENT_NOT_RESTRICTED_SUBSCRIBED_BY_TERM_USER; modulepar boolean PC_TIR_SERVICE_TEMP_MODE_PRESENT_NOT_RESTRICTED_SUBSCRIBED_BY_TERM_USER; /** @desc boolean PICS ref: ETSI TS 186 005-1 PICS 2/4 /** @desc boolean PICS ref: ETSI TS 186 005-1 PICS 2/4 * True, if the terminating user subscribe the TIR service in * True, if the terminating user subscribe the TIR service in * temporary mode with default value "presentation restricted" * temporary mode with default value "presentation restricted" */ */ boolean PC_TIR_SERVICE_TEMP_MODE_PRESENT_RESTRICTED_SUBSCRIBED_BY_TERM_USER; modulepar boolean PC_TIR_SERVICE_TEMP_MODE_PRESENT_RESTRICTED_SUBSCRIBED_BY_TERM_USER; /** @desc boolean PICS ref: ETSI TS 186 005-1 PICS 2/5 /** @desc boolean PICS ref: ETSI TS 186 005-1 PICS 2/5 * True, if the originating user subscribe the override category for * True, if the originating user subscribe the override category for * the TIR service * the TIR service */ */ boolean PC_TIR_SERVICE_OVERRIDE_CATEGORY_SUBSCRIBED_BY_ORIG_USER; modulepar boolean PC_TIR_SERVICE_OVERRIDE_CATEGORY_SUBSCRIBED_BY_ORIG_USER; /** @desc boolean PICS ref: ETSI TS 186 005-1 PICS 2/6 /** @desc boolean PICS ref: ETSI TS 186 005-1 PICS 2/6 * True, if the user equipment supports the 'from-change' tag in * True, if the user equipment supports the 'from-change' tag in * the Supported header * the Supported header */ */ boolean PC_USER_EQUIPMENT_SUPPORTS_FROMCHANGE_TAG; modulepar boolean PC_USER_EQUIPMENT_SUPPORTS_FROMCHANGE_TAG; /** @desc boolean PICS ref: ETSI TS 186 005-1 PICS 2/7 /** @desc boolean PICS ref: ETSI TS 186 005-1 PICS 2/7 * True, if the terminating user equipment send an UPDATE * True, if the terminating user equipment send an UPDATE * request if a “from-change” tag was received in the initial * request if a “from-change” tag was received in the initial * INVITE * INVITE */ */ boolean PC_USER_EQUIPMENT_SUPPORTS_UPDATE_AFTER_FROMCHANGE_TAG; modulepar boolean PC_USER_EQUIPMENT_SUPPORTS_UPDATE_AFTER_FROMCHANGE_TAG; /** @desc boolean PICS ref: ETSI TS 186 005-1 PICS 2/8 /** @desc boolean PICS ref: ETSI TS 186 005-1 PICS 2/8 * True, if the user equipment supports the 'from-change' tag in * True, if the user equipment supports the 'from-change' tag in * the Supported header * the Supported header */ */ boolean PC_TERM_USER_SUBSCRIBES_SPECIAL_ARRANGE; modulepar boolean PC_TERM_USER_SUBSCRIBES_SPECIAL_ARRANGE; /* **************************************************************************************************** /* **************************************************************************************************** CUG PICS used for test case selection CUG PICS used for test case selection Loading @@ -103,35 +102,35 @@ group PICS_Module_Parameters /** @desc boolean PICS ref: ETSI TS 186 016-1 PICS 1/1 /** @desc boolean PICS ref: ETSI TS 186 016-1 PICS 1/1 * True, if the CUG without preference supported * True, if the CUG without preference supported */ */ boolean PC_CUG_WITHOUT_PREFERENCES_SUPPORTED; modulepar boolean PC_CUG_WITHOUT_PREFERENCES_SUPPORTED; /** @desc boolean PICS ref: ETSI TS 186 016-1 PICS 1/2 /** @desc boolean PICS ref: ETSI TS 186 016-1 PICS 1/2 * True, if is the CUG Outgoing access, explicit request required without * True, if is the CUG Outgoing access, explicit request required without * preference supported * preference supported */ */ boolean PC_CUG_OUTGOING_EXPLICIT_REQUEST_WITHOUT_PREFERENCES_SUPPORTED; modulepar boolean PC_CUG_OUTGOING_EXPLICIT_REQUEST_WITHOUT_PREFERENCES_SUPPORTED; /** @desc boolean PICS ref: ETSI TS 186 016-1 PICS 1/3 /** @desc boolean PICS ref: ETSI TS 186 016-1 PICS 1/3 * True, if is the CUG Outgoing access, implicit outgoing access for all * True, if is the CUG Outgoing access, implicit outgoing access for all * communications without preference supported * communications without preference supported */ */ boolean PC_CUG_OUTGOING_IMPLICIT_REQUEST_WITHOUT_PREFERENCES_SUPPORTED; modulepar boolean PC_CUG_OUTGOING_IMPLICIT_REQUEST_WITHOUT_PREFERENCES_SUPPORTED; /** @desc boolean PICS ref: ETSI TS 186 016-1 PICS 1/4 /** @desc boolean PICS ref: ETSI TS 186 016-1 PICS 1/4 * True, if is the CUG with preference supported * True, if is the CUG with preference supported */ */ boolean PC_CUG_WITH_PREFERENCES_SUPPORTED; modulepar boolean PC_CUG_WITH_PREFERENCES_SUPPORTED; /** @desc boolean PICS ref: ETSI TS 186 016-1 PICS 1/5 /** @desc boolean PICS ref: ETSI TS 186 016-1 PICS 1/5 * True, if is the CUG+OAE with preference supported * True, if is the CUG+OAE with preference supported */ */ boolean PC_CUG_OAE_WITH_PREFERENCES_SUPPORTED; modulepar boolean PC_CUG_OAE_WITH_PREFERENCES_SUPPORTED; /** @desc boolean PICS ref: ETSI TS 186 016-1 PICS 1/6 /** @desc boolean PICS ref: ETSI TS 186 016-1 PICS 1/6 * True, if is the CUG Outgoing access, implicit outgoing access for all * True, if is the CUG Outgoing access, implicit outgoing access for all * communications with preference supported * communications with preference supported */ */ boolean PC_CUG_OUTGOING_IMPLICIT_WITH_PREFERENCES_SUPPORTED; modulepar boolean PC_CUG_OUTGOING_IMPLICIT_WITH_PREFERENCES_SUPPORTED; /* **************************************************************************************************** /* **************************************************************************************************** ACR PICS used for test case selection ACR PICS used for test case selection Loading @@ -141,19 +140,19 @@ group PICS_Module_Parameters * True, if the Incoming Communications Barring (ICB) service * True, if the Incoming Communications Barring (ICB) service * supported * supported */ */ boolean PC_ACR_ICB_SERVICE_SUPPORTED; modulepar boolean PC_ACR_ICB_SERVICE_SUPPORTED; /** @desc boolean PICS ref: ETSI TS 186 017-1 PICS 1/4 /** @desc boolean PICS ref: ETSI TS 186 017-1 PICS 1/4 * True, if an announcement be provided to the originating user * True, if an announcement be provided to the originating user * before terminating the communication * before terminating the communication */ */ boolean PC_ACR_ANNOUNCEMENT_SUPPORTED_BEFORE_TERMINATION; modulepar boolean PC_ACR_ANNOUNCEMENT_SUPPORTED_BEFORE_TERMINATION; /** @desc boolean PICS ref: ETSI TS 186 017-1 PICS 1/5 /** @desc boolean PICS ref: ETSI TS 186 017-1 PICS 1/5 * True, if the communication forwarded to a voice message service * True, if the communication forwarded to a voice message service * instead of rejecting the communication * instead of rejecting the communication */ */ boolean PC_ACR_COMUNICATION_FORWARDED_TO_VOICE_MESSAGE_SERVICE; modulepar boolean PC_ACR_COMUNICATION_FORWARDED_TO_VOICE_MESSAGE_SERVICE; /* **************************************************************************************************** /* **************************************************************************************************** CW PICS used for test case selection CW PICS used for test case selection Loading @@ -165,26 +164,26 @@ group PICS_Module_Parameters * receipt of a 180 (Ringing) response with a * receipt of a 180 (Ringing) response with a * Alert-Info header field set to "urn:alert:service:call-waiting"? * Alert-Info header field set to "urn:alert:service:call-waiting"? */ */ boolean PC_CW_AS_180withAIhdr; modulepar boolean PC_CW_AS_180withAIhdr; /** @desc boolean PICS ref: ETSI TS 186 022-1 V2.1.1 PICS 1/2 /** @desc boolean PICS ref: ETSI TS 186 022-1 V2.1.1 PICS 1/2 * True, if CW condition determined by the AS based on validation * True, if CW condition determined by the AS based on validation * of the "approaching NDUB" condition * of the "approaching NDUB" condition */ */ boolean PC_CW_AS_approaching_NDUB_condition; modulepar boolean PC_CW_AS_approaching_NDUB_condition; /** @desc boolean PICS ref: ETSI TS 186 022-1 V2.1.1 PICS 1/3 /** @desc boolean PICS ref: ETSI TS 186 022-1 V2.1.1 PICS 1/3 * True, if AS initiate the procedures for the provision of * True, if AS initiate the procedures for the provision of * an announcement to the calling * an announcement to the calling */ */ boolean PC_CW_AS_inititate_announcement; modulepar boolean PC_CW_AS_inititate_announcement; /** @desc boolean PICS ref: ETSI TS 186 022-1 V2.1.1 PICS 2/2 /** @desc boolean PICS ref: ETSI TS 186 022-1 V2.1.1 PICS 2/2 * True, if User Equipment of the user C indicate to the user * True, if User Equipment of the user C indicate to the user * that the outgoing communication is being treated as * that the outgoing communication is being treated as * a waiting communication * a waiting communication */ */ boolean PC_CW_UEC_indicate_waiting_communication; modulepar boolean PC_CW_UEC_indicate_waiting_communication; /** @desc boolean PICS ref: ETSI TS 186 022-1 V2.1.1 PICS 2/3 /** @desc boolean PICS ref: ETSI TS 186 022-1 V2.1.1 PICS 2/3 * True, if User Equipment of the user B able to send a * True, if User Equipment of the user B able to send a Loading @@ -192,24 +191,24 @@ group PICS_Module_Parameters * and send the Alert-Info header with the value * and send the Alert-Info header with the value * <urn:alert:service:callwaiting> * <urn:alert:service:callwaiting> */ */ boolean PC_CW_UEB_support_180withCWI_AIhdr; modulepar boolean PC_CW_UEB_support_180withCWI_AIhdr; /** @desc boolean PICS ref: ETSI TS 186 022-1 V2.1.1 PICS 2/4 /** @desc boolean PICS ref: ETSI TS 186 022-1 V2.1.1 PICS 2/4 * True, if the User Equipment accept and understand the XML * True, if the User Equipment accept and understand the XML * CW MIME attachment and notify the user. * CW MIME attachment and notify the user. */ */ boolean PC_CW_UE_support_XML_PROVIDED; modulepar boolean PC_CW_UE_support_XML_PROVIDED; /** @desc boolean PICS ref: ETSI TS 186 022-1 V2.1.1 PICS 3/1 /** @desc boolean PICS ref: ETSI TS 186 022-1 V2.1.1 PICS 3/1 * True, if support of timer Timer TAS-CW * True, if support of timer Timer TAS-CW */ */ boolean PC_CW_TAS_CW_SUPPORTED; modulepar boolean PC_CW_TAS_CW_SUPPORTED; /** @desc boolean PICS ref: ETSI TS 186 022-1 V2.1.1 PICS 3/2 /** @desc boolean PICS ref: ETSI TS 186 022-1 V2.1.1 PICS 3/2 * True, if support of timer Timer TUE-CW * True, if support of timer Timer TUE-CW */ */ boolean PC_CW_TUE_CW_SUPPORTED; modulepar boolean PC_CW_TUE_CW_SUPPORTED; /* **************************************************************************************************** /* **************************************************************************************************** MCID PICS used for test case selection MCID PICS used for test case selection Loading @@ -218,35 +217,35 @@ group PICS_Module_Parameters /** @desc boolean PICS ref: ETSI TS 186 018-1 PICS 1/1 /** @desc boolean PICS ref: ETSI TS 186 018-1 PICS 1/1 * True, if the invocation of the MCID service provided * True, if the invocation of the MCID service provided */ */ boolean PC_MCID_INVOCATION_PROVIDED; modulepar boolean PC_MCID_INVOCATION_PROVIDED; /** @desc boolean PICS ref: ETSI TS 186 018-1 PICS 1/2 /** @desc boolean PICS ref: ETSI TS 186 018-1 PICS 1/2 * True, if the invocation of the MCID service using the XML * True, if the invocation of the MCID service using the XML * MIME body mcid provided * MIME body mcid provided */ */ boolean PC_MCID_XML_MIME_BODY_PROVIDED; modulepar boolean PC_MCID_XML_MIME_BODY_PROVIDED; /** @desc boolean PICS ref: ETSI TS 186 018-1 PICS 1/3 /** @desc boolean PICS ref: ETSI TS 186 018-1 PICS 1/3 * True, if the MCID service in permanent case provided * True, if the MCID service in permanent case provided */ */ boolean PC_MCID_PERMANENT_CASE_PROVIDED; modulepar boolean PC_MCID_PERMANENT_CASE_PROVIDED; /** @desc boolean PICS ref: ETSI TS 186 018-1 PICS 1/4 /** @desc boolean PICS ref: ETSI TS 186 018-1 PICS 1/4 * True, if the MCID service case by case provided * True, if the MCID service case by case provided */ */ boolean PC_MCID_CASE_BY_CASE_PROVIDED; modulepar boolean PC_MCID_CASE_BY_CASE_PROVIDED; /** @desc boolean PICS ref: ETSI TS 186 018-1 PICS 1/5 /** @desc boolean PICS ref: ETSI TS 186 018-1 PICS 1/5 * True, if the invocation of MCID by sending XML-MIME with XML * True, if the invocation of MCID by sending XML-MIME with XML * mcid body MCID XML Request schema containing a * mcid body MCID XML Request schema containing a * McidRequestIndicator set to 1 provided * McidRequestIndicator set to 1 provided */ */ boolean PC_MCID_REQUEST_INDICATOR_SETTO1; modulepar boolean PC_MCID_REQUEST_INDICATOR_SETTO1; /** @desc boolean PICS ref: ETSI TS 186 018-1 PICS 1/8 /** @desc boolean PICS ref: ETSI TS 186 018-1 PICS 1/8 * True, if a missing or incomplete originating ID requested * True, if a missing or incomplete originating ID requested */ */ boolean PC_MCID_INCOMPLETE_ORIG_ID_REQUESTED; modulepar boolean PC_MCID_INCOMPLETE_ORIG_ID_REQUESTED; /* **************************************************************************************************** /* **************************************************************************************************** OIP/OIR used for test case selection OIP/OIR used for test case selection Loading @@ -254,10 +253,9 @@ group PICS_Module_Parameters /** @desc boolean PICS ref: ETSI TS 186 006-1 PICS 2/5 /** @desc boolean PICS ref: ETSI TS 186 006-1 PICS 2/5 * True, if the terminating user subscribe the override category for the OIR service * True, if the terminating user subscribe the override category for the OIR service */ */ boolean PC_OI_ORIG_USER_OVER_CAT; modulepar boolean PC_OI_ORIG_USER_OVER_CAT; }// end modulepar }//end group PICS_Module_Parameters }//end group PICS_Module_Parameters }// end module SS_Ims_PICS }// end module SS_Ims_PICS AtsCommon/SS_Ims_PIXITS.ttcn +5 −8 Original line number Original line Diff line number Diff line Loading @@ -105,22 +105,22 @@ group CUG_PIXITS{ * Used in CUG group of tests * Used in CUG group of tests * * */ */ modulepar NetworkIdentityType PX_CugNetworkIndicator:='A'H; modulepar NetworkIdentityType PX_CugNetworkIndicator; /** @desc hexstring for CugInterlockBinaryCode /** @desc hexstring for CugInterlockBinaryCode * Used in CUG group of tests * Used in CUG group of tests */ */ modulepar SixteenbitType PX_CugInterlockBinaryCode:='AB'H; modulepar SixteenbitType PX_CugInterlockBinaryCode; /** @desc hexstring for PX_CugInterlockBinaryCode_RelatedToRegistredCUG_Index /** @desc hexstring for PX_CugInterlockBinaryCode_RelatedToRegistredCUG_Index * Used in CUG group of tests * Used in CUG group of tests */ */ modulepar SixteenbitType PX_CugInterlockBinaryCode_RelatedToRegistredCUG_Index:='BC'H; modulepar SixteenbitType PX_CugInterlockBinaryCode_RelatedToRegistredCUG_Index; /** @desc hexstring for PX_CugInterlockBinaryCode_RelatedToRegistredCUG_Index /** @desc hexstring for PX_CugInterlockBinaryCode_RelatedToRegistredCUG_Index * Used in CUG group of tests * Used in CUG group of tests */ */ modulepar SixteenbitType PX_CugInterlockBinaryCode_NotRelatedToRegistredCUG_Index:='CD'H; modulepar SixteenbitType PX_CugInterlockBinaryCode_NotRelatedToRegistredCUG_Index; } } group SIPHeadersPIXITS { group SIPHeadersPIXITS { Loading Loading @@ -186,7 +186,4 @@ modulepar boolean PX_UE_REG_EVENT_SUBSCRIPTION := true; */ */ modulepar boolean PX_UE_REG_EVENT_NOTIFICATION := true; modulepar boolean PX_UE_REG_EVENT_NOTIFICATION := true; }// end module SS_Ims_PIXITS }// end module SS_Ims_PIXITS AtsCommon/SS_Ims_TestConfiguration.ttcn +1 −9 Original line number Original line Diff line number Diff line Loading @@ -575,13 +575,6 @@ } } } //end group syncNoStop } //end group syncNoStop import from LibCommon_Sync {type ServerSyncComp;} import from LibSip_SIPTypesAndValues {type CSeq;} import from LibIms_Interface {type ImsComponent;} /** /** * @desc Setup the test configureation for AS testing at ICS interface. * @desc Setup the test configureation for AS testing at ICS interface. * @param p_comp S-CSCF Test Component * @param p_comp S-CSCF Test Component Loading Loading @@ -704,5 +697,4 @@ unmap(p_comp:SIPP, system:Gm); unmap(p_comp:SIPP, system:Gm); } } } // end module SS_Ims_TestConfiguration } // end module SS_Ims_TestConfiguration Loading
AtsCommon/SS_Ims_PICS.ttcn +38 −40 Original line number Original line Diff line number Diff line Loading @@ -12,7 +12,6 @@ module SS_Ims_PICS { module SS_Ims_PICS { group PICS_Module_Parameters group PICS_Module_Parameters { { modulepar { /* **************************************************************************************************** /* **************************************************************************************************** TIP/TIR PICS used for test case selection TIP/TIR PICS used for test case selection Loading @@ -21,80 +20,80 @@ group PICS_Module_Parameters /** @desc boolean PICS ref: ETSI TS 186 005-1 PICS 1/1 /** @desc boolean PICS ref: ETSI TS 186 005-1 PICS 1/1 * True, if the implementation is originating user equipment * True, if the implementation is originating user equipment */ */ boolean PC_ORIGINATING_USER_EQUIPMENT; modulepar boolean PC_ORIGINATING_USER_EQUIPMENT; /** @desc boolean PICS ref: ETSI TS 186 005-1 PICS 1/2 /** @desc boolean PICS ref: ETSI TS 186 005-1 PICS 1/2 * True, if the implementation is terminating user equipment * True, if the implementation is terminating user equipment */ */ boolean PC_TERMINATING_USER_EQUIPMENT; modulepar boolean PC_TERMINATING_USER_EQUIPMENT; /** @desc boolean PICS ref: ETSI TS 186 005-1 PICS 1/3 /** @desc boolean PICS ref: ETSI TS 186 005-1 PICS 1/3 * True, if the implementation connected with a trusted network * True, if the implementation connected with a trusted network */ */ boolean PC_TRUSTED_NETWORK_CONNECTION; modulepar boolean PC_TRUSTED_NETWORK_CONNECTION; /** @desc boolean PICS ref: ETSI TS 186 005-1 PICS 1/4 /** @desc boolean PICS ref: ETSI TS 186 005-1 PICS 1/4 * True, if the implementation connected with an untrusted network * True, if the implementation connected with an untrusted network */ */ boolean PC_UNTRUSTED_NETWORK_CONNECTION; modulepar boolean PC_UNTRUSTED_NETWORK_CONNECTION; /** @desc boolean PICS ref: ETSI TS 186 005-1 PICS 1/6 /** @desc boolean PICS ref: ETSI TS 186 005-1 PICS 1/6 * True, if the network have divert capability * True, if the network have divert capability */ */ boolean PC_NETWORK_DIVERT_CAPABILITY; modulepar boolean PC_NETWORK_DIVERT_CAPABILITY; /** @desc boolean PICS ref: ETSI TS 186 005-1 PICS 1/7 /** @desc boolean PICS ref: ETSI TS 186 005-1 PICS 1/7 * True, if the implementation connected with an untrusted network * True, if the implementation connected with an untrusted network */ */ boolean PC_NETWORK_SUPPORT_SPECIAL_ARRANGEMENT; modulepar boolean PC_NETWORK_SUPPORT_SPECIAL_ARRANGEMENT; /** @desc boolean PICS ref: ETSI TS 186 005-1 PICS 2/1 /** @desc boolean PICS ref: ETSI TS 186 005-1 PICS 2/1 * True, if the originating user subscribe the TIP service * True, if the originating user subscribe the TIP service */ */ boolean PC_TIP_SERVICE_SUBSCRIBED_BY_ORIG_USER; modulepar boolean PC_TIP_SERVICE_SUBSCRIBED_BY_ORIG_USER; /** @desc boolean PICS ref: ETSI TS 186 005-1 PICS 2/2 /** @desc boolean PICS ref: ETSI TS 186 005-1 PICS 2/2 * True, if the terminating user subscribe the TIR service in * True, if the terminating user subscribe the TIR service in * permanent mod * permanent mod */ */ boolean PC_TIR_SERVICE_PERMANENT_MODE_SUBSCRIBED_BY_TERM_USER; modulepar boolean PC_TIR_SERVICE_PERMANENT_MODE_SUBSCRIBED_BY_TERM_USER; /** @desc boolean PICS ref: ETSI TS 186 005-1 PICS 2/3 /** @desc boolean PICS ref: ETSI TS 186 005-1 PICS 2/3 * True, if the terminating user subscribe the TIR service in * True, if the terminating user subscribe the TIR service in * temporary mode with default value "presentation not restricted" * temporary mode with default value "presentation not restricted" */ */ boolean PC_TIR_SERVICE_TEMP_MODE_PRESENT_NOT_RESTRICTED_SUBSCRIBED_BY_TERM_USER; modulepar boolean PC_TIR_SERVICE_TEMP_MODE_PRESENT_NOT_RESTRICTED_SUBSCRIBED_BY_TERM_USER; /** @desc boolean PICS ref: ETSI TS 186 005-1 PICS 2/4 /** @desc boolean PICS ref: ETSI TS 186 005-1 PICS 2/4 * True, if the terminating user subscribe the TIR service in * True, if the terminating user subscribe the TIR service in * temporary mode with default value "presentation restricted" * temporary mode with default value "presentation restricted" */ */ boolean PC_TIR_SERVICE_TEMP_MODE_PRESENT_RESTRICTED_SUBSCRIBED_BY_TERM_USER; modulepar boolean PC_TIR_SERVICE_TEMP_MODE_PRESENT_RESTRICTED_SUBSCRIBED_BY_TERM_USER; /** @desc boolean PICS ref: ETSI TS 186 005-1 PICS 2/5 /** @desc boolean PICS ref: ETSI TS 186 005-1 PICS 2/5 * True, if the originating user subscribe the override category for * True, if the originating user subscribe the override category for * the TIR service * the TIR service */ */ boolean PC_TIR_SERVICE_OVERRIDE_CATEGORY_SUBSCRIBED_BY_ORIG_USER; modulepar boolean PC_TIR_SERVICE_OVERRIDE_CATEGORY_SUBSCRIBED_BY_ORIG_USER; /** @desc boolean PICS ref: ETSI TS 186 005-1 PICS 2/6 /** @desc boolean PICS ref: ETSI TS 186 005-1 PICS 2/6 * True, if the user equipment supports the 'from-change' tag in * True, if the user equipment supports the 'from-change' tag in * the Supported header * the Supported header */ */ boolean PC_USER_EQUIPMENT_SUPPORTS_FROMCHANGE_TAG; modulepar boolean PC_USER_EQUIPMENT_SUPPORTS_FROMCHANGE_TAG; /** @desc boolean PICS ref: ETSI TS 186 005-1 PICS 2/7 /** @desc boolean PICS ref: ETSI TS 186 005-1 PICS 2/7 * True, if the terminating user equipment send an UPDATE * True, if the terminating user equipment send an UPDATE * request if a “from-change” tag was received in the initial * request if a “from-change” tag was received in the initial * INVITE * INVITE */ */ boolean PC_USER_EQUIPMENT_SUPPORTS_UPDATE_AFTER_FROMCHANGE_TAG; modulepar boolean PC_USER_EQUIPMENT_SUPPORTS_UPDATE_AFTER_FROMCHANGE_TAG; /** @desc boolean PICS ref: ETSI TS 186 005-1 PICS 2/8 /** @desc boolean PICS ref: ETSI TS 186 005-1 PICS 2/8 * True, if the user equipment supports the 'from-change' tag in * True, if the user equipment supports the 'from-change' tag in * the Supported header * the Supported header */ */ boolean PC_TERM_USER_SUBSCRIBES_SPECIAL_ARRANGE; modulepar boolean PC_TERM_USER_SUBSCRIBES_SPECIAL_ARRANGE; /* **************************************************************************************************** /* **************************************************************************************************** CUG PICS used for test case selection CUG PICS used for test case selection Loading @@ -103,35 +102,35 @@ group PICS_Module_Parameters /** @desc boolean PICS ref: ETSI TS 186 016-1 PICS 1/1 /** @desc boolean PICS ref: ETSI TS 186 016-1 PICS 1/1 * True, if the CUG without preference supported * True, if the CUG without preference supported */ */ boolean PC_CUG_WITHOUT_PREFERENCES_SUPPORTED; modulepar boolean PC_CUG_WITHOUT_PREFERENCES_SUPPORTED; /** @desc boolean PICS ref: ETSI TS 186 016-1 PICS 1/2 /** @desc boolean PICS ref: ETSI TS 186 016-1 PICS 1/2 * True, if is the CUG Outgoing access, explicit request required without * True, if is the CUG Outgoing access, explicit request required without * preference supported * preference supported */ */ boolean PC_CUG_OUTGOING_EXPLICIT_REQUEST_WITHOUT_PREFERENCES_SUPPORTED; modulepar boolean PC_CUG_OUTGOING_EXPLICIT_REQUEST_WITHOUT_PREFERENCES_SUPPORTED; /** @desc boolean PICS ref: ETSI TS 186 016-1 PICS 1/3 /** @desc boolean PICS ref: ETSI TS 186 016-1 PICS 1/3 * True, if is the CUG Outgoing access, implicit outgoing access for all * True, if is the CUG Outgoing access, implicit outgoing access for all * communications without preference supported * communications without preference supported */ */ boolean PC_CUG_OUTGOING_IMPLICIT_REQUEST_WITHOUT_PREFERENCES_SUPPORTED; modulepar boolean PC_CUG_OUTGOING_IMPLICIT_REQUEST_WITHOUT_PREFERENCES_SUPPORTED; /** @desc boolean PICS ref: ETSI TS 186 016-1 PICS 1/4 /** @desc boolean PICS ref: ETSI TS 186 016-1 PICS 1/4 * True, if is the CUG with preference supported * True, if is the CUG with preference supported */ */ boolean PC_CUG_WITH_PREFERENCES_SUPPORTED; modulepar boolean PC_CUG_WITH_PREFERENCES_SUPPORTED; /** @desc boolean PICS ref: ETSI TS 186 016-1 PICS 1/5 /** @desc boolean PICS ref: ETSI TS 186 016-1 PICS 1/5 * True, if is the CUG+OAE with preference supported * True, if is the CUG+OAE with preference supported */ */ boolean PC_CUG_OAE_WITH_PREFERENCES_SUPPORTED; modulepar boolean PC_CUG_OAE_WITH_PREFERENCES_SUPPORTED; /** @desc boolean PICS ref: ETSI TS 186 016-1 PICS 1/6 /** @desc boolean PICS ref: ETSI TS 186 016-1 PICS 1/6 * True, if is the CUG Outgoing access, implicit outgoing access for all * True, if is the CUG Outgoing access, implicit outgoing access for all * communications with preference supported * communications with preference supported */ */ boolean PC_CUG_OUTGOING_IMPLICIT_WITH_PREFERENCES_SUPPORTED; modulepar boolean PC_CUG_OUTGOING_IMPLICIT_WITH_PREFERENCES_SUPPORTED; /* **************************************************************************************************** /* **************************************************************************************************** ACR PICS used for test case selection ACR PICS used for test case selection Loading @@ -141,19 +140,19 @@ group PICS_Module_Parameters * True, if the Incoming Communications Barring (ICB) service * True, if the Incoming Communications Barring (ICB) service * supported * supported */ */ boolean PC_ACR_ICB_SERVICE_SUPPORTED; modulepar boolean PC_ACR_ICB_SERVICE_SUPPORTED; /** @desc boolean PICS ref: ETSI TS 186 017-1 PICS 1/4 /** @desc boolean PICS ref: ETSI TS 186 017-1 PICS 1/4 * True, if an announcement be provided to the originating user * True, if an announcement be provided to the originating user * before terminating the communication * before terminating the communication */ */ boolean PC_ACR_ANNOUNCEMENT_SUPPORTED_BEFORE_TERMINATION; modulepar boolean PC_ACR_ANNOUNCEMENT_SUPPORTED_BEFORE_TERMINATION; /** @desc boolean PICS ref: ETSI TS 186 017-1 PICS 1/5 /** @desc boolean PICS ref: ETSI TS 186 017-1 PICS 1/5 * True, if the communication forwarded to a voice message service * True, if the communication forwarded to a voice message service * instead of rejecting the communication * instead of rejecting the communication */ */ boolean PC_ACR_COMUNICATION_FORWARDED_TO_VOICE_MESSAGE_SERVICE; modulepar boolean PC_ACR_COMUNICATION_FORWARDED_TO_VOICE_MESSAGE_SERVICE; /* **************************************************************************************************** /* **************************************************************************************************** CW PICS used for test case selection CW PICS used for test case selection Loading @@ -165,26 +164,26 @@ group PICS_Module_Parameters * receipt of a 180 (Ringing) response with a * receipt of a 180 (Ringing) response with a * Alert-Info header field set to "urn:alert:service:call-waiting"? * Alert-Info header field set to "urn:alert:service:call-waiting"? */ */ boolean PC_CW_AS_180withAIhdr; modulepar boolean PC_CW_AS_180withAIhdr; /** @desc boolean PICS ref: ETSI TS 186 022-1 V2.1.1 PICS 1/2 /** @desc boolean PICS ref: ETSI TS 186 022-1 V2.1.1 PICS 1/2 * True, if CW condition determined by the AS based on validation * True, if CW condition determined by the AS based on validation * of the "approaching NDUB" condition * of the "approaching NDUB" condition */ */ boolean PC_CW_AS_approaching_NDUB_condition; modulepar boolean PC_CW_AS_approaching_NDUB_condition; /** @desc boolean PICS ref: ETSI TS 186 022-1 V2.1.1 PICS 1/3 /** @desc boolean PICS ref: ETSI TS 186 022-1 V2.1.1 PICS 1/3 * True, if AS initiate the procedures for the provision of * True, if AS initiate the procedures for the provision of * an announcement to the calling * an announcement to the calling */ */ boolean PC_CW_AS_inititate_announcement; modulepar boolean PC_CW_AS_inititate_announcement; /** @desc boolean PICS ref: ETSI TS 186 022-1 V2.1.1 PICS 2/2 /** @desc boolean PICS ref: ETSI TS 186 022-1 V2.1.1 PICS 2/2 * True, if User Equipment of the user C indicate to the user * True, if User Equipment of the user C indicate to the user * that the outgoing communication is being treated as * that the outgoing communication is being treated as * a waiting communication * a waiting communication */ */ boolean PC_CW_UEC_indicate_waiting_communication; modulepar boolean PC_CW_UEC_indicate_waiting_communication; /** @desc boolean PICS ref: ETSI TS 186 022-1 V2.1.1 PICS 2/3 /** @desc boolean PICS ref: ETSI TS 186 022-1 V2.1.1 PICS 2/3 * True, if User Equipment of the user B able to send a * True, if User Equipment of the user B able to send a Loading @@ -192,24 +191,24 @@ group PICS_Module_Parameters * and send the Alert-Info header with the value * and send the Alert-Info header with the value * <urn:alert:service:callwaiting> * <urn:alert:service:callwaiting> */ */ boolean PC_CW_UEB_support_180withCWI_AIhdr; modulepar boolean PC_CW_UEB_support_180withCWI_AIhdr; /** @desc boolean PICS ref: ETSI TS 186 022-1 V2.1.1 PICS 2/4 /** @desc boolean PICS ref: ETSI TS 186 022-1 V2.1.1 PICS 2/4 * True, if the User Equipment accept and understand the XML * True, if the User Equipment accept and understand the XML * CW MIME attachment and notify the user. * CW MIME attachment and notify the user. */ */ boolean PC_CW_UE_support_XML_PROVIDED; modulepar boolean PC_CW_UE_support_XML_PROVIDED; /** @desc boolean PICS ref: ETSI TS 186 022-1 V2.1.1 PICS 3/1 /** @desc boolean PICS ref: ETSI TS 186 022-1 V2.1.1 PICS 3/1 * True, if support of timer Timer TAS-CW * True, if support of timer Timer TAS-CW */ */ boolean PC_CW_TAS_CW_SUPPORTED; modulepar boolean PC_CW_TAS_CW_SUPPORTED; /** @desc boolean PICS ref: ETSI TS 186 022-1 V2.1.1 PICS 3/2 /** @desc boolean PICS ref: ETSI TS 186 022-1 V2.1.1 PICS 3/2 * True, if support of timer Timer TUE-CW * True, if support of timer Timer TUE-CW */ */ boolean PC_CW_TUE_CW_SUPPORTED; modulepar boolean PC_CW_TUE_CW_SUPPORTED; /* **************************************************************************************************** /* **************************************************************************************************** MCID PICS used for test case selection MCID PICS used for test case selection Loading @@ -218,35 +217,35 @@ group PICS_Module_Parameters /** @desc boolean PICS ref: ETSI TS 186 018-1 PICS 1/1 /** @desc boolean PICS ref: ETSI TS 186 018-1 PICS 1/1 * True, if the invocation of the MCID service provided * True, if the invocation of the MCID service provided */ */ boolean PC_MCID_INVOCATION_PROVIDED; modulepar boolean PC_MCID_INVOCATION_PROVIDED; /** @desc boolean PICS ref: ETSI TS 186 018-1 PICS 1/2 /** @desc boolean PICS ref: ETSI TS 186 018-1 PICS 1/2 * True, if the invocation of the MCID service using the XML * True, if the invocation of the MCID service using the XML * MIME body mcid provided * MIME body mcid provided */ */ boolean PC_MCID_XML_MIME_BODY_PROVIDED; modulepar boolean PC_MCID_XML_MIME_BODY_PROVIDED; /** @desc boolean PICS ref: ETSI TS 186 018-1 PICS 1/3 /** @desc boolean PICS ref: ETSI TS 186 018-1 PICS 1/3 * True, if the MCID service in permanent case provided * True, if the MCID service in permanent case provided */ */ boolean PC_MCID_PERMANENT_CASE_PROVIDED; modulepar boolean PC_MCID_PERMANENT_CASE_PROVIDED; /** @desc boolean PICS ref: ETSI TS 186 018-1 PICS 1/4 /** @desc boolean PICS ref: ETSI TS 186 018-1 PICS 1/4 * True, if the MCID service case by case provided * True, if the MCID service case by case provided */ */ boolean PC_MCID_CASE_BY_CASE_PROVIDED; modulepar boolean PC_MCID_CASE_BY_CASE_PROVIDED; /** @desc boolean PICS ref: ETSI TS 186 018-1 PICS 1/5 /** @desc boolean PICS ref: ETSI TS 186 018-1 PICS 1/5 * True, if the invocation of MCID by sending XML-MIME with XML * True, if the invocation of MCID by sending XML-MIME with XML * mcid body MCID XML Request schema containing a * mcid body MCID XML Request schema containing a * McidRequestIndicator set to 1 provided * McidRequestIndicator set to 1 provided */ */ boolean PC_MCID_REQUEST_INDICATOR_SETTO1; modulepar boolean PC_MCID_REQUEST_INDICATOR_SETTO1; /** @desc boolean PICS ref: ETSI TS 186 018-1 PICS 1/8 /** @desc boolean PICS ref: ETSI TS 186 018-1 PICS 1/8 * True, if a missing or incomplete originating ID requested * True, if a missing or incomplete originating ID requested */ */ boolean PC_MCID_INCOMPLETE_ORIG_ID_REQUESTED; modulepar boolean PC_MCID_INCOMPLETE_ORIG_ID_REQUESTED; /* **************************************************************************************************** /* **************************************************************************************************** OIP/OIR used for test case selection OIP/OIR used for test case selection Loading @@ -254,10 +253,9 @@ group PICS_Module_Parameters /** @desc boolean PICS ref: ETSI TS 186 006-1 PICS 2/5 /** @desc boolean PICS ref: ETSI TS 186 006-1 PICS 2/5 * True, if the terminating user subscribe the override category for the OIR service * True, if the terminating user subscribe the override category for the OIR service */ */ boolean PC_OI_ORIG_USER_OVER_CAT; modulepar boolean PC_OI_ORIG_USER_OVER_CAT; }// end modulepar }//end group PICS_Module_Parameters }//end group PICS_Module_Parameters }// end module SS_Ims_PICS }// end module SS_Ims_PICS
AtsCommon/SS_Ims_PIXITS.ttcn +5 −8 Original line number Original line Diff line number Diff line Loading @@ -105,22 +105,22 @@ group CUG_PIXITS{ * Used in CUG group of tests * Used in CUG group of tests * * */ */ modulepar NetworkIdentityType PX_CugNetworkIndicator:='A'H; modulepar NetworkIdentityType PX_CugNetworkIndicator; /** @desc hexstring for CugInterlockBinaryCode /** @desc hexstring for CugInterlockBinaryCode * Used in CUG group of tests * Used in CUG group of tests */ */ modulepar SixteenbitType PX_CugInterlockBinaryCode:='AB'H; modulepar SixteenbitType PX_CugInterlockBinaryCode; /** @desc hexstring for PX_CugInterlockBinaryCode_RelatedToRegistredCUG_Index /** @desc hexstring for PX_CugInterlockBinaryCode_RelatedToRegistredCUG_Index * Used in CUG group of tests * Used in CUG group of tests */ */ modulepar SixteenbitType PX_CugInterlockBinaryCode_RelatedToRegistredCUG_Index:='BC'H; modulepar SixteenbitType PX_CugInterlockBinaryCode_RelatedToRegistredCUG_Index; /** @desc hexstring for PX_CugInterlockBinaryCode_RelatedToRegistredCUG_Index /** @desc hexstring for PX_CugInterlockBinaryCode_RelatedToRegistredCUG_Index * Used in CUG group of tests * Used in CUG group of tests */ */ modulepar SixteenbitType PX_CugInterlockBinaryCode_NotRelatedToRegistredCUG_Index:='CD'H; modulepar SixteenbitType PX_CugInterlockBinaryCode_NotRelatedToRegistredCUG_Index; } } group SIPHeadersPIXITS { group SIPHeadersPIXITS { Loading Loading @@ -186,7 +186,4 @@ modulepar boolean PX_UE_REG_EVENT_SUBSCRIPTION := true; */ */ modulepar boolean PX_UE_REG_EVENT_NOTIFICATION := true; modulepar boolean PX_UE_REG_EVENT_NOTIFICATION := true; }// end module SS_Ims_PIXITS }// end module SS_Ims_PIXITS
AtsCommon/SS_Ims_TestConfiguration.ttcn +1 −9 Original line number Original line Diff line number Diff line Loading @@ -575,13 +575,6 @@ } } } //end group syncNoStop } //end group syncNoStop import from LibCommon_Sync {type ServerSyncComp;} import from LibSip_SIPTypesAndValues {type CSeq;} import from LibIms_Interface {type ImsComponent;} /** /** * @desc Setup the test configureation for AS testing at ICS interface. * @desc Setup the test configureation for AS testing at ICS interface. * @param p_comp S-CSCF Test Component * @param p_comp S-CSCF Test Component Loading Loading @@ -704,5 +697,4 @@ unmap(p_comp:SIPP, system:Gm); unmap(p_comp:SIPP, system:Gm); } } } // end module SS_Ims_TestConfiguration } // end module SS_Ims_TestConfiguration