diff --git a/src/main.cpp b/src/main.cpp index 6f5b71f..1fe0298 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -29,7 +29,7 @@ int main(int argc, char *argv[]) { SPDLOG_INFO("There are {} E2 nodes connected", static_cast(e2Nodes.len)); - // TODO: start KPM module here + // start KPM module KpmManager::start(e2Nodes); // wait until all xApp processes have been completed