Skip to content

Commit

Permalink
remove TODO
Browse files Browse the repository at this point in the history
  • Loading branch information
muriloAvlis committed Jun 3, 2024
1 parent e1e3eb0 commit 9036fd1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ int main(int argc, char *argv[]) {

SPDLOG_INFO("There are {} E2 nodes connected", static_cast<unsigned>(e2Nodes.len));

// TODO: start KPM module here
// start KPM module
KpmManager::start(e2Nodes);

// wait until all xApp processes have been completed
Expand Down

0 comments on commit 9036fd1

Please sign in to comment.