Loading CDIV/CDIV_TC_Functions.ttcn 0 → 100644 +57 −0 Original line number Diff line number Diff line module CDIV_TC_Functions { // TODO before conclusion of project check if some bellow commented library is not used and delete its import //import from LibIms_SIPTypesAndValues all; //import from LibSip_SIPTypesAndValues language "TTCN-3:2005" all; //import from SS_Ims_PIXITS all; //import from LibIms_Steps all; //import from LibIms_Interface all; //import from LibSip_Steps language "TTCN-3:2005" all; //import from LibSip_Templates all; //import from LibCommon_Sync all; //import from LibIms_Templates all; //import from IMS_SS_Functions all; group SuplementaryService_CDIV { group Netw { group ASdivertingUser_DivProcedures { } //end group ASdivertingUser_DivProcedures group ASdivertingUser_NotOrigUser { } //end group ASdivertingUser_NotOrigUser group ASdivertingUser_NotDivUser { } //end group ASdivertingUser_NotDivUser group ASdiverted_to { } // end group ASdiverted_to } //end group Netw group User { group OrigUE { } //end group OrigUE group DivertingUE { }//end group DivertingUE }// end group User group Interaction { group TIP { } // end group TIP group TIR { } // end group TIR group ACR_CB { } // end group ACR_CB group ECT { } //end group ECT } //end group Interaction }// end group SuplementaryService_CDIV } No newline at end of file CDIV/CDIV_TestCases.ttcn 0 → 100644 +61 −0 Original line number Diff line number Diff line /** * @desc * <p>The present module specifies the Abtract Test Suite (ATS) for Communications * Diversion (CDIV)NGN Basic Services, TS 124 604. </p><p>Within the TISPAN NGN * Relese 1 Next Generation Network (NGN) the stage 3 description is * specified using IP Multimedia Call Control Prtocol based on Session * Initiation Protocol (SIP) and Session Description Protocol (SDP).</p><p>The * Communications Diversion (CDIV) services enables the diverting user, to divert * the communications addressed to diverting user to an other destination.</p> * * @author STF 406 */ module CDIV_TestCases { //TODO before conclusion of project check if some bellow commented library is not used and delete its import //import from LibSip_SIPTypesAndValues language "TTCN-3:2005" all; import from CDIV_TC_Functions all; //import from SS_Ims_TestSystem all; //import from SS_Ims_PICS all; //import from LibIms_Interface all; //import from LibCommon_Sync all; //import from SS_Ims_TestConfiguration all; group SuplementaryService_CDIV{ group Netw { group ASdivertingUser_DivProcedures { } //end group ASdivertingUser_DivProcedures group ASdivertingUser_NotOrigUser { } //end group ASdivertingUser_NotOrigUser group ASdivertingUser_NotDivUser { } //end group ASdivertingUser_NotDivUser group ASdiverted_to { } // end group ASdiverted_to } //end group Netw group User { group OrigUE { } //end group OrigUE group DivertingUE { }//end group DivertingUE }// end group User group Interaction { group TIP { } // end group TIP group TIR { } // end group TIR group ACR_CB { } // end group ACR_CB group ECT { } //end group ECT } //end group Interaction }// end group SuplementaryService_CDIV } No newline at end of file Loading
CDIV/CDIV_TC_Functions.ttcn 0 → 100644 +57 −0 Original line number Diff line number Diff line module CDIV_TC_Functions { // TODO before conclusion of project check if some bellow commented library is not used and delete its import //import from LibIms_SIPTypesAndValues all; //import from LibSip_SIPTypesAndValues language "TTCN-3:2005" all; //import from SS_Ims_PIXITS all; //import from LibIms_Steps all; //import from LibIms_Interface all; //import from LibSip_Steps language "TTCN-3:2005" all; //import from LibSip_Templates all; //import from LibCommon_Sync all; //import from LibIms_Templates all; //import from IMS_SS_Functions all; group SuplementaryService_CDIV { group Netw { group ASdivertingUser_DivProcedures { } //end group ASdivertingUser_DivProcedures group ASdivertingUser_NotOrigUser { } //end group ASdivertingUser_NotOrigUser group ASdivertingUser_NotDivUser { } //end group ASdivertingUser_NotDivUser group ASdiverted_to { } // end group ASdiverted_to } //end group Netw group User { group OrigUE { } //end group OrigUE group DivertingUE { }//end group DivertingUE }// end group User group Interaction { group TIP { } // end group TIP group TIR { } // end group TIR group ACR_CB { } // end group ACR_CB group ECT { } //end group ECT } //end group Interaction }// end group SuplementaryService_CDIV } No newline at end of file
CDIV/CDIV_TestCases.ttcn 0 → 100644 +61 −0 Original line number Diff line number Diff line /** * @desc * <p>The present module specifies the Abtract Test Suite (ATS) for Communications * Diversion (CDIV)NGN Basic Services, TS 124 604. </p><p>Within the TISPAN NGN * Relese 1 Next Generation Network (NGN) the stage 3 description is * specified using IP Multimedia Call Control Prtocol based on Session * Initiation Protocol (SIP) and Session Description Protocol (SDP).</p><p>The * Communications Diversion (CDIV) services enables the diverting user, to divert * the communications addressed to diverting user to an other destination.</p> * * @author STF 406 */ module CDIV_TestCases { //TODO before conclusion of project check if some bellow commented library is not used and delete its import //import from LibSip_SIPTypesAndValues language "TTCN-3:2005" all; import from CDIV_TC_Functions all; //import from SS_Ims_TestSystem all; //import from SS_Ims_PICS all; //import from LibIms_Interface all; //import from LibCommon_Sync all; //import from SS_Ims_TestConfiguration all; group SuplementaryService_CDIV{ group Netw { group ASdivertingUser_DivProcedures { } //end group ASdivertingUser_DivProcedures group ASdivertingUser_NotOrigUser { } //end group ASdivertingUser_NotOrigUser group ASdivertingUser_NotDivUser { } //end group ASdivertingUser_NotDivUser group ASdiverted_to { } // end group ASdiverted_to } //end group Netw group User { group OrigUE { } //end group OrigUE group DivertingUE { }//end group DivertingUE }// end group User group Interaction { group TIP { } // end group TIP group TIR { } // end group TIR group ACR_CB { } // end group ACR_CB group ECT { } //end group ECT } //end group Interaction }// end group SuplementaryService_CDIV } No newline at end of file