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
c20b54d3
Commit
c20b54d3
authored
Feb 13, 2024
by
Arash Sahbafard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
modified: openair2/RRC/NR/nr_rrc_config.c
parent
12c3ceb0
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
22 additions
and
1 deletion
+22
-1
openair2/RRC/NR/nr_rrc_config.c
openair2/RRC/NR/nr_rrc_config.c
+22
-1
No files found.
openair2/RRC/NR/nr_rrc_config.c
View file @
c20b54d3
...
...
@@ -2242,7 +2242,28 @@ static NR_SpCellConfig_t *get_initial_SpCellConfig(int uid,
configuredGrantConfig
->
transformPrecoder
=
calloc
(
1
,
sizeof
(
*
configuredGrantConfig
->
transformPrecoder
));
*
configuredGrantConfig
->
transformPrecoder
=
NR_ConfiguredGrantConfig__transformPrecoder_enabled
;
configuredGrantConfig
->
repK_RV
=
calloc
(
1
,
sizeof
(
*
configuredGrantConfig
->
repK_RV
));
*
configuredGrantConfig
->
repK_RV
=
NR_ConfiguredGrantConfig__repK_RV_s1_0231
;
*
configuredGrantConfig
->
repK_RV
=
NR_ConfiguredGrantConfig__repK_RV_s1_0231
;
configuredGrantConfig
->
configuredGrantTimer
=
calloc
(
1
,
sizeof
(
*
configuredGrantConfig
->
configuredGrantTimer
));
*
configuredGrantConfig
->
configuredGrantTimer
=
10
;
configuredGrantConfig
->
resourceAllocation
=
4
;
configuredGrantConfig
->
powerControlLoopToUse
=
5
;
configuredGrantConfig
->
nrofHARQ_Processes
=
5
;
configuredGrantConfig
->
repK
=
5
;
configuredGrantConfig
->
periodicity
=
5
;
configuredGrantConfig
->
rrc_ConfiguredUplinkGrant
=
calloc
(
1
,
sizeof
(
*
configuredGrantConfig
->
rrc_ConfiguredUplinkGrant
));
configuredGrantConfig
->
rrc_ConfiguredUplinkGrant
->
timeDomainOffset
=
5
;
configuredGrantConfig
->
rrc_ConfiguredUplinkGrant
->
timeDomainAllocation
=
5
;
configuredGrantConfig
->
rrc_ConfiguredUplinkGrant
->
antennaPort
=
2
;
configuredGrantConfig
->
rrc_ConfiguredUplinkGrant
->
dmrs_SeqInitialization
=
calloc
(
1
,
sizeof
(
*
configuredGrantConfig
->
rrc_ConfiguredUplinkGrant
->
dmrs_SeqInitialization
));
*
configuredGrantConfig
->
rrc_ConfiguredUplinkGrant
->
dmrs_SeqInitialization
=
5
;
}
if
(
configuredGrantConfig
!=
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