Loading CommonAts/ttcn/SIPI_PIXITS.ttcn +1 −20 Original line number Diff line number Diff line Loading @@ -357,21 +357,6 @@ group MessageBody{ }//end of group MessageBody group SipProjectSpecific{ modulepar { /** @desc characterstring for PAssertedID which extends from calling party number(at ISUP) */ charstring PX_SIP_PASSERTEDID_USERINFO := "4123"; /** @desc characterstring for From which extends from additional calling party number(at ISUP) */ charstring PX_SIP_FROM_USERINFO := "4123"; }//modulpar }//end of group SipProjectSpecific }//SIP_PIXITparameters group ISUP_PIXITparameters{ Loading Loading @@ -547,7 +532,7 @@ group ISUPTimer{ /** @desc Nominal timeout (float) value of ISUP protocol timer T39 @remark PICS/PIXIT Reference: ETSI TS 186002-5, Table A5 */ float PX_Timeout_T39 := 120.0; float PX_Timeout_T39 := 15.0; /** @desc Nominal timeout (float) value of ISUP protocol timer T4 @remark PICS/PIXIT Reference: ETSI TS 186002-5, Table A5 Loading @@ -574,10 +559,6 @@ group ISUPTimer{ */ float PX_Timeout_T9 := 135.0; /** @desc Nominal timeout (float) value of ISUP protocol timer T16 (RLC timer) */ float PX_Timeout_T16 := 30.0; /** @desc Nominal timeout (float) value of ISUP protocol timer T18 (CGBA timer) */ float PX_Timeout_T18 := 15.0; Loading CommonAts/ttcn/SIPI_TestCases_SupplementaryServices.ttcn +0 −52 Original line number Diff line number Diff line Loading @@ -3587,58 +3587,6 @@ f_cfTwoPtcsDown(v_sipComponent, v_isupBiccComponent); } //end TC_412_006 /* * @desc TC_412_007 * @param loc_CSeq_s Transaction Id */ /* testcase TC_412_007(inout CSeq loc_CSeq_s) runs on ServerSyncComp system TestAdapter { //Variables var SipComponent v_sipComponent ; var IsupBiccComponent v_isupBiccComponent; f_cf00Up(v_sipComponent, v_isupBiccComponent); //Start f_IncCSeq(loc_CSeq_s); v_sipComponent.start(f_Sip_TC_412_007(loc_CSeq_s)); v_isupBiccComponent.start(f_IsupBicc_TC_412_007()) ; // synchronize both PTCs on sychronization points f_serverSync2ClientsAndStop({c_prDone, c_sync1, c_sync2, c_uPlane, c_tbDone}); f_cfTwoPtcsDown(v_sipComponent, v_isupBiccComponent); } //end TC_412_007 */ /* * @desc TC_412_008 * @param loc_CSeq_s Transaction Id */ /* testcase TC_412_008(inout CSeq loc_CSeq_s) runs on ServerSyncComp system TestAdapter { //Variables var SipComponent v_sipComponent ; var IsupBiccComponent v_isupBiccComponent; f_cf00Up(v_sipComponent, v_isupBiccComponent); //Start f_IncCSeq(loc_CSeq_s); v_sipComponent.start(f_Sip_TC_412_008(loc_CSeq_s)); v_isupBiccComponent.start(f_IsupBicc_TC_412_008()) ; // synchronize both PTCs on sychronization points f_serverSync2ClientsAndStop({c_prDone, c_sync1, c_sync2, c_uPlane, c_tbDone}); f_cfTwoPtcsDown(v_sipComponent, v_isupBiccComponent); } //end TC_412_008 */ /* * @desc TC_412_009 * @param loc_CSeq_s Transaction Id Loading CommonAts/ttcn/SIPI_TestSystem.ttcn +1 −0 Original line number Diff line number Diff line Loading @@ -144,6 +144,7 @@ var CallInstanceCode v_CallInstanceCodeDef; var Bit4 v_SLS; var Bit4 v_SLS2; var Bit4 v_SLSDef; //bearer states associated with cic1 and cic2: 0: not setup; 1: setup reuested; //2: release requested; 3: setup Loading ISUPAts/ttcn/SIPI_ISUP_Constants.ttcn +1 −1 Original line number Diff line number Diff line Loading @@ -441,7 +441,7 @@ const Bit7 c_GNI_gNotInd_reattached := '1000110'B; const Bit7 c_GNI_gNotInd_remHold := '1111001'B; /* Value 'remote retrieval' of bit field element 'generic notification indicator' in IE 'Generic notification indicator'. */ const Bit7 c_GNI_gNotInd_remRetriv := '1111010'B; const Bit7 c_GNI_gNotInd_remRetriev := '1111010'B; /* Value 'call is a waiting call' of bit field element 'generic notification indicator' in IE 'Generic notification indicator'. */ const Bit7 c_GNI_gNotInd_waitCall := '1100000'B; Loading ISUPAts/ttcn/SIPI_ISUP_ParamTemplates.ttcn +6 −1 Original line number Diff line number Diff line Loading @@ -3896,7 +3896,7 @@ group TransmitParams{ oddEven := f_calc_oddeven(p_digits, false), /* O/E */ screeningIndicator := p_screenInd, /* Screening indicator */ addrPresRestrInd := c_CNN_aprInd_alwd, /* Address presentation restricted indicator (NOTE) */ numberingplanIndicator := PX_ISUP_TX_CPN_numbplanInd, /* Numberingplan indicator */ numberingplanIndicator := '001'B, /* Numberingplan indicator */ spare := '0'B, /* spare */ addressSignals := f_char_to_BCD(p_digits, false) /* address signals */ } Loading Loading @@ -3962,6 +3962,11 @@ group TransmitParams{ natureOfAddressIndicator := c_CTN_natAddrInd_nat /* Nature of address indicator */ } template CTN_PAR_tlv m_CTN_PAR_Int(charstring p_digits) modifies m_CTN_PAR_allowed := { natureOfAddressIndicator := c_CTN_natAddrInd_internat /* Nature of address indicator */ } template CTR_PAR_tlv m_CTR_Def := /* TX template for Call transfer reference CTR_PAR_tlv */ { Loading Loading
CommonAts/ttcn/SIPI_PIXITS.ttcn +1 −20 Original line number Diff line number Diff line Loading @@ -357,21 +357,6 @@ group MessageBody{ }//end of group MessageBody group SipProjectSpecific{ modulepar { /** @desc characterstring for PAssertedID which extends from calling party number(at ISUP) */ charstring PX_SIP_PASSERTEDID_USERINFO := "4123"; /** @desc characterstring for From which extends from additional calling party number(at ISUP) */ charstring PX_SIP_FROM_USERINFO := "4123"; }//modulpar }//end of group SipProjectSpecific }//SIP_PIXITparameters group ISUP_PIXITparameters{ Loading Loading @@ -547,7 +532,7 @@ group ISUPTimer{ /** @desc Nominal timeout (float) value of ISUP protocol timer T39 @remark PICS/PIXIT Reference: ETSI TS 186002-5, Table A5 */ float PX_Timeout_T39 := 120.0; float PX_Timeout_T39 := 15.0; /** @desc Nominal timeout (float) value of ISUP protocol timer T4 @remark PICS/PIXIT Reference: ETSI TS 186002-5, Table A5 Loading @@ -574,10 +559,6 @@ group ISUPTimer{ */ float PX_Timeout_T9 := 135.0; /** @desc Nominal timeout (float) value of ISUP protocol timer T16 (RLC timer) */ float PX_Timeout_T16 := 30.0; /** @desc Nominal timeout (float) value of ISUP protocol timer T18 (CGBA timer) */ float PX_Timeout_T18 := 15.0; Loading
CommonAts/ttcn/SIPI_TestCases_SupplementaryServices.ttcn +0 −52 Original line number Diff line number Diff line Loading @@ -3587,58 +3587,6 @@ f_cfTwoPtcsDown(v_sipComponent, v_isupBiccComponent); } //end TC_412_006 /* * @desc TC_412_007 * @param loc_CSeq_s Transaction Id */ /* testcase TC_412_007(inout CSeq loc_CSeq_s) runs on ServerSyncComp system TestAdapter { //Variables var SipComponent v_sipComponent ; var IsupBiccComponent v_isupBiccComponent; f_cf00Up(v_sipComponent, v_isupBiccComponent); //Start f_IncCSeq(loc_CSeq_s); v_sipComponent.start(f_Sip_TC_412_007(loc_CSeq_s)); v_isupBiccComponent.start(f_IsupBicc_TC_412_007()) ; // synchronize both PTCs on sychronization points f_serverSync2ClientsAndStop({c_prDone, c_sync1, c_sync2, c_uPlane, c_tbDone}); f_cfTwoPtcsDown(v_sipComponent, v_isupBiccComponent); } //end TC_412_007 */ /* * @desc TC_412_008 * @param loc_CSeq_s Transaction Id */ /* testcase TC_412_008(inout CSeq loc_CSeq_s) runs on ServerSyncComp system TestAdapter { //Variables var SipComponent v_sipComponent ; var IsupBiccComponent v_isupBiccComponent; f_cf00Up(v_sipComponent, v_isupBiccComponent); //Start f_IncCSeq(loc_CSeq_s); v_sipComponent.start(f_Sip_TC_412_008(loc_CSeq_s)); v_isupBiccComponent.start(f_IsupBicc_TC_412_008()) ; // synchronize both PTCs on sychronization points f_serverSync2ClientsAndStop({c_prDone, c_sync1, c_sync2, c_uPlane, c_tbDone}); f_cfTwoPtcsDown(v_sipComponent, v_isupBiccComponent); } //end TC_412_008 */ /* * @desc TC_412_009 * @param loc_CSeq_s Transaction Id Loading
CommonAts/ttcn/SIPI_TestSystem.ttcn +1 −0 Original line number Diff line number Diff line Loading @@ -144,6 +144,7 @@ var CallInstanceCode v_CallInstanceCodeDef; var Bit4 v_SLS; var Bit4 v_SLS2; var Bit4 v_SLSDef; //bearer states associated with cic1 and cic2: 0: not setup; 1: setup reuested; //2: release requested; 3: setup Loading
ISUPAts/ttcn/SIPI_ISUP_Constants.ttcn +1 −1 Original line number Diff line number Diff line Loading @@ -441,7 +441,7 @@ const Bit7 c_GNI_gNotInd_reattached := '1000110'B; const Bit7 c_GNI_gNotInd_remHold := '1111001'B; /* Value 'remote retrieval' of bit field element 'generic notification indicator' in IE 'Generic notification indicator'. */ const Bit7 c_GNI_gNotInd_remRetriv := '1111010'B; const Bit7 c_GNI_gNotInd_remRetriev := '1111010'B; /* Value 'call is a waiting call' of bit field element 'generic notification indicator' in IE 'Generic notification indicator'. */ const Bit7 c_GNI_gNotInd_waitCall := '1100000'B; Loading
ISUPAts/ttcn/SIPI_ISUP_ParamTemplates.ttcn +6 −1 Original line number Diff line number Diff line Loading @@ -3896,7 +3896,7 @@ group TransmitParams{ oddEven := f_calc_oddeven(p_digits, false), /* O/E */ screeningIndicator := p_screenInd, /* Screening indicator */ addrPresRestrInd := c_CNN_aprInd_alwd, /* Address presentation restricted indicator (NOTE) */ numberingplanIndicator := PX_ISUP_TX_CPN_numbplanInd, /* Numberingplan indicator */ numberingplanIndicator := '001'B, /* Numberingplan indicator */ spare := '0'B, /* spare */ addressSignals := f_char_to_BCD(p_digits, false) /* address signals */ } Loading Loading @@ -3962,6 +3962,11 @@ group TransmitParams{ natureOfAddressIndicator := c_CTN_natAddrInd_nat /* Nature of address indicator */ } template CTN_PAR_tlv m_CTN_PAR_Int(charstring p_digits) modifies m_CTN_PAR_allowed := { natureOfAddressIndicator := c_CTN_natAddrInd_internat /* Nature of address indicator */ } template CTR_PAR_tlv m_CTR_Def := /* TX template for Call transfer reference CTR_PAR_tlv */ { Loading