File tree Expand file tree Collapse file tree 2 files changed +0
-11
lines changed Expand file tree Collapse file tree 2 files changed +0
-11
lines changed Original file line number Diff line number Diff line change @@ -76,13 +76,6 @@ void cu_cp_ue::update_meas_context(cell_meas_manager_ue_context meas_ctxt)
7676 meas_context = std::move (meas_ctxt);
7777}
7878
79- // / \brief Set the DU and PCell index of the UE.
80- // / \param[in] pcell_index PCell index of the UE.
81- void cu_cp_ue::set_pcell_index (du_cell_index_t pcell_index_)
82- {
83- pcell_index = pcell_index_;
84- }
85-
8679// / \brief Set the RRC UE control message notifier of the UE.
8780// / \param[in] rrc_ue_notifier_ RRC UE control message notifier of the UE.
8881void cu_cp_ue::set_rrc_ue_notifier (du_processor_rrc_ue_control_message_notifier& rrc_ue_notifier_)
Original file line number Diff line number Diff line change @@ -97,10 +97,6 @@ class cu_cp_ue : public cu_cp_ue_impl_interface
9797 // / \return True if the DU UE context is created, false otherwise.
9898 [[nodiscard]] bool du_ue_created () const { return ue_ctxt.du_idx != du_index_t ::invalid; }
9999
100- // / \brief Set the DU and PCell index of the UE.
101- // / \param[in] pcell_index PCell index of the UE.
102- void set_pcell_index (du_cell_index_t pcell_index_);
103-
104100 // / \brief Set the RRC UE control message notifier of the UE.
105101 // / \param[in] rrc_ue_notifier_ RRC UE control message notifier of the UE.
106102 void set_rrc_ue_notifier (du_processor_rrc_ue_control_message_notifier& rrc_ue_notifier_);
You can’t perform that action at this time.
0 commit comments