modulepar{CSFAddressPXT_CSF_ADDRESS_TESTER:='000110111001000111111101'B}// for dialstring "1234567" this will be 1B91FD in Hex which is 000110111001000111111101
//
/**
/**
* @desc Primary Individual Address of the IUT in CSF
* @desc Primary Individual Address of the IUT in CSF
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.)
* @desc this function will send a voice (test Tone) transmission with default group default (p2p in CSF)
*/
functionf_TC_sendVoiceToGroup_MS01()
runsonMse{
// Variables
vardefaultv_dftMse;
varFncRetCodev_ret:=e_success;
//Test System Parameters
f_initMse();
vc_mse.iutId:={csfAddress:='101010101111110111000100'B};// c_defaultIutDialString as address and that the called address is c_defaultCallGroupDialString
if(PIC_CSF_NUMBER_AND_DIALING_SUPPORTandPIC_CSF_ADDRESS_SPACE_MAPPING){execute(TC_PMR_1310_01());}// 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