N2 handover intra-AMF 2Gnb 1ue
This commit is contained in:
7
src/lib/app/cli_cmd.hpp
vendored
7
src/lib/app/cli_cmd.hpp
vendored
@@ -29,6 +29,8 @@ struct GnbCliCommand
|
||||
UE_LIST,
|
||||
UE_COUNT,
|
||||
UE_RELEASE_REQ,
|
||||
HANDOVER_TRIGGER,
|
||||
HANDOVER_RESET,
|
||||
} present;
|
||||
|
||||
// AMF_INFO
|
||||
@@ -37,6 +39,11 @@ struct GnbCliCommand
|
||||
// UE_RELEASE_REQ
|
||||
int ueId{};
|
||||
|
||||
// HANDOVER_TRIGGER
|
||||
int triggerUeId{};
|
||||
int targetCellId{};
|
||||
int targetGnbId{};
|
||||
|
||||
explicit GnbCliCommand(PR present) : present(present)
|
||||
{
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user