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
5f34c157
Commit
5f34c157
authored
Sep 16, 2022
by
Manu Agrawal
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Changes
parent
014fa2f3
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
openair3/SS/ss_gNB_port_man_task.c
openair3/SS/ss_gNB_port_man_task.c
+1
-1
openair3/SS/ss_gNB_sys_task.c
openair3/SS/ss_gNB_sys_task.c
+1
-1
No files found.
openair3/SS/ss_gNB_port_man_task.c
View file @
5f34c157
...
@@ -129,7 +129,7 @@ void ss_nr_port_man_send_data(
...
@@ -129,7 +129,7 @@ void ss_nr_port_man_send_data(
memset
(
&
cnf
,
0
,
sizeof
(
cnf
));
memset
(
&
cnf
,
0
,
sizeof
(
cnf
));
/*TODO: */
/*TODO: */
cnf
.
Common
.
CellId
=
SS_context
.
eutra_cellId
;
cnf
.
Common
.
CellId
=
SS_context
.
eutra_cellId
;
cnf
.
Common
.
RoutingInfo
.
d
=
RoutingInfo_Type_None
;
cnf
.
Common
.
RoutingInfo
.
d
=
NR_
RoutingInfo_Type_None
;
cnf
.
Common
.
RoutingInfo
.
v
.
None
=
true
;
cnf
.
Common
.
RoutingInfo
.
v
.
None
=
true
;
cnf
.
Common
.
TimingInfo
.
d
=
TimingInfo_Type_Now
;
cnf
.
Common
.
TimingInfo
.
d
=
TimingInfo_Type_Now
;
cnf
.
Common
.
TimingInfo
.
v
.
Now
=
true
;
cnf
.
Common
.
TimingInfo
.
v
.
Now
=
true
;
...
...
openair3/SS/ss_gNB_sys_task.c
View file @
5f34c157
...
@@ -141,7 +141,7 @@ static void sys_handle_nr_enquire_timing(ss_nrset_timinfo_t *tinfo)
...
@@ -141,7 +141,7 @@ static void sys_handle_nr_enquire_timing(ss_nrset_timinfo_t *tinfo)
MessageDef
*
message_p
=
itti_alloc_new_message
(
TASK_SYS_GNB
,
INSTANCE_DEFAULT
,
SS_NRSET_TIM_INFO
);
MessageDef
*
message_p
=
itti_alloc_new_message
(
TASK_SYS_GNB
,
INSTANCE_DEFAULT
,
SS_NRSET_TIM_INFO
);
if
(
message_p
)
if
(
message_p
)
{
{
LOG_A
(
NR_RRC
,
"[SYS-GNB] Reporting info sfn:%d
\t
s
f
:%d.
\n
"
,
tinfo
->
sfn
,
tinfo
->
slot
);
LOG_A
(
NR_RRC
,
"[SYS-GNB] Reporting info sfn:%d
\t
s
lot
:%d.
\n
"
,
tinfo
->
sfn
,
tinfo
->
slot
);
SS_NRSET_TIM_INFO
(
message_p
).
slot
=
tinfo
->
slot
;
SS_NRSET_TIM_INFO
(
message_p
).
slot
=
tinfo
->
slot
;
SS_NRSET_TIM_INFO
(
message_p
).
sfn
=
tinfo
->
sfn
;
SS_NRSET_TIM_INFO
(
message_p
).
sfn
=
tinfo
->
sfn
;
...
...
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