lte: Fix missing Doxygen of an example function

This commit is contained in:
Tom Henderson
2022-10-06 14:01:22 -07:00
parent b34e5426a5
commit ca9b33ded6

View File

@@ -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,