Commit f0d63a86 authored by aligungr's avatar aligungr

UE/gNB executable refactor

parent f13e054a
......@@ -331,6 +331,9 @@ class UeController : public app::IUeController
public:
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
// o ptru delete et
// 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