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
232ed10b
Commit
232ed10b
authored
Oct 07, 2019
by
Haruki NAOI
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix: extract_harq assertion.
parent
26ed2a96
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
4 deletions
+10
-4
openair2/LAYER2/MAC/eNB_scheduler_primitives.c
openair2/LAYER2/MAC/eNB_scheduler_primitives.c
+10
-4
No files found.
openair2/LAYER2/MAC/eNB_scheduler_primitives.c
View file @
232ed10b
...
@@ -4098,10 +4098,16 @@ extract_harq(module_id_t mod_idP,
...
@@ -4098,10 +4098,16 @@ extract_harq(module_id_t mod_idP,
// In case of nFAPI, sometimes timing of eNB and UE become different.
// In case of nFAPI, sometimes timing of eNB and UE become different.
// So if nfapi_mode == 2(VNF), this function don't check assertion to avoid process exit.
// So if nfapi_mode == 2(VNF), this function don't check assertion to avoid process exit.
if
(
NFAPI_MODE
!=
NFAPI_MODE_VNF
)
{
if
(
NFAPI_MODE
!=
NFAPI_MODE_VNF
)
{
AssertFatal
(
sched_ctl
->
round
[
CC_idP
][
harq_pid
]
<
8
,
"Got ACK/NAK for inactive harq_pid %d for UE %d/%x
\n
"
,
//AssertFatal(sched_ctl->round[CC_idP][harq_pid] < 8, "Got ACK/NAK for inactive harq_pid %d for UE %d/%x\n",
// harq_pid,
// UE_id,
// rnti);
if
(
!
(
sched_ctl
->
round
[
CC_idP
][
harq_pid
]
<
8
))
{
LOG_E
(
MAC
,
"Got ACK/NAK for inactive harq_pid %d for UE %d/%x
\n
"
,
harq_pid
,
harq_pid
,
UE_id
,
UE_id
,
rnti
);
rnti
);
}
}
else
{
}
else
{
if
(
sched_ctl
->
round
[
CC_idP
][
harq_pid
]
==
8
)
{
if
(
sched_ctl
->
round
[
CC_idP
][
harq_pid
]
==
8
)
{
LOG_E
(
MAC
,
"Got ACK/NAK for inactive harq_pid %d for UE %d/%x
\n
"
,
LOG_E
(
MAC
,
"Got ACK/NAK for inactive harq_pid %d for UE %d/%x
\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