Error handling 无效的命令名";队列/LTE队列";

Error handling 无效的命令名";队列/LTE队列";,error-handling,ns2,lte,Error Handling,Ns2,Lte,我已经在ns2.35中安装了lte,但它给出了以下错误: 无效的命令名“队列/LTEQueue” 执行时 “队列/LTE队列设置qos_uuTrue” (文件“lte.tcl”第21行) 当我运行lte.tcl时 请帮助我解决您的错误:您正在使用没有LTE的“ns”的(错误)副本,或者您的生成失败 LTE,如何 $ tar xvf ns-allinone-2.35_gcc482.tar.gz 示例:lte-examples-0614.tar.gz 运行一些示例: $ ns235-lte bi

我已经在ns2.35中安装了lte,但它给出了以下错误: 无效的命令名“队列/LTEQueue” 执行时 “队列/LTE队列设置qos_uuTrue” (文件“lte.tcl”第21行) 当我运行lte.tcl时


请帮助我解决您的错误:您正在使用没有LTE的“ns”的(错误)副本,或者您的生成失败

LTE,如何

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

示例:lte-examples-0614.tar.gz

运行一些示例:

$ ns235-lte bicfixdownlink.tcl 
$ ns235-lte deVacto-lte.tcl
$ ns235-lte 24_downl413.tcl
编辑:新的示例包,lte-examples-06.17.tar.gz,添加了
24_downl413.tcl
,等等

和ns-allinone-2.35:
gt itm
更新→ <代码>ns-allinone-2.35_gcc5.tar.gz

ns2.29有补丁吗?你能提供吗?请看这里的答案
$ ./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
$ ns235-lte bicfixdownlink.tcl 
$ ns235-lte deVacto-lte.tcl
$ ns235-lte 24_downl413.tcl