Hi... I am a new Ns-3 user and i am finding it hard that how to get the rsrp values for one cell case. Kindly help me.
--
You received this message because you are subscribed to the Google Groups "ns-3-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to ns-3-users+...@googlegroups.com.
To post to this group, send email to ns-3-...@googlegroups.com.
Visit this group at http://groups.google.com/group/ns-3-users.
For more options, visit https://groups.google.com/groups/opt_out.
ok to do it by attributes for examples by running the command from the ns-3 tutorial and I have put my script in the scratch file : ./waf --run "scratch/example --ns3::PhyStatsCalculator::RsrpSinrFilename.It gives me the following error : Command['home/mimoon/Desktop/ns-3/ns-3-allinone/ns-3-dev/build/scratch/example ', ' --ns3::PhyStatsCalculator::RsrpSinrFilename'] exited with code 1. I think the way of passing the attributes is correct according to the tutorial.
One more thing the User-Documentation--Model Library is not updated. This document doesn't gives information about Rsrp and Sinr.
Last question can you tell me exactly in which part of code Rsrp is calculated in the RRC? I want to know their calculation. thanks in advance :)
On Wednesday, August 28, 2013 5:47:05 PM UTC+2, Umair Masood wrote:Hi... I am a new Ns-3 user and i am finding it hard that how to get the rsrp values for one cell case. Kindly help me.
--
--
@Marco, there is one problem I am facing and that is I can't see the RSRP values for the neighboring Enbs. Like suppose I have a following Scanerio:2Ues and 2Enbs and each Ue is connected to one Enb. The Ue connected to its Enb is calculating the RSRP value for that specific Enb, but not for its neighboring Enb. This is the output:% time cellId IMSI RNTI rsrp sinr
0.0212143 1 1 1 3.87557e-10 16.1487
0.0212143 2 2 1 3.50361e-10 14.6328
0.0222143 1 1 1 3.87557e-10 16.1487
0.0222143 2 2 1 3.50361e-10 14.6328
0.0232143 1 1 1 3.87557e-10 16.1487
0.0232143 2 2 1 3.50361e-10 14.6328
0.0242143 1 1 1 3.87557e-10 16.1487
0.0242143 2 2 1 3.50361e-10 14.6328
0.0252143 1 1 1 3.87557e-10 16.1487
0.0252143 2 2 1 3.50361e-10 14.6328
0.0262143 1 1 1 3.87557e-10 16.1487
0.0262143 2 2 1 3.50361e-10 14.6328
0.0272143 1 1 1 3.87557e-10 16.1487
0.0272143 2 2 1 3.50361e-10 14.6328
0.0282143 1 1 1 3.87557e-10 16.1487
0.0282143 2 2 1 3.50361e-10 14.6328
0.0292143 1 1 1 3.87557e-10 16.1487
0.0292143 2 2 1 3.50361e-10 14.6328
0.0302143 1 1 1 3.87557e-10 16.1487
0.0302143 2 2 1 3.50361e-10 14.6328
0.0312143 1 1 1 3.87557e-10 16.1487
0.0312143 2 2 1 3.50361e-10 14.6328
0.0322143 1 1 1 3.87557e-10 16.1487
0.0322143 2 2 1 3.50361e-10 14.6328
0.0332143 1 1 1 3.87557e-10 16.1487
0.0332143 2 2 1 3.50361e-10 14.6328
0.0342143 1 1 1 3.87557e-10 16.1487
0.0342143 2 2 1 3.50361e-10 14.6328
0.0352143 1 1 1 3.87557e-10 16.1487
0.0352143 2 2 1 3.50361e-10 14.6328
0.0362143 1 1 1 3.87557e-10 16.1487
0.0362143 2 2 1 3.50361e-10 14.6328
0.0372143 1 1 1 3.87557e-10 16.1487
0.0372143 2 2 1 3.50361e-10 14.6328
0.0382143 1 1 1 3.87557e-10 16.1487
0.0382143 2 2 1 3.50361e-10 14.6328
0.0392143 1 1 1 3.87557e-10 16.1487
0.0392143 2 2 1 3.50361e-10 14.6328
0.0402143 1 1 1 3.87557e-10 16.1487
0.0402143 2 2 1 3.50361e-10 14.6328
0.0412143 1 1 1 3.87557e-10 16.1487
0.0412143 2 2 1 3.50361e-10 14.6328
0.0422143 1 1 1 3.87557e-10 16.1487
0.0422143 2 2 1 3.50361e-10 14.6328
0.0432143 1 1 1 3.87557e-10 16.1487
0.0432143 2 2 1 3.50361e-10 14.6328
0.0442143 1 1 1 3.87557e-10 16.1487
0.0442143 2 2 1 3.50361e-10 14.6328
0.0452143 1 1 1 3.87557e-10 16.1487
0.0452143 2 2 1 3.50361e-10 14.6328
0.0462143 1 1 1 3.87557e-10 16.1487
0.0462143 2 2 1 3.50361e-10 14.6328
0.0472143 1 1 1 3.87557e-10 16.1487
0.0472143 2 2 1 3.50361e-10 14.6328
0.0482143 1 1 1 3.87557e-10 16.1487
0.0482143 2 2 1 3.50361e-10 14.6328
0.0492143 1 1 1 3.87557e-10 16.1487
0.0492143 2 2 1 3.50361e-10 14.6328
On Wednesday, August 28, 2013 5:47:05 PM UTC+2, Umair Masood wrote:
--
--
--
Is your problem resolved?
if yes, please share this. I need RSRP neighbour cells in the txt file.
thank you