Commit f571043d authored by Teodora's avatar Teodora

Fix E2 Setup Request memory leakage

parent 1cae1879
......@@ -425,6 +425,7 @@ static const char* kpm_meas_du[] = {
"DRB.UEThpUl",
"RRU.PrbTotDl",
"RRU.PrbTotUl",
NULL,
};
static const char* kpm_meas_gnb[] = {
......@@ -435,11 +436,13 @@ static const char* kpm_meas_gnb[] = {
"DRB.UEThpUl",
"RRU.PrbTotDl",
"RRU.PrbTotUl",
NULL,
};
static const char* kpm_meas_cuup[] = {
"DRB.PdcpSduVolumeDL",
"DRB.PdcpSduVolumeUL",
NULL,
};
typedef const char** meas_list;
......
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