I need to add the field of annulus number (area in which sensor is located from sink) which is depend up on the hop count present in HELLO list. So in which file the modifications has to be done, to add the field.
I am using NS2 simulator. In hello list i want to use 4 fields as node id, hop count, received power and annulus number(area of sensor location) which depend on hop count . So without transmitting HELLO packet at periodic intervals from every node, the node which receives hello packet compare its hop count with received packet hop count and if its count is less then its allow to transmit the hello packet to its transmission range. so how can i modify the hello list in AODV ?
I don't know the implementation of PMIPv6, but the hello protocol is a periodic task that sends a frame in a predefined interval using the broadcast/multicast address.