Problems with the WiMAX NIST patch

View: New views
2 Messages — Rating Filter:   Alert me  

Problems with the WiMAX NIST patch

by W.A. Iqbal :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message


hey ns-users,

> ive installed the NIST wimax patch, but when i try to simulate simple.tcl(comes with the rar file) i get an error msg saying,
> invalid command name "Mac/802_16"
>    while executing
> "Mac/802_16 set debug_0"
>  <file "simple.tcl" line 45>


thanks for your help.

rgrds
WA Iqbal

Re: Problems with the WiMAX NIST patch

by JawadZaheer :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

hi guys
I have finally come up with the solution to this problem.
Upon installation of the wimax module either by patch or manual installation.
Recompile the code from the ns-2.31 directory by
./configure
make clean
make
make install

Probably you aren't doing the "make install" and that is the reason for the error.
best of luck.