You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
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
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
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.