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
cfda6c7b
Commit
cfda6c7b
authored
Apr 13, 2022
by
francescomani
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
renaming SR config function
parent
11ced194
Changes
4
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
8 additions
and
8 deletions
+8
-8
openair2/RRC/NR/MESSAGES/asn1_msg.c
openair2/RRC/NR/MESSAGES/asn1_msg.c
+1
-1
openair2/RRC/NR/nr_rrc_config.c
openair2/RRC/NR/nr_rrc_config.c
+3
-3
openair2/RRC/NR/nr_rrc_config.h
openair2/RRC/NR/nr_rrc_config.h
+3
-3
openair2/RRC/NR/rrc_gNB_reconfig.c
openair2/RRC/NR/rrc_gNB_reconfig.c
+1
-1
No files found.
openair2/RRC/NR/MESSAGES/asn1_msg.c
View file @
cfda6c7b
...
...
@@ -1185,7 +1185,7 @@ void fill_initial_SpCellConfig(int uid,
srs_res0
->
spatialRelationInfo
->
referenceSignal
.
choice
.
csi_RS_Index
=
0
;
ASN_SEQUENCE_ADD
(
&
srs_Config
->
srs_ResourceToAddModList
->
list
,
srs_res0
);
schedulingrequest_config
(
scc
,
cellGroupConfig
->
mac_CellGroupConfig
,
pucch_Config
);
scheduling
_
request_config
(
scc
,
cellGroupConfig
->
mac_CellGroupConfig
,
pucch_Config
);
set_dl_DataToUL_ACK
(
pucch_Config
,
configuration
->
minRXTXTIME
);
...
...
openair2/RRC/NR/nr_rrc_config.c
View file @
cfda6c7b
...
...
@@ -473,7 +473,7 @@ void set_SR_periodandoffset(NR_SchedulingRequestResourceConfig_t *schedulingRequ
schedulingRequestResourceConfig
->
periodicityAndOffset
->
choice
.
sl640
=
sr_slot
;
}
void
schedulingrequest_config
(
NR_ServingCellConfigCommon_t
*
scc
,
void
scheduling
_
request_config
(
NR_ServingCellConfigCommon_t
*
scc
,
NR_MAC_CellGroupConfig_t
*
mac_CellGroupConfig
,
NR_PUCCH_Config_t
*
pucch_Config
)
{
...
...
openair2/RRC/NR/nr_rrc_config.h
View file @
cfda6c7b
...
...
@@ -117,7 +117,7 @@ void config_pucch_resset0(NR_PUCCH_Config_t *pucch_Config, int uid, int curr_bwp
void
config_pucch_resset1
(
NR_PUCCH_Config_t
*
pucch_Config
,
NR_UE_NR_Capability_t
*
uecap
);
void
set_dl_DataToUL_ACK
(
NR_PUCCH_Config_t
*
pucch_Config
,
int
min_feedback_time
);
void
set_pucch_power_config
(
NR_PUCCH_Config_t
*
pucch_Config
,
int
do_csirs
);
void
schedulingrequest_config
(
NR_ServingCellConfigCommon_t
*
scc
,
void
scheduling
_
request_config
(
NR_ServingCellConfigCommon_t
*
scc
,
NR_MAC_CellGroupConfig_t
*
mac_CellGroupConfig
,
NR_PUCCH_Config_t
*
pucch_Config
);
void
config_csirs
(
NR_ServingCellConfigCommon_t
*
servingcellconfigcommon
,
...
...
openair2/RRC/NR/rrc_gNB_reconfig.c
View file @
cfda6c7b
...
...
@@ -861,7 +861,7 @@ void fill_default_secondaryCellGroup(NR_ServingCellConfigCommon_t *servingcellco
config_pucch_resset0
(
pucch_Config
,
uid
,
curr_bwp
,
uecap
);
// <= 2 bits
config_pucch_resset1
(
pucch_Config
,
uecap
);
// > 2 bits
schedulingrequest_config
(
servingcellconfigcommon
,
secondaryCellGroup
->
mac_CellGroupConfig
,
pucch_Config
);
scheduling
_
request_config
(
servingcellconfigcommon
,
secondaryCellGroup
->
mac_CellGroupConfig
,
pucch_Config
);
pucch_Config
->
schedulingRequestResourceToReleaseList
=
NULL
;
pucch_Config
->
multi_CSI_PUCCH_ResourceList
=
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