【发布时间】:2017-11-20 01:46:46
【问题描述】:
我已经在 ns2.35 中安装了 lte,但它给出了以下错误: 无效的命令名称“队列/LTEQueue” 在执行时 "队列/LTEQueue 设置 qos_true" (文件“lte.tcl”第 21 行) 当我运行 lte.tcl
请帮忙解决
【问题讨论】:
标签: error-handling ns2 lte
我已经在 ns2.35 中安装了 lte,但它给出了以下错误: 无效的命令名称“队列/LTEQueue” 在执行时 "队列/LTEQueue 设置 qos_true" (文件“lte.tcl”第 21 行) 当我运行 lte.tcl
请帮忙解决
【问题讨论】:
标签: error-handling ns2 lte
您的错误:您正在使用没有 LTE 的(错误)“ns”副本,或者您的构建失败。
LTE,如何......
$ 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
运行一些例子:
$ 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
还有 ns-allinone-2.35:gt-itm 更新 → ns-allinone-2.35_gcc5.tar.gz
https://drive.google.com/file/d/0B7S255p3kFXNVVlxR0ZNRGVORjQ/view?usp=sharing
【讨论】: