Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
O
OpenXG UE
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
OpenXG
OpenXG UE
Commits
6e2518ec
Commit
6e2518ec
authored
Dec 17, 2021
by
mjoang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix compilation warning.
parent
e92eee21
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
openair2/LAYER2/NR_MAC_UE/nr_ue_scheduler.c
openair2/LAYER2/NR_MAC_UE/nr_ue_scheduler.c
+2
-2
No files found.
openair2/LAYER2/NR_MAC_UE/nr_ue_scheduler.c
View file @
6e2518ec
...
...
@@ -937,8 +937,8 @@ NR_UE_L2_STATE_t nr_ue_scheduler(nr_downlink_indication_t *dl_info, nr_uplink_in
}
else
if
(
ul_info
)
{
int
cc_id
=
ul_info
->
cc_id
;
frame_t
rx_frame
=
ul_info
->
frame_rx
;
slot_t
rx_slot
=
ul_info
->
slot_rx
;
//
frame_t rx_frame = ul_info->frame_rx;
//
slot_t rx_slot = ul_info->slot_rx;
frame_t
frame_tx
=
ul_info
->
frame_tx
;
slot_t
slot_tx
=
ul_info
->
slot_tx
;
module_id_t
mod_id
=
ul_info
->
module_id
;
...
...
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