Commit f0d63a86 authored by aligungr's avatar aligungr

UE/gNB executable refactor

parent f13e054a
...@@ -331,6 +331,9 @@ class UeController : public app::IUeController ...@@ -331,6 +331,9 @@ class UeController : public app::IUeController
public: public:
void performSwitchOff() override void performSwitchOff() override
{ {
// WARNING: This method is executed in UE AppTask's thread.
// Therefore be careful about thread safety.
// todo ue' için ptr çek // todo ue' için ptr çek
// o ptru delete et // o ptru delete et
// mapten sil // mapten sil
......
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