#include "ns3/applications-module.h"
#include "ns3/core-module.h"
#include "ns3/internet-module.h"
#include "ns3/lte-module.h"
#include "ns3/mobility-module.h"
#include "ns3/network-module.h"
#include "ns3/point-to-point-module.h"
Go to the source code of this file.
Functions | |
void | NotifyConnectionEstablishedEnb (std::string context, uint64_t imsi, uint16_t cellid, uint16_t rnti) |
eNB Connection established notification. More... | |
void | NotifyConnectionEstablishedUe (std::string context, uint64_t imsi, uint16_t cellid, uint16_t rnti) |
UE Connection established notification. More... | |
void | NotifyHandoverEndOkEnb (std::string context, uint64_t imsi, uint16_t cellid, uint16_t rnti) |
eNB Handover end successful notification. More... | |
void | NotifyHandoverEndOkUe (std::string context, uint64_t imsi, uint16_t cellid, uint16_t rnti) |
UE Handover end successful notification. More... | |
void | NotifyHandoverFailure (std::string context, uint64_t imsi, uint16_t cellid, uint16_t rnti) |
Handover failure notification. More... | |
void | NotifyHandoverStartEnb (std::string context, uint64_t imsi, uint16_t cellid, uint16_t rnti, uint16_t targetCellId) |
eNB Start Handover notification. More... | |
void | NotifyHandoverStartUe (std::string context, uint64_t imsi, uint16_t cellid, uint16_t rnti, uint16_t targetCellId) |
UE Start Handover notification. More... | |
void NotifyConnectionEstablishedEnb | ( | std::string | context, |
uint64_t | imsi, | ||
uint16_t | cellid, | ||
uint16_t | rnti | ||
) |
eNB Connection established notification.
context | The context. |
imsi | The IMSI of the connected terminal. |
cellid | The Cell ID. |
rnti | The RNTI. |
Definition at line 93 of file lena-x2-handover.cc.
References ns3::Time::As(), ns3::Simulator::Now(), and ns3::Time::S.
void NotifyConnectionEstablishedUe | ( | std::string | context, |
uint64_t | imsi, | ||
uint16_t | cellid, | ||
uint16_t | rnti | ||
) |
UE Connection established notification.
context | The context. |
imsi | The IMSI of the connected terminal. |
cellid | The Cell ID. |
rnti | The RNTI. |
Definition at line 42 of file lena-x2-handover.cc.
References ns3::Time::As(), ns3::Simulator::Now(), and ns3::Time::S.
void NotifyHandoverEndOkEnb | ( | std::string | context, |
uint64_t | imsi, | ||
uint16_t | cellid, | ||
uint16_t | rnti | ||
) |
eNB Handover end successful notification.
context | The context. |
imsi | The IMSI of the connected terminal. |
cellid | The Cell ID. |
rnti | The RNTI. |
Definition at line 130 of file lena-x2-handover.cc.
References ns3::Time::As(), ns3::Simulator::Now(), and ns3::Time::S.
void NotifyHandoverEndOkUe | ( | std::string | context, |
uint64_t | imsi, | ||
uint16_t | cellid, | ||
uint16_t | rnti | ||
) |
UE Handover end successful notification.
context | The context. |
imsi | The IMSI of the connected terminal. |
cellid | The Cell ID. |
rnti | The RNTI. |
Definition at line 78 of file lena-x2-handover.cc.
References ns3::Time::As(), ns3::Simulator::Now(), and ns3::Time::S.
void NotifyHandoverFailure | ( | std::string | context, |
uint64_t | imsi, | ||
uint16_t | cellid, | ||
uint16_t | rnti | ||
) |
Handover failure notification.
context | The context. |
imsi | The IMSI of the connected terminal. |
cellid | The Cell ID. |
rnti | The RNTI. |
Definition at line 145 of file lena-x2-handover.cc.
References ns3::Time::As(), ns3::Simulator::Now(), and ns3::Time::S.
void NotifyHandoverStartEnb | ( | std::string | context, |
uint64_t | imsi, | ||
uint16_t | cellid, | ||
uint16_t | rnti, | ||
uint16_t | targetCellId | ||
) |
eNB Start Handover notification.
context | The context. |
imsi | The IMSI of the connected terminal. |
cellid | The actual Cell ID. |
rnti | The RNTI. |
targetCellId | The target Cell ID. |
Definition at line 110 of file lena-x2-handover.cc.
References ns3::Time::As(), ns3::Simulator::Now(), and ns3::Time::S.
void NotifyHandoverStartUe | ( | std::string | context, |
uint64_t | imsi, | ||
uint16_t | cellid, | ||
uint16_t | rnti, | ||
uint16_t | targetCellId | ||
) |
UE Start Handover notification.
context | The context. |
imsi | The IMSI of the connected terminal. |
cellid | The actual Cell ID. |
rnti | The RNTI. |
targetCellId | The target Cell ID. |
Definition at line 58 of file lena-x2-handover.cc.
References ns3::Time::As(), ns3::Simulator::Now(), and ns3::Time::S.