Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FlowInfo ¶
type FlowInfo struct { // Indicates the IP flow. FlowId uint32 `json:"flowId" bson:"flowId"` // Indicates the packet filters of the IP flow. Refer to subclause 5.3.8 of 3GPP TS 29.214 for encoding. It shall contain UL and/or DL IP flow description. FlowDescriptions *[]string `json:"flowDescriptions,omitempty" bson:"flowDescriptions,omitempty"` }
type ProvQoDAppServerData ¶
type ServiceQoDUeFlow ¶
type ServiceQoDUeSession ¶
type ServiceQoDUeSession struct { UeIpv4Addr string `json:"ueIpv4Addr" bson:"ueIpv4Addr"` ScsAsId string `json:"scsAsId" bson:"scsAsId"` SessionId string `json:"sessionId" bson:"sessionId"` NefSubscriptionId string `json:"nefSubscriptionId" bson:"nefSubscriptionId"` NefSubscriptionResource string `json:"nefSubscriptionResource" bson:"nefSubscriptionResource"` QosReference string `json:"qosReference" bson:"qosReference"` FlowInfo FlowInfo `json:"flowInfo" bson:"flowInfo"` SessionReq api.CreateSession `json:"sessionReq" bson:"sessionReq"` SessionInfo api.SessionInfo `json:"sessionInfo" bson:"sessionInfo"` }
Click to show internal directories.
Click to hide internal directories.