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
ced96d4e
Commit
ced96d4e
authored
Dec 22, 2022
by
Vaibhav Shrivastava
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
pci changes
parent
3cc7609e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
2 deletions
+5
-2
openair3/SS/ss_gNB_sys_task.c
openair3/SS/ss_gNB_sys_task.c
+5
-2
No files found.
openair3/SS/ss_gNB_sys_task.c
View file @
ced96d4e
...
@@ -227,10 +227,13 @@ static void ss_task_sys_nr_handle_req(struct NR_SYSTEM_CTRL_REQ *req, ss_nrset_t
...
@@ -227,10 +227,13 @@ static void ss_task_sys_nr_handle_req(struct NR_SYSTEM_CTRL_REQ *req, ss_nrset_t
cellConfig
->
header
.
msg_id
=
SS_CELL_CONFIG
;
cellConfig
->
header
.
msg_id
=
SS_CELL_CONFIG
;
cellConfig
->
header
.
length
=
sizeof
(
proxy_ss_header_t
);
cellConfig
->
header
.
length
=
sizeof
(
proxy_ss_header_t
);
cellConfig
->
initialAttenuation
=
0
;
cellConfig
->
initialAttenuation
=
0
;
cellConfig
->
header
.
cell_id
=
SS_context
.
eutra_cellId
;
if
(
req
->
Request
.
v
.
Cell
.
v
.
AddOrReconfigure
.
PhysicalLayer
.
v
.
Common
.
v
.
PhysicalCellId
.
d
==
true
)
{
cellConfig
->
header
.
cell_id
=
req
->
Request
.
v
.
Cell
.
v
.
AddOrReconfigure
.
PhysicalLayer
.
v
.
Common
.
v
.
PhysicalCellId
.
v
;
}
cellConfig
->
maxRefPower
=
p_cellConfig
->
CellConfigCommon
.
v
.
InitialCellPower
.
v
.
MaxReferencePower
;
cellConfig
->
maxRefPower
=
p_cellConfig
->
CellConfigCommon
.
v
.
InitialCellPower
.
v
.
MaxReferencePower
;
cellConfig
->
absoluteFrequencyPointA
=
p_cellConfig
->
PhysicalLayer
.
v
.
Downlink
.
v
.
FrequencyInfoDL
.
v
.
v
.
R15
.
absoluteFrequencyPointA
;
cellConfig
->
absoluteFrequencyPointA
=
p_cellConfig
->
PhysicalLayer
.
v
.
Downlink
.
v
.
FrequencyInfoDL
.
v
.
v
.
R15
.
absoluteFrequencyPointA
;
LOG_A
(
ENB_SS
,
"5G Cell configuration rece
6
ived for cell_id: %d Initial attenuation: %d \
LOG_A
(
ENB_SS
,
"5G Cell configuration received for cell_id: %d Initial attenuation: %d \
Max ref power: %d
\n
for absoluteFrequencyPointA : %d ===================================
\n
"
,
Max ref power: %d
\n
for absoluteFrequencyPointA : %d ===================================
\n
"
,
cellConfig
->
header
.
cell_id
,
cellConfig
->
header
.
cell_id
,
cellConfig
->
initialAttenuation
,
cellConfig
->
maxRefPower
,
cellConfig
->
initialAttenuation
,
cellConfig
->
maxRefPower
,
...
...
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