Skip to content

Commit

Permalink
fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
muriloAvlis committed Jun 9, 2024
1 parent 038bd95 commit c679396
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions libs/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
##### Set variables used by XAPP_SDK #####

## For E2AP
set(E2AP_VERSION "E2AP_V2" CACHE STRING "E2AP version")
set(E2AP_VERSION "E2AP_V3" CACHE STRING "E2AP version")

## For KPM
set(KPM_VERSION "KPM_V2_03" CACHE STRING "The KPM SM version to use")
set(KPM_VERSION "KPM_V3_00" CACHE STRING "The KPM SM version to use")

##### End set variables used by xapp_sdk #####

Expand Down
2 changes: 1 addition & 1 deletion src/kpmManager.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -319,7 +319,7 @@ namespace KpmManager
kpm_ind_msg_format_3_t const* msg_frm_3{&ind->msg.frm_3}; // ind message

static int counter = 1;
uint64_t now{get_time_now_us()};
const u_int64_t now{get_time_now_us()};

// create a new scope
{
Expand Down

0 comments on commit c679396

Please sign in to comment.