Commit e66588b5 authored by Robert Schmidt's avatar Robert Schmidt

Merge remote-tracking branch 'origin/e2-setup' into integration_2024_w14

parents 442af3c9 c70a9dc9
......@@ -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;
......
......@@ -100,7 +100,7 @@ By default, FlexRIC will build the nearRT-RIC with E2AP v2 and KPM v2. If you wa
```bash
git clone https://gitlab.eurecom.fr/mosaic5g/flexric flexric
cd flexric/
git checkout 34d6810f9ab435ac3a4023d5e1917669e24341da
git checkout f1c08ed2b9b1eceeda7941dd7bf435db0168dd56
```
### 2.2.2 Build FlexRIC
......
flexric @ f1c08ed2
Subproject commit 34d6810f9ab435ac3a4023d5e1917669e24341da
Subproject commit f1c08ed2b9b1eceeda7941dd7bf435db0168dd56
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