2017-06-17 48 views
0

I`ve安装在LTE ns2.35但它给出了如下因素错误: 无效命令名“队列/ LTEQueue” 在执行 “队列/ LTEQueue设置qos_真” (文件“lte.tcl” 21号线) 当我lte.tcl运行无效命令名“队列/ LTEQueue”

请HEPE梅托解决它

回答

0

你的错误:您正在使用(错误)“NS”的副本,没有LTE,或者你有一个失败的版本。

LTE,HOWTO ....

$ tar xvf ns-allinone-2.35_gcc482.tar.gz 

https://drive.google.com/file/d/0B7S255p3kFXNSGJCZ2YzUGJDVk0

$ cd ns-allinone-2.35/ 
$ patch -p0 < LTE-ns235_2014-2.patch 

https://drive.google.com/file/d/0B7S255p3kFXNLVlDZ29EWWxJTFk/view?usp=sharing

$ ./install 
$ cd ns-2.35/ 
$ sudo make install ('make install' will copy the executable 'ns' to /usr/local/bin/) 
$ cp ns ns235-lte (This is your backup and the recognizable "lte ns") 
$ sudo cp ns235-lte /usr/local/bin/ 
$ cd ../nam-1.15/ 
$ sudo make install 

的例子:LTE-例子-0614.tar.gz https://drive.google.com/file/d/0B7S255p3kFXNRWV4Mzc0bGYtQzA/view?usp=sharing

执行命令的一些示例:

$ ns235-lte bicfixdownlink.tcl 
$ ns235-lte deVacto-lte.tcl 
$ ns235-lte 24_downl413.tcl 

编辑:新实例包,LTE-例子-06.17.tar.gz,加入24_downl413.tclhttps://drive.google.com/file/d/0B7S255p3kFXNSmd4Q3h3dXp1QWc/view?usp=sharing

和NS-ALLINONE-2.35:gt-itm更新→ns-allinone-2.35_gcc5.tar.gz https://drive.google.com/file/d/0B7S255p3kFXNVVlxR0ZNRGVORjQ/view?usp=sharing

+0

非常感谢Knud Larsen –

+0

是否有补丁ns2.29?你可以给它吗? –

+0

请参阅此处的答案https://groups.google.com/forum/?fromgroups#!topic/ns-users/1aot_dOfAUg –