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
canghaiwuhen
OpenXG-RAN
Commits
8c4c7ba0
Commit
8c4c7ba0
authored
Mar 06, 2019
by
wujing
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
change LOG_E to LOG_D to output the log per second in vnf_p7
parent
e93d684e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
nfapi/open-nFAPI/vnf/src/vnf_p7.c
nfapi/open-nFAPI/vnf/src/vnf_p7.c
+1
-1
No files found.
nfapi/open-nFAPI/vnf/src/vnf_p7.c
View file @
8c4c7ba0
...
...
@@ -1246,7 +1246,7 @@ void vnf_handle_timing_info(void *pRecvMsg, int recvMsgLen, vnf_p7_t* vnf_p7)
{
// int16_t vnf_pnf_sfnsf_delta = NFAPI_SFNSF2DEC(vnf_p7->p7_connections[0].sfn_sf) - NFAPI_SFNSF2DEC(ind.last_sfn_sf);
LOG_
E
(
PHY
,
"%s() PNF:SFN/SF:%d VNF:SFN/SF:%d deltaSFNSF:%d
\n
"
,
__FUNCTION__
,
NFAPI_SFNSF2DEC
(
ind
.
last_sfn_sf
),
NFAPI_SFNSF2DEC
(
vnf_p7
->
p7_connections
[
0
].
sfn_sf
),
NFAPI_SFNSF2DEC
(
vnf_p7
->
p7_connections
[
0
].
sfn_sf
)
-
NFAPI_SFNSF2DEC
(
ind
.
last_sfn_sf
));
LOG_
D
(
PHY
,
"%s() PNF:SFN/SF:%d VNF:SFN/SF:%d deltaSFNSF:%d
\n
"
,
__FUNCTION__
,
NFAPI_SFNSF2DEC
(
ind
.
last_sfn_sf
),
NFAPI_SFNSF2DEC
(
vnf_p7
->
p7_connections
[
0
].
sfn_sf
),
NFAPI_SFNSF2DEC
(
vnf_p7
->
p7_connections
[
0
].
sfn_sf
)
-
NFAPI_SFNSF2DEC
(
ind
.
last_sfn_sf
));
// Panos: Careful here!!! Modification of the original nfapi-code
//if (vnf_pnf_sfnsf_delta>1 || vnf_pnf_sfnsf_delta < -1)
...
...
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