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
b47d4a04
Commit
b47d4a04
authored
Feb 20, 2024
by
Robert Schmidt
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
reduce logs
parent
34cc0528
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
nfapi/open-nFAPI/vnf/src/vnf_p7.c
nfapi/open-nFAPI/vnf/src/vnf_p7.c
+3
-3
No files found.
nfapi/open-nFAPI/vnf/src/vnf_p7.c
View file @
b47d4a04
...
...
@@ -1497,7 +1497,7 @@ void vnf_handle_nr_rx_data_indication(void *pRecvMsg, int recvMsgLen, vnf_p7_t*
}
else
{
NFAPI_TRACE
(
NFAPI_TRACE_
INFO
,
"%s: Handling RX Indication
\n
"
,
__FUNCTION__
);
NFAPI_TRACE
(
NFAPI_TRACE_
DEBUG
,
"%s: Handling RX Indication
\n
"
,
__FUNCTION__
);
if
(
vnf_p7
->
_public
.
nr_rx_data_indication
)
{
(
vnf_p7
->
_public
.
nr_rx_data_indication
)(
&
ind
);
...
...
@@ -1523,7 +1523,7 @@ void vnf_handle_nr_crc_indication(void *pRecvMsg, int recvMsgLen, vnf_p7_t* vnf_
}
else
{
NFAPI_TRACE
(
NFAPI_TRACE_
INFO
,
"%s: Handling CRC Indication
\n
"
,
__FUNCTION__
);
NFAPI_TRACE
(
NFAPI_TRACE_
DEBUG
,
"%s: Handling CRC Indication
\n
"
,
__FUNCTION__
);
if
(
vnf_p7
->
_public
.
nr_crc_indication
)
{
(
vnf_p7
->
_public
.
nr_crc_indication
)(
&
ind
);
...
...
@@ -1574,7 +1574,7 @@ void vnf_handle_nr_uci_indication(void *pRecvMsg, int recvMsgLen, vnf_p7_t* vnf_
}
else
{
NFAPI_TRACE
(
NFAPI_TRACE_
INFO
,
"%s: Handling UCI Indication
\n
"
,
__FUNCTION__
);
NFAPI_TRACE
(
NFAPI_TRACE_
DEBUG
,
"%s: Handling UCI Indication
\n
"
,
__FUNCTION__
);
if
(
vnf_p7
->
_public
.
nr_uci_indication
)
{
(
vnf_p7
->
_public
.
nr_uci_indication
)(
&
ind
);
...
...
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