LTE Network

222 views
Skip to first unread message

netwo...@gmail.com

unread,
Jan 11, 2017, 3:20:19 AM1/11/17
to ns-3-users
hi,

i am currently working in LTE module and want to apply some sort of attack or interference so that enb should stop communicating to ues. 
and is there a src file in which, there is queue and dequeue of data or packet so that i can  make it drop through there.

thank you
V




Screenshot from 2017-01-11 13:41:38.png

Biljana Bojović

unread,
Jan 11, 2017, 5:50:14 AM1/11/17
to ns-3-users
There are queues at RLC layer (lte-rlc-um.cc, lte-rlc-am.cc).

RLC documentation can be found here: https://www.nsnam.org/docs/models/html/lte-design.html#rlc

netwo...@gmail.com

unread,
Jan 11, 2017, 11:01:40 PM1/11/17
to ns-3-users


thank you again

regards 

netwo...@gmail.com

unread,
Jan 11, 2017, 11:08:48 PM1/11/17
to ns-3-users
i am going to follow those source file you pointed, and look some way to drop the packet or atom bomb on those enobes.


thank you again

Biljana Bojović

unread,
Jan 12, 2017, 6:39:14 AM1/12/17
to ns-3-users
I am not sure what is your final goal, and what is the level of control you want to have over dropping, but you could do it also in lte-enb-phy and lte-ue-phy, so when data is ready to transmit just do not transmit it.

netwo...@gmail.com

unread,
Jan 14, 2017, 12:33:44 AM1/14/17
to ns-3-users
the things i want to implement are
1 ---> UE1 should be able to transmit the data or packet.
2---> When eNodeB recieve the data from UE1, it should not forward the data to Destination UE2
3---> when i increase the eNodeB, above implement should not affect rest of Nodes.


Rough Diagram


*UE1   ---data transfer -----> EnodeB ---*-*-*-*-*-* no transmission ---> UE2
                                                    |
                                                    |
                                                    |
                                                    V
                                                drop packets
 
 

hongyu deng

unread,
Mar 19, 2017, 7:03:38 AM3/19/17
to ns-3-users
Hi 

Do you know how to show enb in a model like you had shown in .png no a node in visualizer?
whether it only need to generate .xml file and run in netanim?
Thanks!

Best,
Hong.

Nespl NS3

unread,
Mar 23, 2017, 8:26:05 AM3/23/17
to ns-3-...@googlegroups.com
before simulator::Run();

type
AnimationInterface anim ("ltemode.xml");


to run

cd ns-allinone/netanim
./Netanim
open your file and there you go..




--
Posting to this group should follow these guidelines https://www.nsnam.org/wiki/Ns-3-users-guidelines-for-posting
---
You received this message because you are subscribed to a topic in the Google Groups "ns-3-users" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/ns-3-users/khid36x0ZK4/unsubscribe.
To unsubscribe from this group and all its topics, send an email to ns-3-users+unsubscribe@googlegroups.com.
To post to this group, send email to ns-3-...@googlegroups.com.
Visit this group at https://groups.google.com/group/ns-3-users.
For more options, visit https://groups.google.com/d/optout.

hongyu deng

unread,
Mar 23, 2017, 10:16:13 AM3/23/17
to ns-3-users
Thanks!

Best,
Hong.

hongyu deng

unread,
Mar 23, 2017, 10:39:13 AM3/23/17
to ns-3-users
Hi

I follow your step, but when i run the .xml in Netanim it just  shows the node as the picture.
Not like the picture you had shown. Whether i missing something else.
Thanks.

Best,
Hong.


Reply all
Reply to author
Forward
0 new messages