Re: [ns] WiMax modules existing

2007-05-03 Thread Thomas Michael Bohnert
Hi All, I am also working with both modules and I've read the paper. I also contacted the authors. No reply. Regarding the other issue, I've made the same experience. Just check the IFQ length. There is an conceptual error in the design of the module. All IEEE 802.16 connection queues are bas

Re: [ns] Segmentation fault with WiMAX..

2007-08-02 Thread Thomas Michael Bohnert
You should tell us which module you use. NDSL or NIST? Attached a paper published in NEW2AN 2007 (www.new2an.org) which deals with such issues. Best, Thomas On Tuesday 31 July 2007 09:08, ComputerScienceStudent wrote: > Hi all! > > I'm doing a work for an universitary course where I've to mod

Re: [ns] How to use two version of NS2?

2006-01-03 Thread Thomas Michael Bohnert
just change the name in the make file. Example: Makefile.in - snip - NS = ns-old - snip - run "./configure && make install" again and you are done. Thomas On Tuesday 03 January 2006 11:44, Guy Israeli wrote: > Hi all, > > I would like to use two version of NS2, and old version and a new ve

Re: [ns] How to use two version of NS2?

2006-01-03 Thread Thomas Michael Bohnert
Another solution for the same issue. One more, an alias could work too. On Wednesday 04 January 2006 00:08, you wrote: > I think you should change the configurations in .bashrc. > > Just use .install in two versions directory, then change the .bashrc. > > On 1/3/06, Thomas