Hello
I'm working on ns2.32 on fedora core 8 to simulate LTE network, the problem is that when i tried to patch lte module the ns is diffected and it does not work anymore.
i found the code in the forum posted by
knudfl:
cd ns-allinone-2.33/tk8.4.18/
patch -p0 < tk-8.4-lastevent.patch
cd ../
./install
cd ns-2.33/ && mv ns ns233 && make clean && mv Makefile Makefile.org
svn checkout
http://lte-model.googlecode.com/svn/trunk/ lte-model-read-only
mkdir project
cd lte-model-read-only/
Edit the new Makefile in lte-model-read-only/ , lines 41, 67, 82 to actual location.
( I.e all : /root/ns-allinone.... to : <your-path>/ns-allinone.... ).( 8 times edit.)
sh checkin
cd ../
make
i installed ns2.34 and i want to patch LTE module, i need detailed command.
please help me.
Thanks.