Skip to content
Snippets Groups Projects
Commit 67df8e0e authored by Florian Kaltenberger's avatar Florian Kaltenberger
Browse files

fix to previous commit

parent 4989c0f0
No related branches found
No related tags found
12 merge requests!508Develop integration 2019 week 07 v2,!507Develop integration 2019 week 07,!475Nr pdsch,!438NR_PDSCH test for regressions,!409Resolve "compilation fail for 256 UE",!371WIP: Resolve "MAC and RRC trace segv",!352WIP: Resolve "fix T_IDs.h issue for PHY_MEX",!346WIP: Resolve "I/Q replay without mmap() usage",!316Resolve "IQ record/playback bug fixes",!253WIP: Resolve "Fix IQ record/playback explicit filename segv",!252WIP: Resolve "fix IQ record playback explicit file name bug",!231Bugfix tdd usrp
......@@ -964,14 +964,14 @@ void rx_rf(PHY_VARS_eNB *eNB,int *frame,int *subframe) {
(prevSF_type == SF_UL) &&
(nextSF_type == SF_DL)) {
flags = 2; // start of burst
//sf_extension = eNB->N_TA_offset<<1;
sf_extension = eNB->N_TA_offset<<1;
}
if ((fp->frame_type == TDD) &&
(SF_type == SF_DL)&&
(prevSF_type == SF_UL) &&
(nextSF_type == SF_UL)) {
flags = 4; // start of burst and end of burst (only one DL SF between two UL)
//sf_extension = eNB->N_TA_offset<<1;
sf_extension = eNB->N_TA_offset<<1;
}
VCD_SIGNAL_DUMPER_DUMP_FUNCTION_BY_NAME( VCD_SIGNAL_DUMPER_FUNCTIONS_TRX_WRITE, 1 );
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment