communication

package
v1.3.0 Latest Latest
Warning

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

Go to latest
Published: Oct 23, 2022 License: Apache-2.0 Imports: 11 Imported by: 2

Documentation

Index

Constants

This section is empty.

Variables

View Source
var HttpLog *logrus.Entry

Functions

func AddService

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

func HTTPAMFStatusChangeSubscribe

func HTTPAMFStatusChangeSubscribe(c *gin.Context)

AMFStatusChangeSubscribe - Namf_Communication AMF Status Change Subscribe service Operation

func HTTPAMFStatusChangeSubscribeModify

func HTTPAMFStatusChangeSubscribeModify(c *gin.Context)

AMFStatusChangeSubscribeModify - Namf_Communication AMF Status Change Subscribe Modify service Operation

func HTTPAMFStatusChangeUnSubscribe

func HTTPAMFStatusChangeUnSubscribe(c *gin.Context)

AMFStatusChangeUnSubscribe - Namf_Communication AMF Status Change UnSubscribe service Operation

func HTTPCreateUEContext

func HTTPCreateUEContext(c *gin.Context)

CreateUEContext - Namf_Communication CreateUEContext service Operation

func HTTPEBIAssignment

func HTTPEBIAssignment(c *gin.Context)

EBIAssignment - Namf_Communication EBI Assignment service Operation

func HTTPN1N2MessageSubscribe

func HTTPN1N2MessageSubscribe(c *gin.Context)

func HTTPN1N2MessageTransfer

func HTTPN1N2MessageTransfer(c *gin.Context)

N1N2MessageTransfer - Namf_Communication N1N2 Message Transfer (UE Specific) service Operation

func HTTPN1N2MessageTransferStatus

func HTTPN1N2MessageTransferStatus(c *gin.Context)

func HTTPN1N2MessageUnSubscribe

func HTTPN1N2MessageUnSubscribe(c *gin.Context)

N1N2MessageUnSubscribe - Namf_Communication N1N2 Message UnSubscribe (UE Specific) service Operation

func HTTPNonUeN2InfoSubscribe

func HTTPNonUeN2InfoSubscribe(c *gin.Context)

NonUeN2InfoSubscribe - Namf_Communication Non UE N2 Info Subscribe service Operation

func HTTPNonUeN2InfoUnSubscribe

func HTTPNonUeN2InfoUnSubscribe(c *gin.Context)

NonUeN2InfoUnSubscribe - Namf_Communication Non UE N2 Info UnSubscribe service Operation

func HTTPNonUeN2MessageTransfer

func HTTPNonUeN2MessageTransfer(c *gin.Context)

NonUeN2MessageTransfer - Namf_Communication Non UE N2 Message Transfer service Operation

func HTTPRegistrationStatusUpdate

func HTTPRegistrationStatusUpdate(c *gin.Context)

RegistrationStatusUpdate - Namf_Communication RegistrationStatusUpdate service Operation

func HTTPReleaseUEContext

func HTTPReleaseUEContext(c *gin.Context)

ReleaseUEContext - Namf_Communication ReleaseUEContext service Operation

func HTTPUEContextTransfer

func HTTPUEContextTransfer(c *gin.Context)

UEContextTransfer - Namf_Communication UEContextTransfer service Operation

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