LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Ubuntu
User Name
Password
Ubuntu This forum is for the discussion of Ubuntu Linux.

Notices


Reply
  Search this Thread
Old 03-12-2013, 09:49 AM   #76
khouloud
LQ Newbie
 
Registered: Mar 2013
Posts: 5

Rep: Reputation: Disabled
Smile Opnet


Quote:
Originally Posted by knudfl View Post
Post # 74, @khouloud : Welcome to LQ.

The "lte module" is the executable 'ns' with the LTE files compiled into 'ns'.

Please evaluate what you mean.
The available files are supposed to be downloaded :
Please see the links in the LQ LTE threads → → LQ Search → Tag = lte

LTE examples .tcl : lte-examples-0213.tar.gz
https://docs.google.com/file/d/0B7S2...it?usp=sharing

-
thanks
will it be easier to use OPNET ?ana how can i do that?
 
Old 03-12-2013, 10:33 AM   #77
knudfl
LQ 5k Club
 
Registered: Jan 2008
Location: Copenhagen DK
Distribution: PCLinuxOS2023 Fedora38 + 50+ other Linux OS, for test only.
Posts: 17,517

Rep: Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641
# 76 .

OPNET lte : I don't know. But there is an "OPNET LTE tutorial":
http://www.opnet.com/LTE/
http://www.opnet.com/LTE/OPNET_LTE_S...l_Brochure.pdf
http://www.edaboard.com/thread199479.html

Other : ns3 lte http://www.nsnam.org/docs/models/html/lte-user.html

-
 
Old 03-12-2013, 10:51 AM   #78
knudfl
LQ 5k Club
 
Registered: Jan 2008
Location: Copenhagen DK
Distribution: PCLinuxOS2023 Fedora38 + 50+ other Linux OS, for test only.
Posts: 17,517

Rep: Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641
And : The ns2 / LTE simulations are not difficult :

Install a package that fits your OS, lte-ns-2.33-S1337.i486.txz
or lte-ns-2.33-ubuntu10_i386.deb, and type $ ns-lte eyana.tcl :
Nam will display a nice simulation.
 
Old 03-13-2013, 08:28 AM   #79
khouloud
LQ Newbie
 
Registered: Mar 2013
Posts: 5

Rep: Reputation: Disabled
Wink

Quote:
Originally Posted by knudfl View Post
And : The ns2 / LTE simulations are not difficult :

Install a package that fits your OS, lte-ns-2.33-S1337.i486.txz
or lte-ns-2.33-ubuntu10_i386.deb, and type $ ns-lte eyana.tcl :
Nam will display a nice simulation.
thanks for ur help
what's the best version of ubuntu ns2 which I can use ?
 
Old 03-22-2013, 10:57 PM   #80
cio
LQ Newbie
 
Registered: Mar 2013
Location: Indonesia
Posts: 26

Rep: Reputation: Disabled
hello... i need help about installing LTE patch, i'm using ns 2.33 and ubuntu 11.04
i already follow the step from post #2 and #4

i got no error until i trying to run "ns" after doing "make install"
this messege appear:

ns:
[code omitted because of length]
: invalid command name "Queue/LTEQueue"
while executing
"Queue/LTEQueue set drop_front_ 0"


i already do the symlink command and this error still appear... >.<
i don't know what's wrong with it?
should i try to re-install from beginning or is there any sollution?

thank you~
 
Old 03-23-2013, 02:02 AM   #81
knudfl
LQ 5k Club
 
Registered: Jan 2008
Location: Copenhagen DK
Distribution: PCLinuxOS2023 Fedora38 + 50+ other Linux OS, for test only.
Posts: 17,517

Rep: Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641
Post #80, @cio : Welcome to LQ.

Ubuntu 11.04 : Should be the 32bits version = i686.
Ubuntu 11.04 : Please read post #61 ... and suggest : Read all posts.

Quote:
I already do the symlink command and this error still appear... >.<
Which commands ? Do you mean : a) cd project/
b) ln -s ../lte-model-read-only/*.h ./
c) ln -s ../lte-model-read-only/dlqueue.cc

Anyway, better start from scratch, with a new unpacked ns-allinone-2.33.tar.gz.

-
 
Old 04-04-2013, 06:40 AM   #82
cio
LQ Newbie
 
Registered: Mar 2013
Location: Indonesia
Posts: 26

Rep: Reputation: Disabled
i already start from new unpacked ns-allinone-2.33.tar.gz
i'm doing the step from post #61
and i'm doing exactly the same as post #2 and #4
but i still got this error...

ns:
[code omitted because of length]
: invalid command name "Queue/LTEQueue"
while executing
"Queue/LTEQueue set drop_front_ 0"

and i'm doing your solution for this error from post #65
but it still not work when i type 'ns' on terminal
 
Old 04-04-2013, 06:44 AM   #83
knudfl
LQ 5k Club
 
Registered: Jan 2008
Location: Copenhagen DK
Distribution: PCLinuxOS2023 Fedora38 + 50+ other Linux OS, for test only.
Posts: 17,517

Rep: Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641
# 82 .
Quote:
but I still got this error...
From which command ? ?

And which version is your Ubuntu 11.04 ? i686 or x86_64 ?
This command will show : uname -m <Enter>
 
Old 04-04-2013, 07:46 AM   #84
cio
LQ Newbie
 
Registered: Mar 2013
Location: Indonesia
Posts: 26

Rep: Reputation: Disabled
from "make" command

it's i686
 
Old 04-04-2013, 08:49 AM   #85
knudfl
LQ 5k Club
 
Registered: Jan 2008
Location: Copenhagen DK
Distribution: PCLinuxOS2023 Fedora38 + 50+ other Linux OS, for test only.
Posts: 17,517

Rep: Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641
# 4 .

The 'make' command will not show [code omitted because of length].
So what is it about ?
 
Old 04-04-2013, 09:00 AM   #86
cio
LQ Newbie
 
Registered: Mar 2013
Location: Indonesia
Posts: 26

Rep: Reputation: Disabled
i mean... after i do "make"
the i try to run ns from terminal with "ns" command
and that error messege appear.
 
Old 04-04-2013, 10:52 AM   #87
knudfl
LQ 5k Club
 
Registered: Jan 2008
Location: Copenhagen DK
Distribution: PCLinuxOS2023 Fedora38 + 50+ other Linux OS, for test only.
Posts: 17,517

Rep: Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641
@cio : Did you read all posts in the thread ?
Posts #61, #50 are about Ubuntu 11.04 : gcc / g++ version 4.1.2 must be used.

If you still have no luck :
Please install the package lte-ns-2.33-ubuntu10_i386.deb, post # 72.
 
Old 04-04-2013, 11:26 PM   #88
cio
LQ Newbie
 
Registered: Mar 2013
Location: Indonesia
Posts: 26

Rep: Reputation: Disabled
yes... i read all the post and do exactly as what it said on post #61 and #50...
i'm already download and used gcc/g++ version 4.1.2

okay... i'll try to install the package lte-ns-2.33-ubuntu10_i386.deb, post # 72.
thanks...
 
Old 04-09-2013, 02:40 PM   #89
cio
LQ Newbie
 
Registered: Mar 2013
Location: Indonesia
Posts: 26

Rep: Reputation: Disabled
it still not work... :'(
i even try to install ns2.33 from new unpacked ns-allinone-2.33.tar.gz

is it because i'm using linux under windows with virtualbox?
 
Old 04-09-2013, 02:51 PM   #90
knudfl
LQ 5k Club
 
Registered: Jan 2008
Location: Copenhagen DK
Distribution: PCLinuxOS2023 Fedora38 + 50+ other Linux OS, for test only.
Posts: 17,517

Rep: Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641
# 89 .
Quote:
it still not work...
Please explain what isn't working.

Commands and errors, please.


-
 
  


Reply

Tags
lte, lte-ns235, ns2



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
installing leach patch in ns2.34 in ubuntu9.10 g_vaibh Ubuntu 19 04-09-2015 09:43 AM
how to install leach patch in ns2.34 in ubuntu 9.10 anjon.sunny Linux - Newbie 9 04-30-2014 04:05 AM
patch for working leach protocol in ns2.34 fedora rajcek Linux - Wireless Networking 4 02-04-2013 06:59 AM
integrating patch in ns2 MLinux Linux - Networking 2 11-30-2010 08:26 AM
I cant recompile my patch in ns2 on red hat v5 JawadZaheer Linux - Software 0 12-22-2007 11:31 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Ubuntu

All times are GMT -5. The time now is 01:55 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration