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
zzha zzha
OpenXG-RAN
Commits
42478ead
Commit
42478ead
authored
Nov 23, 2022
by
Roberto Louro Magueta
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update RRC configuration for DMRS type
parent
0c9047e1
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
4 deletions
+1
-4
openair2/RRC/NR/nr_rrc_config.c
openair2/RRC/NR/nr_rrc_config.c
+1
-4
No files found.
openair2/RRC/NR/nr_rrc_config.c
View file @
42478ead
...
...
@@ -951,10 +951,7 @@ struct NR_SetupRelease_PDSCH_Config *config_pdsch(uint64_t ssb_bitmap, int bwp_I
pdsch_Config
->
dmrs_DownlinkForPDSCH_MappingTypeA
->
present
=
NR_SetupRelease_DMRS_DownlinkConfig_PR_setup
;
pdsch_Config
->
dmrs_DownlinkForPDSCH_MappingTypeA
->
choice
.
setup
=
calloc
(
1
,
sizeof
(
*
pdsch_Config
->
dmrs_DownlinkForPDSCH_MappingTypeA
->
choice
.
setup
));
NR_DMRS_DownlinkConfig_t
*
dmrs_DownlinkForPDSCH_MappingTypeA
=
pdsch_Config
->
dmrs_DownlinkForPDSCH_MappingTypeA
->
choice
.
setup
;
if
((
get_softmodem_params
()
->
do_ra
||
get_softmodem_params
()
->
phy_test
)
&&
dl_antenna_ports
>
1
)
// for MIMO, we use DMRS Config Type 2 but only with OAI UE
dmrs_DownlinkForPDSCH_MappingTypeA
->
dmrs_Type
=
calloc
(
1
,
sizeof
(
*
dmrs_DownlinkForPDSCH_MappingTypeA
->
dmrs_Type
));
else
dmrs_DownlinkForPDSCH_MappingTypeA
->
dmrs_Type
=
NULL
;
dmrs_DownlinkForPDSCH_MappingTypeA
->
dmrs_Type
=
NULL
;
dmrs_DownlinkForPDSCH_MappingTypeA
->
maxLength
=
NULL
;
dmrs_DownlinkForPDSCH_MappingTypeA
->
scramblingID0
=
NULL
;
dmrs_DownlinkForPDSCH_MappingTypeA
->
scramblingID1
=
NULL
;
...
...
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