Skip to content

How to get SINR values for each node using function NotifyMmWaveSinr() #282

Open
@Vedantspit

Description

@Vedantspit

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions