Skip to content

Commit

Permalink
minor changes for KPM metrics to support build
Browse files Browse the repository at this point in the history
  • Loading branch information
jgaeddert committed Apr 20, 2022
1 parent f9074d4 commit 3757792
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ option(ENABLE_ALL_TEST "Enable all unit/component test" OFF)
option(BUILD_WITH_LTO "Enable LTO (experimental)" OFF)

option(ENABLE_RIC_AGENT "Enable RIC E2 Agent" ON)
option(ENABLE_RIC_AGENT_KPM "Enable RIC E2 Agent KPM metrics" OFF)
option(ENABLE_RIC_AGENT_KPM "Enable RIC E2 Agent KPM metrics" ON)
option(ENABLE_RIC_AGENT_NEXRAN "Enable RIC E2 Agent NexRAN model" OFF)
option(ENABLE_SLICER "Enable NexRAN Slicer" OFF)

Expand Down
2 changes: 1 addition & 1 deletion srsenb/src/ric/e2sm_kpm.cc
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

#include "srslte/interfaces/enb_metrics_interface.h"
#include "srsran/interfaces/enb_metrics_interface.h"
#include "srsenb/hdr/stack/rrc/rrc_metrics.h"
//#include "srsenb/hdr/stack/upper/common_enb.h"
#include "srsenb/hdr/common/common_enb.h"
Expand Down

0 comments on commit 3757792

Please sign in to comment.