Commit 8c7e960e authored by aligungr's avatar aligungr

UE/gNB executable refactor

parent be27bb59
...@@ -24,14 +24,13 @@ class GnbCmdHandler ...@@ -24,14 +24,13 @@ class GnbCmdHandler
{ {
} }
void handleCmd(NwGnbCliCommand &msg);
private: private:
void pauseTasks(); void pauseTasks();
void unpauseTasks(); void unpauseTasks();
bool isAllPaused(); bool isAllPaused();
public:
void handleCmd(NwGnbCliCommand &msg);
private: private:
void handleCmdImpl(NwGnbCliCommand &msg); 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