Commit d526e59f authored by aligungr's avatar aligungr

SRA dev.

parent 37470ff1
......@@ -36,7 +36,6 @@ namespace nr::gnb
{
class NgapTask;
class GnbMrTask;
class GnbRrcTask : public NtsTask
{
......
......@@ -340,12 +340,6 @@ struct TaskBase
GnbSraTask *sraTask{};
};
struct MrUeContext
{
int ueId{};
std::string name{};
};
Json ToJson(const GnbStatusInfo &v);
Json ToJson(const GnbConfig &v);
Json ToJson(const NgapAmfContext &v);
......
......@@ -34,7 +34,6 @@ enum class NtsMessageType
UDP_SERVER_RECEIVE,
CLI_SEND_RESPONSE,
GNB_MR_TO_RRC,
GNB_SRA_TO_RRC,
GNB_SRA_TO_GTP,
GNB_GTP_TO_SRA,
......
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