SubscriberDataManagement

package
v3.0.0+incompatible Latest Latest
Warning

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

Go to latest
Published: Apr 3, 2020 License: Apache-2.0 Imports: 9 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func AddService

func AddService(engine *gin.Engine) *gin.RouterGroup

func GetAmData

func GetAmData(c *gin.Context)

GetAmData - retrieve a UE's Access and Mobility Subscription Data

func GetIdTranslationResult

func GetIdTranslationResult(c *gin.Context)

GetIdTranslationResult - retrieve a UE's SUPI

func GetNssai

func GetNssai(c *gin.Context)

GetNssai - retrieve a UE's subscribed NSSAI

func GetSharedData

func GetSharedData(c *gin.Context)

GetSharedData - retrieve shared data

func GetSmData

func GetSmData(c *gin.Context)

GetSmData - retrieve a UE's Session Management Subscription Data

func GetSmfSelectData

func GetSmfSelectData(c *gin.Context)

GetSmfSelectData - retrieve a UE's SMF Selection Subscription Data

func GetSmsData

func GetSmsData(c *gin.Context)

GetSmsData - retrieve a UE's SMS Subscription Data

func GetSmsMngData

func GetSmsMngData(c *gin.Context)

GetSmsMngData - retrieve a UE's SMS Management Subscription Data

func GetSupi

func GetSupi(c *gin.Context)

GetSupi - retrieve multiple data sets

func GetTraceData

func GetTraceData(c *gin.Context)

GetTraceData - retrieve a UE's Trace Configuration Data

func GetUeContextInSmfData

func GetUeContextInSmfData(c *gin.Context)

GetUeContextInSmfData - retrieve a UE's UE Context In SMF Data

func GetUeContextInSmsfData

func GetUeContextInSmsfData(c *gin.Context)

GetUeContextInSmsfData - retrieve a UE's UE Context In SMSF Data

func Index

func Index(c *gin.Context)

Index is the index handler.

func Info

func Info(c *gin.Context)

Info - Nudm_Sdm Info service operation

func Modify

func Modify(c *gin.Context)

Modify - modify the subscription

func ModifyForSharedData

func ModifyForSharedData(c *gin.Context)

ModifyForSharedData - modify the subscription

func NewRouter

func NewRouter() *gin.Engine

NewRouter returns a new router.

func PutUpuAck

func PutUpuAck(c *gin.Context)

PutUpuAck - Nudm_Sdm Info for UPU service operation

func Subscribe

func Subscribe(c *gin.Context)

Subscribe - subscribe to notifications

func SubscribeToSharedData

func SubscribeToSharedData(c *gin.Context)

SubscribeToSharedData - subscribe to notifications for shared data

func Unsubscribe

func Unsubscribe(c *gin.Context)

Unsubscribe - unsubscribe from notifications

func UnsubscribeForSharedData

func UnsubscribeForSharedData(c *gin.Context)

UnsubscribeForSharedData - unsubscribe from notifications for shared data

Types

type Route

type Route struct {
	// Name is the name of this Route.
	Name string
	// Method is the string for the HTTP method. ex) GET, POST etc..
	Method string
	// Pattern is the pattern of the URI.
	Pattern string
	// HandlerFunc is the handler function of this route.
	HandlerFunc gin.HandlerFunc
}

Route is the information for every URI.

type Routes

type Routes []Route

Routes is the list of the generated Route.

Jump to

Keyboard shortcuts

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