LTE Handover Procedure

579 views
Skip to first unread message

Jori GH

unread,
Jul 2, 2014, 7:50:18 AM7/2/14
to ns-3-...@googlegroups.com
Hello,
I'm working on the handover procedure in LTE networks between Macrocells and Femtocells, I want to add more parameters in the decision part (additional to RSRP) as example (the speed of the UE, The available Bandwidth, the type of application RT or Non RT).
But I'm just a beginner and before start working I want to ask if I can do that using NS3 simulator?
Please, can anybody help me ?
Thanks for all

Konstantinos

unread,
Jul 2, 2014, 8:03:37 AM7/2/14
to ns-3-...@googlegroups.com
Yes you can. You will just need to update/develop the handover algorithm.

Jori GH

unread,
Jul 2, 2014, 8:35:34 AM7/2/14
to ns-3-...@googlegroups.com
Thanks,
Can you help me on how to start?
and also Can you tell me if there are any examples that study the handover between Macrocells and Femtocells?
Thanks for your Help and answer.

Konstantinos

unread,
Jul 2, 2014, 8:40:08 AM7/2/14
to ns-3-...@googlegroups.com

Jori GH

unread,
Jul 3, 2014, 7:04:50 AM7/3/14
to ns-3-...@googlegroups.com
Thanks alot..
But please I need an example that shows the handover between macro and femtocells so I can understand it and update the handover algorithm, so can you help me please , or is the Lena-Dual-Stripe study this case or it just study the handover between macrocells?
sorry for outstanding,, but really I need help...
Thanks for your efforts


بتاريخ الأربعاء، 2 يوليو، 2014 UTC+3 2:50:18 م، كتب Jori GH:

Konstantinos

unread,
Jul 3, 2014, 7:13:00 AM7/3/14
to ns-3-...@googlegroups.com
There are TWO examples for handover in ns-3 source code /src/lte/examples
Personally I do not know what type of cells they simulate in those examples but since you know how to create macro/femto from the dual-stripe example, you can similarly modify those (if needed).

Jori GH

unread,
Jul 3, 2014, 7:16:20 AM7/3/14
to ns-3-...@googlegroups.com
Thanks for your helping ,,I'll try reading these examples

بتاريخ الأربعاء، 2 يوليو، 2014 UTC+3 2:50:18 م، كتب Jori GH:

Jori GH

unread,
Jul 3, 2014, 7:34:21 AM7/3/14
to ns-3-...@googlegroups.com
Sorry, but I found only X2-based Handover examples...I need S1-based handover between the macro and Femto (no x2 interfaces between them)..so please as you know Does NS3 support S1-based Handover?


بتاريخ الأربعاء، 2 يوليو، 2014 UTC+3 2:50:18 م، كتب Jori GH:

Konstantinos

unread,
Jul 3, 2014, 7:50:03 AM7/3/14
to ns-3-...@googlegroups.com
http://www.nsnam.org/docs/models/html/lte-design.html#handover
According to this, only X2-based HO is implemented.

Jori GH

unread,
Jul 5, 2014, 8:15:50 AM7/5/14
to ns-3-...@googlegroups.com

:So please do you have any suggestion or advises on how to simulate the senario showed in the image? 

UE make a handover from the macrocell (Enb) to Femtocell (Henb) ,, and as you said no s1 handover supported, so how can I do the simulation? Any suggestions?

 
considering the senario without Femto Gateway ,, just S1 interfaces between femtocells and MME/SGW
 

Konstantinos

unread,
Jul 5, 2014, 10:54:07 AM7/5/14
to ns-3-...@googlegroups.com
As far as I know, the current LTE module supports only a single MME and a single SGW/PGW. 

Jori GH

unread,
Jul 5, 2014, 4:42:41 PM7/5/14
to ns-3-...@googlegroups.com
Thanks a lot for your answering and helping ,
please , consider the scenario is as shown below :
 

Now are there any ways for the UE to handover from eNB to HeNB ?  
Sorry for asking a lot, but I need to know as possible before start working ans simulating.
 
 

Konstantinos

unread,
Jul 5, 2014, 6:23:59 PM7/5/14
to ns-3-...@googlegroups.com
Please contact the developers of LTE module for more details.
From a similar request a year ago (https://groups.google.com/d/msg/ns-3-users/I7yVbADfXdw/FXXYpUnCwh0J) the reply was that no S1 HO is planned in short term. So at least for this year I guess that S1-HO is not implemented (from that group).

Jori GH

unread,
Jul 6, 2014, 8:22:00 AM7/6/14
to ns-3-...@googlegroups.com
Thanks Sir,
ok (seems no way to do S1 handover). Is it allowed if I decided to suppose that there are X2 interfaces between Macrocells and Femtocells to get rid of  not supporting S1 handover?
for example adding X2 interface between them by :

lteHelper->AddX2Interface (macroEnbs);
lteHelper->AddX2Interface (homeEnbs);

uint32_t nNodes1 = macroEnbs.GetN ();
uint32_t nNodes2 = homeEnbs.GetN ();

for (uint32_t i = 0; i < nNodes1; ++i)
{
for (uint32_t l = 0; l < nNodes2; ++l)
{
Ptr<Node> p = macroEnbs.Get (i);
Ptr<Node> q = homeEnbs.Get (l);
lteHelper->AddX2Interface (p,q);
}
}

Konstantinos

unread,
Jul 6, 2014, 9:19:23 AM7/6/14
to ns-3-...@googlegroups.com
This is (a) up to you, your design and assumptions, and (b) up to the reviewers to claim that your design is not valid.
I am not an LTE expert to advise you further.

Madan Pande

unread,
Jul 7, 2014, 5:34:28 AM7/7/14
to ns-3-...@googlegroups.com
Hi,
           There is currently no S1 HO implemented inNS-3, though a lot of pre-requisites are already exist...

2. IMHO, what you appear to be trying looks possible but not correct at the same time...

3. All types of Enbs can theoretically connect on X2 interface, but that is not  how FemAP or HeNB  are put in a network...Lena dual-stripe example already uses HeNB  and MacroEnb

4. The HeNB/FemAP are connected in to the network via DSL link or FTTH ...So, what network you would  achieve, I wonder...

With Regards,
madan


Date: Sun, 6 Jul 2014 06:19:23 -0700
From: dinos.k...@gmail.com
To: ns-3-...@googlegroups.com
Subject: Re: LTE Handover Procedure
--
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/d/optout.
Reply all
Reply to author
Forward
0 new messages