Home
last modified time | relevance | path

Searched refs:targetCellId (Results 1 – 25 of 59) sorted by relevance

123

/dports/net/ns3/ns-allinone-3.35/ns-3.35/src/lte/model/
H A Depc-x2.cc235 params.targetCellId = cellsInfo->m_remoteCellId; in RecvFromX2cSocket()
259 params.targetCellId = cellsInfo->m_remoteCellId; in RecvFromX2cSocket()
351 params.targetCellId = 0; in RecvFromX2cSocket()
390 params.targetCellId = cellsInfo->m_localCellId; in RecvFromX2uSocket()
408 NS_LOG_LOGIC ("targetCellId = " << params.targetCellId); in DoSendHandoverRequest()
426 x2HoReqHeader.SetTargetCellId (params.targetCellId); in DoSendHandoverRequest()
460 NS_LOG_LOGIC ("targetCellId = " << params.targetCellId); in DoSendHandoverRequestAck()
508 NS_LOG_LOGIC ("targetCellId = " << params.targetCellId); in DoSendHandoverPreparationFailure()
557 NS_LOG_LOGIC ("targetCellId = " << params.targetCellId); in DoSendSnStatusTransfer()
647 NS_LOG_LOGIC ("targetCellId = " << params.targetCellId); in DoSendLoadInformation()
[all …]
H A Depc-x2-sap.h130 uint16_t targetCellId; ///< target cell ID member
233 uint16_t targetCellId; ///< target cell ID member
251 uint16_t targetCellId; ///< target cell ID member
266 uint16_t targetCellId; ///< target cell ID member
281 uint16_t targetCellId; ///< target cell ID member
295 uint16_t targetCellId; ///< target cell ID member
305 uint16_t targetCellId {UINT16_MAX}; ///< target cell ID
316 uint16_t targetCellId; ///< target cell ID member
331 uint16_t targetCellId; ///< target cell ID member
H A Dlte-handover-management-sap.h103 virtual void TriggerHandover (uint16_t rnti, uint16_t targetCellId) = 0;
169 virtual void TriggerHandover (uint16_t rnti, uint16_t targetCellId);
195 MemberLteHandoverManagementSapUser<C>::TriggerHandover (uint16_t rnti, uint16_t targetCellId) in TriggerHandover() argument
197 return m_owner->DoTriggerHandover (rnti, targetCellId); in TriggerHandover()
H A Dlte-enb-rrc.cc647 params.targetCellId = cellId; in PrepareHandover()
728 m_targetCellId = params.targetCellId; in RecvHandoverRequestAck()
734 sst.targetCellId = params.targetCellId; in RecvHandoverRequestAck()
826 params.targetCellId = m_targetCellId; in SendData()
871 ueCtxReleaseParams.targetCellId = m_targetCellId; in SendUeContextRelease()
2481 NS_LOG_LOGIC ("targetCellId = " << req.targetCellId); in DoRecvHandoverRequest()
2490 res.targetCellId = req.targetCellId; in DoRecvHandoverRequest()
2515 ackParams.targetCellId = req.targetCellId; in DoRecvHandoverRequest()
2571 NS_LOG_LOGIC ("targetCellId = " << params.targetCellId); in DoRecvHandoverRequestAck()
2726 NS_LOG_FUNCTION (this << rnti << targetCellId); in DoTriggerHandover()
[all …]
H A Dlte-ccm-rrc-sap.h189 virtual void TriggerComponentCarrier (uint16_t rnti, uint16_t targetCellId) = 0;
313 virtual void TriggerComponentCarrier (uint16_t rnti, uint16_t targetCellId);
352 MemberLteCcmRrcSapUser<C>::TriggerComponentCarrier (uint16_t rnti, uint16_t targetCellId) in TriggerComponentCarrier() argument
H A Dlte-ffr-distributed-algorithm.cc618 LteFfrDistributedAlgorithm::SendLoadInformation (uint16_t targetCellId) in SendLoadInformation() argument
622 NS_LOG_INFO ("SendLoadInformation to CellId : " << targetCellId ); in SendLoadInformation()
637 params.targetCellId = targetCellId; in SendLoadInformation()
H A Dlte-ffr-distributed-algorithm.h122 void SendLoadInformation (uint16_t targetCellId);
H A Depc-x2-header.cc369 EpcX2HandoverRequestHeader::SetTargetCellId (uint16_t targetCellId) in SetTargetCellId() argument
371 m_targetCellId = targetCellId; in SetTargetCellId()
1160 … i.WriteHtonU16 (m_cellInformationList [j].ulHighInterferenceInformationList [k].targetCellId); in Serialize()
1223 item.targetCellId = i.ReadNtohU16 (); in Deserialize()
H A Depc-x2-header.h162 void SetTargetCellId (uint16_t targetCellId);
H A Dlte-enb-rrc.h1293 void DoTriggerHandover (uint16_t rnti, uint16_t targetCellId);
/dports/net/ns3/ns-allinone-3.35/ns-3.35/src/lte/test/
H A Dtest-lte-handover-target.cc92 uint16_t sourceCellId, uint16_t targetCellId,
112 uint16_t targetCellId);
149 uint16_t sourceCellId, uint16_t targetCellId, in LteHandoverTargetTestCase() argument
156 m_targetCellId (targetCellId), in LteHandoverTargetTestCase()
172 if (targetCellId > nEnb) in LteHandoverTargetTestCase()
174 NS_FATAL_ERROR ("Invalid target cell ID " << targetCellId); in LteHandoverTargetTestCase()
188 uint16_t targetCellId) in HandoverStartCallback() argument
190 NS_LOG_FUNCTION (this << context << imsi << sourceCellId << rnti << targetCellId); in HandoverStartCallback()
197 NS_TEST_ASSERT_MSG_EQ (targetCellId, m_targetCellId, in HandoverStartCallback()
H A Dtest-lte-handover-delay.cc96 uint16_t cellid, uint16_t rnti, uint16_t targetCellId);
115 uint16_t cellid, uint16_t rnti, uint16_t targetCellId);
225 … uint64_t imsi, uint16_t cellid, uint16_t rnti, uint16_t targetCellId) in UeHandoverStartCallback() argument
249 … uint64_t imsi, uint16_t cellid, uint16_t rnti, uint16_t targetCellId) in EnbHandoverStartCallback() argument
/dports/net/ns3/ns-allinone-3.35/ns-3.35/src/lte/examples/
H A Dlena-x2-handover.cc52 uint16_t targetCellId) in NotifyHandoverStartUe() argument
58 << ", doing handover to CellId " << targetCellId in NotifyHandoverStartUe()
93 uint16_t targetCellId) in NotifyHandoverStartEnb() argument
99 << " to CellId " << targetCellId in NotifyHandoverStartEnb()
H A Dlena-x2-handover-measures.cc52 uint16_t targetCellId) in NotifyHandoverStartUe() argument
58 << ", doing handover to CellId " << targetCellId in NotifyHandoverStartUe()
93 uint16_t targetCellId) in NotifyHandoverStartEnb() argument
99 << " to CellId " << targetCellId in NotifyHandoverStartEnb()
/dports/net/ns3/ns-allinone-3.35/ns-3.35/src/lte/helper/
H A Dlte-helper.h524 Ptr<NetDevice> sourceEnbDev, uint16_t targetCellId);
715 uint16_t targetCellId);
H A Dlte-helper.cc1250 uint16_t targetCellId = targetEnbDev->GetObject<LteEnbNetDevice> ()->GetCellId (); in HandoverRequest() local
1251 …mulator::Schedule (hoTime, &LteHelper::DoHandoverRequest, this, ueDev, sourceEnbDev, targetCellId); in HandoverRequest()
1255 …overRequest (Time hoTime, Ptr<NetDevice> ueDev, Ptr<NetDevice> sourceEnbDev, uint16_t targetCellId) in HandoverRequest() argument
1257 NS_LOG_FUNCTION (this << ueDev << sourceEnbDev << targetCellId); in HandoverRequest()
1259 …mulator::Schedule (hoTime, &LteHelper::DoHandoverRequest, this, ueDev, sourceEnbDev, targetCellId); in HandoverRequest()
1263 …elper::DoHandoverRequest (Ptr<NetDevice> ueDev, Ptr<NetDevice> sourceEnbDev, uint16_t targetCellId) in DoHandoverRequest() argument
1265 NS_LOG_FUNCTION (this << ueDev << sourceEnbDev << targetCellId); in DoHandoverRequest()
1269 sourceRrc->SendHandoverRequest (rnti, targetCellId); in DoHandoverRequest()
/dports/net/wireshark-lite/wireshark-3.6.1/epan/dissectors/asn1/gsm_map/
H A DGSMMAP.asn409 targetCellId GlobalCellId OPTIONAL,
/dports/net/tshark-lite/wireshark-3.6.1/epan/dissectors/asn1/gsm_map/
H A DGSMMAP.asn409 targetCellId GlobalCellId OPTIONAL,
/dports/net/tshark/wireshark-3.6.1/epan/dissectors/asn1/gsm_map/
H A DGSMMAP.asn409 targetCellId GlobalCellId OPTIONAL,
/dports/net/wireshark/wireshark-3.6.1/epan/dissectors/asn1/gsm_map/
H A DGSMMAP.asn409 targetCellId GlobalCellId OPTIONAL,
/dports/math/vtk9/VTK-9.1.0/Filters/Modeling/
H A DvtkImprintFilter.cxx1735 vtkIdType targetCellId = cells->GetId(j); in operator ()() local
1736 targetIter->GetCellAtId(targetCellId, tNPts, tPts); in operator ()()
/dports/lang/erlang-runtime24/otp-OTP-24.1.7/lib/asn1/test/asn1_SUITE_data/
H A DMvrasn-11-6.asn422 targetCellId [0] GlobalCellId OPTIONAL,
444 targetCellId [0] GlobalCellId OPTIONAL,
/dports/lang/erlang-runtime22/otp-OTP-22.3.4.24/lib/asn1/test/asn1_SUITE_data/
H A DMvrasn-11-6.asn422 targetCellId [0] GlobalCellId OPTIONAL,
444 targetCellId [0] GlobalCellId OPTIONAL,
/dports/lang/erlang-runtime23/otp-OTP-23.3.4.10/lib/asn1/test/asn1_SUITE_data/
H A DMvrasn-11-6.asn422 targetCellId [0] GlobalCellId OPTIONAL,
444 targetCellId [0] GlobalCellId OPTIONAL,
/dports/lang/erlang-wx/otp-OTP-24.1.7/lib/asn1/test/asn1_SUITE_data/
H A DMvrasn-11-6.asn422 targetCellId [0] GlobalCellId OPTIONAL,
444 targetCellId [0] GlobalCellId OPTIONAL,

123