db

package
v0.0.0-...-b42b22f Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 22, 2023 License: Apache-2.0 Imports: 1 Imported by: 2

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 ProvQoDAppServerData struct {
	AsIpv4Addr string            `json:"asIpv4Addr" bson:"asIpv4Addr"`
	ScsAsId    string            `json:"scsAsId" bson:"scsAsId"`
	QoSMap     map[string]string `json:"qosMap" bson:"qosMap"` // Mapping of qosProfile to qosReference map
}

type ServiceQoDUeFlow

type ServiceQoDUeFlow struct {
	UeIpv4Addr  string `json:"ueIpv4Addr" bson:"ueIpv4Addr"`
	ScsAsId     string `json:"scsAsId" bson:"scsAsId"`
	FlowCounter uint32 `json:"flowCounter" bson:"flowCounter"` // Running counter of FlowId
}

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"`
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL