hi everyone.....
recently im trying to integrate code for routing protocol with ns2.34 for this i made possible changes with certain files in ns2.34/queue/priqueue.cc
ns2.34/common/packet.h
ns2.34/tcl/lib/ns-agent.tcl
ns2.34/tcl/lib/ns-packet.tcl
ns2.34/tcl/lib/ns-lib.tcl
ns2.34/tcl/lib/ns-mobilenode.tcl
after all this changes im getting some error in ns2.34/mac/wireless-phy.h --> im changed enum ChannelStatus { SLEEP, IDLE, RECV, SEND }; to enum ChannelStatus { SLEEP, IDLE, RRECV, SSEND };
after this im compiled the makefile..one of the object file for the protocol is created and getting some error in creating next one.....
i need to know what are all the changes to be done with mac/wireless-phy.cc and wireless-phy.h
recently im trying to integrate code for routing protocol with ns2.34 for this i made possible changes with certain files in ns2.34/queue/priqueue.cc
ns2.34/common/packet.h
ns2.34/tcl/lib/ns-agent.tcl
ns2.34/tcl/lib/ns-packet.tcl
ns2.34/tcl/lib/ns-lib.tcl
ns2.34/tcl/lib/ns-mobilenode.tcl
after all this changes im getting some error in ns2.34/mac/wireless-phy.h --> im changed enum ChannelStatus { SLEEP, IDLE, RECV, SEND }; to enum ChannelStatus { SLEEP, IDLE, RRECV, SSEND };
after this im compiled the makefile..one of the object file for the protocol is created and getting some error in creating next one.....
i need to know what are all the changes to be done with mac/wireless-phy.cc and wireless-phy.h
Comment