diff --git a/src/lte/examples/lena-x2-handover.cc b/src/lte/examples/lena-x2-handover.cc index f2e271092..5f58be3b7 100644 --- a/src/lte/examples/lena-x2-handover.cc +++ b/src/lte/examples/lena-x2-handover.cc @@ -163,6 +163,14 @@ NotifyHandoverEndOkEnb (std::string context, << std::endl; } +/** + * Handover failure notification + * + * \param context The context. + * \param imsi The IMSI of the connected terminal. + * \param cellid The Cell ID. + * \param rnti The RNTI. + */ void NotifyHandoverFailure (std::string context, uint64_t imsi,