SubscriberDataManagement

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 APIClient

type APIClient struct {

	// API Services
	AccessAndMobilitySubscriptionDataRetrievalApi   *AccessAndMobilitySubscriptionDataRetrievalApiService
	Class5MBSSubscriptionDataRetrievalApi           *Class5MBSSubscriptionDataRetrievalApiService
	EnhancedCoverageRestrictionDataRetrievalApi     *EnhancedCoverageRestrictionDataRetrievalApiService
	GPSIToSUPITranslationOrSUPIToGPSITranslationApi *GPSIToSUPITranslationOrSUPIToGPSITranslationApiService
	GroupIdentifiersApi                             *GroupIdentifiersApiService
	LCSBroadcastAssistanceDataTypesRetrievalApi     *LCSBroadcastAssistanceDataTypesRetrievalApiService
	LCSMobileOriginatedDataRetrievalApi             *LCSMobileOriginatedDataRetrievalApiService
	LCSPrivacyDataRetrievalApi                      *LCSPrivacyDataRetrievalApiService
	MultipleIdentifiersApi                          *MultipleIdentifiersApiService
	ProseSubscriptionDataRetrievalApi               *ProseSubscriptionDataRetrievalApiService
	ProvidingAcknowledgementOfCAGUpdateApi          *ProvidingAcknowledgementOfCAGUpdateApiService
	ProvidingAcknowledgementOfSNSSAIsUpdateApi      *ProvidingAcknowledgementOfSNSSAIsUpdateApiService
	ProvidingAcknowledgementOfSteeringOfRoamingApi  *ProvidingAcknowledgementOfSteeringOfRoamingApiService
	ProvidingAcknowledgementOfUEParametersUpdateApi *ProvidingAcknowledgementOfUEParametersUpdateApiService
	RetrievalOfMultipleDataSetsApi                  *RetrievalOfMultipleDataSetsApiService
	RetrievalOfSharedDataApi                        *RetrievalOfSharedDataApiService
	RetrievalOfTheIndividualSharedDataApi           *RetrievalOfTheIndividualSharedDataApiService
	SMFSelectionSubscriptionDataRetrievalApi        *SMFSelectionSubscriptionDataRetrievalApiService
	SMSManagementSubscriptionDataRetrievalApi       *SMSManagementSubscriptionDataRetrievalApiService
	SMSSubscriptionDataRetrievalApi                 *SMSSubscriptionDataRetrievalApiService
	SessionManagementSubscriptionDataRetrievalApi   *SessionManagementSubscriptionDataRetrievalApiService
	SliceSelectionSubscriptionDataRetrievalApi      *SliceSelectionSubscriptionDataRetrievalApiService
	SubscriptionCreationApi                         *SubscriptionCreationApiService
	SubscriptionCreationForSharedDataApi            *SubscriptionCreationForSharedDataApiService
	SubscriptionDeletionApi                         *SubscriptionDeletionApiService
	SubscriptionDeletionForSharedDataApi            *SubscriptionDeletionForSharedDataApiService
	SubscriptionModificationApi                     *SubscriptionModificationApiService
	TraceConfigurationDataRetrievalApi              *TraceConfigurationDataRetrievalApiService
	TriggerSORInfoUpdateApi                         *TriggerSORInfoUpdateApiService
	UEContextInAMFDataRetrievalApi                  *UEContextInAMFDataRetrievalApiService
	UEContextInSMFDataRetrievalApi                  *UEContextInSMFDataRetrievalApiService
	UEContextInSMSFDataRetrievalApi                 *UEContextInSMSFDataRetrievalApiService
	UserConsentSubscriptionDataRetrievalApi         *UserConsentSubscriptionDataRetrievalApiService
	V2XSubscriptionDataRetrievalApi                 *V2XSubscriptionDataRetrievalApiService
	// contains filtered or unexported fields
}

APIClient manages communication with the Nudm_SDM API v2.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 AccessAndMobilitySubscriptionDataRetrievalApiService

type AccessAndMobilitySubscriptionDataRetrievalApiService service

func (*AccessAndMobilitySubscriptionDataRetrievalApiService) GetAmData

type CAGAckError

type CAGAckError struct {
	ProblemDetails models.ProblemDetails
}

type CAGAckRequest

type CAGAckRequest struct {
	Supi            *string
	AcknowledgeInfo *models.AcknowledgeInfo
}

CAGAckRequest

func (*CAGAckRequest) SetAcknowledgeInfo

func (r *CAGAckRequest) SetAcknowledgeInfo(AcknowledgeInfo models.AcknowledgeInfo)

func (*CAGAckRequest) SetSupi

func (r *CAGAckRequest) SetSupi(Supi string)

type CAGAckResponse

type CAGAckResponse struct {
}

type Class5MBSSubscriptionDataRetrievalApiService

type Class5MBSSubscriptionDataRetrievalApiService service

func (*Class5MBSSubscriptionDataRetrievalApiService) GetMbsData

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 DataChangeNotificationCallbackDocumentApiService

type DataChangeNotificationCallbackDocumentApiService service

func (*DataChangeNotificationCallbackDocumentApiService) OnDataChangeNotification

type EnhancedCoverageRestrictionDataRetrievalApiService

type EnhancedCoverageRestrictionDataRetrievalApiService service

func (*EnhancedCoverageRestrictionDataRetrievalApiService) GetEcrData

type GPSIToSUPITranslationOrSUPIToGPSITranslationApiService

type GPSIToSUPITranslationOrSUPIToGPSITranslationApiService service

func (*GPSIToSUPITranslationOrSUPIToGPSITranslationApiService) GetSupiOrGpsi

type GetAmDataError

type GetAmDataError struct {
	ProblemDetails models.ProblemDetails
}

type GetAmDataRequest

type GetAmDataRequest struct {
	Supi               *string
	SupportedFeatures  *string
	PlmnId             *models.PlmnIdNid
	AdjacentPlmns      []models.PlmnId
	DisasterRoamingInd *bool
	IfNoneMatch        *string
	IfModifiedSince    *string
}

GetAmDataRequest

func (*GetAmDataRequest) SetAdjacentPlmns

func (r *GetAmDataRequest) SetAdjacentPlmns(AdjacentPlmns []models.PlmnId)

func (*GetAmDataRequest) SetDisasterRoamingInd

func (r *GetAmDataRequest) SetDisasterRoamingInd(DisasterRoamingInd bool)

func (*GetAmDataRequest) SetIfModifiedSince

func (r *GetAmDataRequest) SetIfModifiedSince(IfModifiedSince string)

func (*GetAmDataRequest) SetIfNoneMatch

func (r *GetAmDataRequest) SetIfNoneMatch(IfNoneMatch string)

func (*GetAmDataRequest) SetPlmnId

func (r *GetAmDataRequest) SetPlmnId(PlmnId models.PlmnIdNid)

func (*GetAmDataRequest) SetSupi

func (r *GetAmDataRequest) SetSupi(Supi string)

func (*GetAmDataRequest) SetSupportedFeatures

func (r *GetAmDataRequest) SetSupportedFeatures(SupportedFeatures string)

type GetAmDataResponse

type GetAmDataResponse struct {
	CacheControl                      string
	ETag                              string
	LastModified                      string
	AccessAndMobilitySubscriptionData models.AccessAndMobilitySubscriptionData
}

type GetDataSetsError

type GetDataSetsError struct {
	ProblemDetails models.ProblemDetails
}

type GetDataSetsRequest

type GetDataSetsRequest struct {
	Supi               *string
	DatasetNames       []models.UdmSdmDataSetName
	PlmnId             *models.PlmnIdNid
	DisasterRoamingInd *bool
	SupportedFeatures  *string
	IfNoneMatch        *string
	IfModifiedSince    *string
}

GetDataSetsRequest

func (*GetDataSetsRequest) SetDatasetNames

func (r *GetDataSetsRequest) SetDatasetNames(DatasetNames []models.UdmSdmDataSetName)

func (*GetDataSetsRequest) SetDisasterRoamingInd

func (r *GetDataSetsRequest) SetDisasterRoamingInd(DisasterRoamingInd bool)

func (*GetDataSetsRequest) SetIfModifiedSince

func (r *GetDataSetsRequest) SetIfModifiedSince(IfModifiedSince string)

func (*GetDataSetsRequest) SetIfNoneMatch

func (r *GetDataSetsRequest) SetIfNoneMatch(IfNoneMatch string)

func (*GetDataSetsRequest) SetPlmnId

func (r *GetDataSetsRequest) SetPlmnId(PlmnId models.PlmnIdNid)

func (*GetDataSetsRequest) SetSupi

func (r *GetDataSetsRequest) SetSupi(Supi string)

func (*GetDataSetsRequest) SetSupportedFeatures

func (r *GetDataSetsRequest) SetSupportedFeatures(SupportedFeatures string)

type GetDataSetsResponse

type GetDataSetsResponse struct {
	CacheControl               string
	ETag                       string
	LastModified               string
	UdmSdmSubscriptionDataSets models.UdmSdmSubscriptionDataSets
}

type GetEcrDataError

type GetEcrDataError struct {
	ProblemDetails models.ProblemDetails
}

type GetEcrDataRequest

type GetEcrDataRequest struct {
	Supi              *string
	SupportedFeatures *string
	IfNoneMatch       *string
	IfModifiedSince   *string
}

GetEcrDataRequest

func (*GetEcrDataRequest) SetIfModifiedSince

func (r *GetEcrDataRequest) SetIfModifiedSince(IfModifiedSince string)

func (*GetEcrDataRequest) SetIfNoneMatch

func (r *GetEcrDataRequest) SetIfNoneMatch(IfNoneMatch string)

func (*GetEcrDataRequest) SetSupi

func (r *GetEcrDataRequest) SetSupi(Supi string)

func (*GetEcrDataRequest) SetSupportedFeatures

func (r *GetEcrDataRequest) SetSupportedFeatures(SupportedFeatures string)

type GetEcrDataResponse

type GetEcrDataResponse struct {
	CacheControl                    string
	ETag                            string
	LastModified                    string
	EnhancedCoverageRestrictionData models.EnhancedCoverageRestrictionData
}

type GetGroupIdentifiersError

type GetGroupIdentifiersError struct {
	ProblemDetails models.ProblemDetails
}

type GetGroupIdentifiersRequest

type GetGroupIdentifiersRequest struct {
	ExtGroupId        *string
	IntGroupId        *string
	UeIdInd           *bool
	SupportedFeatures *string
	AfId              *string
	IfNoneMatch       *string
	IfModifiedSince   *string
}

GetGroupIdentifiersRequest

func (*GetGroupIdentifiersRequest) SetAfId

func (r *GetGroupIdentifiersRequest) SetAfId(AfId string)

func (*GetGroupIdentifiersRequest) SetExtGroupId

func (r *GetGroupIdentifiersRequest) SetExtGroupId(ExtGroupId string)

func (*GetGroupIdentifiersRequest) SetIfModifiedSince

func (r *GetGroupIdentifiersRequest) SetIfModifiedSince(IfModifiedSince string)

func (*GetGroupIdentifiersRequest) SetIfNoneMatch

func (r *GetGroupIdentifiersRequest) SetIfNoneMatch(IfNoneMatch string)

func (*GetGroupIdentifiersRequest) SetIntGroupId

func (r *GetGroupIdentifiersRequest) SetIntGroupId(IntGroupId string)

func (*GetGroupIdentifiersRequest) SetSupportedFeatures

func (r *GetGroupIdentifiersRequest) SetSupportedFeatures(SupportedFeatures string)

func (*GetGroupIdentifiersRequest) SetUeIdInd

func (r *GetGroupIdentifiersRequest) SetUeIdInd(UeIdInd bool)

type GetGroupIdentifiersResponse

type GetGroupIdentifiersResponse struct {
	CacheControl           string
	ETag                   string
	LastModified           string
	UdmSdmGroupIdentifiers models.UdmSdmGroupIdentifiers
}

type GetIndividualSharedDataError

type GetIndividualSharedDataError struct {
	ProblemDetails models.ProblemDetails
}

type GetIndividualSharedDataRequest

type GetIndividualSharedDataRequest struct {
	SharedDataId      []string
	SupportedFeatures *string
	IfNoneMatch       *string
	IfModifiedSince   *string
}

GetIndividualSharedDataRequest

func (*GetIndividualSharedDataRequest) SetIfModifiedSince

func (r *GetIndividualSharedDataRequest) SetIfModifiedSince(IfModifiedSince string)

func (*GetIndividualSharedDataRequest) SetIfNoneMatch

func (r *GetIndividualSharedDataRequest) SetIfNoneMatch(IfNoneMatch string)

func (*GetIndividualSharedDataRequest) SetSharedDataId

func (r *GetIndividualSharedDataRequest) SetSharedDataId(SharedDataId []string)

func (*GetIndividualSharedDataRequest) SetSupportedFeatures

func (r *GetIndividualSharedDataRequest) SetSupportedFeatures(SupportedFeatures string)

type GetIndividualSharedDataResponse

type GetIndividualSharedDataResponse struct {
	CacheControl     string
	ETag             string
	LastModified     string
	UdmSdmSharedData models.UdmSdmSharedData
}

type GetLcsBcaDataError

type GetLcsBcaDataError struct {
	ProblemDetails models.ProblemDetails
}

type GetLcsBcaDataRequest

type GetLcsBcaDataRequest struct {
	Supi              *string
	SupportedFeatures *string
	PlmnId            *models.PlmnId
	IfNoneMatch       *string
	IfModifiedSince   *string
}

GetLcsBcaDataRequest

func (*GetLcsBcaDataRequest) SetIfModifiedSince

func (r *GetLcsBcaDataRequest) SetIfModifiedSince(IfModifiedSince string)

func (*GetLcsBcaDataRequest) SetIfNoneMatch

func (r *GetLcsBcaDataRequest) SetIfNoneMatch(IfNoneMatch string)

func (*GetLcsBcaDataRequest) SetPlmnId

func (r *GetLcsBcaDataRequest) SetPlmnId(PlmnId models.PlmnId)

func (*GetLcsBcaDataRequest) SetSupi

func (r *GetLcsBcaDataRequest) SetSupi(Supi string)

func (*GetLcsBcaDataRequest) SetSupportedFeatures

func (r *GetLcsBcaDataRequest) SetSupportedFeatures(SupportedFeatures string)

type GetLcsBcaDataResponse

type GetLcsBcaDataResponse struct {
	CacheControl                    string
	ETag                            string
	LastModified                    string
	LcsBroadcastAssistanceTypesData models.LcsBroadcastAssistanceTypesData
}

type GetLcsMoDataError

type GetLcsMoDataError struct {
	ProblemDetails models.ProblemDetails
}

type GetLcsMoDataRequest

type GetLcsMoDataRequest struct {
	Supi              *string
	SupportedFeatures *string
	IfNoneMatch       *string
	IfModifiedSince   *string
}

GetLcsMoDataRequest

func (*GetLcsMoDataRequest) SetIfModifiedSince

func (r *GetLcsMoDataRequest) SetIfModifiedSince(IfModifiedSince string)

func (*GetLcsMoDataRequest) SetIfNoneMatch

func (r *GetLcsMoDataRequest) SetIfNoneMatch(IfNoneMatch string)

func (*GetLcsMoDataRequest) SetSupi

func (r *GetLcsMoDataRequest) SetSupi(Supi string)

func (*GetLcsMoDataRequest) SetSupportedFeatures

func (r *GetLcsMoDataRequest) SetSupportedFeatures(SupportedFeatures string)

type GetLcsMoDataResponse

type GetLcsMoDataResponse struct {
	CacheControl string
	ETag         string
	LastModified string
	LcsMoData    models.LcsMoData
}

type GetLcsPrivacyDataError

type GetLcsPrivacyDataError struct {
	ProblemDetails models.ProblemDetails
}

type GetLcsPrivacyDataRequest

type GetLcsPrivacyDataRequest struct {
	UeId              *string
	SupportedFeatures *string
	IfNoneMatch       *string
	IfModifiedSince   *string
}

GetLcsPrivacyDataRequest

func (*GetLcsPrivacyDataRequest) SetIfModifiedSince

func (r *GetLcsPrivacyDataRequest) SetIfModifiedSince(IfModifiedSince string)

func (*GetLcsPrivacyDataRequest) SetIfNoneMatch

func (r *GetLcsPrivacyDataRequest) SetIfNoneMatch(IfNoneMatch string)

func (*GetLcsPrivacyDataRequest) SetSupportedFeatures

func (r *GetLcsPrivacyDataRequest) SetSupportedFeatures(SupportedFeatures string)

func (*GetLcsPrivacyDataRequest) SetUeId

func (r *GetLcsPrivacyDataRequest) SetUeId(UeId string)

type GetLcsPrivacyDataResponse

type GetLcsPrivacyDataResponse struct {
	CacheControl   string
	ETag           string
	LastModified   string
	LcsPrivacyData models.LcsPrivacyData
}

type GetMbsDataError

type GetMbsDataError struct {
	ProblemDetails models.ProblemDetails
}

type GetMbsDataRequest

type GetMbsDataRequest struct {
	Supi              *string
	SupportedFeatures *string
	IfNoneMatch       *string
	IfModifiedSince   *string
}

GetMbsDataRequest

func (*GetMbsDataRequest) SetIfModifiedSince

func (r *GetMbsDataRequest) SetIfModifiedSince(IfModifiedSince string)

func (*GetMbsDataRequest) SetIfNoneMatch

func (r *GetMbsDataRequest) SetIfNoneMatch(IfNoneMatch string)

func (*GetMbsDataRequest) SetSupi

func (r *GetMbsDataRequest) SetSupi(Supi string)

func (*GetMbsDataRequest) SetSupportedFeatures

func (r *GetMbsDataRequest) SetSupportedFeatures(SupportedFeatures string)

type GetMbsDataResponse

type GetMbsDataResponse struct {
	CacheControl        string
	ETag                string
	LastModified        string
	MbsSubscriptionData models.MbsSubscriptionData
}

type GetMultipleIdentifiersError

type GetMultipleIdentifiersError struct {
	ProblemDetails models.ProblemDetails
}

type GetMultipleIdentifiersRequest

type GetMultipleIdentifiersRequest struct {
	GpsiList          []string
	SupportedFeatures *string
}

GetMultipleIdentifiersRequest

func (*GetMultipleIdentifiersRequest) SetGpsiList

func (r *GetMultipleIdentifiersRequest) SetGpsiList(GpsiList []string)

func (*GetMultipleIdentifiersRequest) SetSupportedFeatures

func (r *GetMultipleIdentifiersRequest) SetSupportedFeatures(SupportedFeatures string)

type GetMultipleIdentifiersResponse

type GetMultipleIdentifiersResponse struct {
	CacheControl string
	ETag         string
	LastModified string
	SupiInfo     map[string]models.SupiInfo
}

type GetNSSAIError

type GetNSSAIError struct {
	ProblemDetails models.ProblemDetails
}

type GetNSSAIRequest

type GetNSSAIRequest struct {
	Supi               *string
	SupportedFeatures  *string
	PlmnId             *models.PlmnId
	DisasterRoamingInd *bool
	IfNoneMatch        *string
	IfModifiedSince    *string
}

GetNSSAIRequest

func (*GetNSSAIRequest) SetDisasterRoamingInd

func (r *GetNSSAIRequest) SetDisasterRoamingInd(DisasterRoamingInd bool)

func (*GetNSSAIRequest) SetIfModifiedSince

func (r *GetNSSAIRequest) SetIfModifiedSince(IfModifiedSince string)

func (*GetNSSAIRequest) SetIfNoneMatch

func (r *GetNSSAIRequest) SetIfNoneMatch(IfNoneMatch string)

func (*GetNSSAIRequest) SetPlmnId

func (r *GetNSSAIRequest) SetPlmnId(PlmnId models.PlmnId)

func (*GetNSSAIRequest) SetSupi

func (r *GetNSSAIRequest) SetSupi(Supi string)

func (*GetNSSAIRequest) SetSupportedFeatures

func (r *GetNSSAIRequest) SetSupportedFeatures(SupportedFeatures string)

type GetNSSAIResponse

type GetNSSAIResponse struct {
	CacheControl string
	ETag         string
	LastModified string
	Nssai        models.Nssai
}

type GetProseDataError

type GetProseDataError struct {
	ProblemDetails models.ProblemDetails
}

type GetProseDataRequest

type GetProseDataRequest struct {
	Supi              *string
	SupportedFeatures *string
	IfNoneMatch       *string
	IfModifiedSince   *string
}

GetProseDataRequest

func (*GetProseDataRequest) SetIfModifiedSince

func (r *GetProseDataRequest) SetIfModifiedSince(IfModifiedSince string)

func (*GetProseDataRequest) SetIfNoneMatch

func (r *GetProseDataRequest) SetIfNoneMatch(IfNoneMatch string)

func (*GetProseDataRequest) SetSupi

func (r *GetProseDataRequest) SetSupi(Supi string)

func (*GetProseDataRequest) SetSupportedFeatures

func (r *GetProseDataRequest) SetSupportedFeatures(SupportedFeatures string)

type GetProseDataResponse

type GetProseDataResponse struct {
	CacheControl          string
	ETag                  string
	LastModified          string
	ProseSubscriptionData models.ProseSubscriptionData
}

type GetSharedDataError

type GetSharedDataError struct {
	ProblemDetails models.ProblemDetails
}

type GetSharedDataRequest

type GetSharedDataRequest struct {
	SharedDataIds      []string
	SupportedFeatures  *string
	SupportedFeatures2 *string
	IfNoneMatch        *string
	IfModifiedSince    *string
}

GetSharedDataRequest

func (*GetSharedDataRequest) SetIfModifiedSince

func (r *GetSharedDataRequest) SetIfModifiedSince(IfModifiedSince string)

func (*GetSharedDataRequest) SetIfNoneMatch

func (r *GetSharedDataRequest) SetIfNoneMatch(IfNoneMatch string)

func (*GetSharedDataRequest) SetSharedDataIds

func (r *GetSharedDataRequest) SetSharedDataIds(SharedDataIds []string)

func (*GetSharedDataRequest) SetSupportedFeatures

func (r *GetSharedDataRequest) SetSupportedFeatures(SupportedFeatures string)

func (*GetSharedDataRequest) SetSupportedFeatures2

func (r *GetSharedDataRequest) SetSupportedFeatures2(SupportedFeatures2 string)

type GetSharedDataResponse

type GetSharedDataResponse struct {
	CacheControl     string
	ETag             string
	LastModified     string
	UdmSdmSharedData []models.UdmSdmSharedData
}

type GetSmDataError

type GetSmDataError struct {
	ProblemDetails models.ProblemDetails
}

type GetSmDataRequest

type GetSmDataRequest struct {
	Supi              *string
	SupportedFeatures *string
	SingleNssai       *models.Snssai
	Dnn               *string
	PlmnId            *models.PlmnId
	IfNoneMatch       *string
	IfModifiedSince   *string
}

GetSmDataRequest

func (*GetSmDataRequest) SetDnn

func (r *GetSmDataRequest) SetDnn(Dnn string)

func (*GetSmDataRequest) SetIfModifiedSince

func (r *GetSmDataRequest) SetIfModifiedSince(IfModifiedSince string)

func (*GetSmDataRequest) SetIfNoneMatch

func (r *GetSmDataRequest) SetIfNoneMatch(IfNoneMatch string)

func (*GetSmDataRequest) SetPlmnId

func (r *GetSmDataRequest) SetPlmnId(PlmnId models.PlmnId)

func (*GetSmDataRequest) SetSingleNssai

func (r *GetSmDataRequest) SetSingleNssai(SingleNssai models.Snssai)

func (*GetSmDataRequest) SetSupi

func (r *GetSmDataRequest) SetSupi(Supi string)

func (*GetSmDataRequest) SetSupportedFeatures

func (r *GetSmDataRequest) SetSupportedFeatures(SupportedFeatures string)

type GetSmDataResponse

type GetSmDataResponse struct {
	CacheControl string
	ETag         string
	LastModified string
	SmSubsData   []models.SessionManagementSubscriptionData
}

type GetSmfSelDataError

type GetSmfSelDataError struct {
	ProblemDetails models.ProblemDetails
}

type GetSmfSelDataRequest

type GetSmfSelDataRequest struct {
	Supi               *string
	SupportedFeatures  *string
	PlmnId             *models.PlmnId
	DisasterRoamingInd *bool
	IfNoneMatch        *string
	IfModifiedSince    *string
}

GetSmfSelDataRequest

func (*GetSmfSelDataRequest) SetDisasterRoamingInd

func (r *GetSmfSelDataRequest) SetDisasterRoamingInd(DisasterRoamingInd bool)

func (*GetSmfSelDataRequest) SetIfModifiedSince

func (r *GetSmfSelDataRequest) SetIfModifiedSince(IfModifiedSince string)

func (*GetSmfSelDataRequest) SetIfNoneMatch

func (r *GetSmfSelDataRequest) SetIfNoneMatch(IfNoneMatch string)

func (*GetSmfSelDataRequest) SetPlmnId

func (r *GetSmfSelDataRequest) SetPlmnId(PlmnId models.PlmnId)

func (*GetSmfSelDataRequest) SetSupi

func (r *GetSmfSelDataRequest) SetSupi(Supi string)

func (*GetSmfSelDataRequest) SetSupportedFeatures

func (r *GetSmfSelDataRequest) SetSupportedFeatures(SupportedFeatures string)

type GetSmfSelDataResponse

type GetSmfSelDataResponse struct {
	CacheControl                 string
	ETag                         string
	LastModified                 string
	SmfSelectionSubscriptionData models.SmfSelectionSubscriptionData
}

type GetSmsDataError

type GetSmsDataError struct {
	ProblemDetails models.ProblemDetails
}

type GetSmsDataRequest

type GetSmsDataRequest struct {
	Supi              *string
	SupportedFeatures *string
	PlmnId            *models.PlmnId
	IfNoneMatch       *string
	IfModifiedSince   *string
}

GetSmsDataRequest

func (*GetSmsDataRequest) SetIfModifiedSince

func (r *GetSmsDataRequest) SetIfModifiedSince(IfModifiedSince string)

func (*GetSmsDataRequest) SetIfNoneMatch

func (r *GetSmsDataRequest) SetIfNoneMatch(IfNoneMatch string)

func (*GetSmsDataRequest) SetPlmnId

func (r *GetSmsDataRequest) SetPlmnId(PlmnId models.PlmnId)

func (*GetSmsDataRequest) SetSupi

func (r *GetSmsDataRequest) SetSupi(Supi string)

func (*GetSmsDataRequest) SetSupportedFeatures

func (r *GetSmsDataRequest) SetSupportedFeatures(SupportedFeatures string)

type GetSmsDataResponse

type GetSmsDataResponse struct {
	CacheControl        string
	ETag                string
	LastModified        string
	SmsSubscriptionData models.SmsSubscriptionData
}

type GetSmsMngtDataError

type GetSmsMngtDataError struct {
	ProblemDetails models.ProblemDetails
}

type GetSmsMngtDataRequest

type GetSmsMngtDataRequest struct {
	Supi              *string
	SupportedFeatures *string
	PlmnId            *models.PlmnId
	IfNoneMatch       *string
	IfModifiedSince   *string
}

GetSmsMngtDataRequest

func (*GetSmsMngtDataRequest) SetIfModifiedSince

func (r *GetSmsMngtDataRequest) SetIfModifiedSince(IfModifiedSince string)

func (*GetSmsMngtDataRequest) SetIfNoneMatch

func (r *GetSmsMngtDataRequest) SetIfNoneMatch(IfNoneMatch string)

func (*GetSmsMngtDataRequest) SetPlmnId

func (r *GetSmsMngtDataRequest) SetPlmnId(PlmnId models.PlmnId)

func (*GetSmsMngtDataRequest) SetSupi

func (r *GetSmsMngtDataRequest) SetSupi(Supi string)

func (*GetSmsMngtDataRequest) SetSupportedFeatures

func (r *GetSmsMngtDataRequest) SetSupportedFeatures(SupportedFeatures string)

type GetSmsMngtDataResponse

type GetSmsMngtDataResponse struct {
	CacheControl                  string
	ETag                          string
	LastModified                  string
	SmsManagementSubscriptionData models.SmsManagementSubscriptionData
}

type GetSupiOrGpsiError

type GetSupiOrGpsiError struct {
	ProblemDetails models.ProblemDetails
}

type GetSupiOrGpsiRequest

type GetSupiOrGpsiRequest struct {
	UeId              *string
	SupportedFeatures *string
	AfId              *string
	AppPortId         *models.AppPortId
	AfServiceId       *string
	MtcProviderInfo   *string
	RequestedGpsiType *models.GpsiType
	IfNoneMatch       *string
	IfModifiedSince   *string
}

GetSupiOrGpsiRequest

func (*GetSupiOrGpsiRequest) SetAfId

func (r *GetSupiOrGpsiRequest) SetAfId(AfId string)

func (*GetSupiOrGpsiRequest) SetAfServiceId

func (r *GetSupiOrGpsiRequest) SetAfServiceId(AfServiceId string)

func (*GetSupiOrGpsiRequest) SetAppPortId

func (r *GetSupiOrGpsiRequest) SetAppPortId(AppPortId models.AppPortId)

func (*GetSupiOrGpsiRequest) SetIfModifiedSince

func (r *GetSupiOrGpsiRequest) SetIfModifiedSince(IfModifiedSince string)

func (*GetSupiOrGpsiRequest) SetIfNoneMatch

func (r *GetSupiOrGpsiRequest) SetIfNoneMatch(IfNoneMatch string)

func (*GetSupiOrGpsiRequest) SetMtcProviderInfo

func (r *GetSupiOrGpsiRequest) SetMtcProviderInfo(MtcProviderInfo string)

func (*GetSupiOrGpsiRequest) SetRequestedGpsiType

func (r *GetSupiOrGpsiRequest) SetRequestedGpsiType(RequestedGpsiType models.GpsiType)

func (*GetSupiOrGpsiRequest) SetSupportedFeatures

func (r *GetSupiOrGpsiRequest) SetSupportedFeatures(SupportedFeatures string)

func (*GetSupiOrGpsiRequest) SetUeId

func (r *GetSupiOrGpsiRequest) SetUeId(UeId string)

type GetSupiOrGpsiResponse

type GetSupiOrGpsiResponse struct {
	CacheControl        string
	ETag                string
	LastModified        string
	IdTranslationResult models.IdTranslationResult
}

type GetTraceConfigDataError

type GetTraceConfigDataError struct {
	ProblemDetails models.ProblemDetails
}

type GetTraceConfigDataRequest

type GetTraceConfigDataRequest struct {
	Supi              *string
	SupportedFeatures *string
	PlmnId            *models.PlmnId
	IfNoneMatch       *string
	IfModifiedSince   *string
}

GetTraceConfigDataRequest

func (*GetTraceConfigDataRequest) SetIfModifiedSince

func (r *GetTraceConfigDataRequest) SetIfModifiedSince(IfModifiedSince string)

func (*GetTraceConfigDataRequest) SetIfNoneMatch

func (r *GetTraceConfigDataRequest) SetIfNoneMatch(IfNoneMatch string)

func (*GetTraceConfigDataRequest) SetPlmnId

func (r *GetTraceConfigDataRequest) SetPlmnId(PlmnId models.PlmnId)

func (*GetTraceConfigDataRequest) SetSupi

func (r *GetTraceConfigDataRequest) SetSupi(Supi string)

func (*GetTraceConfigDataRequest) SetSupportedFeatures

func (r *GetTraceConfigDataRequest) SetSupportedFeatures(SupportedFeatures string)

type GetTraceConfigDataResponse

type GetTraceConfigDataResponse struct {
	CacheControl      string
	ETag              string
	LastModified      string
	TraceDataResponse models.TraceDataResponse
}

type GetUcDataError

type GetUcDataError struct {
	ProblemDetails models.ProblemDetails
}

type GetUcDataRequest

type GetUcDataRequest struct {
	Supi              *string
	SupportedFeatures *string
	UcPurpose         *models.UcPurpose
	IfNoneMatch       *string
	IfModifiedSince   *string
}

GetUcDataRequest

func (*GetUcDataRequest) SetIfModifiedSince

func (r *GetUcDataRequest) SetIfModifiedSince(IfModifiedSince string)

func (*GetUcDataRequest) SetIfNoneMatch

func (r *GetUcDataRequest) SetIfNoneMatch(IfNoneMatch string)

func (*GetUcDataRequest) SetSupi

func (r *GetUcDataRequest) SetSupi(Supi string)

func (*GetUcDataRequest) SetSupportedFeatures

func (r *GetUcDataRequest) SetSupportedFeatures(SupportedFeatures string)

func (*GetUcDataRequest) SetUcPurpose

func (r *GetUcDataRequest) SetUcPurpose(UcPurpose models.UcPurpose)

type GetUcDataResponse

type GetUcDataResponse struct {
	CacheControl       string
	ETag               string
	LastModified       string
	UcSubscriptionData models.UcSubscriptionData
}

type GetUeCtxInAmfDataError

type GetUeCtxInAmfDataError struct {
	ProblemDetails models.ProblemDetails
}

type GetUeCtxInAmfDataRequest

type GetUeCtxInAmfDataRequest struct {
	Supi              *string
	SupportedFeatures *string
}

GetUeCtxInAmfDataRequest

func (*GetUeCtxInAmfDataRequest) SetSupi

func (r *GetUeCtxInAmfDataRequest) SetSupi(Supi string)

func (*GetUeCtxInAmfDataRequest) SetSupportedFeatures

func (r *GetUeCtxInAmfDataRequest) SetSupportedFeatures(SupportedFeatures string)

type GetUeCtxInAmfDataResponse

type GetUeCtxInAmfDataResponse struct {
	UeContextInAmfData models.UeContextInAmfData
}

type GetUeCtxInSmfDataError

type GetUeCtxInSmfDataError struct {
	ProblemDetails models.ProblemDetails
}

type GetUeCtxInSmfDataRequest

type GetUeCtxInSmfDataRequest struct {
	Supi              *string
	SupportedFeatures *string
}

GetUeCtxInSmfDataRequest

func (*GetUeCtxInSmfDataRequest) SetSupi

func (r *GetUeCtxInSmfDataRequest) SetSupi(Supi string)

func (*GetUeCtxInSmfDataRequest) SetSupportedFeatures

func (r *GetUeCtxInSmfDataRequest) SetSupportedFeatures(SupportedFeatures string)

type GetUeCtxInSmfDataResponse

type GetUeCtxInSmfDataResponse struct {
	UeContextInSmfData models.UeContextInSmfData
}

type GetUeCtxInSmsfDataError

type GetUeCtxInSmsfDataError struct {
	ProblemDetails models.ProblemDetails
}

type GetUeCtxInSmsfDataRequest

type GetUeCtxInSmsfDataRequest struct {
	Supi              *string
	SupportedFeatures *string
}

GetUeCtxInSmsfDataRequest

func (*GetUeCtxInSmsfDataRequest) SetSupi

func (r *GetUeCtxInSmsfDataRequest) SetSupi(Supi string)

func (*GetUeCtxInSmsfDataRequest) SetSupportedFeatures

func (r *GetUeCtxInSmsfDataRequest) SetSupportedFeatures(SupportedFeatures string)

type GetUeCtxInSmsfDataResponse

type GetUeCtxInSmsfDataResponse struct {
	UeContextInSmsfData models.UeContextInSmsfData
}

type GetV2xDataError

type GetV2xDataError struct {
	ProblemDetails models.ProblemDetails
}

type GetV2xDataRequest

type GetV2xDataRequest struct {
	Supi              *string
	SupportedFeatures *string
	IfNoneMatch       *string
	IfModifiedSince   *string
}

GetV2xDataRequest

func (*GetV2xDataRequest) SetIfModifiedSince

func (r *GetV2xDataRequest) SetIfModifiedSince(IfModifiedSince string)

func (*GetV2xDataRequest) SetIfNoneMatch

func (r *GetV2xDataRequest) SetIfNoneMatch(IfNoneMatch string)

func (*GetV2xDataRequest) SetSupi

func (r *GetV2xDataRequest) SetSupi(Supi string)

func (*GetV2xDataRequest) SetSupportedFeatures

func (r *GetV2xDataRequest) SetSupportedFeatures(SupportedFeatures string)

type GetV2xDataResponse

type GetV2xDataResponse struct {
	CacheControl        string
	ETag                string
	LastModified        string
	V2xSubscriptionData models.V2xSubscriptionData
}

type GroupIdentifiersApiService

type GroupIdentifiersApiService service

func (*GroupIdentifiersApiService) GetGroupIdentifiers

type LCSBroadcastAssistanceDataTypesRetrievalApiService

type LCSBroadcastAssistanceDataTypesRetrievalApiService service

func (*LCSBroadcastAssistanceDataTypesRetrievalApiService) GetLcsBcaData

type LCSMobileOriginatedDataRetrievalApiService

type LCSMobileOriginatedDataRetrievalApiService service

func (*LCSMobileOriginatedDataRetrievalApiService) GetLcsMoData

type LCSPrivacyDataRetrievalApiService

type LCSPrivacyDataRetrievalApiService service

func (*LCSPrivacyDataRetrievalApiService) GetLcsPrivacyData

type ModifyError

type ModifyError struct {
	ProblemDetails models.ProblemDetails
}

type ModifyRequest

type ModifyRequest struct {
	UeId                *string
	SubscriptionId      *string
	SdmSubsModification *models.SdmSubsModification
	SupportedFeatures   *string
}

ModifyRequest

func (*ModifyRequest) SetSdmSubsModification

func (r *ModifyRequest) SetSdmSubsModification(SdmSubsModification models.SdmSubsModification)

func (*ModifyRequest) SetSubscriptionId

func (r *ModifyRequest) SetSubscriptionId(SubscriptionId string)

func (*ModifyRequest) SetSupportedFeatures

func (r *ModifyRequest) SetSupportedFeatures(SupportedFeatures string)

func (*ModifyRequest) SetUeId

func (r *ModifyRequest) SetUeId(UeId string)

type ModifyResponse

type ModifyResponse struct {
	ModifyResponse200 models.ModifyResponse200
}

type ModifySharedDataSubsError

type ModifySharedDataSubsError struct {
	ProblemDetails models.ProblemDetails
}

type ModifySharedDataSubsRequest

type ModifySharedDataSubsRequest struct {
	SubscriptionId      *string
	SdmSubsModification *models.SdmSubsModification
	SupportedFeatures   *string
}

ModifySharedDataSubsRequest

func (*ModifySharedDataSubsRequest) SetSdmSubsModification

func (r *ModifySharedDataSubsRequest) SetSdmSubsModification(SdmSubsModification models.SdmSubsModification)

func (*ModifySharedDataSubsRequest) SetSubscriptionId

func (r *ModifySharedDataSubsRequest) SetSubscriptionId(SubscriptionId string)

func (*ModifySharedDataSubsRequest) SetSupportedFeatures

func (r *ModifySharedDataSubsRequest) SetSupportedFeatures(SupportedFeatures string)

type ModifySharedDataSubsResponse

type ModifySharedDataSubsResponse struct {
	ModifySharedDataSubsResponse200 models.ModifySharedDataSubsResponse200
}

type MultipleIdentifiersApiService

type MultipleIdentifiersApiService service

func (*MultipleIdentifiersApiService) GetMultipleIdentifiers

type OnDataChangeNotificationError

type OnDataChangeNotificationError struct {
	ProblemDetails models.ProblemDetails
}

type OnDataChangeNotificationRequest

type OnDataChangeNotificationRequest struct {
	OnDataChangeNotificationUrl *string
	ModificationNotification    *models.ModificationNotification
}

func (*OnDataChangeNotificationRequest) SetModificationNotification

func (r *OnDataChangeNotificationRequest) SetModificationNotification(ModificationNotification models.ModificationNotification)

func (*OnDataChangeNotificationRequest) SetOnDataChangeNotificationUrl

func (r *OnDataChangeNotificationRequest) SetOnDataChangeNotificationUrl(OnDataChangeNotificationUrl string)

type OnDataChangeNotificationResponse

type OnDataChangeNotificationResponse struct {
	CacheControl        string
	ETag                string
	LastModified        string
	SmsSubscriptionData models.SmsSubscriptionData
}

type ProseSubscriptionDataRetrievalApiService

type ProseSubscriptionDataRetrievalApiService service

func (*ProseSubscriptionDataRetrievalApiService) GetProseData

type ProvidingAcknowledgementOfCAGUpdateApiService

type ProvidingAcknowledgementOfCAGUpdateApiService service

func (*ProvidingAcknowledgementOfCAGUpdateApiService) CAGAck

type ProvidingAcknowledgementOfSNSSAIsUpdateApiService

type ProvidingAcknowledgementOfSNSSAIsUpdateApiService service

func (*ProvidingAcknowledgementOfSNSSAIsUpdateApiService) SNSSAIsAck

type ProvidingAcknowledgementOfSteeringOfRoamingApiService

type ProvidingAcknowledgementOfSteeringOfRoamingApiService service

func (*ProvidingAcknowledgementOfSteeringOfRoamingApiService) SorAckInfo

type ProvidingAcknowledgementOfUEParametersUpdateApiService

type ProvidingAcknowledgementOfUEParametersUpdateApiService service

func (*ProvidingAcknowledgementOfUEParametersUpdateApiService) UpuAck

type RetrievalOfMultipleDataSetsApiService

type RetrievalOfMultipleDataSetsApiService service

func (*RetrievalOfMultipleDataSetsApiService) GetDataSets

type RetrievalOfSharedDataApiService

type RetrievalOfSharedDataApiService service

func (*RetrievalOfSharedDataApiService) GetSharedData

type RetrievalOfTheIndividualSharedDataApiService

type RetrievalOfTheIndividualSharedDataApiService service

func (*RetrievalOfTheIndividualSharedDataApiService) GetIndividualSharedData

type SMFSelectionSubscriptionDataRetrievalApiService

type SMFSelectionSubscriptionDataRetrievalApiService service

func (*SMFSelectionSubscriptionDataRetrievalApiService) GetSmfSelData

type SMSManagementSubscriptionDataRetrievalApiService

type SMSManagementSubscriptionDataRetrievalApiService service

func (*SMSManagementSubscriptionDataRetrievalApiService) GetSmsMngtData

type SMSSubscriptionDataRetrievalApiService

type SMSSubscriptionDataRetrievalApiService service

func (*SMSSubscriptionDataRetrievalApiService) GetSmsData

type SNSSAIsAckError

type SNSSAIsAckError struct {
	ProblemDetails models.ProblemDetails
}

type SNSSAIsAckRequest

type SNSSAIsAckRequest struct {
	Supi            *string
	AcknowledgeInfo *models.AcknowledgeInfo
}

SNSSAIsAckRequest

func (*SNSSAIsAckRequest) SetAcknowledgeInfo

func (r *SNSSAIsAckRequest) SetAcknowledgeInfo(AcknowledgeInfo models.AcknowledgeInfo)

func (*SNSSAIsAckRequest) SetSupi

func (r *SNSSAIsAckRequest) SetSupi(Supi string)

type SNSSAIsAckResponse

type SNSSAIsAckResponse struct {
}

type SessionManagementSubscriptionDataRetrievalApiService

type SessionManagementSubscriptionDataRetrievalApiService service

func (*SessionManagementSubscriptionDataRetrievalApiService) GetSmData

type SliceSelectionSubscriptionDataRetrievalApiService

type SliceSelectionSubscriptionDataRetrievalApiService service

func (*SliceSelectionSubscriptionDataRetrievalApiService) GetNSSAI

type SorAckInfoError

type SorAckInfoError struct {
	ProblemDetails models.ProblemDetails
}

type SorAckInfoRequest

type SorAckInfoRequest struct {
	Supi            *string
	AcknowledgeInfo *models.AcknowledgeInfo
}

SorAckInfoRequest

func (*SorAckInfoRequest) SetAcknowledgeInfo

func (r *SorAckInfoRequest) SetAcknowledgeInfo(AcknowledgeInfo models.AcknowledgeInfo)

func (*SorAckInfoRequest) SetSupi

func (r *SorAckInfoRequest) SetSupi(Supi string)

type SorAckInfoResponse

type SorAckInfoResponse struct {
}

type SubscribeDataRestorationNotificationPostError

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

type SubscribeDataRestorationNotificationPostRequest

type SubscribeDataRestorationNotificationPostRequest struct {
	UdmUecmDataRestorationNotification *models.UdmUecmDataRestorationNotification
}

SubscribeDataRestorationNotificationPostRequest

func (*SubscribeDataRestorationNotificationPostRequest) SetUdmUecmDataRestorationNotification

func (r *SubscribeDataRestorationNotificationPostRequest) SetUdmUecmDataRestorationNotification(UdmUecmDataRestorationNotification models.UdmUecmDataRestorationNotification)

type SubscribeDataRestorationNotificationPostResponse

type SubscribeDataRestorationNotificationPostResponse struct {
}

type SubscribeDatachangeNotificationPostError

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

type SubscribeDatachangeNotificationPostRequest

type SubscribeDatachangeNotificationPostRequest struct {
	ModificationNotification *models.ModificationNotification
}

SubscribeDatachangeNotificationPostRequest

func (*SubscribeDatachangeNotificationPostRequest) SetModificationNotification

func (r *SubscribeDatachangeNotificationPostRequest) SetModificationNotification(ModificationNotification models.ModificationNotification)

type SubscribeDatachangeNotificationPostResponse

type SubscribeDatachangeNotificationPostResponse struct {
}

type SubscribeError

type SubscribeError struct {
	ProblemDetails models.ProblemDetails
}

type SubscribeRequest

type SubscribeRequest struct {
	UeId            *string
	SdmSubscription *models.SdmSubscription
}

SubscribeRequest

func (*SubscribeRequest) SetSdmSubscription

func (r *SubscribeRequest) SetSdmSubscription(SdmSubscription models.SdmSubscription)

func (*SubscribeRequest) SetUeId

func (r *SubscribeRequest) SetUeId(UeId string)

type SubscribeResponse

type SubscribeResponse struct {
	Location        string
	SdmSubscription models.SdmSubscription
}

type SubscribeToSharedDataDatachangeNotificationPostError

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

type SubscribeToSharedDataDatachangeNotificationPostRequest

type SubscribeToSharedDataDatachangeNotificationPostRequest struct {
	ModificationNotification *models.ModificationNotification
}

SubscribeToSharedDataDatachangeNotificationPostRequest

func (*SubscribeToSharedDataDatachangeNotificationPostRequest) SetModificationNotification

func (r *SubscribeToSharedDataDatachangeNotificationPostRequest) SetModificationNotification(ModificationNotification models.ModificationNotification)

type SubscribeToSharedDataDatachangeNotificationPostResponse

type SubscribeToSharedDataDatachangeNotificationPostResponse struct {
}

type SubscribeToSharedDataError

type SubscribeToSharedDataError struct {
	ProblemDetails models.ProblemDetails
}

type SubscribeToSharedDataRequest

type SubscribeToSharedDataRequest struct {
	SdmSubscription *models.SdmSubscription
}

SubscribeToSharedDataRequest

func (*SubscribeToSharedDataRequest) SetSdmSubscription

func (r *SubscribeToSharedDataRequest) SetSdmSubscription(SdmSubscription models.SdmSubscription)

type SubscribeToSharedDataResponse

type SubscribeToSharedDataResponse struct {
	Location        string
	SdmSubscription models.SdmSubscription
}

type SubscriptionCreationApiService

type SubscriptionCreationApiService service

func (*SubscriptionCreationApiService) Subscribe

func (*SubscriptionCreationApiService) SubscribeDatachangeNotificationPost

type SubscriptionCreationForSharedDataApiService

type SubscriptionCreationForSharedDataApiService service

func (*SubscriptionCreationForSharedDataApiService) SubscribeToSharedData

type SubscriptionDeletionApiService

type SubscriptionDeletionApiService service

func (*SubscriptionDeletionApiService) Unsubscribe

type SubscriptionDeletionForSharedDataApiService

type SubscriptionDeletionForSharedDataApiService service

func (*SubscriptionDeletionForSharedDataApiService) UnsubscribeForSharedData

type SubscriptionModificationApiService

type SubscriptionModificationApiService service

func (*SubscriptionModificationApiService) Modify

func (*SubscriptionModificationApiService) ModifySharedDataSubs

type TraceConfigurationDataRetrievalApiService

type TraceConfigurationDataRetrievalApiService service

func (*TraceConfigurationDataRetrievalApiService) GetTraceConfigData

type TriggerSORInfoUpdateApiService

type TriggerSORInfoUpdateApiService service

func (*TriggerSORInfoUpdateApiService) UpdateSORInfo

type UEContextInAMFDataRetrievalApiService

type UEContextInAMFDataRetrievalApiService service

func (*UEContextInAMFDataRetrievalApiService) GetUeCtxInAmfData

type UEContextInSMFDataRetrievalApiService

type UEContextInSMFDataRetrievalApiService service

func (*UEContextInSMFDataRetrievalApiService) GetUeCtxInSmfData

type UEContextInSMSFDataRetrievalApiService

type UEContextInSMSFDataRetrievalApiService service

func (*UEContextInSMSFDataRetrievalApiService) GetUeCtxInSmsfData

type UnsubscribeError

type UnsubscribeError struct {
	ProblemDetails models.ProblemDetails
}

type UnsubscribeForSharedDataError

type UnsubscribeForSharedDataError struct {
	ProblemDetails models.ProblemDetails
}

type UnsubscribeForSharedDataRequest

type UnsubscribeForSharedDataRequest struct {
	SubscriptionId *string
}

UnsubscribeForSharedDataRequest

func (*UnsubscribeForSharedDataRequest) SetSubscriptionId

func (r *UnsubscribeForSharedDataRequest) SetSubscriptionId(SubscriptionId string)

type UnsubscribeForSharedDataResponse

type UnsubscribeForSharedDataResponse struct {
}

type UnsubscribeRequest

type UnsubscribeRequest struct {
	UeId           *string
	SubscriptionId *string
}

UnsubscribeRequest

func (*UnsubscribeRequest) SetSubscriptionId

func (r *UnsubscribeRequest) SetSubscriptionId(SubscriptionId string)

func (*UnsubscribeRequest) SetUeId

func (r *UnsubscribeRequest) SetUeId(UeId string)

type UnsubscribeResponse

type UnsubscribeResponse struct {
}

type UpdateSORInfoError

type UpdateSORInfoError struct {
	ProblemDetails models.ProblemDetails
}

type UpdateSORInfoRequest

type UpdateSORInfoRequest struct {
	Supi          *string
	SorUpdateInfo *models.SorUpdateInfo
}

UpdateSORInfoRequest

func (*UpdateSORInfoRequest) SetSorUpdateInfo

func (r *UpdateSORInfoRequest) SetSorUpdateInfo(SorUpdateInfo models.SorUpdateInfo)

func (*UpdateSORInfoRequest) SetSupi

func (r *UpdateSORInfoRequest) SetSupi(Supi string)

type UpdateSORInfoResponse

type UpdateSORInfoResponse struct {
	UdmSdmSorInfo models.UdmSdmSorInfo
}

type UpuAckError

type UpuAckError struct {
	ProblemDetails models.ProblemDetails
}

type UpuAckRequest

type UpuAckRequest struct {
	Supi            *string
	AcknowledgeInfo *models.AcknowledgeInfo
}

UpuAckRequest

func (*UpuAckRequest) SetAcknowledgeInfo

func (r *UpuAckRequest) SetAcknowledgeInfo(AcknowledgeInfo models.AcknowledgeInfo)

func (*UpuAckRequest) SetSupi

func (r *UpuAckRequest) SetSupi(Supi string)

type UpuAckResponse

type UpuAckResponse struct {
}

type UserConsentSubscriptionDataRetrievalApiService

type UserConsentSubscriptionDataRetrievalApiService service

func (*UserConsentSubscriptionDataRetrievalApiService) GetUcData

type V2XSubscriptionDataRetrievalApiService

type V2XSubscriptionDataRetrievalApiService service

func (*V2XSubscriptionDataRetrievalApiService) GetV2xData

Source Files

Jump to

Keyboard shortcuts

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