github.com/free5gc/openapi@v1.0.8/models/model_ran_nas_rel_cause.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 RanNasRelCause struct { 13 NgApCause *NgApCause `json:"ngApCause,omitempty" yaml:"ngApCause" bson:"ngApCause" mapstructure:"NgApCause"` 14 Var5gMmCause int32 `json:"5gMmCause,omitempty" yaml:"5gMmCause" bson:"5gMmCause" mapstructure:"Var5gMmCause"` 15 Var5gSmCause int32 `json:"5gSmCause,omitempty" yaml:"5gSmCause" bson:"5gSmCause" mapstructure:"Var5gSmCause"` 16 // Defines the EPS RAN/NAS release cause. 17 EpsCause string `json:"epsCause,omitempty" yaml:"epsCause" bson:"epsCause" mapstructure:"EpsCause"` 18 }