Loading ttcn/dPMR_Templates.ttcn +3 −3 Original line number Diff line number Diff line Loading @@ -299,8 +299,8 @@ } template UtRequest m_msToStandBy_utRequest( ColourCode p_cc, DialString p_dialString, Common_ID p_commonId ) := { in template DialString p_dialString, in template Common_ID p_commonId ) := { colourCode := p_cc, politeLvl := omit, callType := omit, Loading ttcn/dPMR_TestCases.ttcn +2 −1 Original line number Diff line number Diff line Loading @@ -347,7 +347,7 @@ module dPMR_TestCases { //TODO JP change this name /** * @desc Set MS to standby * @desc TODO JP clear desc to say. channel and address is set, and IUT is ready */ function f_TC_msToStandby_UT( ColourCode p_cc ) runs on Ut { Loading @@ -361,6 +361,7 @@ module dPMR_TestCases { activate(a_dftUt()); //Preamble //TODO if statement v_ret := f_handshake_Ut(m_msToStandBy_utRequest(p_cc, fx_calcDialString(f_getCsfAddress(true)), f_getCommonId(vc_ut.iutId))); Loading ttcn/dPMR_Values.ttcn +10 −1 Original line number Diff line number Diff line Loading @@ -11,6 +11,15 @@ module dPMR_Values { import from LibCommon_TextStrings all; group testProfileValues { //Collection of all values that are applied when TP does not specify explicity its value //polit } //end testProfileValues // 6.1 Frame sync values const FrameSync48 c_fs1 := oct2bit('57FF5F75D577'O); // FS in non-data header frames. Loading Loading
ttcn/dPMR_Templates.ttcn +3 −3 Original line number Diff line number Diff line Loading @@ -299,8 +299,8 @@ } template UtRequest m_msToStandBy_utRequest( ColourCode p_cc, DialString p_dialString, Common_ID p_commonId ) := { in template DialString p_dialString, in template Common_ID p_commonId ) := { colourCode := p_cc, politeLvl := omit, callType := omit, Loading
ttcn/dPMR_TestCases.ttcn +2 −1 Original line number Diff line number Diff line Loading @@ -347,7 +347,7 @@ module dPMR_TestCases { //TODO JP change this name /** * @desc Set MS to standby * @desc TODO JP clear desc to say. channel and address is set, and IUT is ready */ function f_TC_msToStandby_UT( ColourCode p_cc ) runs on Ut { Loading @@ -361,6 +361,7 @@ module dPMR_TestCases { activate(a_dftUt()); //Preamble //TODO if statement v_ret := f_handshake_Ut(m_msToStandBy_utRequest(p_cc, fx_calcDialString(f_getCsfAddress(true)), f_getCommonId(vc_ut.iutId))); Loading
ttcn/dPMR_Values.ttcn +10 −1 Original line number Diff line number Diff line Loading @@ -11,6 +11,15 @@ module dPMR_Values { import from LibCommon_TextStrings all; group testProfileValues { //Collection of all values that are applied when TP does not specify explicity its value //polit } //end testProfileValues // 6.1 Frame sync values const FrameSync48 c_fs1 := oct2bit('57FF5F75D577'O); // FS in non-data header frames. Loading