Commit 8c7e960e authored by aligungr's avatar aligungr

UE/gNB executable refactor

parent be27bb59
......@@ -24,14 +24,13 @@ class GnbCmdHandler
{
}
void handleCmd(NwGnbCliCommand &msg);
private:
void pauseTasks();
void unpauseTasks();
bool isAllPaused();
public:
void handleCmd(NwGnbCliCommand &msg);
private:
void handleCmdImpl(NwGnbCliCommand &msg);
};
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment