nyuwireless-unipd / ns3-mmwave

ns-3 module for simulating mmWave-based cellular systems. See https://ieeexplore.ieee.org/document/8344116/ (open access) as a reference.
GNU General Public License v2.0
292 stars 190 forks source link

src/mmwave/examples/mmwave-tdma.cc #262

Closed Evblack2315 closed 1 year ago

Evblack2315 commented 1 year ago

Hello. src/mmwave/examples/mmwave-tdma.cc
I want to change these options like this: "uint16_t numEnb = 3; uint16_t numUe = 100; double distMin = 5.0; // eNB-UE distance in meters double distMax = 60.0; // eNB-UE distance in meters bool harqEnabled = true; int mcsDl = -1; std::string channelState = "n";"

But I get this error(picture) erorr

You can help? And also tell me how to run this file correctly.