github.com/free5gc/openapi@v1.0.8/models/model_sm_context_created_data.go (about) 1 /* 2 * Nsmf_PDUSession 3 * 4 * SMF PDU Session Service 5 * 6 * API version: 1.0.0 7 * Generated by: OpenAPI Generator (https://openapi-generator.tech) 8 */ 9 10 package models 11 12 import ( 13 "time" 14 ) 15 16 type SmContextCreatedData struct { 17 HSmfUri string `json:"hSmfUri,omitempty"` 18 PduSessionId int32 `json:"pduSessionId,omitempty"` 19 SNssai *Snssai `json:"sNssai,omitempty"` 20 UpCnxState UpCnxState `json:"upCnxState,omitempty"` 21 N2SmInfo *RefToBinaryData `json:"n2SmInfo,omitempty"` 22 N2SmInfoType N2SmInfoType `json:"n2SmInfoType,omitempty"` 23 AllocatedEbiList []EbiArpMapping `json:"allocatedEbiList,omitempty"` 24 HoState HoState `json:"hoState,omitempty"` 25 SmfServiceInstanceId string `json:"smfServiceInstanceId,omitempty"` 26 RecoveryTime *time.Time `json:"recoveryTime,omitempty"` 27 SupportedFeatures string `json:"supportedFeatures,omitempty"` 28 }