Commit 42083f4d authored by Cedric Roux's avatar Cedric Roux

set configuration file to TDD

parent d6b7e02d
...@@ -23,13 +23,13 @@ eNBs = ...@@ -23,13 +23,13 @@ eNBs =
component_carriers = ( component_carriers = (
{ {
frame_type = "FDD"; frame_type = "TDD";
tdd_config = 3; tdd_config = 3;
tdd_config_s = 0; tdd_config_s = 0;
prefix_type = "NORMAL"; prefix_type = "NORMAL";
eutra_band = 7; eutra_band = 38;
downlink_frequency = 2680000000L; downlink_frequency = 2595000000L;
uplink_frequency_offset = -120000000; uplink_frequency_offset = 0000000;
Nid_cell = 0; Nid_cell = 0;
N_RB_DL = 25; N_RB_DL = 25;
Nid_cell_mbsfn = 0; Nid_cell_mbsfn = 0;
...@@ -204,13 +204,13 @@ eNBs = ...@@ -204,13 +204,13 @@ eNBs =
component_carriers = ( component_carriers = (
{ {
frame_type = "FDD"; frame_type = "TDD";
tdd_config = 3; tdd_config = 3;
tdd_config_s = 0; tdd_config_s = 0;
prefix_type = "NORMAL"; prefix_type = "NORMAL";
eutra_band = 7; eutra_band = 38;
downlink_frequency = 2680000000L; downlink_frequency = 2595000000L;
uplink_frequency_offset = -120000000; uplink_frequency_offset = 0000000;
Nid_cell = 0; Nid_cell = 0;
N_RB_DL = 25; N_RB_DL = 25;
Nid_cell_mbsfn = 0; Nid_cell_mbsfn = 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