GithubHelp home page GithubHelp logo

lte-model's Introduction

Record the design idea & simulation skill

Testing: merge
Testing: check in from Debian
Testing: check in from windows

2009, Jul. 3, Friday, Qiu Qinlong:
1) debug segmentation fault
   - with the simplest code compare the original working SW
   - e.g. LTEQueue --> DropTail
2) be carful with point, especially with point=NULL
3) testing script is very helpful

2009, May 10, Sunday, Qiu Qinlong:
backup location: [email protected]/neteasynetdisk/mydocument/project/2009_5_10_ver_1_0

simulation:
 - 60 seconds
 - 10 subscribers
 - 5 classes' traffic
 - classification and scheduling

working SW: 
 - project/lte.tcl
 - project/ltequeue.cc
 - project/ltequeue.h
 - queue/drop-tail.h
 - queue/red.h
 - tcl/webcache/http-agent.tcl
 - tcl/webcache/http-cache.tcl
 - tcl/webcache/http-server.tcl
 - tcl/rtp/session-rtp.tcl

next step:
 - configure 5 classes' Queue parameters, such as limit_
 - cofigure application parameters
 - do the statistics
 - comparing test
 - write paper

other useful files:
 - tcl/lib/ns-default.tcl
 - project/*.cc, *.h, test

2009 May 11, Qiu Qinlong

The following comand sometimes can solve very difficult problem, such as memory corrupted!
	- make clean;
	- make;

Class A {
public: virtual void print(){};
friend class B;
protected: int a;
};// The ";" is a must, otherwise, there will be very strange compile error.

Class B {
A *a=new A;
a->a; //class B can use class A's protected member due to B is A's friend class.
};

Class C: public A {
public : virtual void print(){};
};

A *p, *q;
p = new A;
q = new C;
p->print();//class A's print
q->print();//class B's print
//if without virtual, q->print will be A's print.

When using REDQueue, Queue/RED set q_weight_ 0.002 to avoid floating error!

lte-model's People

lte-model's Issues

I want a LTE patch in ns2.35

What steps will reproduce the problem?
1.
2.
3.

What is the expected output? What do you see instead?
I wanted to see the performance analysis of LTE networks

What version of the product are you using? On what operating system?
ns2.35 and am working on Opensuse

Please provide any additional information below.


Original issue reported on code.google.com by [email protected] on 20 Sep 2013 at 9:05

is this model only for TCP ?

Hi ...
from the project targets I read that goal is to optimize TCP features on LTE 
model,
I'm interested to optimize sctp & dccp on lte model using lte patch 
can this patch support this ? 
thanks a lot
Best regards

Original issue reported on code.google.com by [email protected] on 7 Apr 2014 at 8:02

Is it possible to Install the LTE patch with NS 2.31

What steps will reproduce the problem?
N/A

What is the expected output? What do you see instead?
N/A

What version of the product are you using? On what operating system?
NS 2.31
Ubuntu 7.1, Ubuntu 9.O4 and Fedora 11

Please provide any additional information below.

Hello, 
I want to know if is it possible to install the LTE patch with NS 2.31.
If possible, do you have an idea how to do? 

Thanks in advance 


Original issue reported on code.google.com by [email protected] on 5 May 2012 at 11:19

how i can install lte on ns 2.34??

i have found in most of the documents on lte it is stated that lte is for ns 
2.33... so i want to know whether i can install the lts patch on ns 2.34 and if 
yes then what are steps to install it??
I am a student of MTech(Computer Sc. and Engg.) and i am doing my project on 
lte, so please provide me the necessary information because its very necessary 
for for project.

Original issue reported on code.google.com by [email protected] on 16 Aug 2012 at 6:33

安裝 tk-8.4-lastevent

你好,我最近都在研究如何用NS2 進行LTE環境模擬

因為看到您在其他問題之中有提出解決方案 
但我還是無法成功使用

因此想要請教您  (我的程式版本 Ubuntu10.4 & NS2.34)

問題:

patch -p0 > tk-8.4-lastevent.patch  會跳出

patching file generic/tk.h
Hunk #1 FAILED at 635
1 out of 1 hunk FAILED -- saving rejects to file  generic/tk.h.rej

根據 https://code.google.com/p/lte-model/issues/detail?id=4 第12篇回覆

我不是很懂他要我添加什麼 是否可以詳細地告訴我一下 

麻煩你了 謝謝

------------------------------------------

HI , I use to simulate LTE on ns2

I found a lot of solution on your page , but I cant successful 

problem: 

when I type patch -p0 > tk-8.4-lastevent.patch  

I got a message 

patching file generic/tk.h
Hunk #1 FAILED at 635
1 out of 1 hunk FAILED -- saving rejects to file  generic/tk.h.rej

follow the page (https://code.google.com/p/lte-model/issues/detail?id=4 #12)

Are setenv LD_LIBRARY_PATH <paths> or export LD_LIBRARY_PATH=<paths>  must add 
in PATH environment  or not ?

thanks 


Original issue reported on code.google.com by [email protected] on 12 Mar 2014 at 10:54

I cant patch lte-model into NS2

**------------------------------------------------------------------
Steps to patch lte-model into NS2

1) Install subversion and libapache2-svn
apt-get install subversion
apt-get install libapache2-svn

2) Download the patch tk-8.4-lastevent.patch from the next link: 
http://code.google.com/p/gentoo-china-overlay/source/browse/trunk/dev-util/insig
ht/files/?r=1417 

3) Put the patch into the directory: ns-allinone-2.33/tk8.4.18/ 

4) Follow the next instructions
cd ns-allinone-2.33/tk8.4.18/
patch -p0 < tk-8.4-lastevent.patch
cd ../
./install
cd ns-2.33/ && mv ns ns233 && make clean && mv Makefile Makefile.org
svn checkout http://lte-model.googlecode.com/svn/trunk/ lte-model-read-only
mkdir project
cd lte-model-read-only/
sh checkin
cd ../

./configure
make clean
make ()
make install

**------------------------------------------------------------------
What is the expected output? What do you see instead?

With the last four instructions, I have a lot of problems, such as:

----PROBLEM 1:
"Queue/LTEQueue"
while executing
"Queue/LTEQueue set qos_ true"
(file "lte.tcl" line 21)

----PROBLEM 2:
project/ulairqueue.o file not recognized: File truncated
collect2: ld return 1 exit status
make: *** [ns] Error 1

----SOLUTIONS
cd project/
1) ln -s ../lte-model-read-only/*.h .
.... Where the period ( . ) means the current directory.
2) ln -s ../lte-model-read-only/dlqueue.cc

----PROBLEM 3:
common/packet.cc:error : 'Tcl' was not declared in this scope
make: *** [common/packet.o] error 1

----PROBLEM 4:
"start testing, please wait ...
invalid command name "Queue/LTEQueue"
while executing
"Queue/LTEQueue set qos_ true "
(file "lte.tcl" line 17)
Done
The testing results(throughput, delay, jitter) are:"

**------------------------------------------------------------------
What version of the product are you using? On what operating system?
System Operative: UBUNTU 10,01
ns2-33 y ns2-34

------------------------------------------------------------------
I would like to know if I am doing something wrong in the  patch of the 
lte-model module into NS2.

I will hope your prompt answer  

Thanks a lot
Vanessa Cuesta ([email protected] - [email protected])

Original issue reported on code.google.com by vanessita.cuesta on 3 Jan 2012 at 8:19

Not able to patch LTE in NS2.33

What steps will reproduce the problem?
1. ./validate results show that some tests failed.
2. cannot run svn checkout command, no idea about it
3.

What is the expected output? What do you see instead?


What version of the product are you using? On what operating system?
NS2.33 on Fedora 8

Please provide any additional information below.
Please give me detailed steps for installation asap.

Original issue reported on code.google.com by [email protected] on 2 May 2014 at 11:12

"Queue/LTEQueue set qos_ true "

I do all the steps as specified but while running th lte.tcl file i got this 
error.
What steps will reproduce the problem?
1. invalid command name "Queue/LTEQueue"
    while executing
"Queue/LTEQueue set qos_ true "
    (file "lte.tcl" line 17)


What is the expected output? What do you see instead?


What version of the product are you using? On what operating system?


Please provide any additional information below.


Original issue reported on code.google.com by [email protected] on 9 Oct 2014 at 10:11

Mobility

Sir is it possible to add mobility to your model i.e. all the UEs are mobile 
and are wirelessly connected to the eNodeB?


Original issue reported on code.google.com by [email protected] on 24 Jul 2013 at 10:16

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.