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
270f1e10
Commit
270f1e10
authored
Mar 11, 2020
by
masayuki.harada
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix call failed in nFAPI mode
parent
d1d82fe5
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
8 deletions
+0
-8
nfapi/open-nFAPI/vnf/src/vnf_p7.c
nfapi/open-nFAPI/vnf/src/vnf_p7.c
+0
-8
No files found.
nfapi/open-nFAPI/vnf/src/vnf_p7.c
100644 → 100755
View file @
270f1e10
...
...
@@ -615,10 +615,6 @@ void vnf_handle_harq_indication(void *pRecvMsg, int recvMsgLen, vnf_p7_t* vnf_p7
(
vnf_p7
->
_public
.
harq_indication
)(
&
(
vnf_p7
->
_public
),
&
ind
);
}
}
#ifndef PHY_RM
vnf_p7_codec_free
(
vnf_p7
,
ind
.
harq_indication_body
.
harq_pdu_list
);
vnf_p7_codec_free
(
vnf_p7
,
ind
.
vendor_extension
);
#endif
}
}
...
...
@@ -644,10 +640,6 @@ void vnf_handle_crc_indication(void *pRecvMsg, int recvMsgLen, vnf_p7_t* vnf_p7)
(
vnf_p7
->
_public
.
crc_indication
)(
&
(
vnf_p7
->
_public
),
&
ind
);
}
}
#ifndef PHY_RM
vnf_p7_codec_free
(
vnf_p7
,
ind
.
crc_indication_body
.
crc_pdu_list
);
vnf_p7_codec_free
(
vnf_p7
,
ind
.
vendor_extension
);
#endif
}
}
...
...
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