I suspect that is the basic bit rate. 2Mb/s is not a valid bit rate for 11p
Valid bit rates for 11p
{'p', 3000000, WifiModulationType::GetOfdmRate3MbpsBW10MHz()},
{'p', 4500000, WifiModulationType::GetOfdmRate4_5MbpsBW10MHz()},
{'p', 6000000, WifiModulationType::GetOfdmRate6MbpsBW10MHz()},
{'p', 9000000, WifiModulationType::GetOfdmRate9MbpsBW10MHz()},
{'p', 12000000, WifiModulationType::GetOfdmRate12MbpsBW10MHz()},
{'p', 18000000, WifiModulationType::GetOfdmRate18MbpsBW10MHz()},
{'p', 24000000, WifiModulationType::GetOfdmRate24MbpsBW10MHz()},
{'p', 27000000, WifiModulationType::GetOfdmRate27MbpsBW10MHz()},
--
--
Sent from the OMNeT++ mailing list. To configure your membership,
visit http://groups.google.com/group/omnetpp
---
You received this message because you are subscribed to the Google Groups "omnetpp" group.
To unsubscribe from this group and stop receiving emails from it, send an email to omnetpp+u...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
You received this message because you are subscribed to a topic in the Google Groups "omnetpp" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/omnetpp/TyJYkxDxm_M/unsubscribe?hl=en.
To unsubscribe from this group and all its topics, send an email to omnetpp+u...@googlegroups.com.
In Ieee80211Mac.ned
double basicBitrate @unit("bps") = default(2e6bps);
In the ini file set the basicBitrate with a valid bit rate, for example 3e6bps