问题描述
我已经在ns2.35中安装了lte,但是它给出了以下错误:无效的命令名称"Queue/LTEQueue" 在执行时队列/LTEQueue设置为qos_ true" (文件"lte.tcl"第21行) 当我运行lte.tcl
I`ve installed lte in ns2.35 but it gives the folowing error:invalid command name "Queue/LTEQueue" while executing"Queue/LTEQueue set qos_ true " (file "lte.tcl" line 21) when i run lte.tcl
请让我解决它
推荐答案
您的错误:您正在使用(错误的)没有LTE的"ns"副本,或者构建失败.
Your error: You are using a (wrong) copy of 'ns' with no LTE, or you have a failed build.
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-examples-0614.tar.gz https ://drive.google.com/file/d/0B7S255p3kFXNRWV4Mzc0bGYtQzA/view?usp = sharing
The examples : lte-examples-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-examples-06.17.tar.gz,添加了24_downl413.tcl
等."> https://drive.google.com/file/d/0B7S255p3kFXNSmd4Q3h3dXp1QWc/view?usp=sharing
EDIT : New example package, lte-examples-06.17.tar.gz, added 24_downl413.tcl
, etc. https://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/0B7S255p3kFXNVVxxR0ZNRGVORjQ/view?usp = sharing
And ns-allinone-2.35: gt-itm
updated → ns-allinone-2.35_gcc5.tar.gz
https://drive.google.com/file/d/0B7S255p3kFXNVVlxR0ZNRGVORjQ/view?usp=sharing
这篇关于无效的命令名称"Queue/LTEQueue"的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!