uecontextmanagement

package
v1.0.2 Latest Latest
Warning

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

Go to latest
Published: Feb 9, 2022 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 HTTPDeregistrationSmfRegistrations

func HTTPDeregistrationSmfRegistrations(c *gin.Context)

DeregistrationSmfRegistrations - delete an SMF registration

func HTTPDeregistrationSmsf3gppAccess

func HTTPDeregistrationSmsf3gppAccess(c *gin.Context)

DeregistrationSmsf3gppAccess - delete the SMSF registration for 3GPP access

func HTTPDeregistrationSmsfNon3gppAccess

func HTTPDeregistrationSmsfNon3gppAccess(c *gin.Context)

DeregistrationSmsfNon3gppAccess - delete SMSF registration for non 3GPP access

func HTTPGetAmf3gppAccess

func HTTPGetAmf3gppAccess(c *gin.Context)

GetAmf3gppAccess - retrieve the AMF registration for 3GPP access information

func HTTPGetAmfNon3gppAccess

func HTTPGetAmfNon3gppAccess(c *gin.Context)

GetAmfNon3gppAccess - retrieve the AMF registration for non-3GPP access information

func HTTPGetSmsf3gppAccess

func HTTPGetSmsf3gppAccess(c *gin.Context)

GetSmsf3gppAccess - retrieve the SMSF registration for 3GPP access information

func HTTPGetSmsfNon3gppAccess

func HTTPGetSmsfNon3gppAccess(c *gin.Context)

GetSmsfNon3gppAccess - retrieve the SMSF registration for non-3GPP access information

func HTTPRegistrationAmf3gppAccess

func HTTPRegistrationAmf3gppAccess(c *gin.Context)

RegistrationAmf3gppAccess - register as AMF for 3GPP access

func HTTPRegistrationAmfNon3gppAccess

func HTTPRegistrationAmfNon3gppAccess(c *gin.Context)

Register - register as AMF for non-3GPP access

func HTTPRegistrationSmfRegistrations

func HTTPRegistrationSmfRegistrations(c *gin.Context)

RegistrationSmfRegistrations - register as SMF

func HTTPRegistrationSmsfNon3gppAccess

func HTTPRegistrationSmsfNon3gppAccess(c *gin.Context)

RegistrationSmsfNon3gppAccess - register as SMSF for non-3GPP access

func HTTPUpdateAmf3gppAccess

func HTTPUpdateAmf3gppAccess(c *gin.Context)

UpdateAmf3gppAccess - Update a parameter in the AMF registration for 3GPP access

func HTTPUpdateAmfNon3gppAccess

func HTTPUpdateAmfNon3gppAccess(c *gin.Context)

UpdateAmfNon3gppAccess - update a parameter in the AMF registration for non-3GPP access

func HTTPUpdateSMSFReg3GPP

func HTTPUpdateSMSFReg3GPP(c *gin.Context)

UpdateSMSFReg3GPP - register as SMSF for 3GPP access

func Index

func Index(c *gin.Context)

Index is the index handler.

func NewRouter

func NewRouter() *gin.Engine

NewRouter returns a new router.

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