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
Michael Black
OpenXG-RAN
Commits
6420c316
Commit
6420c316
authored
Nov 05, 2021
by
David Kim
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Removed unrequired comments.
parent
fa6aa315
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
openair2/NR_PHY_INTERFACE/NR_IF_Module.c
openair2/NR_PHY_INTERFACE/NR_IF_Module.c
+4
-4
No files found.
openair2/NR_PHY_INTERFACE/NR_IF_Module.c
View file @
6420c316
...
...
@@ -163,8 +163,8 @@ void handle_nr_uci(NR_UL_IND_t *UL_info)
}
const
module_id_t
mod_id
=
UL_info
->
module_id
;
const
frame_t
frame
=
UL_INFO
.
uci_ind
.
sfn
;
//TODO: Need to check to use UL_info->frame;
const
sub_frame_t
slot
=
UL_INFO
.
uci_ind
.
slot
;
//TODO: Need to check to use UL_info->slot;
const
frame_t
frame
=
UL_INFO
.
uci_ind
.
sfn
;
const
sub_frame_t
slot
=
UL_INFO
.
uci_ind
.
slot
;
int
num_ucis
=
UL_INFO
.
uci_ind
.
num_ucis
;
nfapi_nr_uci_t
*
uci_list
=
UL_INFO
.
uci_ind
.
uci_list
;
...
...
@@ -301,8 +301,8 @@ void handle_nr_ulsch(NR_UL_IND_t *UL_info)
UL_INFO
.
CC_id
=
UL_info
->
CC_id
;
}
UL_INFO
.
frame
=
UL_INFO
.
rx_ind
.
sfn
;
//TODO: Need to check to use UL_info->frame;
UL_INFO
.
slot
=
UL_INFO
.
rx_ind
.
slot
;
//TODO: Need to check to use UL_info->slot;
UL_INFO
.
frame
=
UL_INFO
.
rx_ind
.
sfn
;
UL_INFO
.
slot
=
UL_INFO
.
rx_ind
.
slot
;
UL_INFO
.
module_id
=
UL_info
->
module_id
;
UL_INFO
.
CC_id
=
UL_info
->
CC_id
;
LOG_D
(
NR_MAC
,
" UL_info frame slot vs rx_ind frame slot vs crc_ind slot frame slot = %u %u vs %u %u vs %u %u
\n
"
,
...
...
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