Skip to content

Commit 816819d

Browse files
FabianEckermannFabian Eckermann
authored andcommitted
cu_cp: remove unused function
1 parent 81a9483 commit 816819d

File tree

2 files changed

+0
-11
lines changed

2 files changed

+0
-11
lines changed

lib/cu_cp/ue_manager/cu_cp_ue_impl.cpp

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff 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.
8881
void cu_cp_ue::set_rrc_ue_notifier(du_processor_rrc_ue_control_message_notifier& rrc_ue_notifier_)

lib/cu_cp/ue_manager/cu_cp_ue_impl.h

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff 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_);

0 commit comments

Comments
 (0)