LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Ubuntu (https://www.linuxquestions.org/questions/ubuntu-63/)
-   -   how to installing LTE module patch in NS2.33 (https://www.linuxquestions.org/questions/ubuntu-63/how-to-installing-lte-module-patch-in-ns2-33-a-857930/)

Mas Pras 12-16-2014 06:23 AM

and than sir, why when i running ./test the result like this


project@project:~/ns-allinone-2.33/ns-2.33/lte-model-read-only$ ./test
Deleting the old log files ...
rm: cannot remove ‘*.log’: No such file or directory
rm: cannot remove ‘out.*’: No such file or directory
Done
start testing, please wait ...
./test: line 8: ns: command not found
Done
The testing results(throughput, delay, jitter) are:
---------------------------------------------------

awk: cannot open out.tr (No such file or directory)

awk: cannot open out.tr (No such file or directory)

awk: cannot open out.tr (No such file or directory)

check the out.txt out.tr out.nam for detailed information.
project@project:~/ns-allinone-2.33/ns-2.33/lte-model-read-only$

knudfl 12-16-2014 08:26 AM

← #166 .

The recommendation is to do $ ns-lte eyana.tcl

If you want to use the script `test´,
then please edit line 8 in "script" from :
ns lte.tcl > out.txt
to :
ns-lte lte.tcl > out.txt

-

Mas Pras 12-16-2014 12:54 PM

sir, where can I get a script eyana.tcl ,
and then how to run the awk script and file nam of results eyana.tcl ?

knudfl 12-16-2014 01:46 PM

← #168 .

The LTE examples are linked in answers to you.
Latest is "lte-examples-0614.tar.gz"
https://drive.google.com/file/d/0B7S...ew?usp=sharing

Awk scripts : Please start with the scripts included in ns-2.33/lte*.
More scripts (~140) : awk-and-perl_scripts_12.2014.tar.gz
https://drive.google.com/file/d/0B7S...ew?usp=sharing

Nam :
Install the package nam_1.15-10_i386.deb with your `Package Installer´
https://drive.google.com/file/d/0B7S...ew?usp=sharing
I.e. when downloaded, click the package, and it gets installed.

$ ns-lte eyana.tcl : The nam window will open automatically.

-

Mas Pras 12-16-2014 02:08 PM

and where I need to extract lte - examples - 0614.tar.gz , awk - and- perl_scripts_12.2014.tar.gz ,
what in the ns - allinone - folder or folders ns2.33 2:33 ?

knudfl 12-16-2014 02:32 PM

← #170 .

The folders with examples and scripts can have any location in /home/<name>/.

Both folders contain universal scripts,
not particularly connected to ns-allinone-2.33 .
* The LTE examples are for any LTE patched ns2 version :
ns-2.33, ns-2.34, ns-2.35.
The awk and perl sripts are for all ns2 versions.

-

Mas Pras 12-17-2014 02:11 PM

sir, how to install tracegraph to draw the results of the analysis calculation lte?

knudfl 12-18-2014 03:39 AM

← #172 .

Tracegraph202, example
https://getch.wordpress.com/2011/04/...ion-in-ubuntu/

mglinstaller.gz https://drive.google.com/file/d/0B7S...ew?usp=sharing

Run the application :
$ export LD_LIBRARY_PATH=./bin/glnx86 && ./trgraph

-

Mas Pras 12-18-2014 01:31 PM

sir are you stay in this forum?

Mas Pras 12-18-2014 02:20 PM

sir can you help me to install tracegraph in ubuntu?
im so confused for edit file .bashrc

knudfl 12-19-2014 03:39 AM

← #175 .
Quote:

I'm so confused for edit file .bashrc
Not required. Don't do.

The start command will do the job :
$ export LD_LIBRARY_PATH=./bin/glnx86 && ./trgraph

About "unpacking the tracegraph components", post #29 here
http://www.linuxquestions.org/questi...125/page2.html

-

Mas Pras 12-19-2014 04:18 AM

oke sir, that step is successfully,
now how to running file awk, what command i write in terminal?

knudfl 12-19-2014 04:44 AM

← #177 . http://linuxsilo.net/docs/smart-questions_en.html
. http://www.linuxquestions.org/linux/...Ask_a_Question

» running file awk « : What is it you want to do ?
? Which file.awk ?

* Files.awk are used for analyzing trace files.

-

Mas Pras 12-19-2014 05:34 AM

so steps to analyze the LTE packet like this,

The first run scripts eyana.tcl
The second run awk file to calculate the value of throughput, delay and jitter, in terminal
The third run scripts tracegraph to draw a graph of the value of throughput, delay and jitter,

what steps like this right?
thanks for the response

babar.hameed 02-27-2015 03:27 AM

tcl8.4.18 configuration failed! Exiting ...
 
[QUOTE=knudfl;4784910]#60 : Like #58, the conclusion is that your build failed.

How to install ns-allinone-2.33 in Ubuntu 11.04 :
cd ns-allinone-2.33/ && export CC=gcc41 CXX=g++41 && ./install

after this step i got following msg

"tcl8.4.18 configuration failed! Exiting ..."

i m using ubuntu 14.04 already tried ns 2.35 but after reading previous thread i m trying 2.33 but failed..................


All times are GMT -5. The time now is 12:19 PM.