Wifi node senses channel without RX

47 views
Skip to first unread message

TIM

unread,
Dec 21, 2017, 12:10:49 PM12/21/17
to ns-3-users
Hello everyone,

Is it possible that wifi AP senses channel and get noise power or interference without any received packet?
I know I can use $ns3::LteUeNetDevice/ComponentCarrierMapUe/[i]/LteUePhy/DlSpectrumPhy/RxEndOk to get noise power when the UE receive a packet.

But now I want to let wifi AP only senses the channel without receiving or transmitting packets.
I can't find the possible trace or function to solve my problems.
Could anyone help me?

Thanks a lot! ,
Tim

Rediet

unread,
Dec 22, 2017, 9:55:00 AM12/22/17
to ns-3-users
Hello Tim,

I don't think that there's something like that. You can try to cook something up based on the fact that the AP has to periodically send beacons (or you can set up your own periodical sensing period) and could sense the channel before sending it.

Good luck,

Rediet

TIM

unread,
Dec 23, 2017, 6:23:50 AM12/23/17
to ns-3-users
Hi Rediet,

Thanks your reply!!

OK, I would senses the channel based on the beacon.
The another question is that how the Wi-Fi AP senses the channel. 
Is there any helper or function in wifiphy (or another class) can sense and show interference ?

Rediet

unread,
Jan 2, 2018, 10:43:33 AM1/2/18
to ns-3-users
Hello Tim,

I haven't checked if it works but doing something like invoking a tailor-made method of InterferenceHelper returning noise+interference level (probably mimicking what's done in GetEnergyDuration) inside SendPacket method of WifiPhy.

Cheers,

Rediet
Reply all
Reply to author
Forward
0 new messages