Skip to content

Commit 4f9c8d1

Browse files
andrepuschmanncodebot
authored andcommitted
cu_cp_types: add target DU index to Inter DU HO command
1 parent 42e89f3 commit 4f9c8d1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

include/srsran/cu_cp/cu_cp_types.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -516,6 +516,7 @@ struct cu_cp_inactivity_notification {
516516

517517
struct cu_cp_inter_du_handover_request {
518518
ue_index_t source_ue_index = ue_index_t::invalid;
519+
du_index_t target_du_index = du_index_t::invalid;
519520
pci_t neighbor_pci = INVALID_PCI;
520521
};
521522

0 commit comments

Comments
 (0)