Commit 2a2740e0 authored by Teodora's avatar Teodora Committed by sagar arora

Fix E2 Setup Request memory leakage

parent 80ffb6c3
......@@ -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