Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
O
OpenXG-RAN
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
ZhouShuya
OpenXG-RAN
Commits
da71b979
Commit
da71b979
authored
Feb 05, 2020
by
Sakthivel Velumani
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
updated to slot_fep
parent
d8ee1189
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
openair1/PHY/MODULATION/slot_fep_nr.c
openair1/PHY/MODULATION/slot_fep_nr.c
+2
-2
No files found.
openair1/PHY/MODULATION/slot_fep_nr.c
View file @
da71b979
...
...
@@ -109,7 +109,7 @@ int nr_slot_fep(PHY_VARS_NR_UE *ue,
if
(
no_prefix
)
{
slot_offset
=
frame_parms
->
ofdm_symbol_size
*
(
frame_parms
->
symbols_per_slot
)
*
(
Ns
);
}
else
{
slot_offset
=
frame_parms
->
get_samples_
per_slot
(
Ns
,
frame_parms
);
slot_offset
=
frame_parms
->
get_samples_
slot_timestamp
(
Ns
,
frame_parms
,
0
);
}
/*if (l<0 || l>=7-frame_parms->Ncp) {
...
...
@@ -258,7 +258,7 @@ int nr_slot_fep_ul(NR_DL_FRAME_PARMS *frame_parms,
break
;
}
slot_offset
=
frame_parms
->
get_samples_
per_slot
(
Ns
,
frame_parms
);
slot_offset
=
frame_parms
->
get_samples_
slot_timestamp
(
Ns
,
frame_parms
,
0
);
if
(
symbol
==
0
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment