Comm

package
v1.3.0 Latest Latest
Warning

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

Go to latest
Published: Aug 19, 2026 License: Apache-2.0 Imports: 8 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
	Var3gpp_Sbi_Target_Nf_Id string
	ProblemDetails           *models.ProblemDetails
	RedirectResponse         *models.RedirectResponse
}

type AMFStatusChangeSubscribeModfyError

type AMFStatusChangeSubscribeModfyError struct {
	Location                 string
	Var3gpp_Sbi_Target_Nf_Id string
	ProblemDetails           *models.ProblemDetails
	RedirectResponse         *models.RedirectResponse
}

type AMFStatusChangeSubscribeModfyRequest

type AMFStatusChangeSubscribeModfyRequest struct {
	SubscriptionId *string
	RequestBody    *models.Amf_Comm_SubscriptionData
}

AMFStatusChangeSubscribeModfyRequest

func (*AMFStatusChangeSubscribeModfyRequest) SetRequestBody

func (r *AMFStatusChangeSubscribeModfyRequest) SetRequestBody(
	RequestBody models.Amf_Comm_SubscriptionData,
)

func (*AMFStatusChangeSubscribeModfyRequest) SetSubscriptionId

func (r *AMFStatusChangeSubscribeModfyRequest) SetSubscriptionId(
	SubscriptionId string,
)

type AMFStatusChangeSubscribeModfyResponse

type AMFStatusChangeSubscribeModfyResponse struct {
	Amf_Comm_SubscriptionData *models.Amf_Comm_SubscriptionData
}

type AMFStatusChangeSubscribeRequest

type AMFStatusChangeSubscribeRequest struct {
	RequestBody *models.Amf_Comm_SubscriptionData
}

AMFStatusChangeSubscribeRequest

func (*AMFStatusChangeSubscribeRequest) SetRequestBody

func (r *AMFStatusChangeSubscribeRequest) SetRequestBody(
	RequestBody models.Amf_Comm_SubscriptionData,
)

type AMFStatusChangeSubscribeResponse

type AMFStatusChangeSubscribeResponse struct {
	Location                  string
	Amf_Comm_SubscriptionData *models.Amf_Comm_SubscriptionData
}

type AMFStatusChangeUnSubscribeError

type AMFStatusChangeUnSubscribeError struct {
	Location                 string
	Var3gpp_Sbi_Target_Nf_Id 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
	Var3gpp_Sbi_Target_Nf_Id string
	ProblemDetails           *models.ProblemDetails
	RedirectResponse         *models.RedirectResponse
}

type AmfStatusChangeNOtifyRequest

type AmfStatusChangeNOtifyRequest struct {
	RequestBody *models.Amf_Comm_AmfStatusChangeNotification
}

AmfStatusChangeNOtifyRequest

func (*AmfStatusChangeNOtifyRequest) SetRequestBody

type AmfStatusChangeNOtifyResponse

type AmfStatusChangeNOtifyResponse struct{}

type AmfStatusChangeNotifyError

type AmfStatusChangeNotifyError struct {
	Location                 string
	Var3gpp_Sbi_Target_Nf_Id string
	ProblemDetails           *models.ProblemDetails
	RedirectResponse         *models.RedirectResponse
}

type AmfStatusChangeNotifyRequest

type AmfStatusChangeNotifyRequest struct {
	RequestBody *models.Amf_Comm_AmfStatusChangeNotification
}

AmfStatusChangeNotifyRequest

func (*AmfStatusChangeNotifyRequest) SetRequestBody

type AmfStatusChangeNotifyResponse

type AmfStatusChangeNotifyResponse struct{}

type CancelRelocateUEContextError

type CancelRelocateUEContextError struct {
	Location                 string
	Var3gpp_Sbi_Target_Nf_Id string
	ProblemDetails           *models.ProblemDetails
	RedirectResponse         *models.RedirectResponse
}

type CancelRelocateUEContextRequest

type CancelRelocateUEContextRequest struct {
	UeContextId *string
	RequestBody *models.CancelRelocateUEContextRequestBody
}

CancelRelocateUEContextRequest

func (*CancelRelocateUEContextRequest) SetRequestBody

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

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

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
	Var3gpp_Sbi_Target_Nf_Id      string
	Amf_Comm_UeContextCreateError *models.Amf_Comm_UeContextCreateError
	CreateUEContextResponse403    *models.CreateUEContextResponse403
	ProblemDetails                *models.ProblemDetails
	RedirectResponse              *models.RedirectResponse
}

type CreateUEContextRequest

type CreateUEContextRequest struct {
	UeContextId *string
	RequestBody *models.CreateUEContextRequestBody
}

CreateUEContextRequest

func (*CreateUEContextRequest) SetRequestBody

func (r *CreateUEContextRequest) SetRequestBody(
	RequestBody models.CreateUEContextRequestBody,
)

func (*CreateUEContextRequest) SetUeContextId

func (r *CreateUEContextRequest) SetUeContextId(UeContextId string)

type CreateUEContextResponse

type CreateUEContextResponse struct {
	Location                   string
	Var3gpp_Sbi_Producer_Id    string
	CreateUEContextResponse201 *models.CreateUEContextResponse201
}

type EBIAssignmentError

type EBIAssignmentError struct {
	Location                 string
	Var3gpp_Sbi_Target_Nf_Id string
	Amf_Comm_AssignEbiError  *models.Amf_Comm_AssignEbiError
	ProblemDetails           *models.ProblemDetails
	RedirectResponse         *models.RedirectResponse
}

type EBIAssignmentRequest

type EBIAssignmentRequest struct {
	UeContextId *string
	RequestBody *models.Amf_Comm_AssignEbiData
}

EBIAssignmentRequest

func (*EBIAssignmentRequest) SetRequestBody

func (r *EBIAssignmentRequest) SetRequestBody(
	RequestBody models.Amf_Comm_AssignEbiData,
)

func (*EBIAssignmentRequest) SetUeContextId

func (r *EBIAssignmentRequest) SetUeContextId(UeContextId string)

type EBIAssignmentResponse

type EBIAssignmentResponse struct {
	Amf_Comm_AssignedEbiData *models.Amf_Comm_AssignedEbiData
}

type IndividualSubscriptionDocumentApiService

type IndividualSubscriptionDocumentApiService service

func (*IndividualSubscriptionDocumentApiService) AMFStatusChangeSubscribeModfy

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
	Var3gpp_Sbi_Target_Nf_Id string
	ProblemDetails           *models.ProblemDetails
	RedirectResponse         *models.RedirectResponse
}

type N1MessageNotifyRequest

type N1MessageNotifyRequest struct {
	RequestBody *models.N1MessageNotifyRequestBody
}

N1MessageNotifyRequest

func (*N1MessageNotifyRequest) SetRequestBody

func (r *N1MessageNotifyRequest) SetRequestBody(
	RequestBody models.N1MessageNotifyRequestBody,
)

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
	Var3gpp_Sbi_Target_Nf_Id string
	ProblemDetails           *models.ProblemDetails
	RedirectResponse         *models.RedirectResponse
}

type N1N2MessageSubscribeRequest

type N1N2MessageSubscribeRequest struct {
	UeContextId *string
	RequestBody *models.Amf_Comm_UeN1N2InfoSubscriptionCreateData
}

N1N2MessageSubscribeRequest

func (*N1N2MessageSubscribeRequest) SetRequestBody

func (*N1N2MessageSubscribeRequest) SetUeContextId

func (r *N1N2MessageSubscribeRequest) SetUeContextId(UeContextId string)

type N1N2MessageSubscribeResponse

type N1N2MessageSubscribeResponse struct {
	Location                                   string
	Amf_Comm_UeN1N2InfoSubscriptionCreatedData *models.Amf_Comm_UeN1N2InfoSubscriptionCreatedData
}

type N1N2MessageTransferError

type N1N2MessageTransferError struct {
	Location                          string
	Var3gpp_Sbi_Target_Nf_Id          string
	Amf_Comm_N1N2MessageTransferError *models.Amf_Comm_N1N2MessageTransferError
	ProblemDetails                    *models.ProblemDetails
	RedirectResponse                  *models.RedirectResponse
}

type N1N2MessageTransferRequest

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

N1N2MessageTransferRequest

func (*N1N2MessageTransferRequest) SetRequestBody

func (r *N1N2MessageTransferRequest) SetRequestBody(
	RequestBody models.N1N2MessageTransferRequestBody,
)

func (*N1N2MessageTransferRequest) SetUeContextId

func (r *N1N2MessageTransferRequest) SetUeContextId(UeContextId string)

type N1N2MessageTransferResponse

type N1N2MessageTransferResponse struct {
	Location                            string
	Amf_Comm_N1N2MessageTransferRspData *models.Amf_Comm_N1N2MessageTransferRspData
}

type N1N2MessageUnSubscribeError

type N1N2MessageUnSubscribeError struct {
	Location                 string
	Var3gpp_Sbi_Target_Nf_Id 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
	Var3gpp_Sbi_Target_Nf_Id string
	ProblemDetails           *models.ProblemDetails
	RedirectResponse         *models.RedirectResponse
}

type N1N2TransferFailureNotificationRequest

type N1N2TransferFailureNotificationRequest struct {
	RequestBody *models.Amf_Comm_N1N2MsgTxfrFailureNotification
}

N1N2TransferFailureNotificationRequest

func (*N1N2TransferFailureNotificationRequest) SetRequestBody

type N1N2TransferFailureNotificationResponse

type N1N2TransferFailureNotificationResponse struct{}

type N2InfoNotifyError

type N2InfoNotifyError struct {
	Location                 string
	Var3gpp_Sbi_Target_Nf_Id string
	ProblemDetails           *models.ProblemDetails
	RedirectResponse         *models.RedirectResponse
}

type N2InfoNotifyHandoverCompleteError

type N2InfoNotifyHandoverCompleteError struct {
	Location                 string
	Var3gpp_Sbi_Target_Nf_Id string
	ProblemDetails           *models.ProblemDetails
	RedirectResponse         *models.RedirectResponse
}

type N2InfoNotifyHandoverCompleteRequest

type N2InfoNotifyHandoverCompleteRequest struct {
	RequestBody *models.Amf_Comm_N2InformationNotification
}

N2InfoNotifyHandoverCompleteRequest

func (*N2InfoNotifyHandoverCompleteRequest) SetRequestBody

type N2InfoNotifyHandoverCompleteResponse

type N2InfoNotifyHandoverCompleteResponse struct {
	N2InfoNotifyHandoverCompleteResponse200 *models.N2InfoNotifyHandoverCompleteResponse200
}

type N2InfoNotifyRequest

type N2InfoNotifyRequest struct {
	RequestBody *models.N2InfoNotifyRequestBody
}

N2InfoNotifyRequest

func (*N2InfoNotifyRequest) SetRequestBody

func (r *N2InfoNotifyRequest) SetRequestBody(
	RequestBody models.N2InfoNotifyRequestBody,
)

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
	Var3gpp_Sbi_Target_Nf_Id string
	ProblemDetails           *models.ProblemDetails
	RedirectResponse         *models.RedirectResponse
}

type NonUeN2InfoNotifyRequest

type NonUeN2InfoNotifyRequest struct {
	RequestBody *models.NonUeN2InfoNotifyRequestBody
}

NonUeN2InfoNotifyRequest

func (*NonUeN2InfoNotifyRequest) SetRequestBody

func (r *NonUeN2InfoNotifyRequest) SetRequestBody(
	RequestBody models.NonUeN2InfoNotifyRequestBody,
)

type NonUeN2InfoNotifyResponse

type NonUeN2InfoNotifyResponse struct{}

type NonUeN2InfoSubscribeError

type NonUeN2InfoSubscribeError struct {
	Location                 string
	Var3gpp_Sbi_Target_Nf_Id string
	ProblemDetails           *models.ProblemDetails
	RedirectResponse         *models.RedirectResponse
}

type NonUeN2InfoSubscribeRequest

type NonUeN2InfoSubscribeRequest struct {
	RequestBody *models.Amf_Comm_NonUeN2InfoSubscriptionCreateData
}

NonUeN2InfoSubscribeRequest

func (*NonUeN2InfoSubscribeRequest) SetRequestBody

type NonUeN2InfoSubscribeResponse

type NonUeN2InfoSubscribeResponse struct {
	Location                                    string
	Amf_Comm_NonUeN2InfoSubscriptionCreatedData *models.Amf_Comm_NonUeN2InfoSubscriptionCreatedData
}

type NonUeN2InfoUnSubscribeError

type NonUeN2InfoUnSubscribeError struct {
	Location                 string
	Var3gpp_Sbi_Target_Nf_Id 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
	Var3gpp_Sbi_Target_Nf_Id            string
	Amf_Comm_N2InformationTransferError *models.Amf_Comm_N2InformationTransferError
	ProblemDetails                      *models.ProblemDetails
	RedirectResponse                    *models.RedirectResponse
}

type NonUeN2MessageTransferRequest

type NonUeN2MessageTransferRequest struct {
	RequestBody *models.NonUeN2MessageTransferRequestBody
}

NonUeN2MessageTransferRequest

func (*NonUeN2MessageTransferRequest) SetRequestBody

type NonUeN2MessageTransferResponse

type NonUeN2MessageTransferResponse struct {
	Amf_Comm_N2InformationTransferRspData *models.Amf_Comm_N2InformationTransferRspData
}

type RegistrationStatusUpdateError

type RegistrationStatusUpdateError struct {
	Location                 string
	Var3gpp_Sbi_Target_Nf_Id string
	ProblemDetails           *models.ProblemDetails
	RedirectResponse         *models.RedirectResponse
}

type RegistrationStatusUpdateRequest

type RegistrationStatusUpdateRequest struct {
	UeContextId *string
	RequestBody *models.Amf_Comm_UeRegStatusUpdateReqData
}

RegistrationStatusUpdateRequest

func (*RegistrationStatusUpdateRequest) SetRequestBody

func (*RegistrationStatusUpdateRequest) SetUeContextId

func (r *RegistrationStatusUpdateRequest) SetUeContextId(UeContextId string)

type RegistrationStatusUpdateResponse

type RegistrationStatusUpdateResponse struct {
	Amf_Comm_UeRegStatusUpdateRspData *models.Amf_Comm_UeRegStatusUpdateRspData
}

type ReleaseUEContextError

type ReleaseUEContextError struct {
	Location                 string
	Var3gpp_Sbi_Target_Nf_Id string
	ProblemDetails           *models.ProblemDetails
	RedirectResponse         *models.RedirectResponse
}

type ReleaseUEContextRequest

type ReleaseUEContextRequest struct {
	UeContextId *string
	RequestBody *models.Amf_Comm_UEContextRelease
}

ReleaseUEContextRequest

func (*ReleaseUEContextRequest) SetRequestBody

func (r *ReleaseUEContextRequest) SetRequestBody(
	RequestBody models.Amf_Comm_UEContextRelease,
)

func (*ReleaseUEContextRequest) SetUeContextId

func (r *ReleaseUEContextRequest) SetUeContextId(UeContextId string)

type ReleaseUEContextResponse

type ReleaseUEContextResponse struct{}

type RelocateUEContextError

type RelocateUEContextError struct {
	Location                 string
	Var3gpp_Sbi_Target_Nf_Id string
	ProblemDetails           *models.ProblemDetails
	RedirectResponse         *models.RedirectResponse
}

type RelocateUEContextRequest

type RelocateUEContextRequest struct {
	UeContextId *string
	RequestBody *models.RelocateUEContextRequestBody
}

RelocateUEContextRequest

func (*RelocateUEContextRequest) SetRequestBody

func (r *RelocateUEContextRequest) SetRequestBody(
	RequestBody models.RelocateUEContextRequestBody,
)

func (*RelocateUEContextRequest) SetUeContextId

func (r *RelocateUEContextRequest) SetUeContextId(UeContextId string)

type RelocateUEContextResponse

type RelocateUEContextResponse struct {
	Location                        string
	Amf_Comm_UeContextRelocatedData *models.Amf_Comm_UeContextRelocatedData
}

type SubscriptionsCollectionCollectionApiService

type SubscriptionsCollectionCollectionApiService service

func (*SubscriptionsCollectionCollectionApiService) AMFStatusChangeSubscribe

func (*SubscriptionsCollectionCollectionApiService) AmfStatusChangeNotify

type UEContextTransferError

type UEContextTransferError struct {
	Location                 string
	Var3gpp_Sbi_Target_Nf_Id string
	ProblemDetails           *models.ProblemDetails
	RedirectResponse         *models.RedirectResponse
}

type UEContextTransferRequest

type UEContextTransferRequest struct {
	UeContextId *string
	RequestBody *models.UEContextTransferRequestBody
}

UEContextTransferRequest

func (*UEContextTransferRequest) SetRequestBody

func (r *UEContextTransferRequest) SetRequestBody(
	RequestBody models.UEContextTransferRequestBody,
)

func (*UEContextTransferRequest) SetUeContextId

func (r *UEContextTransferRequest) SetUeContextId(UeContextId string)

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