github.com/free5gc/openapi@v1.0.8/models/model_create_ue_context_request.go (about) 1 /* 2 * Namf_Communication 3 * 4 * AMF Communication 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 CreateUeContextRequest struct { 13 JsonData *UeContextCreateData `json:"jsonData,omitempty" multipart:"contentType:application/json"` 14 BinaryDataN2Information []byte `json:"BinaryDataN2Information,omitempty" multipart:"contentType:application/vnd.3gpp.ngap,ref:JsonData.SourceToTargetData.NgapData.ContentId"` 15 BinaryDataN2InformationExt1 []byte `json:"BinaryDataN2InformationExt1,omitempty" multipart:"contentType:application/vnd.3gpp.ngap,ref:JsonData.UeRadioCapability.NgapData.ContentId"` 16 BinaryDataN2InformationExt2 []byte `json:"BinaryDataN2InformationExt2,omitempty" multipart:"contentType:application/vnd.3gpp.ngap,ref:JsonData.PduSessionList[0].N2InfoContent.NgapData.ContentId"` 17 BinaryDataN2InformationExt3 []byte `json:"BinaryDataN2InformationExt3,omitempty" multipart:"contentType:application/vnd.3gpp.ngap,ref:JsonData.PduSessionList[1].N2InfoContent.NgapData.ContentId"` 18 BinaryDataN2InformationExt4 []byte `json:"BinaryDataN2InformationExt4,omitempty" multipart:"contentType:application/vnd.3gpp.ngap,ref:JsonData.PduSessionList[2].N2InfoContent.NgapData.ContentId"` 19 BinaryDataN2InformationExt5 []byte `json:"BinaryDataN2InformationExt5,omitempty" multipart:"contentType:application/vnd.3gpp.ngap,ref:JsonData.PduSessionList[3].N2InfoContent.NgapData.ContentId"` 20 BinaryDataN2InformationExt6 []byte `json:"BinaryDataN2InformationExt6,omitempty" multipart:"contentType:application/vnd.3gpp.ngap,ref:JsonData.PduSessionList[4].N2InfoContent.NgapData.ContentId"` 21 BinaryDataN2InformationExt7 []byte `json:"BinaryDataN2InformationExt7,omitempty" multipart:"contentType:application/vnd.3gpp.ngap,ref:JsonData.PduSessionList[5].N2InfoContent.NgapData.ContentId"` 22 BinaryDataN2InformationExt8 []byte `json:"BinaryDataN2InformationExt8,omitempty" multipart:"contentType:application/vnd.3gpp.ngap,ref:JsonData.PduSessionList[6].N2InfoContent.NgapData.ContentId"` 23 BinaryDataN2InformationExt9 []byte `json:"BinaryDataN2InformationExt9,omitempty" multipart:"contentType:application/vnd.3gpp.ngap,ref:JsonData.PduSessionList[7].N2InfoContent.NgapData.ContentId"` 24 BinaryDataN2InformationExt10 []byte `json:"BinaryDataN2InformationExt10,omitempty" multipart:"contentType:application/vnd.3gpp.ngap,ref:JsonData.PduSessionList[8].N2InfoContent.NgapData.ContentId"` 25 BinaryDataN2InformationExt11 []byte `json:"BinaryDataN2InformationExt11,omitempty" multipart:"contentType:application/vnd.3gpp.ngap,ref:JsonData.PduSessionList[9].N2InfoContent.NgapData.ContentId"` 26 BinaryDataN2InformationExt12 []byte `json:"BinaryDataN2InformationExt12,omitempty" multipart:"contentType:application/vnd.3gpp.ngap,ref:JsonData.PduSessionList[10].N2InfoContent.NgapData.ContentId"` 27 BinaryDataN2InformationExt13 []byte `json:"BinaryDataN2InformationExt13,omitempty" multipart:"contentType:application/vnd.3gpp.ngap,ref:JsonData.PduSessionList[11].N2InfoContent.NgapData.ContentId"` 28 BinaryDataN2InformationExt14 []byte `json:"BinaryDataN2InformationExt14,omitempty" multipart:"contentType:application/vnd.3gpp.ngap,ref:JsonData.PduSessionList[12].N2InfoContent.NgapData.ContentId"` 29 BinaryDataN2InformationExt15 []byte `json:"BinaryDataN2InformationExt15,omitempty" multipart:"contentType:application/vnd.3gpp.ngap,ref:JsonData.PduSessionList[13].N2InfoContent.NgapData.ContentId"` 30 BinaryDataN2InformationExt16 []byte `json:"BinaryDataN2InformationExt16,omitempty" multipart:"contentType:application/vnd.3gpp.ngap,ref:JsonData.PduSessionList[14].N2InfoContent.NgapData.ContentId"` 31 }