Fixing the multiple handovers process

67 views
Skip to first unread message

Dimitrios Charoulis

unread,
Jan 6, 2012, 10:35:00 AM1/6/12
to omnetpp
Hello,

i was trying to experiment myself with the xMIPv6 framework running it
over Omnet and at first it was impossible to have multiple handovers.
The changes i made in code and worked fine for me are the following
ones :

In file IPv6NeighbourDiscovery.cc, in function
processNSForTentativeAddress() , condition "if (rt6-
>isLocalAddress(nsSrcAddr))" should be turned to "if (rt6-
>isLocalAddress(ns->getTargetAddress()))" -this is a logical mistake-
and in the following "else" condition we should add brackets to it
that include the error() function after it.

I am a new user into OMNET++ and I would be very happy to receive any
comments on the changes mentioned above and appologize in case there
are previous references over them or my actions prove to be wrong.


Thank you!
Dimitrios Charoulis.

hajer

unread,
Feb 14, 2012, 9:25:27 AM2/14/12
to omn...@googlegroups.com
Hi,

Thanks a lot for your post, it helps resolving my problems
i was having this error when increasing the number of my wireless hosts.
but with this change, it s fixed. 

Thank you!



Reply all
Reply to author
Forward
0 new messages