From ca9b33ded6f0a11f486c026925488bde04d5a7fe Mon Sep 17 00:00:00 2001 From: Tom Henderson Date: Thu, 6 Oct 2022 14:01:22 -0700 Subject: [PATCH] lte: Fix missing Doxygen of an example function --- src/lte/examples/lena-x2-handover.cc | 8 ++++++++ 1 file changed, 8 insertions(+) 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,