miladi hassen
unread,Jun 27, 2011, 10:26:54 AM6/27/11Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
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