inet::physicallayer::ReceptionIndication* control = check_and_cast<inet::physicallayer::ReceptionIndication*>(macPkt->getControlInfo());
ss << "RSSI: " << inet::math::mW2dBm(control->getMinRSSI().get() * 1000) << " dBm ";
Greetings,
Florian
On 12.02.2017 22:52, jillublue wrote:
> I'm a complete beginner to OmNet++. Right now working on the AODV
> example given in INET. How do I calculate the RSSI value in INET?
>