Bug 1993 - LTE throughput not affected by distance
LTE throughput not affected by distance
Status: RESOLVED DUPLICATE of bug 1992
Product: ns-3
Classification: Unclassified
Component: lte
ns-3-dev
PC Linux
: P5 normal
Assigned To: Nicola Baldo
:
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2014-09-23 10:12 UTC by vagelis.ioannou
Modified: 2014-09-29 08:02 UTC (History)
1 user (show)

See Also:


Attachments
The sligtly modified lena-simple-epc.cc file that includes application level logging. (7.22 KB, text/plain)
2014-09-23 10:15 UTC, vagelis.ioannou
Details

Note You need to log in before you can comment on or make changes to this bug.
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 ***