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 f0c7cb4 commit 3ee003aCopy full SHA for 3ee003a
jsonapi/n1n2/handover_required.go
@@ -16,7 +16,8 @@ type HandoverRequired struct {
16
Cp jsonapi.ControlURI `json:"cp"`
17
18
// 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"`
+ 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"`
22
+ IndirectForwarding bool `json:"indirect-forwarding"`
23
}
0 commit comments