diff --git a/src/Services/FunctionManagementService.cpp b/src/Services/FunctionManagementService.cpp
index 41c03fe4d8e0863049b56f4745b5179de6bb0e44..8cf94b79120b0592124150defc00c52150c3f2d1 100644
--- a/src/Services/FunctionManagementService.cpp
+++ b/src/Services/FunctionManagementService.cpp
@@ -31,6 +31,10 @@
  */
 
 int FunctionManagementService::call(Message msg) {
+	/**
+	 * @todo: Add test for message and service type using the ErrorHandler
+	 * @todo: Convert all functions to void (use error reports for tests instead of return numbers)
+	 */
 	ErrorHandler::assertInternal(msg.messageType == 1 && msg.serviceType == 8,
 	                             ErrorHandler::InternalErrorType::UnacceptablePacket);