Skip to content

Commit

Permalink
sched: fix data race in access to drx config
Browse files Browse the repository at this point in the history
  • Loading branch information
frankist authored and codebot committed Nov 11, 2024
1 parent 5f0a538 commit a77e99f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/scheduler/ue_context/ue_drx_controller.h
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ class ue_drx_controller

const subcarrier_spacing scs_common;
std::chrono::milliseconds conres_timer;
const std::optional<drx_config>& drx_cfg;
const std::optional<drx_config> drx_cfg;
const ul_logical_channel_manager& ul_lc_mng;
std::optional<slot_point> ul_ccch_slot_rx;
srslog::basic_logger& logger;
Expand Down

0 comments on commit a77e99f

Please sign in to comment.