// Flow monitor FlowMonitorHelper fl; Ptr<FlowMonitor> monitor;
monitor = fl.Install(ueNodes); monitor = fl.Install(enbNodes); monitor->SetAttribute ("DelayBinWidth", DoubleValue(0.001)); monitor->SetAttribute ("JitterBinWidth", DoubleValue(0.001)); monitor->SetAttribute ("PacketSizeBinWidth", DoubleValue(20));
Simulator::Stop (Seconds (1.05));
Simulator::Run ();
flowMonitor->SerializeToXmlFile("test.xml", true, true);[1225/2533] Compiling src/lte/examples/lena-simple.cc[2417/2533] Linking build/src/lte/examples/ns3.26-lena-simple-debugUndefined symbols for architecture x86_64: "ns3::FlowMonitorHelper::FlowMonitorHelper()", referenced from: _main in lena-simple.cc.10.o "ns3::FlowMonitorHelper::~FlowMonitorHelper()", referenced from: _main in lena-simple.cc.10.old: symbol(s) not found for architecture x86_64clang: error: linker command failed with exit code 1 (use -v to see invocation)