Home
last modified time | relevance | path

Searched refs:ueLteDevs (Results 1 – 14 of 14) sorted by relevance

/dports/net/ns3/ns-allinone-3.35/ns-3.35/src/lte/examples/
H A Dlena-deactivate-bearer.cc127 NetDeviceContainer ueLteDevs = lteHelper->InstallUeDevice (ueNodes); in main() local
132 ueIpIface = epcHelper->AssignUeIpv4Address (NetDeviceContainer (ueLteDevs)); in main()
143 lteHelper->Attach (ueLteDevs, enbLteDevs.Get (0)); in main()
149 Ptr<NetDevice> ueDevice = ueLteDevs.Get (u); in main()
218 Ptr<NetDevice> ueDevice = ueLteDevs.Get (0); in main()
H A Dlena-x2-handover.cc221 NetDeviceContainer ueLteDevs = lteHelper->InstallUeDevice (ueNodes); in main() local
226 ueIpIfaces = epcHelper->AssignUeIpv4Address (NetDeviceContainer (ueLteDevs)); in main()
232 lteHelper->Attach (ueLteDevs.Get (i), enbLteDevs.Get (0)); in main()
297 lteHelper->ActivateDedicatedEpsBearer (ueLteDevs.Get (u), bearer, tft); in main()
312 …lteHelper->HandoverRequest (MilliSeconds (300), ueLteDevs.Get (0), enbLteDevs.Get (0), enbLteDevs.… in main()
H A Dlena-ipv6-ue-rh.cc91 NetDeviceContainer ueLteDevs = lteHelper->InstallUeDevice (ueNodes); in main() local
96 ueIpIface = epcHelper->AssignUeIpv6Address (NetDeviceContainer (ueLteDevs)); in main()
113 lteHelper->Attach (ueLteDevs.Get (i), enbLteDevs.Get (i)); in main()
H A Dlena-ipv6-ue-ue.cc92 NetDeviceContainer ueLteDevs = lteHelper->InstallUeDevice (ueNodes); in main() local
97 ueIpIface = epcHelper->AssignUeIpv6Address (NetDeviceContainer (ueLteDevs)); in main()
113 lteHelper->Attach (ueLteDevs.Get (i), enbLteDevs.Get (i)); in main()
H A Dlena-simple-epc-emu.cc137 NetDeviceContainer ueLteDevs = lteHelper->InstallUeDevice (ueNodes); in main() local
142 ueIpIface = epcHelper->AssignUeIpv4Address (NetDeviceContainer (ueLteDevs)); in main()
152 lteHelper->Attach (ueLteDevs); in main()
H A Dlena-x2-handover-measures.cc255 NetDeviceContainer ueLteDevs = lteHelper->InstallUeDevice (ueNodes); in main() local
260 ueIpIfaces = epcHelper->AssignUeIpv4Address (NetDeviceContainer (ueLteDevs)); in main()
265 lteHelper->Attach (ueLteDevs.Get (i), enbLteDevs.Get (0)); in main()
321 lteHelper->ActivateDedicatedEpsBearer (ueLteDevs.Get (u), bearer, tft); in main()
H A Dlena-simple-epc.cc126 NetDeviceContainer ueLteDevs = lteHelper->InstallUeDevice (ueNodes); in main() local
131 ueIpIface = epcHelper->AssignUeIpv4Address (NetDeviceContainer (ueLteDevs)); in main()
144 lteHelper->Attach (ueLteDevs.Get(i), enbLteDevs.Get(i)); in main()
H A Dlena-simple-epc-backhaul.cc147 NetDeviceContainer ueLteDevs = lteHelper->InstallUeDevice (ueNodes); in main() local
185 ueIpIface = epcHelper->AssignUeIpv4Address (NetDeviceContainer (ueLteDevs)); in main()
198 lteHelper->Attach (ueLteDevs.Get(i), enbLteDevs.Get(i)); in main()
/dports/net/ns3/ns-allinone-3.35/ns-3.35/src/lte/test/
H A Dlte-test-ipv6-routing.cc276 NetDeviceContainer ueLteDevs = lteHelper->InstallUeDevice (ueNodes); in DoRun() local
279 m_ueIpIface = epcHelper->AssignUeIpv6Address (NetDeviceContainer (ueLteDevs)); in DoRun()
292 lteHelper->Attach (ueLteDevs.Get (0), enbLteDevs.Get (0)); in DoRun()
293 lteHelper->Attach (ueLteDevs.Get (1), enbLteDevs.Get (0)); in DoRun()
294 lteHelper->Attach (ueLteDevs.Get (2), enbLteDevs.Get (1)); in DoRun()
H A Dlte-test-rlc-um-e2e.cc151 NetDeviceContainer ueLteDevs = lteSimpleHelper->InstallUeDevice (ueNodes); in DoRun() local
173 ueLteDevs.Get (0)->SetAttribute ("ReceiveErrorModel", PointerValue (dlEm)); in DoRun()
174ueLteDevs.Get (0)->TraceConnectWithoutContext ("PhyRxDrop", MakeCallback (&LteRlcUmE2eTestCase::Dl… in DoRun()
H A Dlte-test-rlc-am-e2e.cc169 NetDeviceContainer ueLteDevs = lteSimpleHelper->InstallUeDevice (ueNodes); in DoRun() local
195 ueLteDevs.Get (0)->SetAttribute ("ReceiveErrorModel", PointerValue (dlEm)); in DoRun()
196ueLteDevs.Get (0)->TraceConnectWithoutContext ("PhyRxDrop", MakeCallback (&LteRlcAmE2eTestCase::Dl… in DoRun()
H A Dtest-lte-epc-e2e-data.cc222 NetDeviceContainer ueLteDevs = lteHelper->InstallUeDevice (ues); in DoRun() local
233 Ptr<NetDevice> ueLteDevice = ueLteDevs.Get (u); in DoRun()
H A Dlte-test-frequency-reuse.cc1589 NetDeviceContainer ueLteDevs; in DoRun() local
1590 ueLteDevs.Add (ueDevs1); in DoRun()
1591 ueLteDevs.Add (ueDevs2); in DoRun()
1599 ueIpIfaces = epcHelper->AssignUeIpv4Address (NetDeviceContainer (ueLteDevs)); in DoRun()
1678 lteHelper->ActivateDedicatedEpsBearer (ueLteDevs.Get (u), bearer, tft); in DoRun()
/dports/net/ns3/ns-allinone-3.35/ns-3.35/src/lte/doc/source/
H A Dlte-user.rst877 NetDeviceContainer ueLteDevs = lteHelper->InstallUeDevice (ueNodes);
878 lteHelper->Attach (ueLteDevs, enbLteDevs.Get (0));
891 Ptr<NetDevice> ueLteDevice = ueLteDevs.Get (u);
917 lteHelper->ActivateDedicatedEpsBearer (ueLteDevs,
1400 assume that ``ueLteDevs`` is a ``NetDeviceContainer`` that contains the UE that
1406 ueLteDevs.Get (0),