Communication

package
v1.2.3 Latest Latest
Warning

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

Go to latest
Published: Dec 19, 2025 License: Apache-2.0 Imports: 7 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type AMFStatusChangeSubscribeError

type AMFStatusChangeSubscribeError struct {
	Location             string
	Var3gppSbiTargetNfId string
	ProblemDetails       models.ProblemDetails
	RedirectResponse     models.RedirectResponse
}

type AMFStatusChangeSubscribeModifyError

type AMFStatusChangeSubscribeModifyError struct {
	Location             string
	Var3gppSbiTargetNfId string
	ProblemDetails       models.ProblemDetails
	RedirectResponse     models.RedirectResponse
}

type AMFStatusChangeSubscribeModifyRequest

type AMFStatusChangeSubscribeModifyRequest struct {
	SubscriptionId                   *string
	AmfCommunicationSubscriptionData *models.AmfCommunicationSubscriptionData
}

AMFStatusChangeSubscribeModifyRequest

func (*AMFStatusChangeSubscribeModifyRequest) SetAmfCommunicationSubscriptionData

func (r *AMFStatusChangeSubscribeModifyRequest) SetAmfCommunicationSubscriptionData(AmfCommunicationSubscriptionData models.AmfCommunicationSubscriptionData)

func (*AMFStatusChangeSubscribeModifyRequest) SetSubscriptionId

func (r *AMFStatusChangeSubscribeModifyRequest) SetSubscriptionId(SubscriptionId string)

type AMFStatusChangeSubscribeModifyResponse

type AMFStatusChangeSubscribeModifyResponse struct {
	AmfCommunicationSubscriptionData models.AmfCommunicationSubscriptionData
}

type AMFStatusChangeSubscribeRequest

type AMFStatusChangeSubscribeRequest struct {
	AmfCommunicationSubscriptionData *models.AmfCommunicationSubscriptionData
}

AMFStatusChangeSubscribeRequest

func (*AMFStatusChangeSubscribeRequest) SetAmfCommunicationSubscriptionData

func (r *AMFStatusChangeSubscribeRequest) SetAmfCommunicationSubscriptionData(AmfCommunicationSubscriptionData models.AmfCommunicationSubscriptionData)

type AMFStatusChangeSubscribeResponse

type AMFStatusChangeSubscribeResponse struct {
	Location                         string
	AmfCommunicationSubscriptionData models.AmfCommunicationSubscriptionData
}

type AMFStatusChangeUnSubscribeError

type AMFStatusChangeUnSubscribeError struct {
	Location             string
	Var3gppSbiTargetNfId string
	ProblemDetails       models.ProblemDetails
	RedirectResponse     models.RedirectResponse
}

type AMFStatusChangeUnSubscribeRequest

type AMFStatusChangeUnSubscribeRequest struct {
	SubscriptionId *string
}

AMFStatusChangeUnSubscribeRequest

func (*AMFStatusChangeUnSubscribeRequest) SetSubscriptionId

func (r *AMFStatusChangeUnSubscribeRequest) SetSubscriptionId(SubscriptionId string)

type AMFStatusChangeUnSubscribeResponse

type AMFStatusChangeUnSubscribeResponse struct {
}

type APIClient

type APIClient struct {

	// API Services
	IndividualSubscriptionDocumentApi                               *IndividualSubscriptionDocumentApiService
	IndividualUeContextDocumentApi                                  *IndividualUeContextDocumentApiService
	N1N2IndividualSubscriptionDocumentApi                           *N1N2IndividualSubscriptionDocumentApiService
	N1N2MessageCollectionCollectionApi                              *N1N2MessageCollectionCollectionApiService
	N1N2SubscriptionsCollectionForIndividualUEContextsCollectionApi *N1N2SubscriptionsCollectionForIndividualUEContextsCollectionApiService
	NonUEN2MessageNotificationIndividualSubscriptionDocumentApi     *NonUEN2MessageNotificationIndividualSubscriptionDocumentApiService
	NonUEN2MessagesCollectionCollectionApi                          *NonUEN2MessagesCollectionCollectionApiService
	NonUEN2MessagesSubscriptionsCollectionCollectionApi             *NonUEN2MessagesSubscriptionsCollectionCollectionApiService
	SubscriptionsCollectionCollectionApi                            *SubscriptionsCollectionCollectionApiService
	// contains filtered or unexported fields
}

APIClient manages communication with the Namf_Communication API v1.2.4 In most cases there should be only one, shared, APIClient.

func NewAPIClient

func NewAPIClient(cfg *Configuration) *APIClient

NewAPIClient creates a new API client. Requires a userAgent string describing your application. optionally a custom http.Client to allow for advanced features such as caching.

type AmfStatusChangeNotifyError

type AmfStatusChangeNotifyError struct {
	Location             string
	Var3gppSbiTargetNfId string
	ProblemDetails       models.ProblemDetails
	RedirectResponse     models.RedirectResponse
}

type AmfStatusChangeNotifyRequest

type AmfStatusChangeNotifyRequest struct {
	AmfStatusChangeNotification *models.AmfStatusChangeNotification
}

AmfStatusChangeNotifyRequest

func (*AmfStatusChangeNotifyRequest) SetAmfStatusChangeNotification

func (r *AmfStatusChangeNotifyRequest) SetAmfStatusChangeNotification(AmfStatusChangeNotification models.AmfStatusChangeNotification)

type AmfStatusChangeNotifyResponse

type AmfStatusChangeNotifyResponse struct {
}

type CancelRelocateUEContextError

type CancelRelocateUEContextError struct {
	Location             string
	Var3gppSbiTargetNfId string
	ProblemDetails       models.ProblemDetails
	RedirectResponse     models.RedirectResponse
}

type CancelRelocateUEContextRequest

type CancelRelocateUEContextRequest struct {
	UeContextId                    *string
	CancelRelocateUeContextRequest *models.CancelRelocateUeContextRequest
}

CancelRelocateUEContextRequest

func (*CancelRelocateUEContextRequest) SetCancelRelocateUeContextRequest

func (r *CancelRelocateUEContextRequest) SetCancelRelocateUeContextRequest(CancelRelocateUeContextRequest models.CancelRelocateUeContextRequest)

func (*CancelRelocateUEContextRequest) SetUeContextId

func (r *CancelRelocateUEContextRequest) SetUeContextId(UeContextId string)

type CancelRelocateUEContextResponse

type CancelRelocateUEContextResponse struct {
}

type Configuration

type Configuration struct {
	MetricsHook openapi.RequestMetricsHook
	// contains filtered or unexported fields
}

func NewConfiguration

func NewConfiguration() *Configuration

func (*Configuration) AddDefaultHeader

func (c *Configuration) AddDefaultHeader(key string, value string)

func (*Configuration) BasePath

func (c *Configuration) BasePath() string

func (*Configuration) DefaultHeader

func (c *Configuration) DefaultHeader() map[string]string

func (*Configuration) HTTPClient

func (c *Configuration) HTTPClient() *http.Client

func (*Configuration) Host

func (c *Configuration) Host() string

func (*Configuration) Metrics added in v1.2.1

func (*Configuration) SetBasePath

func (c *Configuration) SetBasePath(apiRoot string)

func (*Configuration) SetHTTPClient

func (c *Configuration) SetHTTPClient(client *http.Client)

func (*Configuration) SetHost

func (c *Configuration) SetHost(host string)

func (*Configuration) SetMetrics added in v1.2.1

func (c *Configuration) SetMetrics(h openapi.RequestMetricsHook)

func (*Configuration) SetUserAgent

func (c *Configuration) SetUserAgent(userAgent string)

func (*Configuration) UserAgent

func (c *Configuration) UserAgent() string

type CreateUEContextError

type CreateUEContextError struct {
	Location                   string
	Var3gppSbiTargetNfId       string
	CreateUeContextResponse403 models.CreateUeContextResponse403
	ProblemDetails             models.ProblemDetails
	RedirectResponse           models.RedirectResponse
	UeContextCreateError       models.UeContextCreateError
}

type CreateUEContextRequest

type CreateUEContextRequest struct {
	UeContextId            *string
	CreateUeContextRequest *models.CreateUeContextRequest
}

CreateUEContextRequest

func (*CreateUEContextRequest) SetCreateUeContextRequest

func (r *CreateUEContextRequest) SetCreateUeContextRequest(CreateUeContextRequest models.CreateUeContextRequest)

func (*CreateUEContextRequest) SetUeContextId

func (r *CreateUEContextRequest) SetUeContextId(UeContextId string)

type CreateUEContextResponse

type CreateUEContextResponse struct {
	Location                   string
	Var3gppSbiProducerId       string
	CreateUeContextResponse201 models.CreateUeContextResponse201
}

type EBIAssignmentError

type EBIAssignmentError struct {
	Location             string
	Var3gppSbiTargetNfId string
	AssignEbiError       models.AssignEbiError
	ProblemDetails       models.ProblemDetails
	RedirectResponse     models.RedirectResponse
}

type EBIAssignmentRequest

type EBIAssignmentRequest struct {
	UeContextId   *string
	AssignEbiData *models.AssignEbiData
}

EBIAssignmentRequest

func (*EBIAssignmentRequest) SetAssignEbiData

func (r *EBIAssignmentRequest) SetAssignEbiData(AssignEbiData models.AssignEbiData)

func (*EBIAssignmentRequest) SetUeContextId

func (r *EBIAssignmentRequest) SetUeContextId(UeContextId string)

type EBIAssignmentResponse

type EBIAssignmentResponse struct {
	AssignedEbiData models.AssignedEbiData
}

type IndividualSubscriptionDocumentApiService

type IndividualSubscriptionDocumentApiService service

func (*IndividualSubscriptionDocumentApiService) AMFStatusChangeSubscribeModify

func (*IndividualSubscriptionDocumentApiService) AMFStatusChangeUnSubscribe

func (*IndividualSubscriptionDocumentApiService) AmfStatusChangeNotify

type IndividualUeContextDocumentApiService

type IndividualUeContextDocumentApiService service

func (*IndividualUeContextDocumentApiService) CancelRelocateUEContext

func (*IndividualUeContextDocumentApiService) CreateUEContext

func (*IndividualUeContextDocumentApiService) EBIAssignment

func (*IndividualUeContextDocumentApiService) N2InfoNotifyHandoverComplete

func (*IndividualUeContextDocumentApiService) RegistrationStatusUpdate

func (*IndividualUeContextDocumentApiService) ReleaseUEContext

func (*IndividualUeContextDocumentApiService) RelocateUEContext

func (*IndividualUeContextDocumentApiService) UEContextTransfer

type N1MessageNotifyError

type N1MessageNotifyError struct {
	Location             string
	Var3gppSbiTargetNfId string
	ProblemDetails       models.ProblemDetails
	RedirectResponse     models.RedirectResponse
}

type N1MessageNotifyRequest

type N1MessageNotifyRequest struct {
	N1MessageNotifyRequest *models.N1MessageNotifyRequest
}

N1MessageNotifyRequest

func (*N1MessageNotifyRequest) SetN1MessageNotifyRequest

func (r *N1MessageNotifyRequest) SetN1MessageNotifyRequest(N1MessageNotifyRequest models.N1MessageNotifyRequest)

type N1MessageNotifyResponse

type N1MessageNotifyResponse struct {
}

type N1N2IndividualSubscriptionDocumentApiService

type N1N2IndividualSubscriptionDocumentApiService service

func (*N1N2IndividualSubscriptionDocumentApiService) N1N2MessageUnSubscribe

type N1N2MessageCollectionCollectionApiService

type N1N2MessageCollectionCollectionApiService service

func (*N1N2MessageCollectionCollectionApiService) N1N2MessageTransfer

func (*N1N2MessageCollectionCollectionApiService) N1N2TransferFailureNotification

type N1N2MessageSubscribeError

type N1N2MessageSubscribeError struct {
	Location             string
	Var3gppSbiTargetNfId string
	ProblemDetails       models.ProblemDetails
	RedirectResponse     models.RedirectResponse
}

type N1N2MessageSubscribeRequest

type N1N2MessageSubscribeRequest struct {
	UeContextId                      *string
	UeN1N2InfoSubscriptionCreateData *models.UeN1N2InfoSubscriptionCreateData
}

N1N2MessageSubscribeRequest

func (*N1N2MessageSubscribeRequest) SetUeContextId

func (r *N1N2MessageSubscribeRequest) SetUeContextId(UeContextId string)

func (*N1N2MessageSubscribeRequest) SetUeN1N2InfoSubscriptionCreateData

func (r *N1N2MessageSubscribeRequest) SetUeN1N2InfoSubscriptionCreateData(UeN1N2InfoSubscriptionCreateData models.UeN1N2InfoSubscriptionCreateData)

type N1N2MessageSubscribeResponse

type N1N2MessageSubscribeResponse struct {
	Location                          string
	UeN1N2InfoSubscriptionCreatedData models.UeN1N2InfoSubscriptionCreatedData
}

type N1N2MessageTransferError

type N1N2MessageTransferError struct {
	Location                 string
	Var3gppSbiTargetNfId     string
	N1N2MessageTransferError models.N1N2MessageTransferError
	ProblemDetails           models.ProblemDetails
	RedirectResponse         models.RedirectResponse
}

type N1N2MessageTransferRequest

type N1N2MessageTransferRequest struct {
	UeContextId                *string
	N1N2MessageTransferRequest *models.N1N2MessageTransferRequest
}

N1N2MessageTransferRequest

func (*N1N2MessageTransferRequest) SetN1N2MessageTransferRequest

func (r *N1N2MessageTransferRequest) SetN1N2MessageTransferRequest(N1N2MessageTransferRequest models.N1N2MessageTransferRequest)

func (*N1N2MessageTransferRequest) SetUeContextId

func (r *N1N2MessageTransferRequest) SetUeContextId(UeContextId string)

type N1N2MessageTransferResponse

type N1N2MessageTransferResponse struct {
	Location                   string
	N1N2MessageTransferRspData models.N1N2MessageTransferRspData
}

type N1N2MessageUnSubscribeError

type N1N2MessageUnSubscribeError struct {
	Location             string
	Var3gppSbiTargetNfId string
	ProblemDetails       models.ProblemDetails
	RedirectResponse     models.RedirectResponse
}

type N1N2MessageUnSubscribeRequest

type N1N2MessageUnSubscribeRequest struct {
	UeContextId    *string
	SubscriptionId *string
}

N1N2MessageUnSubscribeRequest

func (*N1N2MessageUnSubscribeRequest) SetSubscriptionId

func (r *N1N2MessageUnSubscribeRequest) SetSubscriptionId(SubscriptionId string)

func (*N1N2MessageUnSubscribeRequest) SetUeContextId

func (r *N1N2MessageUnSubscribeRequest) SetUeContextId(UeContextId string)

type N1N2MessageUnSubscribeResponse

type N1N2MessageUnSubscribeResponse struct {
}

type N1N2SubscriptionsCollectionForIndividualUEContextsCollectionApiService

type N1N2SubscriptionsCollectionForIndividualUEContextsCollectionApiService service

func (*N1N2SubscriptionsCollectionForIndividualUEContextsCollectionApiService) N1MessageNotify

func (*N1N2SubscriptionsCollectionForIndividualUEContextsCollectionApiService) N1N2MessageSubscribe

func (*N1N2SubscriptionsCollectionForIndividualUEContextsCollectionApiService) N2InfoNotify

type N1N2TransferFailureNotificationError

type N1N2TransferFailureNotificationError struct {
	Location             string
	Var3gppSbiTargetNfId string
	ProblemDetails       models.ProblemDetails
	RedirectResponse     models.RedirectResponse
}

type N1N2TransferFailureNotificationRequest

type N1N2TransferFailureNotificationRequest struct {
	N1N2MsgTxfrFailureNotification *models.N1N2MsgTxfrFailureNotification
}

N1N2TransferFailureNotificationRequest

func (*N1N2TransferFailureNotificationRequest) SetN1N2MsgTxfrFailureNotification

func (r *N1N2TransferFailureNotificationRequest) SetN1N2MsgTxfrFailureNotification(N1N2MsgTxfrFailureNotification models.N1N2MsgTxfrFailureNotification)

type N1N2TransferFailureNotificationResponse

type N1N2TransferFailureNotificationResponse struct {
}

type N2InfoNotifyError

type N2InfoNotifyError struct {
	Location             string
	Var3gppSbiTargetNfId string
	ProblemDetails       models.ProblemDetails
	RedirectResponse     models.RedirectResponse
}

type N2InfoNotifyHandoverCompleteError

type N2InfoNotifyHandoverCompleteError struct {
	Location             string
	Var3gppSbiTargetNfId string
	ProblemDetails       models.ProblemDetails
	RedirectResponse     models.RedirectResponse
}

type N2InfoNotifyHandoverCompleteRequest

type N2InfoNotifyHandoverCompleteRequest struct {
	N2InformationNotification *models.N2InformationNotification
}

N2InfoNotifyHandoverCompleteRequest

func (*N2InfoNotifyHandoverCompleteRequest) SetN2InformationNotification

func (r *N2InfoNotifyHandoverCompleteRequest) SetN2InformationNotification(N2InformationNotification models.N2InformationNotification)

type N2InfoNotifyHandoverCompleteResponse

type N2InfoNotifyHandoverCompleteResponse struct {
	N2InfoNotifyHandoverCompleteResponse200 models.N2InfoNotifyHandoverCompleteResponse200
}

type N2InfoNotifyRequest

type N2InfoNotifyRequest struct {
	N2InfoNotifyRequest *models.N2InfoNotifyRequest
}

N2InfoNotifyRequest

func (*N2InfoNotifyRequest) SetN2InfoNotifyRequest

func (r *N2InfoNotifyRequest) SetN2InfoNotifyRequest(N2InfoNotifyRequest models.N2InfoNotifyRequest)

type N2InfoNotifyResponse

type N2InfoNotifyResponse struct {
}

type NonUEN2MessageNotificationIndividualSubscriptionDocumentApiService

type NonUEN2MessageNotificationIndividualSubscriptionDocumentApiService service

func (*NonUEN2MessageNotificationIndividualSubscriptionDocumentApiService) NonUeN2InfoUnSubscribe

type NonUEN2MessagesCollectionCollectionApiService

type NonUEN2MessagesCollectionCollectionApiService service

func (*NonUEN2MessagesCollectionCollectionApiService) NonUeN2MessageTransfer

type NonUEN2MessagesSubscriptionsCollectionCollectionApiService

type NonUEN2MessagesSubscriptionsCollectionCollectionApiService service

func (*NonUEN2MessagesSubscriptionsCollectionCollectionApiService) NonUeN2InfoNotify

func (*NonUEN2MessagesSubscriptionsCollectionCollectionApiService) NonUeN2InfoSubscribe

type NonUeN2InfoNotifyError

type NonUeN2InfoNotifyError struct {
	Location             string
	Var3gppSbiTargetNfId string
	ProblemDetails       models.ProblemDetails
	RedirectResponse     models.RedirectResponse
}

type NonUeN2InfoNotifyRequest

type NonUeN2InfoNotifyRequest struct {
	NonUeN2InfoNotifyRequest *models.NonUeN2InfoNotifyRequest
}

NonUeN2InfoNotifyRequest

func (*NonUeN2InfoNotifyRequest) SetNonUeN2InfoNotifyRequest

func (r *NonUeN2InfoNotifyRequest) SetNonUeN2InfoNotifyRequest(NonUeN2InfoNotifyRequest models.NonUeN2InfoNotifyRequest)

type NonUeN2InfoNotifyResponse

type NonUeN2InfoNotifyResponse struct {
}

type NonUeN2InfoSubscribeError

type NonUeN2InfoSubscribeError struct {
	Location             string
	Var3gppSbiTargetNfId string
	ProblemDetails       models.ProblemDetails
	RedirectResponse     models.RedirectResponse
}

type NonUeN2InfoSubscribeRequest

type NonUeN2InfoSubscribeRequest struct {
	NonUeN2InfoSubscriptionCreateData *models.NonUeN2InfoSubscriptionCreateData
}

NonUeN2InfoSubscribeRequest

func (*NonUeN2InfoSubscribeRequest) SetNonUeN2InfoSubscriptionCreateData

func (r *NonUeN2InfoSubscribeRequest) SetNonUeN2InfoSubscriptionCreateData(NonUeN2InfoSubscriptionCreateData models.NonUeN2InfoSubscriptionCreateData)

type NonUeN2InfoSubscribeResponse

type NonUeN2InfoSubscribeResponse struct {
	Location                           string
	NonUeN2InfoSubscriptionCreatedData models.NonUeN2InfoSubscriptionCreatedData
}

type NonUeN2InfoUnSubscribeError

type NonUeN2InfoUnSubscribeError struct {
	Location             string
	Var3gppSbiTargetNfId string
	ProblemDetails       models.ProblemDetails
	RedirectResponse     models.RedirectResponse
}

type NonUeN2InfoUnSubscribeRequest

type NonUeN2InfoUnSubscribeRequest struct {
	N2NotifySubscriptionId *string
}

NonUeN2InfoUnSubscribeRequest

func (*NonUeN2InfoUnSubscribeRequest) SetN2NotifySubscriptionId

func (r *NonUeN2InfoUnSubscribeRequest) SetN2NotifySubscriptionId(N2NotifySubscriptionId string)

type NonUeN2InfoUnSubscribeResponse

type NonUeN2InfoUnSubscribeResponse struct {
}

type NonUeN2MessageTransferError

type NonUeN2MessageTransferError struct {
	Location                   string
	Var3gppSbiTargetNfId       string
	N2InformationTransferError models.N2InformationTransferError
	ProblemDetails             models.ProblemDetails
	RedirectResponse           models.RedirectResponse
}

type NonUeN2MessageTransferRequest

type NonUeN2MessageTransferRequest struct {
	NonUeN2MessageTransferRequest *models.NonUeN2MessageTransferRequest
}

NonUeN2MessageTransferRequest

func (*NonUeN2MessageTransferRequest) SetNonUeN2MessageTransferRequest

func (r *NonUeN2MessageTransferRequest) SetNonUeN2MessageTransferRequest(NonUeN2MessageTransferRequest models.NonUeN2MessageTransferRequest)

type NonUeN2MessageTransferResponse

type NonUeN2MessageTransferResponse struct {
	N2InformationTransferRspData models.N2InformationTransferRspData
}

type RegistrationStatusUpdateError

type RegistrationStatusUpdateError struct {
	Location             string
	Var3gppSbiTargetNfId string
	ProblemDetails       models.ProblemDetails
	RedirectResponse     models.RedirectResponse
}

type RegistrationStatusUpdateRequest

type RegistrationStatusUpdateRequest struct {
	UeContextId              *string
	UeRegStatusUpdateReqData *models.UeRegStatusUpdateReqData
}

RegistrationStatusUpdateRequest

func (*RegistrationStatusUpdateRequest) SetUeContextId

func (r *RegistrationStatusUpdateRequest) SetUeContextId(UeContextId string)

func (*RegistrationStatusUpdateRequest) SetUeRegStatusUpdateReqData

func (r *RegistrationStatusUpdateRequest) SetUeRegStatusUpdateReqData(UeRegStatusUpdateReqData models.UeRegStatusUpdateReqData)

type RegistrationStatusUpdateResponse

type RegistrationStatusUpdateResponse struct {
	UeRegStatusUpdateRspData models.UeRegStatusUpdateRspData
}

type ReleaseUEContextError

type ReleaseUEContextError struct {
	Location             string
	Var3gppSbiTargetNfId string
	ProblemDetails       models.ProblemDetails
	RedirectResponse     models.RedirectResponse
}

type ReleaseUEContextRequest

type ReleaseUEContextRequest struct {
	UeContextId      *string
	UeContextRelease *models.UeContextRelease
}

ReleaseUEContextRequest

func (*ReleaseUEContextRequest) SetUeContextId

func (r *ReleaseUEContextRequest) SetUeContextId(UeContextId string)

func (*ReleaseUEContextRequest) SetUeContextRelease

func (r *ReleaseUEContextRequest) SetUeContextRelease(UeContextRelease models.UeContextRelease)

type ReleaseUEContextResponse

type ReleaseUEContextResponse struct {
}

type RelocateUEContextError

type RelocateUEContextError struct {
	Location             string
	Var3gppSbiTargetNfId string
	ProblemDetails       models.ProblemDetails
	RedirectResponse     models.RedirectResponse
}

type RelocateUEContextRequest

type RelocateUEContextRequest struct {
	UeContextId              *string
	RelocateUeContextRequest *models.RelocateUeContextRequest
}

RelocateUEContextRequest

func (*RelocateUEContextRequest) SetRelocateUeContextRequest

func (r *RelocateUEContextRequest) SetRelocateUeContextRequest(RelocateUeContextRequest models.RelocateUeContextRequest)

func (*RelocateUEContextRequest) SetUeContextId

func (r *RelocateUEContextRequest) SetUeContextId(UeContextId string)

type RelocateUEContextResponse

type RelocateUEContextResponse struct {
	Location               string
	UeContextRelocatedData models.UeContextRelocatedData
}

type SubscriptionsCollectionCollectionApiService

type SubscriptionsCollectionCollectionApiService service

func (*SubscriptionsCollectionCollectionApiService) AMFStatusChangeSubscribe

type UEContextTransferError

type UEContextTransferError struct {
	Location             string
	Var3gppSbiTargetNfId string
	ProblemDetails       models.ProblemDetails
	RedirectResponse     models.RedirectResponse
}

type UEContextTransferRequest

type UEContextTransferRequest struct {
	UeContextId              *string
	UeContextTransferRequest *models.UeContextTransferRequest
}

UEContextTransferRequest

func (*UEContextTransferRequest) SetUeContextId

func (r *UEContextTransferRequest) SetUeContextId(UeContextId string)

func (*UEContextTransferRequest) SetUeContextTransferRequest

func (r *UEContextTransferRequest) SetUeContextTransferRequest(UeContextTransferRequest models.UeContextTransferRequest)

type UEContextTransferResponse

type UEContextTransferResponse struct {
	UeContextTransferResponse200 models.UeContextTransferResponse200
}

Jump to

Keyboard shortcuts

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