Skip to content

Commit

Permalink
Allow handover with Indirect Forwarding
Browse files Browse the repository at this point in the history
  • Loading branch information
louisroyer committed Jan 21, 2025
1 parent f0c7cb4 commit 3ee003a
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions jsonapi/n1n2/handover_required.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@ type HandoverRequired struct {
Cp jsonapi.ControlURI `json:"cp"`

// Handover Required content
Ue jsonapi.ControlURI `json:"ue"`
Sessions []Session `json:"sessions"` // list of all pdu sessions of the UE to be moved
TargetgNB jsonapi.ControlURI `json:"target-gnb"`
Ue jsonapi.ControlURI `json:"ue"`
Sessions []Session `json:"sessions"` // list of all pdu sessions of the UE to be moved
TargetgNB jsonapi.ControlURI `json:"target-gnb"`
IndirectForwarding bool `json:"indirect-forwarding"`
}

0 comments on commit 3ee003a

Please sign in to comment.