NoInterferenceNodeDistribution class
No interference (or very little, depends) scenario (limited to 2 GNB and UE)
Please note that this scenario considers one UE per each GNB. It should be modified to place UEs on a circle (so they are at the same distance) but far from each other.
d = ueY
|----------------------|
GNB_i UE_i
GNB_i+1
\
\
\
\
\
UE_i+1 (position fixed)
Base classes
- class NodeDistributionScenario
- Represents a scenario with gnb (or base stations) and UEs (or users).
Constructors, destructors, conversion operators
- NoInterferenceNodeDistribution(const Vector& gnbReferencePos, double ueY)
- SimpleInterferenceScenario constructor: initialize the node position.
- ~NoInterferenceNodeDistribution()
- destructor