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
ffd80e2c
Commit
ffd80e2c
authored
Jan 14, 2020
by
Raphael Defosseux
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixing easy cppcheck errors
Signed-off-by:
Raphael Defosseux
<
raphael.defosseux@eurecom.fr
>
parent
2dfad4c0
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
3 deletions
+4
-3
openair1/SIMULATION/NR_PHY/ulsim.c
openair1/SIMULATION/NR_PHY/ulsim.c
+1
-1
openair2/NR_PHY_INTERFACE/nfapi_5g_test.c
openair2/NR_PHY_INTERFACE/nfapi_5g_test.c
+3
-2
No files found.
openair1/SIMULATION/NR_PHY/ulsim.c
View file @
ffd80e2c
...
...
@@ -92,7 +92,7 @@ mac_rlc_status_resp_t mac_rlc_status_ind( const module_id_t module_idP,
const
tb_size_t
tb_sizeP
,
const
uint32_t
sourceL2Id
,
const
uint32_t
destinationL2Id
)
{
mac_rlc_status_resp_t
mac_rlc_status_resp
;
return
mac_rlc_status_resp
;}
{
mac_rlc_status_resp_t
mac_rlc_status_resp
=
{
0
}
;
return
mac_rlc_status_resp
;}
tbs_size_t
mac_rlc_data_req
(
const
module_id_t
module_idP
,
const
rnti_t
rntiP
,
const
eNB_index_t
eNB_index
,
...
...
openair2/NR_PHY_INTERFACE/nfapi_5g_test.c
View file @
ffd80e2c
...
...
@@ -8,8 +8,9 @@
int
main
(
int
argc
,
char
**
argv
)
{
nfapi_nr_cell_param_t
nfapi_nr_cell_param_test
;
nfapi_nr_param_tlv_t
*
tlvs_to_report_list
;
nfapi_nr_cell_param_test
.
config_tlvs_to_report_list
=
tlvs_to_report_list
;
nfapi_nr_param_tlv_t
tlvs_to_report_list
;
nfapi_nr_cell_param_test
.
config_tlvs_to_report_list
=
&
tlvs_to_report_list
;
nfapi_nr_cell_param_test
.
phy_state
=
0
;
nfapi_nr_cell_param_test
.
release_capability
=
0
;
nfapi_nr_cell_param_test
.
skip_blank_dl_config
=
0
;
...
...
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