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
739d5961
Commit
739d5961
authored
Dec 23, 2015
by
Cedric Roux
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
bugfix: if no n1_pucch valid, still detect SR the "old way"
parent
be01a3bb
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletion
+3
-1
openair1/SCHED/phy_procedures_lte_eNb.c
openair1/SCHED/phy_procedures_lte_eNb.c
+3
-1
No files found.
openair1/SCHED/phy_procedures_lte_eNb.c
View file @
739d5961
...
@@ -4376,7 +4376,9 @@ printf("o_ACK %d %d\n", phy_vars_eNB->ulsch_eNB[i]->harq_processes[harq_pid]->o_
...
@@ -4376,7 +4376,9 @@ printf("o_ACK %d %d\n", phy_vars_eNB->ulsch_eNB[i]->harq_processes[harq_pid]->o_
&&
&&
!
(
phy_vars_eNB
->
lte_frame_parms
.
frame_type
==
FDD
&&
!
(
phy_vars_eNB
->
lte_frame_parms
.
frame_type
==
FDD
&&
phy_vars_eNB
->
n_configured_SCCs
[
i
]
==
1
&&
phy_vars_eNB
->
n_configured_SCCs
[
i
]
==
1
&&
phy_vars_eNB
->
pucch_config_dedicated
[
i
].
channel_selection
==
1
)
phy_vars_eNB
->
pucch_config_dedicated
[
i
].
channel_selection
==
1
/* we still have to detect SR here if there is no n1_pucch valid */
&&
(
n1_pucch0
!=
-
1
||
n1_pucch1
!=
-
1
||
n1_pucch2
!=
-
1
||
n1_pucch3
!=
-
1
))
#endif
#endif
)
{
)
{
// get metric for SR only
// get metric for SR only
...
...
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