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

     1  /*
     2   * Nudr_DataRepository API OpenAPI file
     3   *
     4   * Unified Data Repository Service
     5   *
     6   * API version: 1.0.0
     7   * Generated by: OpenAPI Generator (https://openapi-generator.tech)
     8   */
     9  
    10  package models
    11  
    12  type AccessAndMobilitySubscriptionData struct {
    13  	SupportedFeatures           string                  `json:"supportedFeatures,omitempty" bson:"supportedFeatures"`
    14  	Gpsis                       []string                `json:"gpsis,omitempty" bson:"gpsis"`
    15  	InternalGroupIds            []string                `json:"internalGroupIds,omitempty" bson:"internalGroupIds"`
    16  	SubscribedUeAmbr            *AmbrRm                 `json:"subscribedUeAmbr,omitempty" bson:"subscribedUeAmbr"`
    17  	Nssai                       *Nssai                  `json:"nssai,omitempty" bson:"nssai"`
    18  	RatRestrictions             []RatType               `json:"ratRestrictions,omitempty" bson:"ratRestrictions"`
    19  	ForbiddenAreas              []Area                  `json:"forbiddenAreas,omitempty" bson:"forbiddenAreas"`
    20  	ServiceAreaRestriction      *ServiceAreaRestriction `json:"serviceAreaRestriction,omitempty" bson:"serviceAreaRestriction"`
    21  	CoreNetworkTypeRestrictions []CoreNetworkType       `json:"coreNetworkTypeRestrictions,omitempty" bson:"coreNetworkTypeRestrictions"`
    22  	RfspIndex                   int32                   `json:"rfspIndex,omitempty" bson:"rfspIndex"`
    23  	SubsRegTimer                int32                   `json:"subsRegTimer,omitempty" bson:"subsRegTimer"`
    24  	UeUsageType                 int32                   `json:"ueUsageType,omitempty" bson:"ueUsageType"`
    25  	MpsPriority                 bool                    `json:"mpsPriority,omitempty" bson:"mpsPriority"`
    26  	McsPriority                 bool                    `json:"mcsPriority,omitempty" bson:"mcsPriority"`
    27  	ActiveTime                  int32                   `json:"activeTime,omitempty" bson:"activeTime"`
    28  	DlPacketCount               int32                   `json:"dlPacketCount,omitempty" bson:"dlPacketCount"`
    29  	SorInfo                     *SorInfo                `json:"sorInfo,omitempty" bson:"sorInfo"`
    30  	MicoAllowed                 bool                    `json:"micoAllowed,omitempty" bson:"micoAllowed"`
    31  	SharedAmDataIds             []string                `json:"sharedAmDataIds,omitempty" bson:"sharedAmDataIds"`
    32  	OdbPacketServices           OdbPacketServices       `json:"odbPacketServices,omitempty" bson:"odbPacketServices"`
    33  }