Commit 09f4f5a9 authored by aligungr's avatar aligungr

RRC developments

parent 9f460e57
...@@ -44,6 +44,7 @@ class GnbRrcTask : public NtsTask ...@@ -44,6 +44,7 @@ class GnbRrcTask : public NtsTask
TaskBase *m_base; TaskBase *m_base;
GnbConfig *m_config; GnbConfig *m_config;
std::unique_ptr<Logger> m_logger; std::unique_ptr<Logger> m_logger;
std::unordered_map<int, RrcUeContext *> m_ueCtx; std::unordered_map<int, RrcUeContext *> m_ueCtx;
int m_tidCounter; int m_tidCounter;
......
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