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
littleBu
OpenXG-RAN
Commits
d03654c2
Commit
d03654c2
authored
Feb 14, 2024
by
Arash Sahbafard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
modified: openair2/RRC/NR/nr_rrc_config.c
parent
2a0f0ab4
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
13 additions
and
0 deletions
+13
-0
openair2/RRC/NR/nr_rrc_config.c
openair2/RRC/NR/nr_rrc_config.c
+13
-0
No files found.
openair2/RRC/NR/nr_rrc_config.c
View file @
d03654c2
...
...
@@ -2305,6 +2305,19 @@ static NR_SpCellConfig_t *get_initial_SpCellConfig(int uid,
*
configuredGrantConfig
->
ext1
->
phy_PriorityIndex_r16
;
configuredGrantConfig
->
ext1
=
calloc
(
1
,
sizeof
(
*
configuredGrantConfig
->
ext1
));
*
configuredGrantConfig
->
ext1
->
autonomousTx_r16
;
configuredGrantConfig
->
ext2
->
mappingPattern_r17
=
calloc
(
1
,
sizeof
(
*
configuredGrantConfig
->
ext2
->
mappingPattern_r17
));
*
configuredGrantConfig
->
ext2
->
mappingPattern_r17
=
NR_ConfiguredGrantConfig__ext2__mappingPattern_r17_cyclicMapping
;
configuredGrantConfig
->
ext2
->
sequenceOffsetForRV_r17
=
calloc
(
1
,
sizeof
(
*
configuredGrantConfig
->
ext2
->
sequenceOffsetForRV_r17
));
*
configuredGrantConfig
->
ext2
->
sequenceOffsetForRV_r17
=
NULL
;
configuredGrantConfig
->
ext2
->
powerControlLoopToUse2_r17
=
calloc
(
1
,
sizeof
(
*
configuredGrantConfig
->
ext2
->
powerControlLoopToUse2_r17
));
*
configuredGrantConfig
->
ext2
->
powerControlLoopToUse2_r17
=
NR_ConfiguredGrantConfig__ext2__powerControlLoopToUse2_r17_n0
;
configuredGrantConfig
->
ext2
->
periodicityExt_r17
=
calloc
(
1
,
sizeof
(
*
configuredGrantConfig
->
ext2
->
periodicityExt_r17
));
*
configuredGrantConfig
->
ext2
->
periodicityExt_r17
=
NULL
;
configuredGrantConfig
->
ext2
->
repK_v1710
=
calloc
(
1
,
sizeof
(
*
configuredGrantConfig
->
ext2
->
repK_v1710
));
*
configuredGrantConfig
->
ext2
->
repK_v1710
=
NR_ConfiguredGrantConfig__ext2__repK_v1710_n12
;
//TO do: start implimenting from line 270 and check back all the strucks you have not implimented yet
}
...
...
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