5#ifndef NR_STATS_CALCULATOR_H_
6#define NR_STATS_CALCULATOR_H_
153 std::map<std::string, uint64_t> m_pathImsiMap;
158 std::map<std::string, uint16_t> m_pathCellIdMap;
163 std::string m_dlOutputFilename;
168 std::string m_ulOutputFilename;
static TypeId GetTypeId()
std::string GetUlOutputFilename()
void SetCellIdPath(std::string path, uint16_t cellId)
static uint64_t FindImsiFromGnbRlcPath(std::string path)
static uint16_t FindCellIdFromGnbMac(std::string path, uint16_t rnti)
static uint16_t FindCellIdFromGnbRlcPath(std::string path)
static uint64_t FindImsiFromGnbMac(std::string path, uint16_t rnti)
uint16_t GetCellIdPath(std::string path)
uint64_t GetImsiPath(std::string path)
std::string GetDlOutputFilename()
bool ExistsImsiPath(std::string path)
bool ExistsCellIdPath(std::string path)
static uint64_t FindImsiFromNrUeNetDevice(std::string path)
void SetDlOutputFilename(std::string outputFilename)
~NrStatsCalculator() override
void SetUlOutputFilename(std::string outputFilename)
void SetImsiPath(std::string path, uint64_t imsi)