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
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
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
OpenXG
OpenXG-RAN
Commits
c40b433a
Commit
c40b433a
authored
Dec 10, 2021
by
ahadi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update
parent
ab586bcf
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
openair1/SCHED_NR/phy_procedures_nr_gNB.c
openair1/SCHED_NR/phy_procedures_nr_gNB.c
+2
-2
No files found.
openair1/SCHED_NR/phy_procedures_nr_gNB.c
View file @
c40b433a
...
...
@@ -116,7 +116,7 @@ void nr_common_signal_procedures (PHY_VARS_gNB *gNB,int frame,int slot,nfapi_nr_
prs_data
.
PRSResourceRepetition
=
1
;
prs_data
.
PRSResourceTimeGap
=
1
;
prs_data
.
NPRSID
=
0
;
printf
(
" before Combsize %d
\n
"
,
prs_data
.
CombSize
);
//
printf(" before Combsize %d \n", prs_data.CombSize);
// tbc
nr_generate_prs
(
gNB
->
nr_gold_prs
[
slot
],
&
txdataF
[
0
][
txdataF_offset
],
AMP
,
&
prs_data
,
cfg
,
fp
);
...
...
@@ -249,7 +249,7 @@ void phy_procedures_gNB_TX(PHY_VARS_gNB *gNB,
prs_data
.
PRSResourceRepetition
=
1
;
prs_data
.
PRSResourceTimeGap
=
1
;
prs_data
.
NPRSID
=
0
;
printf
(
" before %p
\n
"
,
&
prs_data
);
//
printf(" before %p \n",&prs_data);
// tbc
...
...
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