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
lizhongxiao
OpenXG-RAN
Commits
e6e727b7
Commit
e6e727b7
authored
Feb 24, 2023
by
Siddharth Rana
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Change to pass TC 8.1.1.2
parent
34090135
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
openair3/SS/ss_eNB_sys_task.c
openair3/SS/ss_eNB_sys_task.c
+1
-1
No files found.
openair3/SS/ss_eNB_sys_task.c
View file @
e6e727b7
...
...
@@ -1584,10 +1584,10 @@ static void sys_handle_l1macind_ctrl(struct SYSTEM_CTRL_REQ *req)
if
(
IndicationAndControlMode_enable
==
L1MacInd_Ctrl
->
RachPreamble
.
v
)
{
SS_L1MACIND_CTRL
(
message_p
).
rachpreamble_enable
=
true
;
SS_L1MACIND_CTRL
(
message_p
).
bitmask
|=
RACH_PREAMBLE_PRESENT
;
}
else
{
SS_L1MACIND_CTRL
(
message_p
).
rachpreamble_enable
=
false
;
}
SS_L1MACIND_CTRL
(
message_p
).
bitmask
|=
RACH_PREAMBLE_PRESENT
;
}
SS_L1MACIND_CTRL
(
message_p
).
UL_HARQ_Ctrl
=
IndCtrlMode_NOT_PRESENT
;
if
(
L1MacInd_Ctrl
->
UL_HARQ
.
d
)
...
...
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