Documentation ¶
Index ¶
- Constants
- type Route
- type Server
- func (s *Server) DeleteUpNodeLink(c *gin.Context)
- func (s *Server) GetUpNodesLinks(c *gin.Context)
- func (s *Server) HTTPChargingNotification(c *gin.Context)
- func (s *Server) HTTPGetSMFUserPlaneInfo(c *gin.Context)
- func (s *Server) HTTPGetUEPDUSessionInfo(c *gin.Context)
- func (s *Server) HTTPPostSmContexts(c *gin.Context)
- func (s *Server) HTTPReleaseSmContext(c *gin.Context)
- func (s *Server) HTTPSmPolicyUpdateNotification(c *gin.Context)
- func (s *Server) HTTPUpdateSmContext(c *gin.Context)
- func (s *Server) PostPduSessions(c *gin.Context)
- func (s *Server) PostUpNodesLinks(c *gin.Context)
- func (s *Server) ReleasePduSession(c *gin.Context)
- func (s *Server) RetrieveSmContext(c *gin.Context)
- func (s *Server) Run(traceCtx context.Context, wg *sync.WaitGroup) error
- func (s *Server) SmPolicyControlTerminationRequestNotification(c *gin.Context)
- func (s *Server) Stop()
- func (s *Server) SubscriptionsPost(c *gin.Context)
- func (s *Server) SubscriptionsSubIdDelete(c *gin.Context)
- func (s *Server) SubscriptionsSubIdGet(c *gin.Context)
- func (s *Server) SubscriptionsSubIdPut(c *gin.Context)
- func (s *Server) UpdatePduSession(c *gin.Context)
- type ServerSmf
Constants ¶
View Source
const ( APPLICATION_JSON = "application/json" MULTIPART_RELATED = "multipart/related" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Server ¶
type Server struct { ServerSmf // contains filtered or unexported fields }
func (*Server) DeleteUpNodeLink ¶
func (*Server) GetUpNodesLinks ¶
func (*Server) HTTPChargingNotification ¶
func (*Server) HTTPGetSMFUserPlaneInfo ¶
func (*Server) HTTPGetUEPDUSessionInfo ¶
func (*Server) HTTPPostSmContexts ¶
HTTPPostSmContexts - Create SM Context
func (*Server) HTTPReleaseSmContext ¶
HTTPReleaseSmContext - Release SM Context
func (*Server) HTTPSmPolicyUpdateNotification ¶
SubscriptionsPost -
func (*Server) HTTPUpdateSmContext ¶
HTTPUpdateSmContext - Update SM Context
func (*Server) PostPduSessions ¶
PostPduSessions - Create
func (*Server) PostUpNodesLinks ¶
func (*Server) ReleasePduSession ¶
ReleasePduSession - Release
func (*Server) RetrieveSmContext ¶
RetrieveSmContext - Retrieve SM Context
func (*Server) SmPolicyControlTerminationRequestNotification ¶
func (*Server) SubscriptionsPost ¶
SubscriptionsPost -
func (*Server) SubscriptionsSubIdDelete ¶
SubscriptionsSubIdDelete -
func (*Server) SubscriptionsSubIdGet ¶
SubscriptionsSubIdGet -
func (*Server) SubscriptionsSubIdPut ¶
SubscriptionsSubIdPut -
func (*Server) UpdatePduSession ¶
UpdatePduSession - Update (initiated by V-SMF)
Source Files ¶
Click to show internal directories.
Click to hide internal directories.