We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 42e89f3 commit 4f9c8d1Copy full SHA for 4f9c8d1
include/srsran/cu_cp/cu_cp_types.h
@@ -516,6 +516,7 @@ struct cu_cp_inactivity_notification {
516
517
struct cu_cp_inter_du_handover_request {
518
ue_index_t source_ue_index = ue_index_t::invalid;
519
+ du_index_t target_du_index = du_index_t::invalid;
520
pci_t neighbor_pci = INVALID_PCI;
521
};
522
0 commit comments