Home
last modified time | relevance | path

Searched refs:ueDevices (Results 1 – 7 of 7) sorted by relevance

/dports/net/ns3/ns-allinone-3.35/ns-3.35/src/lte/helper/
H A Dlte-helper.h367 void Attach (NetDeviceContainer ueDevices);
401 void Attach (NetDeviceContainer ueDevices, Ptr<NetDevice> enbDevice);
431 void AttachToClosestEnb (NetDeviceContainer ueDevices, NetDeviceContainer enbDevices);
457 …uint8_t ActivateDedicatedEpsBearer (NetDeviceContainer ueDevices, EpsBearer bearer, Ptr<EpcTft> tf…
532 void ActivateDataRadioBearer (NetDeviceContainer ueDevices, EpsBearer bearer);
H A Depc-helper.h148 virtual Ipv4InterfaceContainer AssignUeIpv4Address (NetDeviceContainer ueDevices) = 0;
157 virtual Ipv6InterfaceContainer AssignUeIpv6Address (NetDeviceContainer ueDevices) = 0;
H A Dno-backhaul-epc-helper.h76 virtual Ipv4InterfaceContainer AssignUeIpv4Address (NetDeviceContainer ueDevices);
77 virtual Ipv6InterfaceContainer AssignUeIpv6Address (NetDeviceContainer ueDevices);
H A Dno-backhaul-epc-helper.cc504 NoBackhaulEpcHelper::AssignUeIpv4Address (NetDeviceContainer ueDevices) in AssignUeIpv4Address() argument
506 return m_uePgwAddressHelper.Assign (ueDevices); in AssignUeIpv4Address()
510 NoBackhaulEpcHelper::AssignUeIpv6Address (NetDeviceContainer ueDevices) in AssignUeIpv6Address() argument
512 for (NetDeviceContainer::Iterator iter = ueDevices.Begin (); in AssignUeIpv6Address()
513 iter != ueDevices.End (); in AssignUeIpv6Address()
519 return m_uePgwAddressHelper6.Assign (ueDevices); in AssignUeIpv6Address()
H A Dlte-helper.cc961 LteHelper::Attach (NetDeviceContainer ueDevices) in Attach() argument
964 for (NetDeviceContainer::Iterator i = ueDevices.Begin (); i != ueDevices.End (); ++i) in Attach()
1002 LteHelper::Attach (NetDeviceContainer ueDevices, Ptr<NetDevice> enbDevice) in Attach() argument
1005 for (NetDeviceContainer::Iterator i = ueDevices.Begin (); i != ueDevices.End (); ++i) in Attach()
1037 LteHelper::AttachToClosestEnb (NetDeviceContainer ueDevices, NetDeviceContainer enbDevices) in AttachToClosestEnb() argument
1040 for (NetDeviceContainer::Iterator i = ueDevices.Begin (); i != ueDevices.End (); ++i) in AttachToClosestEnb()
1069 LteHelper::ActivateDedicatedEpsBearer (NetDeviceContainer ueDevices, EpsBearer bearer, Ptr<EpcTft> … in ActivateDedicatedEpsBearer() argument
1072 for (NetDeviceContainer::Iterator i = ueDevices.Begin (); i != ueDevices.End (); ++i) in ActivateDedicatedEpsBearer()
1314 LteHelper::ActivateDataRadioBearer (NetDeviceContainer ueDevices, EpsBearer bearer) in ActivateDataRadioBearer() argument
1317 for (NetDeviceContainer::Iterator i = ueDevices.Begin (); i != ueDevices.End (); ++i) in ActivateDataRadioBearer()
/dports/net/ns3/ns-allinone-3.35/ns-3.35/src/lte/test/
H A Dtest-lte-x2-handover.cc257 NetDeviceContainer ueDevices; in DoRun() local
258 ueDevices = m_lteHelper->InstallUeDevice (ueNodes); in DoRun()
259 stream += m_lteHelper->AssignStreams (ueDevices, stream); in DoRun()
293 ueIpIfaces = m_epcHelper->AssignUeIpv4Address (NetDeviceContainer (ueDevices)); in DoRun()
298 m_lteHelper->Attach (ueDevices, enbDevices.Get (0)); in DoRun()
395 for (uint32_t u = 0; u < ueDevices.GetN (); ++u) in DoRun()
397 Ptr<NetDevice> ueDev = ueDevices.Get (u); in DoRun()
412 for (NetDeviceContainer::Iterator it = ueDevices.Begin (); it != ueDevices.End (); ++it) in DoRun()
435 ueDevices.Get (hoEventIt->ueDeviceIndex), in DoRun()
439 ueDevices.Get (hoEventIt->ueDeviceIndex), in DoRun()
[all …]
H A Dtest-lte-x2-handover-measures.cc337 NetDeviceContainer ueDevices; in DoRun() local
338 ueDevices = m_lteHelper->InstallUeDevice (ueNodes); in DoRun()
339 stream += m_lteHelper->AssignStreams (ueDevices, stream); in DoRun()
373 ueIpIfaces = m_epcHelper->AssignUeIpv4Address (NetDeviceContainer (ueDevices)); in DoRun()
378 m_lteHelper->Attach (ueDevices, enbDevices.Get (0)); in DoRun()
488 m_lteHelper->ActivateDedicatedEpsBearer (ueDevices.Get (u), bearer, tft); in DoRun()
505 for (uint32_t u = 0; u < ueDevices.GetN (); ++u) in DoRun()
507 Ptr<NetDevice> ueDev = ueDevices.Get (u); in DoRun()
522 for (NetDeviceContainer::Iterator it = ueDevices.Begin (); it != ueDevices.End (); ++it) in DoRun()
542 this, ueDevices.Get (checkPointEventIt->ueDeviceIndex), in DoRun()