Commit 20d41208 authored by Kujou's avatar Kujou

to test S3.4

parent bea98773
......@@ -8,8 +8,8 @@
int main ( int argc, char** argv)
{
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_cell_param_test.num_config_tlvs_to_report_list = num_config_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;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment