github.com/free5gc/openapi@v1.0.8/models/model_smsf_registration.go (about)

     1  /*
     2   * Nudm_UECM
     3   *
     4   * Nudm Context Management Service
     5   *
     6   * API version: 1.0.1
     7   * Generated by: OpenAPI Generator (https://openapi-generator.tech)
     8   */
     9  
    10  package models
    11  
    12  type SmsfRegistration struct {
    13  	SmsfInstanceId      string                      `json:"smsfInstanceId" yaml:"smsfInstanceId" bson:"smsfInstanceId" mapstructure:"SmsfInstanceId"`
    14  	SupportedFeatures   string                      `json:"supportedFeatures,omitempty" yaml:"supportedFeatures" bson:"supportedFeatures" mapstructure:"SupportedFeatures"`
    15  	PlmnId              *PlmnId                     `json:"plmnId" yaml:"plmnId" bson:"plmnId" mapstructure:"PlmnId"`
    16  	SmsfMAPAddress      string                      `json:"smsfMAPAddress,omitempty" yaml:"smsfMAPAddress" bson:"smsfMAPAddress" mapstructure:"SmsfMAPAddress"`
    17  	SmsfDiameterAddress *NetworkNodeDiameterAddress `json:"smsfDiameterAddress,omitempty" yaml:"smsfDiameterAddress" bson:"smsfDiameterAddress" mapstructure:"SmsfDiameterAddress"`
    18  }