adjacentlink / emane

Distributed wireless network emulation framework
Other
127 stars 37 forks source link

Allow setting the TX Antenna bandwidth in the MAC #217

Closed bobmourlam closed 2 years ago

bobmourlam commented 2 years ago

By using the the local variable u64BandwidthHz instead of u64BandwidthHz_ you can then override the bandwidth in the MAC layer by using the FrequencyControlMessage. This was possible in previous versions of EMANE and I think broken as part of the MIMO change here:

https://github.com/adjacentlink/emane/commit/aab0b4f54ddac7a089df71e80122ced7bafb0271

sgalgano commented 2 years ago

Good find. Thanks.