Update to ns-3.29 - addition of carrier aggregation and multi-sector antennas
This release adds new features, including:
- Carrier Aggregation
- Support for multiple antenna arrays at the base stations (sectors) and at the UEs (panels).
Moreover, the inter-RAT handover without dual connectivity is not supported anymore, thus dual connectivity is needed to handle heterogeneous LTE-mmWave networks. Moreover, the mmwave module code is now in the mmwave
namespace, thus add using mmwave;
to your existing examples.
Apart from this, the code is backward compatible, therefore old scripts still work.
To setup simulations with CA, please refer to the mmwave-ca-diff-bandwidth and mmwave-ca-same-bandwidth examples. The wiki also contains some useful guides for the setup of simulations.