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
58242291
Commit
58242291
authored
Jun 25, 2018
by
Matthieu Kanj
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
bug fixe in msg4
parent
701b0ac9
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
2 deletions
+10
-2
openair1/SCHED/phy_procedures_lte_eNb.c
openair1/SCHED/phy_procedures_lte_eNb.c
+10
-2
No files found.
openair1/SCHED/phy_procedures_lte_eNb.c
View file @
58242291
...
@@ -976,7 +976,7 @@ void common_signal_procedures (PHY_VARS_eNB *eNB,eNB_rxtx_proc_t *proc) {
...
@@ -976,7 +976,7 @@ void common_signal_procedures (PHY_VARS_eNB *eNB,eNB_rxtx_proc_t *proc) {
printf
(
"pdu[2] = %d
\n
"
,
ulsch_harq
->
b
[
8
]);
printf
(
"pdu[2] = %d
\n
"
,
ulsch_harq
->
b
[
8
]);
printf
(
"pdu[3] = %d
\n
"
,
ulsch_harq
->
b
[
9
]);
printf
(
"pdu[3] = %d
\n
"
,
ulsch_harq
->
b
[
9
]);
uint8_t
xo
=
128
;
/*
uint8_t xo = 128;
int m =0;
int m =0;
for(m=0; m<6;m++)
for(m=0; m<6;m++)
{
{
...
@@ -986,9 +986,17 @@ void common_signal_procedures (PHY_VARS_eNB *eNB,eNB_rxtx_proc_t *proc) {
...
@@ -986,9 +986,17 @@ void common_signal_procedures (PHY_VARS_eNB *eNB,eNB_rxtx_proc_t *proc) {
} else {
} else {
msg3[m]= (ulsch_harq->b[3+m]>>1);
msg3[m]= (ulsch_harq->b[3+m]>>1);
}
}
}*/
int
m
=
0
;
for
(
m
=
0
;
m
<
6
;
m
++
)
{
//msg3[m]=ulsch_harq->b[2+m];
msg3
[
m
]
=
ulsch_harq
->
b
[
2
+
m
];
}
}
proc
->
flag_DCI_msg4
=
=
1
;
proc
->
flag_DCI_msg4
=
1
;
proc
->
counter_DCI_msg4
=
4
;
proc
->
counter_DCI_msg4
=
4
;
}
// NPUSH decode end
}
// NPUSH decode end
...
...
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