fixed bandwidth param in lena-dual-stripe

This commit is contained in:
Nicola Baldo
2012-03-26 13:40:35 +02:00
parent 50c6c2929f
commit 11791909fb

View File

@@ -156,8 +156,8 @@ main (int argc, char *argv[])
double homeEnbTxPowerDbm = 20.0;
uint16_t macroEnbDlEarfcn = 100;
uint16_t homeEnbDlEarfcn = 100;
uint8_t macroEnbBandwidth = 25;
uint8_t homeEnbBandwidth = 25;
uint16_t macroEnbBandwidth = 25;
uint16_t homeEnbBandwidth = 25;
double simTime = 0.01;
bool generateRem = false;
@@ -333,6 +333,9 @@ main (int argc, char *argv[])
Simulator::Stop (Seconds (simTime));
}
lteHelper->EnableMacTraces ();
lteHelper->EnableRlcTraces ();
Simulator::Run ();
//GtkConfigStore config;