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_1317_03
/**
* Standard user interface receiving All Call within a prefix
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
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
@@ -3892,7 +4004,7 @@ module dPMR_TestCases {
/**
* @desc this function will send a voice (test Tone) transmission with default group default (p2p in CSF)
vc_mse.iutId:={csfAddress:='101010101111110111000100'B};// c_defaultIutDialString as address and that the called address is c_defaultCallGroupDialString
vc_mse.iutId:=p_address;
vc_mse.iutIdUP:=f_msAddress2Upper(vc_mse.iutId);
vc_mse.iutIdLP:=f_msAddress2Lower(vc_mse.iutId);
@@ -3936,7 +4048,7 @@ module dPMR_TestCases {
deactivate;
}// end function f_TC_sendVoiceToGroup_MS01
}// end function f_TC_sendVoiceToAddress_MS01
/**
* @desc Checks that the MS responds with an ACK when receiving an Connection Request message.
@@ -4358,6 +4470,65 @@ module dPMR_TestCases {
}// end function f_TC_voiceTx_MS01
/**
* @desc Check that a voice transmission from the MS (IUT) consists of a Header Frame, a list of
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
constDialStringc_defaultCallGroupDialString:="765432*";// Digit 7 is a "wildcard"
constMsAddressc_defaultTesterGroupCSFAddress:={csfAddress:='101010101111110111000100'B};// corresponding to 765432*
constDialStringc_defaultPeerToPeerDialString:="1234567";// Tester address as dialstring
constDialStringc_defaultIutDialString:="7654321";// TODO where shall we define these??? in Pixit or here?
constMsAddressc_defaultIutCSFAddress:={csfAddress:='101010101111110110111011'B};// corresponding to 7654321
constMsAddressc_defaultTesterPeerToPeerCSFAddress:={csfAddress:='000110111001000111111101'B};// corresponding to 1234567
constCommon_IDc_defaultCommonId:='00000111'B;
constCommon_IDc_allCallCommonId:='11111111'B;
constDialStringc_csfAllCallDialString:="*******#";// TODO this is now according to spec, but the final "#" only means that the user will "activate the calling, but we might think this is the key sequence the operator is to press....
constDialStringc_csfAllCallWithPrefixDialString:="7******#";// TODO this is now according to spec, but the final "#" only means that the user will "activate the calling, but we might think this is the key sequence the operator is to press....