Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
openairinterface5G
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
oai
openairinterface5G
Merge requests
!582
Something went wrong on our end
Integration 2019 w18
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Integration 2019 w18
integration_2019_w18
into
develop-nr
Overview
5
Commits
26
Pipelines
0
Changes
1
Merged
Florian Kaltenberger
requested to merge
integration_2019_w18
into
develop-nr
5 years ago
Overview
5
Commits
26
Pipelines
0
Changes
1
Expand
0
0
Merge request reports
Viewing commit
3cafcd72
Prev
Next
Show latest version
1 file
+
1
−
2
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
3cafcd72
fixing a bad merge
· 3cafcd72
Florian Kaltenberger
authored
5 years ago
openair1/PHY/NR_UE_TRANSPORT/nr_dlsch_demodulation.c
+
1
−
2
Options
@@ -2589,9 +2589,8 @@ unsigned short nr_dlsch_extract_rbs_dual(int **rxdataF,
int
prb
,
nb_rb
=
0
;
unsigned
short
k
;
int
i
,
aarx
;
int
i
,
j
,
aarx
;
int32_t
*
dl_ch0
,
*
dl_ch0p
,
*
dl_ch0_ext
,
*
dl_ch1
,
*
dl_ch1p
,
*
dl_ch1_ext
,
*
rxF
,
*
rxF_ext
;
int
pilots
=
0
,
j
=
0
;
k
=
frame_parms
->
first_carrier_offset
+
516
;
//0
Loading