Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
openairinterface5G
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
oai
openairinterface5G
Commits
67df8e0e
Commit
67df8e0e
authored
7 years ago
by
Florian Kaltenberger
Browse files
Options
Downloads
Patches
Plain Diff
fix to previous commit
parent
4989c0f0
No related branches found
Branches containing commit
No related tags found
Tags containing commit
12 merge requests
!508
Develop integration 2019 week 07 v2
,
!507
Develop integration 2019 week 07
,
!475
Nr pdsch
,
!438
NR_PDSCH test for regressions
,
!409
Resolve "compilation fail for 256 UE"
,
!371
WIP: Resolve "MAC and RRC trace segv"
,
!352
WIP: Resolve "fix T_IDs.h issue for PHY_MEX"
,
!346
WIP: Resolve "I/Q replay without mmap() usage"
,
!316
Resolve "IQ record/playback bug fixes"
,
!253
WIP: Resolve "Fix IQ record/playback explicit filename segv"
,
!252
WIP: Resolve "fix IQ record playback explicit file name bug"
,
!231
Bugfix tdd usrp
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
targets/RT/USER/lte-enb.c
+2
-2
2 additions, 2 deletions
targets/RT/USER/lte-enb.c
with
2 additions
and
2 deletions
targets/RT/USER/lte-enb.c
+
2
−
2
View file @
67df8e0e
...
...
@@ -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
);
...
...
This diff is collapsed.
Click to expand it.
NCTU OpinConnect Terng-Yin Hsu/WEI-YING,LIN
@tyhsu
mentioned in issue
#309 (closed)
·
6 years ago
mentioned in issue
#309 (closed)
mentioned in issue #309
Toggle commit list
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment