other minor fix in LTE user docs

This commit is contained in:
Nicola Baldo
2014-01-21 19:38:34 +01:00
parent b5735684f1
commit c162fcb75b

View File

@@ -898,7 +898,7 @@ for an application at the UE communicating on port 1234::
pf.localPortStart = 1234;
pf.localPortEnd = 1234;
tft->Add (pf);
lteHelper->ActivateDedicatedEpsBearer (ueLteDevs, EpsBearer (EpsBearer::NGBR_VIDEO_TCP_DEFAULT), pf);
lteHelper->ActivateDedicatedEpsBearer (ueLteDevs, EpsBearer (EpsBearer::NGBR_VIDEO_TCP_DEFAULT), tft);
you can of course use custom EpsBearer and EpcTft configurations,
please refer to the doxygen documentation for how to do it.