v_ut.start(f_TC_msAction_UT(e_toStandby,m_testToneDetected_utRequest(omit,c_defaultIutDialString,e_testToneReceived)));// TODO check if this is to be configured
// synchronize both PTCs
f_serverSync2ClientsAndStop({c_prDone,c_tbDone});
// Configuration Down
f_cfMseDown(v_mse,v_ut);
}// end TC_PMR_1310_02
/**
* Transmitting group call with wildcards
*/
testcaseTC_PMR_1310_03()
runsonServerSyncComp
systemTestAdapter{
varMsev_mse;
varUtv_ut;
varFncRetCodev_ret:=e_success;
//Configuration Up
f_cfMseUp(v_mse,v_ut);
//Test body
v_mse.start(f_TC_voiceTx_MS01());
v_ut.start(f_TC_msAction_UT(e_toStandby,// TODO check if this is to be configured
m_commandISFCSF_utRequest(
c_defaultCallGroupDialString,
omit,
e_pressPtt)));
// synchronize both PTCs
f_serverSync2ClientsAndStop({c_prDone,c_tbDone});
// Configuration Down
f_cfMseDown(v_mse,v_ut);
}// end TC_PMR_1310_03
/**
* Receiving group call with wildcards
*/
testcaseTC_PMR_1310_04()// TODO JP check with Pics/Pixit the assumption is that the IUT will have c_defaultIutDialString as address and that the called address is c_defaultCallGroupDialString
runsonServerSyncComp// ("7654321" and "765432*" resp.)
if(PIC_CSF_NUMBER_AND_DIALING_SUPPORTandPIC_CSF_ADDRESS_SPACE_MAPPING){execute(TC_PMR_1310_03());}// reused everything and solved it with templates
if(PIC_CSF_NUMBER_AND_DIALING_SUPPORTandPIC_CSF_ADDRESS_SPACE_MAPPINGandPIC_CSF_GROUP_CALL){execute(TC_PMR_1310_04());}// reused everything and solved it with templates