--- a/src/lte/doc/source/lte-user.rst Tue Jan 21 15:46:37 2014 +0100
+++ b/src/lte/doc/source/lte-user.rst Tue Jan 21 19:36:55 2014 +0100
@@ -236,7 +236,7 @@
qos.mbrDl = yourvalue; // Downlink MBR
qos.mbrUl = yourvalue; // Uplink MBR
EpsBearer bearer (q, qos);
- lteHelper->ActivateEpsBearer (ueDevs, bearer, EpcTft::Default ());
+ lteHelper->ActivateDedicatedEpsBearer (ueDevs, bearer, EpcTft::Default ());
In PSS, TBR is obtained from GBR in bearer level QoS parameters. In TBFQ, token generation rate is obtained from the MBR
setting in bearer level QoS parameters, which therefore needs to be configured consistently.
@@ -898,7 +898,7 @@
pf.localPortStart = 1234;
pf.localPortEnd = 1234;
tft->Add (pf);
- lteHelper->ActivateEpsBearer (ueLteDevs, EpsBearer (EpsBearer::NGBR_VIDEO_TCP_DEFAULT), pf);
+ lteHelper->ActivateDedicatedEpsBearer (ueLteDevs, EpsBearer (EpsBearer::NGBR_VIDEO_TCP_DEFAULT), pf);
you can of course use custom EpsBearer and EpcTft configurations,
please refer to the doxygen documentation for how to do it.