N2 handover intra-AMF 2Gnb 1ue

This commit is contained in:
agtuser
2025-09-11 06:16:32 +00:00
parent 10ca9395e5
commit 388389428d
38 changed files with 4031 additions and 13 deletions

View File

@@ -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)
{
}