Skip to content

Commit

Permalink
fix: modify the content type of the multipart tags in BinaryDataN2SmI…
Browse files Browse the repository at this point in the history
…nformation within UpdatePduSessionResponse200
  • Loading branch information
pf-lin committed Oct 28, 2024
1 parent 4cdbde4 commit 7eac3af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion models/model_update_sm_context_response_200.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@ package models
type UpdateSmContextResponse200 struct {
JsonData *SmContextUpdatedData `json:"jsonData,omitempty" yaml:"jsonData" bson:"jsonData,omitempty" multipart:"contentType:application/json,omitempty"`
BinaryDataN1SmMessage []byte `json:"binaryDataN1SmMessage,omitempty" yaml:"binaryDataN1SmMessage" bson:"binaryDataN1SmMessage,omitempty" multipart:"contentType:application/vnd.3gpp.5gnas,ref:JsonData.N1SmMsg.ContentId,omitempty"`
BinaryDataN2SmInformation []byte `json:"binaryDataN2SmInformation,omitempty" yaml:"binaryDataN2SmInformation" bson:"binaryDataN2SmInformation,omitempty" multipart:"contentType:application/vnd.3gpp.5gnas,ref:JsonData.N2SmInfo.ContentId,omitempty"`
BinaryDataN2SmInformation []byte `json:"binaryDataN2SmInformation,omitempty" yaml:"binaryDataN2SmInformation" bson:"binaryDataN2SmInformation,omitempty" multipart:"contentType:application/vnd.3gpp.ngap,ref:JsonData.N2SmInfo.ContentId,omitempty"`
}

0 comments on commit 7eac3af

Please sign in to comment.