Open
Description
I tried doing this by editing mmwave-example.cc provided in the examples folder. I want the SINR of each user node and was unable to do so after trying numerous times.
I went to dig in the src/mmwave/helper/ mmwave-bearer-stats-connector.cc has a function void mWaveBearerStatsConnector::NotifyMmWaveSinr(MmWaveBearerStatsConnector* c, std::string context, uint64_t imsi , uint16_t cellId,long double sinr)
Please help me out, how should i approach. Have attached code snippet below :
Config::SetDefault ("ns3::MmWavePropagationLossModel::ChannelStates", StringValue ("n"));
Ptr<MmWaveHelper> ptr_mmWave = CreateObject<MmWaveHelper>();
ptr_mmWave->MmWaveChannelModelInitialization();
Ptr<MmWaveBearerStatsConnector> m_radioBearerStatsConnector = CreateObject<MmWaveBearerStatsConnector>();
m_radioBearerStatsConnector->EnsureConnected();
NodeContainer enbNodes;
NodeContainer ueNodes;
enbNodes.Create(1);
ueNodes.Create(5);
Metadata
Metadata
Assignees
Labels
No labels