UEContextManagement

package
v0.0.0-...-3a7200f Latest Latest
Warning

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

Go to latest
Published: Mar 28, 2022 License: Apache-2.0 Imports: 8 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 DeregistrationSmfRegistrations

func DeregistrationSmfRegistrations(c *gin.Context)

DeregistrationSmfRegistrations - delete an SMF registration

func DeregistrationSmsf3gppAccess

func DeregistrationSmsf3gppAccess(c *gin.Context)

DeregistrationSmsf3gppAccess - delete the SMSF registration for 3GPP access

func DeregistrationSmsfNon3gppAccess

func DeregistrationSmsfNon3gppAccess(c *gin.Context)

DeregistrationSmsfNon3gppAccess - delete SMSF registration for non 3GPP access

func GetAmf3gppAccess

func GetAmf3gppAccess(c *gin.Context)

GetAmf3gppAccess - retrieve the AMF registration for 3GPP access information

func GetAmfNon3gppAccess

func GetAmfNon3gppAccess(c *gin.Context)

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

func GetSmsf3gppAccess

func GetSmsf3gppAccess(c *gin.Context)

GetSmsf3gppAccess - retrieve the SMSF registration for 3GPP access information

func GetSmsfNon3gppAccess

func GetSmsfNon3gppAccess(c *gin.Context)

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

func Index

func Index(c *gin.Context)

Index is the index handler.

func NewRouter

func NewRouter() *gin.Engine

NewRouter returns a new router.

func Register

func Register(c *gin.Context)

Register - register as AMF for non-3GPP access

func RegistrationAmf3gppAccess

func RegistrationAmf3gppAccess(c *gin.Context)

RegistrationAmf3gppAccess - register as AMF for 3GPP access

func RegistrationSmfRegistrations

func RegistrationSmfRegistrations(c *gin.Context)

RegistrationSmfRegistrations - register as SMF

func RegistrationSmsfNon3gppAccess

func RegistrationSmsfNon3gppAccess(c *gin.Context)

RegistrationSmsfNon3gppAccess - register as SMSF for non-3GPP access

func UpdateAmf3gppAccess

func UpdateAmf3gppAccess(c *gin.Context)

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

func UpdateAmfNon3gppAccess

func UpdateAmfNon3gppAccess(c *gin.Context)

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

func UpdateSMSFReg3GPP

func UpdateSMSFReg3GPP(c *gin.Context)

UpdateSMSFReg3GPP - register as SMSF for 3GPP access

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