Bug 1993

Summary: LTE throughput not affected by distance
Product: ns-3 Reporter: vagelis.ioannou
Component: lteAssignee: Nicola Baldo <nicola>
Status: RESOLVED DUPLICATE    
Severity: normal CC: ns-bugs
Priority: P5    
Version: ns-3-dev   
Hardware: PC   
OS: Linux   
Attachments: The sligtly modified lena-simple-epc.cc file that includes application level logging.

Description vagelis.ioannou 2014-09-23 10:12:13 UTC
I tried to run the lena-simple-epc example and I found that the reception is not affected by distance.

In order to test I changed the src/lte/examples/lena-simple-epc.cc file to include application layer logging:

    LogComponentEnable ("UdpClient", LOG_LEVEL_ALL);
    LogComponentEnable ("PacketSink", LOG_LEVEL_ALL);

at line 50.

I tested with the following command:

    ./waf --run 'src/lte/examples/lena-simple-epc --distance=1e10'

with different values of the distance parameter. The result is that for any distance, the performance is exactly the same, i.e. the packets are received at the exact same time instance.

I would expect that for distance over the LTE range, communication would be imposible, and for smaller distances the throughput would increase, thus affecting packet reception times (even marginally). However this is not the case. The simulation seems unaffected by the distance between the nodes.
Comment 1 vagelis.ioannou 2014-09-23 10:15:04 UTC
Created attachment 1886 [details]
The sligtly modified lena-simple-epc.cc file that includes application level logging.
Comment 2 Nicola Baldo 2014-09-29 08:02:46 UTC

*** This bug has been marked as a duplicate of bug 1992 ***