ns3::SinglePairNodeScenario class

The most easy node scenario: just one UE with one access point.

                 d = ueY
         |----------------------|
   GNB_i                          UE_i

The distance between each GNB is for the x value $ GNB_{i+1} = GNB_{i} $ , for z $ GNB_{i+1} = GNB_{i} $ and for y $ GNB_{i+1} = GNB_{i} + 0.5 $

Base classes

class NodeDistributionScenario
Represents a scenario with gnb (or base stations) and UEs (or users).

Constructors, destructors, conversion operators

SinglePairNodeScenario(uint32_t gnbNum, const Vector& gnbReferencePos, double ueY)
SimpleInterferenceScenario constructor: initialize the node position.
~SinglePairNodeScenario()
destructor

Function documentation

ns3::SinglePairNodeScenario::SinglePairNodeScenario(uint32_t gnbNum, const Vector& gnbReferencePos, double ueY)

SimpleInterferenceScenario constructor: initialize the node position.

Parameters
gnbNum Number of gnb (or base stations)
gnbReferencePos reference position for the first GNB (other position will be derived from this information)
ueY Distance between GNB and UE in meters