github.com/free5gc/openapi@v1.0.8/models/model_vsmf_update_data.go (about) 1 /* 2 * Nsmf_PDUSession 3 * 4 * SMF PDU Session Service 5 * 6 * API version: 1.0.0 7 * Generated by: OpenAPI Generator (https://openapi-generator.tech) 8 */ 9 10 package models 11 12 type VsmfUpdateData struct { 13 RequestIndication RequestIndication `json:"requestIndication"` 14 SessionAmbr *Ambr `json:"sessionAmbr,omitempty"` 15 QosFlowsAddModRequestList []QosFlowAddModifyRequestItem `json:"qosFlowsAddModRequestList,omitempty"` 16 QosFlowsRelRequestList []QosFlowReleaseRequestItem `json:"qosFlowsRelRequestList,omitempty"` 17 EpsBearerInfo []EpsBearerInfo `json:"epsBearerInfo,omitempty"` 18 AssignEbiList []int32 `json:"assignEbiList,omitempty"` 19 RevokeEbiList []int32 `json:"revokeEbiList,omitempty"` 20 ModifiedEbiList []EbiArpMapping `json:"modifiedEbiList,omitempty"` 21 Pti int32 `json:"pti,omitempty"` 22 N1SmInfoToUe *RefToBinaryData `json:"n1SmInfoToUe,omitempty"` 23 AlwaysOnGranted bool `json:"alwaysOnGranted,omitempty"` 24 Cause Cause `json:"cause,omitempty"` 25 N1smCause string `json:"n1smCause,omitempty"` 26 BackOffTimer int32 `json:"backOffTimer,omitempty"` 27 }