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
31bd2249
Commit
31bd2249
authored
Nov 28, 2023
by
Raymond Knopp
Committed by
Robert Schmidt
Dec 11, 2023
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Use of uninitialized variable
parent
452d6dd3
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
radio/ETHERNET/oran/5g/app_io_fh_xran-E.c
radio/ETHERNET/oran/5g/app_io_fh_xran-E.c
+2
-2
No files found.
radio/ETHERNET/oran/5g/app_io_fh_xran-E.c
View file @
31bd2249
...
@@ -215,11 +215,11 @@ app_io_xran_interface(uint32_t o_xu_id, RuntimeConfig *p_o_xu_cfg, UsecaseConfig
...
@@ -215,11 +215,11 @@ app_io_xran_interface(uint32_t o_xu_id, RuntimeConfig *p_o_xu_cfg, UsecaseConfig
if
(
o_xu_id
<
XRAN_PORTS_NUM
)
{
if
(
o_xu_id
<
XRAN_PORTS_NUM
)
{
status
=
xran_sector_get_instances
(
o_xu_id
,
app_io_xran_handle
,
psBbuIo
->
nInstanceNum
[
o_xu_id
],
&
psBbuIo
->
nInstanceHandle
[
o_xu_id
][
0
]);
status
=
xran_sector_get_instances
(
o_xu_id
,
app_io_xran_handle
,
psBbuIo
->
nInstanceNum
[
o_xu_id
],
&
psBbuIo
->
nInstanceHandle
[
o_xu_id
][
0
]);
if
(
status
!=
XRAN_STATUS_SUCCESS
)
{
if
(
status
!=
XRAN_STATUS_SUCCESS
)
{
printf
(
"get sector instance failed
%d for XRAN nInstanceNum[%d] %d
\n
"
,
k
,
psBbuIo
->
nInstanceNum
[
o_xu_id
],
o_xu_id
);
printf
(
"get sector instance failed
for XRAN nInstanceNum[%d] %d
\n
"
,
psBbuIo
->
nInstanceNum
[
o_xu_id
],
o_xu_id
);
exit
(
-
1
);
exit
(
-
1
);
}
}
for
(
i
=
0
;
i
<
psBbuIo
->
nInstanceNum
[
o_xu_id
];
i
++
)
{
for
(
i
=
0
;
i
<
psBbuIo
->
nInstanceNum
[
o_xu_id
];
i
++
)
{
printf
(
"%s
[%d]: CC %d handle %p
\n
"
,
__FUNCTION__
,
k
,
i
,
psBbuIo
->
nInstanceHandle
[
o_xu_id
][
i
]);
printf
(
"%s
: CC %d handle %p
\n
"
,
__FUNCTION__
,
i
,
psBbuIo
->
nInstanceHandle
[
o_xu_id
][
i
]);
}
}
}
else
{
}
else
{
printf
(
"Failed at XRAN front haul xran_mm_init
\n
"
);
printf
(
"Failed at XRAN front haul xran_mm_init
\n
"
);
...
...
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