Bug 1460 - LTE - EPC/REM Different SINR values
LTE - EPC/REM Different SINR values
Status: NEW
Product: ns-3
Classification: Unclassified
Component: lte
ns-3.14
All All
: P3 normal
Assigned To: Nicola Baldo
:
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2012-06-20 09:45 EDT by Arsalan
Modified: 2012-10-17 13:02 EDT (History)
2 users (show)

See Also:


Attachments
Test Cases (546.02 KB, application/vnd.openxmlformats-officedocument.presentationml.presentation)
2012-06-20 09:45 EDT, Arsalan
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Arsalan 2012-06-20 09:45:05 EDT
Created attachment 1415 [details]
Test Cases

The Sinr values for a fixed coordinate at REM maps should be similar to that produced as a sinr for a use simulating EPC. Use the example lena-dual-stripe & slightly modifying the example to 1UE & 1HomeENodeB produces different sinr results as compared to that for Rem maps. 
This leads to a incorrect CQI (Unexpectedly very high) as the high Sinr value results in a higher spectral efficiency.

There are some tests performed to reproduce the problem which are attached to this post. Case2 clearly shows the unexpected behavior.

Parameters:
Example - lena-dual-stripe
number of nodes: 1UE, 1 EnodeB
distance: 30m(case1), 100m(case2), 500m/2000m(case3/4)
Propagation model: HybridBuildingPropagationLossModel->BuildingsLossModel(ITU1238/ITU1411/OH)
Bandwidth/Txpower/Noise/Shadowing: Kept same as in the example (Txpower for Txnode 17dBm)

Speculation:
The attached document would show the manual calculations for another test case. The calculations show the pathloss & shadowing values are rightly calculated in the simulator. A major expected cause could be the incorrect coordination of Use of bandwidth while calculation the RxPower. (BuildingLossModel.cc)
Or noisePSD/Rxpsd values for either EPC/REM should match.

Attachments:
1-Two relevant NS3 Users topics
https://groups.google.com/group/ns-3-users/browse_thread/thread/315e4ba06e8cf618#
https://groups.google.com/group/ns-3-users/browse_thread/thread/afab7f8977090777#

2- A short presentation explaining the test cases & comparisons
<Attached>

3- Link to complete codes & fugures/ Manual calculations
<Rapid share link>
https://rapidshare.com/files/1029961871/NS3_Sinr_bug.rar
Comment 1 Nicola Baldo 2012-10-17 12:20:03 EDT
Hi Arsalan,

I wanted to have a look at this bug to see if we can fix it before the next release, but unfortunately the file you posted on rapidshare is not available any more. Could you please upload it to bugzilla instead?
Comment 2 Arsalan 2012-10-17 13:02:31 EDT
Hi Nicola,

Since the folder contains MacStats for all the cases, the file size is larger than Bugzilla's limit. Hence re uploading it on rapid share.

https://rapidshare.com/files/3413287606/NS3_Sinr_bug.rar

Arsalan