Hi,For books, I'd recommend Chapter 7 of [1] for Idle mode and Section 22.7 of [2] for Radio Link Failure. You can also check the 3GPP standard specification, which is unfortunately scattered in several documents, e.g., TS 36.331, TS 36.304, TS 36.213, TS 36.133.-budi-[1] H. Holma, A. Toskala. (2009) "LTE for UMTS - OFDMA and SC-FDMA Based Radio Access".[2] S. Sesia, I. Toufik, M. Baker. (2011) "LTE - The UMTS Long Term Evolution: From Theory to Practice".
Hi,For books, I'd recommend Chapter 7 of [1] for Idle mode and Section 22.7 of [2] for Radio Link Failure. You can also check the 3GPP standard specification, which is unfortunately scattered in several documents, e.g., TS 36.331, TS 36.304, TS 36.213, TS 36.133.
-budi-[1] H. Holma, A. Toskala. (2009) "LTE for UMTS - OFDMA and SC-FDMA Based Radio Access".[2] S. Sesia, I. Toufik, M. Baker. (2011) "LTE - The UMTS Long Term Evolution: From Theory to Practice".
torstai, 14. marraskuuta 2013 17.14.47 UTC+2 KH Chua kirjoitti:
Hello there,
When I run UseIdealRRC = false, my simulation shows the error as follows:
msg="X2-U data received but no X2uTeidInfo found", file=../src/lte/model/lte-enb-rrc.cc
What it means actually? I'm using ns3.20. Is that a bug that has not fixed yet?
Thanks.
CF
On Monday, 18 November 2013 08:32:01 UTC-5, KH Chua wrote:
But i think i understand why such error message occurs already.
On Monday, October 21, 2013 7:56:12 PM UTC+8, KH Chua wrote:
Hi Nicola
Thank you for your reply.
I had tried to deliberately set theHandoverJoiningTimeout to a very low value using the following command to get a HO failure:
Hi Kwong,
if you use this in your code (as in the previous posts)
Config::SetDefault ("ns3::LteEnbRrc::HandoverJoiningTimeoutDuration", TimeValue (MilliSeconds (1)));
then I am not surprised at all that you get the error "X2-U data received but no X2uTeidInfo found" when you have UseIdealRRC = false.
Please read the LTE model documentation (in particular the section on the RRC) to understand what HandoverJoiningTimeout is used for.
On Sunday, August 3, 2014 5:08:11 AM UTC+2, Kwong Chiew-Foong wrote:
Hello there,
When I run UseIdealRRC = false, my simulation shows the error as follows:
msg="X2-U data received but no X2uTeidInfo found", file=../src/lte/model/lte-enb-rrc.cc
What it means actually? I'm using ns3.20. Is that a bug that has not fixed yet?
Thanks.
CF
On Monday, 18 November 2013 08:32:01 UTC-5, KH Chua wrote:
But i think i understand why such error message occurs already.
On Monday, October 21, 2013 7:56:12 PM UTC+8, KH Chua wrote:
Hi Nicola
Thank you for your reply.
I had tried to deliberately set theHandoverJoiningTimeout to a very low value using the following command to get a HO failure:
I applied the command to the lena-x2-handover.cc file, but when I run it, the following message came out:
ubuntu@ubuntu-Lenovo-G500s:~/tarballs/ns-allinone-3.18/ns-3.18$ ./waf --run lena-x2-handover
Waf: Entering directory `/home/ubuntu/tarballs/ns-allinone-3.18/ns-3.18/build'
[1036/2199] cxx: src/lte/examples/lena-x2-handover.cc -> build/src/lte/examples/lena-x2-handover.cc.12.o
[2104/2199] cxxprogram: build/src/lte/examples/lena-x2-handover.cc.12.o -> build/src/lte/examples/ns3.18-lena-x2-handover-debug
Waf: Leaving directory `/home/ubuntu/tarballs/ns-allinone-3.18/ns-3.18/build'
'build' finished successfully (3.635s)
/NodeList/4/DeviceList/0/LteUeRrc/ConnectionEstablished UE IMSI 1: connected to CellId 1 with RNTI 1
/NodeList/2/DeviceList/0/LteEnbRrc/ConnectionEstablished eNB CellId 1: successful connection of UE with IMSI 1 RNTI 1
/NodeList/2/DeviceList/0/LteEnbRrc/HandoverStart eNB CellId 1: start handover of UE with IMSI 1 RNTI 1 to CellId 2
/NodeList/4/DeviceList/0/LteUeRrc/HandoverStart UE IMSI 1: previously connected to CellId 1 with RNTI 1, doing handover to CellId 2
msg="X2-U data received but no X2uTeidInfo found", file=../src/lte/model/lte-enb-rrc.cc, line=2001
terminate called without an active exception
Command ['/home/ubuntu/tarballs/ns-allinone-3.18/ns-3.18/build/src/lte/examples/ns3.18-lena-x2-handover-debug'] terminated with signal SIGIOT. Run it under a debugger to get more information (./waf --run <program> --command-template="gdb --args %s <args>").
I not sure how to use the debugger. But when I tried running the debugger as in the above message, the following output message is obtained:
ubuntu@ubuntu-Lenovo-G500s:~/tarballs/ns-allinone-3.18/ns-3.18$ ./waf --run <lena-x2-handover> --command-template="gdb --args %s <args>"
bash: lena-x2-handover: No such file or directory
Please advise
Thanks
On Monday, October 21, 2013 5:43:45 PM UTC+8, Nicola Baldo wrote:It is not straightforward to measure the handover failure rate, as the current LTE ns-3 model does not support radio link failure (see the documentation).
However, two LteEnbRrc methods HandoverJoiningTimeout () and HandoverLeavingTimeout () are expected to be called when a HO fails. So, you could intercept these methods to infer that a failure has occurred.
By the way, it would be nice to have some trace sources exactly to intercept these timeout events... if someone could contribute a patch for this, it would be very much appreciated.
--
You received this message because you are subscribed to a topic in the Google Groups "ns-3-users" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/ns-3-users/VohVCgr66e0/unsubscribe.
To unsubscribe from this group and all its topics, 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/d/optout.
Its just a simple code.
hi,
can you please send me that code of calculating number of handovers, where i am getting problem with it