2017-06-17 79 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 –