openapi
openapi copied to clipboard
type N1N2MsgTxfrFailureNotification struct { Cause N1N2MessageTransferCause `json:"cause"` N1n2MsgDataUri string `json:"n1n2MsgDataUri"` } ==>api_n1_n2_message_transfer_status_notification_callback_document.go func (a *N1N2MessageTransferStatusNotificationCallbackDocumentApiService) N1N2TransferFailureNotification(ctx context.Context, n1N2MessageTransferNotificationUrl string, request models.N1N2MsgTxfrFailureNotification) (*http.Response, error) Above function has been used to send...
In TS 29.503 V17.12 p172 subscribedUeAmbr type is AmbrRm 
Bumps [golang.org/x/net](https://github.com/golang/net) from 0.33.0 to 0.38.0. Commits e1fcd82 html: properly handle trailing solidus in unquoted attribute value in foreign... ebed060 internal/http3: fix build of tests with GOEXPERIMENT=nosynctest 1f1fa29 publicsuffix: regenerate...
https://github.com/free5gc/openapi/blob/6285477c583b3659b328e8c3a3a85f48bb0fda2d/models/model_topological_service_area.go#L17 It seems that this struct TopologicalServiceArea is generated from "TS28538_EdgeNrm.yaml#/components/schemas/TopologicalServiceArea", and this field TrackingAreaIdList used the schema “TS28541_NrNrm.yaml#/components/schemas/TaiList” which is array of schema “TS28623_GenericNrm.yaml#/components/schemas/Tai”. But the type of this...