Skip to content

Commit 3ee003a

Browse files
committed
Allow handover with Indirect Forwarding
1 parent f0c7cb4 commit 3ee003a

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

jsonapi/n1n2/handover_required.go

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,8 @@ type HandoverRequired struct {
1616
Cp jsonapi.ControlURI `json:"cp"`
1717

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

0 commit comments

Comments
 (0)