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
4cdf4d61
Commit
4cdf4d61
authored
May 27, 2024
by
Thomas Schlichter
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
gNB: add sr_ProhibitTimer_v1700
parent
be41a4ea
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
0 deletions
+11
-0
openair2/RRC/NR/nr_rrc_config.c
openair2/RRC/NR/nr_rrc_config.c
+11
-0
No files found.
openair2/RRC/NR/nr_rrc_config.c
View file @
4cdf4d61
...
...
@@ -2307,6 +2307,17 @@ static NR_MAC_CellGroupConfig_t *configure_mac_cellgroup(void)
schedulingrequestlist
->
sr_TransMax
=
NR_SchedulingRequestToAddMod__sr_TransMax_n64
;
asn1cSeqAdd
(
&
(
mac_CellGroupConfig
->
schedulingRequestConfig
->
schedulingRequestToAddModList
->
list
),
schedulingrequestlist
);
mac_CellGroupConfig
->
ext4
=
calloc
(
1
,
sizeof
(
*
mac_CellGroupConfig
->
ext4
));
mac_CellGroupConfig
->
ext4
->
schedulingRequestConfig_v1700
=
calloc
(
1
,
sizeof
(
*
mac_CellGroupConfig
->
ext4
->
schedulingRequestConfig_v1700
));
mac_CellGroupConfig
->
ext4
->
schedulingRequestConfig_v1700
->
schedulingRequestToAddModListExt_v1700
=
calloc
(
1
,
sizeof
(
*
mac_CellGroupConfig
->
ext4
->
schedulingRequestConfig_v1700
->
schedulingRequestToAddModListExt_v1700
));
struct
NR_SchedulingRequestToAddModExt_v1700
*
schedulingrequestlist_v1700
=
calloc
(
1
,
sizeof
(
*
schedulingrequestlist_v1700
));
schedulingrequestlist_v1700
->
sr_ProhibitTimer_v1700
=
calloc
(
1
,
sizeof
(
*
schedulingrequestlist_v1700
->
sr_ProhibitTimer_v1700
));
*
schedulingrequestlist_v1700
->
sr_ProhibitTimer_v1700
=
NR_SchedulingRequestToAddModExt_v1700__sr_ProhibitTimer_v1700_ms576
;
asn1cSeqAdd
(
&
(
mac_CellGroupConfig
->
ext4
->
schedulingRequestConfig_v1700
->
schedulingRequestToAddModListExt_v1700
->
list
),
schedulingrequestlist_v1700
);
mac_CellGroupConfig
->
skipUplinkTxDynamic
=
false
;
mac_CellGroupConfig
->
ext1
=
NULL
;
return
mac_CellGroupConfig
;
...
...
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