Loading AtsCommon/SS_Ims_PICS.ttcn +25 −1 Original line number Diff line number Diff line Loading @@ -18,6 +18,16 @@ group PICS_Module_Parameters TIP/TIR PICS used for test case selection *************************************************************************************************** */ /** @desc boolean PICS ref: ETSI TS 186 005-1 PICS 1/1 * True, if the implementation is originating user equipment */ boolean PC_ORIGINATING_USER_EQUIPMENT; /** @desc boolean PICS ref: ETSI TS 186 005-1 PICS 1/2 * True, if the implementation is terminating user equipment */ boolean PC_TERMINATING_USER_EQUIPMENT; /** @desc boolean PICS ref: ETSI TS 186 005-1 PICS 1/3 * True, if the implementation connected with a trusted network */ Loading @@ -28,6 +38,11 @@ group PICS_Module_Parameters */ boolean PC_UNTRUSTED_NETWORK_CONNECTION; /** @desc boolean PICS ref: ETSI TS 186 005-1 PICS 1/6 * True, if the network have divert capability */ boolean PC_NETWORK_DIVERT_CAPABILITY; /** @desc boolean PICS ref: ETSI TS 186 005-1 PICS 1/7 * True, if the implementation connected with an untrusted network */ Loading Loading @@ -175,7 +190,16 @@ group PICS_Module_Parameters /** @desc boolean PICS ref: ETSI TS 186 018-1 PICS 1/8 * True, if a missing or incomplete originating ID requested */ boolean PC_MCID_INCOMPLETE_ORIG_ID_REQUESTED boolean PC_MCID_INCOMPLETE_ORIG_ID_REQUESTED; /* **************************************************************************************************** OIP/OIR used for test case selection *************************************************************************************************** */ /** @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 */ boolean PC_OI_ORIG_USER_OVER_CAT; }// end modulepar }//end group PICS_Module_Parameters Loading Loading
AtsCommon/SS_Ims_PICS.ttcn +25 −1 Original line number Diff line number Diff line Loading @@ -18,6 +18,16 @@ group PICS_Module_Parameters TIP/TIR PICS used for test case selection *************************************************************************************************** */ /** @desc boolean PICS ref: ETSI TS 186 005-1 PICS 1/1 * True, if the implementation is originating user equipment */ boolean PC_ORIGINATING_USER_EQUIPMENT; /** @desc boolean PICS ref: ETSI TS 186 005-1 PICS 1/2 * True, if the implementation is terminating user equipment */ boolean PC_TERMINATING_USER_EQUIPMENT; /** @desc boolean PICS ref: ETSI TS 186 005-1 PICS 1/3 * True, if the implementation connected with a trusted network */ Loading @@ -28,6 +38,11 @@ group PICS_Module_Parameters */ boolean PC_UNTRUSTED_NETWORK_CONNECTION; /** @desc boolean PICS ref: ETSI TS 186 005-1 PICS 1/6 * True, if the network have divert capability */ boolean PC_NETWORK_DIVERT_CAPABILITY; /** @desc boolean PICS ref: ETSI TS 186 005-1 PICS 1/7 * True, if the implementation connected with an untrusted network */ Loading Loading @@ -175,7 +190,16 @@ group PICS_Module_Parameters /** @desc boolean PICS ref: ETSI TS 186 018-1 PICS 1/8 * True, if a missing or incomplete originating ID requested */ boolean PC_MCID_INCOMPLETE_ORIG_ID_REQUESTED boolean PC_MCID_INCOMPLETE_ORIG_ID_REQUESTED; /* **************************************************************************************************** OIP/OIR used for test case selection *************************************************************************************************** */ /** @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 */ boolean PC_OI_ORIG_USER_OVER_CAT; }// end modulepar }//end group PICS_Module_Parameters Loading