GBR and NGBR in LTE

321 views
Skip to first unread message

manoumaryouma

unread,
Jun 27, 2011, 9:05:47 AM6/27/11
to ns-3-users
Hello,
I want to work with GBR and NGBR (QCI),but in examples for LTE there
are only NGBR (Upd Apllication).
could you tell me,please, how can i do that.

best regards

Giuseppe Piro

unread,
Jun 27, 2011, 9:14:16 AM6/27/11
to ns-3-...@googlegroups.com
You can create som eudp applications and define the qos type by using functions

AddDownlinkNgbrBearer and

AddDownlinkGbrBearer  

2011/6/27 manoumaryouma <miladi...@gmail.com>

--
You received this message because you are subscribed to the Google Groups "ns-3-users" group.
To post to this group, send email to ns-3-...@googlegroups.com.
To unsubscribe from this group, send email to ns-3-users+...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/ns-3-users?hl=en.





--

Giuseppe Piro
Ph.D. Student at Politecnico di Bari | via Orabona 4 | 70125 Bari | Italy
Email: pe...@giuseppepiro.com | g.p...@poliba.it
Phone: +39 080 5963301
Fax:   +39 080 5963410
Web:   www.giuseppepiro.com | telematics.poliba.it/piro

miladi hassen

unread,
Jun 27, 2011, 9:28:47 AM6/27/11
to ns-3-...@googlegroups.com
hi,
thank you for helping.
BR

2011/6/27 Giuseppe Piro <pe...@giuseppepiro.com>

miladi hassen

unread,
Jun 27, 2011, 10:03:17 AM6/27/11
to ns-3-...@googlegroups.com

Hello,
I'am creating some udp application with
AddDownlinkGbrBearer 
but without changing port number . is it true?
BR

Giuseppe Piro

unread,
Jun 27, 2011, 10:08:44 AM6/27/11
to ns-3-...@googlegroups.com


2011/6/27 miladi hassen <miladi...@gmail.com>
you have to change the port!
 
BR

--
You received this message because you are subscribed to the Google Groups "ns-3-users" group.
To post to this group, send email to ns-3-...@googlegroups.com.
To unsubscribe from this group, send email to ns-3-users+...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/ns-3-users?hl=en.

miladi hassen

unread,
Jun 27, 2011, 10:26:54 AM6/27/11
to ns-3-...@googlegroups.com
hi,
I'm sorry, i have another question about this number : 100, 100, 0, 10000, 17, 1 in this following code


Ptr<RadioBearerInstance> bearer_1 = CreateObject<RadioBearerInstance> ();
  bearer_1->SetBearerDirection (RadioBearerInstance::DIRECTION_TYPE_DL);
  bearer_1->SetBearerType (RadioBearerInstance::BEARER_TYPE_DRB);
  IpcsClassifierRecord *ipcs_1 = new IpcsClassifierRecord (UEinterfaces.GetAddress (0),
                                                           "255.255.255.0",
                                                           ENBinterface.GetAddress (0),
                                                           "255.255.255.0",
                                                           100, 100, 0, 10000, 17, 1);
  bearer_1->SetIpcsClassifierRecord (ipcs_1);
  enb->GetRrcEntity ()->AddDownlinkGbrBearer (bearer_1);


Could you give an example for GbrBearer?

thank you a lot.
BR

manoumaryouma

unread,
Jun 27, 2011, 11:51:21 AM6/27/11
to ns-3-users
Could you give me an example for GbrBearer?

Giuseppe Piro

unread,
Jun 27, 2011, 2:41:28 PM6/27/11
to ns-3-...@googlegroups.com
Hi there,

2011/6/27 manoumaryouma <miladi...@gmail.com>
Probably the description of parameters should be more useful with respect to an example.
So, have a look to this page:

Regards,
Giuseppe

miladi hassen

unread,
Jun 28, 2011, 4:50:02 AM6/28/11
to ns-3-...@googlegroups.com
Thanks a lot.

Reply all
Reply to author
Forward
0 new messages