github.com/free5gc/openapi@v1.0.8/models/model_n2_connection_charging_information.go (about) 1 /* 2 * Nchf_ConvergedCharging 3 * 4 * ConvergedCharging Service © 2021, 3GPP Organizational Partners (ARIB, ATIS, CCSA, ETSI, TSDSI, TTA, TTC). All rights reserved. 5 * 6 * API version: 3.0.3 7 * Generated by: OpenAPI Generator (https://openapi-generator.tech) 8 */ 9 10 package models 11 12 type N2ConnectionChargingInformation struct { 13 N2ConnectionMessageType int32 `json:"n2ConnectionMessageType" yaml:"n2ConnectionMessageType" bson:"n2ConnectionMessageType" mapstructure:"N2ConnectionMessageType"` 14 UserInformation *UserInformation `json:"userInformation,omitempty" yaml:"userInformation" bson:"userInformation" mapstructure:"UserInformation"` 15 UserLocationinfo *UserLocation `json:"userLocationinfo,omitempty" yaml:"userLocationinfo" bson:"userLocationinfo" mapstructure:"UserLocationinfo"` 16 PSCellInformation *PsCellInformation `json:"pSCellInformation,omitempty" yaml:"pSCellInformation" bson:"pSCellInformation" mapstructure:"PSCellInformation"` 17 UetimeZone string `json:"uetimeZone,omitempty" yaml:"uetimeZone" bson:"uetimeZone" mapstructure:"UetimeZone"` 18 RATType RatType `json:"rATType,omitempty" yaml:"rATType" bson:"rATType" mapstructure:"RATType"` 19 AmfUeNgapId int32 `json:"amfUeNgapId,omitempty" yaml:"amfUeNgapId" bson:"amfUeNgapId" mapstructure:"AmfUeNgapId"` 20 RanUeNgapId int32 `json:"ranUeNgapId,omitempty" yaml:"ranUeNgapId" bson:"ranUeNgapId" mapstructure:"RanUeNgapId"` 21 RanNodeId *GlobalRanNodeId `json:"ranNodeId,omitempty" yaml:"ranNodeId" bson:"ranNodeId" mapstructure:"RanNodeId"` 22 RestrictedRatList []RatType `json:"restrictedRatList,omitempty" yaml:"restrictedRatList" bson:"restrictedRatList" mapstructure:"RestrictedRatList"` 23 ForbiddenAreaList []Area `json:"forbiddenAreaList,omitempty" yaml:"forbiddenAreaList" bson:"forbiddenAreaList" mapstructure:"ForbiddenAreaList"` 24 ServiceAreaRestriction []ServiceAreaRestriction `json:"serviceAreaRestriction,omitempty" yaml:"serviceAreaRestriction" bson:"serviceAreaRestriction" mapstructure:"ServiceAreaRestriction"` 25 RestrictedCnList []CoreNetworkType `json:"restrictedCnList,omitempty" yaml:"restrictedCnList" bson:"restrictedCnList" mapstructure:"RestrictedCnList"` 26 AllowedNSSAI []Snssai `json:"allowedNSSAI,omitempty" yaml:"allowedNSSAI" bson:"allowedNSSAI" mapstructure:"AllowedNSSAI"` 27 RrcEstCause string `json:"rrcEstCause,omitempty" yaml:"rrcEstCause" bson:"rrcEstCause" mapstructure:"RrcEstCause"` 28 }