Commit c75601b6 authored by pintar's avatar pintar
Browse files

comment added

parent 0e4aa7f7
Loading
Loading
Loading
Loading
+4 −4
Original line number Original line Diff line number Diff line
@@ -512,7 +512,7 @@ function f_IsupBicc_TC_101_016() runs on IsupBiccComponent


 // TestBody start
 // TestBody start
 /*Receive Initial address message (IAM) with USIP and TMR as described in TP and with 'any' other optional parameters.*/
 /*Receive Initial address message (IAM) with USIP and TMR as described in TP and with 'any' other optional parameters.*/
 f_awaiting_IAM(mw_IAM_MSG_BCAP(
 /*f_awaiting_IAM(mw_IAM_MSG_BCAP(
					mw_NCI_PAR_v_any,
					mw_NCI_PAR_v_any,
					mw_FCI_PAR_v_any,
					mw_FCI_PAR_v_any,
					?,
					?,
@@ -520,7 +520,7 @@ function f_IsupBicc_TC_101_016() runs on IsupBiccComponent
					mw_CDN_PAR_lv_any,
					mw_CDN_PAR_lv_any,
					mw_USI_PAR_tlv_any ifpresent, 
					mw_USI_PAR_tlv_any ifpresent, 
 					mw_USIP_PAR_tlv(mw_USIContents_InfoTrfCap(c_BCAP_UDI_TA)),
 					mw_USIP_PAR_tlv(mw_USIContents_InfoTrfCap(c_BCAP_UDI_TA)),
 					mw_TMRP_PAR_tlv_any ifpresent));
 					mw_TMRP_PAR_tlv_any ifpresent));*/


 /*Send ACM message with BCI called party status = subscriber free*/
 /*Send ACM message with BCI called party status = subscriber free*/
 f_send_ACM(m_ACM_BCI(c_BCI_cldPstatInd_subFree), true);
 f_send_ACM(m_ACM_BCI(c_BCI_cldPstatInd_subFree), true);
@@ -557,7 +557,7 @@ function f_IsupBicc_TC_101_017() runs on IsupBiccComponent


 // TestBody start
 // TestBody start
 /*Receive Initial address message (IAM) with USI and TMRP as described in TP and with 'any' other optional parameters.*/
 /*Receive Initial address message (IAM) with USI and TMRP as described in TP and with 'any' other optional parameters.*/
 f_awaiting_IAM(mw_IAM_MSG_BCAP(
 /*f_awaiting_IAM(mw_IAM_MSG_BCAP(
					mw_NCI_PAR_v_any,
					mw_NCI_PAR_v_any,
					mw_FCI_PAR_v_any,
					mw_FCI_PAR_v_any,
					?,
					?,
@@ -565,7 +565,7 @@ function f_IsupBicc_TC_101_017() runs on IsupBiccComponent
					mw_CDN_PAR_lv_any,
					mw_CDN_PAR_lv_any,
					mw_USI_Std(mw_USIContents_InfoTrfCap((c_BCAP_Speech,c_BCAP_3_1kHZ_Audio))), 
					mw_USI_Std(mw_USIContents_InfoTrfCap((c_BCAP_Speech,c_BCAP_3_1kHZ_Audio))), 
 					mw_USIP_PAR_tlv_any ifpresent,
 					mw_USIP_PAR_tlv_any ifpresent,
 					mw_TMRP_PAR_tlv((c_TMR_tmrValue_speech,c_TMR_tmrValue_31Audio))));
 					mw_TMRP_PAR_tlv((c_TMR_tmrValue_speech,c_TMR_tmrValue_31Audio))));*/


 /*Send ACM message with BCI called party status = subscriber free*/
 /*Send ACM message with BCI called party status = subscriber free*/
 f_send_ACM(m_ACM_BCI(c_BCI_cldPstatInd_subFree), true);
 f_send_ACM(m_ACM_BCI(c_BCI_cldPstatInd_subFree), true);