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
ZhouShuya
OpenXG-RAN
Commits
20d41208
Commit
20d41208
authored
Aug 16, 2019
by
Kujou
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
to test S3.4
parent
bea98773
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
openair2/NR_PHY_INTERFACE/nfapi_5g_test.c
openair2/NR_PHY_INTERFACE/nfapi_5g_test.c
+2
-2
No files found.
openair2/NR_PHY_INTERFACE/nfapi_5g_test.c
View file @
20d41208
...
@@ -8,8 +8,8 @@
...
@@ -8,8 +8,8 @@
int
main
(
int
argc
,
char
**
argv
)
int
main
(
int
argc
,
char
**
argv
)
{
{
nfapi_nr_cell_param_t
nfapi_nr_cell_param_test
;
nfapi_nr_cell_param_t
nfapi_nr_cell_param_test
;
nfapi_nr_
num_config_tlvs_to_report
*
num_config_
tlvs_to_report_list
;
nfapi_nr_
param_tlv_t
*
tlvs_to_report_list
;
nfapi_nr_cell_param_test
.
num_config_tlvs_to_report_list
=
num_config_
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
.
phy_state
=
0
;
nfapi_nr_cell_param_test
.
release_capability
=
0
;
nfapi_nr_cell_param_test
.
release_capability
=
0
;
nfapi_nr_cell_param_test
.
skip_blank_dl_config
=
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