1. fix UCP4008_SL feature enhancement #1378;
2. disable rf switch int after all of cells are deleted; 3. adjust slot offset, csu offset, rf switch offset; 4. add init para about 204C; 5. test case: case21, case34, case44.
This commit is contained in:
parent
6c294ce0bc
commit
b0fd7237f7
@ -992,7 +992,7 @@ void isr_cpri_slot_offset(void)
|
||||
if (5 == reCfgFlag)
|
||||
{
|
||||
reCfgFlag = 0;
|
||||
disable_mtimer_cevent_int(MTIMER_CPRI_ID, MTMR_CEVENT_CNT14H, MTMR_INT_10ms); // 10ms int
|
||||
//disable_mtimer_cevent_int(MTIMER_CPRI_ID, MTMR_CEVENT_CNT14H, MTMR_INT_10ms); // 10ms int
|
||||
}
|
||||
pMtimerSfn->txSlotTiming = GET_STC_CNT();
|
||||
pMtimerSfn->txSlotNum++;
|
||||
|
@ -587,7 +587,7 @@ void isr_ecpri_timer(void)
|
||||
if (5 == reCfgFlag)
|
||||
{
|
||||
reCfgFlag = 0;
|
||||
disable_mtimer_cevent_int(MTIMER_ECPRI_ID, MTMR_CEVENT_CNT14H, MTMR_INT_10ms); // 10ms int
|
||||
//disable_mtimer_cevent_int(MTIMER_ECPRI_ID, MTMR_CEVENT_CNT14H, MTMR_INT_10ms); // 10ms int
|
||||
}
|
||||
pMtimerSfn->txSlotNum++;
|
||||
__ucps2_synch(0);
|
||||
|
@ -1472,7 +1472,7 @@ void jesd_slot_callback(uint8_t nTmrId)
|
||||
if (5 == reCfgFlag)
|
||||
{
|
||||
reCfgFlag = 0;
|
||||
disable_mtimer_cevent_int(nTmrId, MTMR_CEVENT_CNT14H, MTMR_INT_10ms); // disable 10ms int
|
||||
//disable_mtimer_cevent_int(nTmrId, MTMR_CEVENT_CNT14H, MTMR_INT_10ms); // disable 10ms int
|
||||
}
|
||||
pMtimerSfn->txSlotTiming = GET_STC_CNT();
|
||||
pMtimerSfn->txSlotNum++;
|
||||
|
Loading…
x
Reference in New Issue
Block a user