Loading TS29503_Nudm_SDM.yaml +5 −2 Original line number Diff line number Diff line openapi: 3.0.0 info: version: '2.0.1' version: '2.0.2' title: 'Nudm_SDM' description: | Nudm Subscriber Data Management Service. Loading @@ -9,7 +9,7 @@ info: All rights reserved. externalDocs: description: 3GPP TS 29.503 Unified Data Management Services, version 15.4.0 description: 3GPP TS 29.503 Unified Data Management Services, version 15.5.0 url: 'http://www.3gpp.org/ftp/Specs/archive/29_series/29.503/' servers: Loading Loading @@ -1316,6 +1316,9 @@ components: $ref: '#/components/schemas/LboRoamingAllowed' iwkEpsInd: $ref: '#/components/schemas/IwkEpsInd' dnnBarred: type: boolean Nssai: type: object Loading TS29504_Nudr_DataRepository.yaml +2 −2 Original line number Diff line number Diff line openapi: 3.0.0 info: version: 2.0.1 version: 2.0.2 title: 'Nudr_DataRepository API OpenAPI file' description: Unified Data Repository Service. © 2019, 3GPP Organizational Partners (ARIB, ATIS, CCSA, ETSI, TSDSI, TTA, TTC). All rights reserved. externalDocs: description: 3GPP TS 29.504 V15.4.0; 5G System; Unified Data Repository Services; Stage 3 description: 3GPP TS 29.504 V15.5.0; 5G System; Unified Data Repository Services; Stage 3 url: 'http://www.3gpp.org/ftp/Specs/archive/29_series/29.504/' servers: - description: API root Loading TS29505_Subscription_Data.yaml +22 −25 Original line number Diff line number Diff line Loading @@ -9,7 +9,7 @@ info: All rights reserved. externalDocs: description: 3GPP TS 29.505 V15.4.0; 5G System; Usage of the Unified Data Repository Service for subscription data; Stage 3 description: 3GPP TS 29.505 V15.5.0; 5G System; Usage of the Unified Data Repository Service for subscription data; Stage 3 url: 'http://www.3gpp.org/ftp/Specs/archive/29_series/29.505/' paths: Loading Loading @@ -950,6 +950,8 @@ paths: content: application/json: schema: type: object additionalProperties: $ref: '#/components/schemas/OperatorSpecificDataContainer' headers: Cache-Control: Loading Loading @@ -2241,12 +2243,6 @@ paths: tags: - Subs To Notify (Document) parameters: - name: ueId in: path description: UE id required: true schema: $ref: 'TS29571_CommonData.yaml#/components/schemas/VarUeId' - name: subsId in: path required: true Loading Loading @@ -2583,23 +2579,25 @@ components: $ref: 'TS29503_Nudm_SDM.yaml#/components/schemas/SmsSubscriptionData' OperatorSpecificDataContainer: type: object required: - dataType - value properties: StringTypeElements: type: object additionalProperties: dataType: type: string IntegerTypeElements: type: object additionalProperties: type: integer NumberTypeElements: type: object additionalProperties: type: number BooleanTypeElements: type: object additionalProperties: type: boolean enum: - string - integer - number - boolean - object value: oneOf: - type: string - type: integer - type: number - type: boolean - type: object AuthMethod: anyOf: - type: string Loading Loading @@ -2676,7 +2674,6 @@ components: items: $ref: 'TS29571_CommonData.yaml#/components/schemas/Supi' minItems: 1 maxItems: 2 gpsiList: type: array items: Loading TS29509_Nausf_UEAuthentication.yaml +18 −6 Original line number Diff line number Diff line openapi: 3.0.0 info: version: 1.0.2 version: 1.0.3 title: AUSF API description: | AUSF UE Authentication Service. Loading Loading @@ -53,12 +53,24 @@ paths: application/problem+json: schema: $ref: 'TS29571_CommonData.yaml#/components/schemas/ProblemDetails' '404': description: User does not exist in the HPLMN content: application/problem+json: schema: $ref: 'TS29571_CommonData.yaml#/components/schemas/ProblemDetails' '500': description: Internal Server Error content: application/problem+json: schema: $ref: 'TS29571_CommonData.yaml#/components/schemas/ProblemDetails' '501': description: Received protection scheme is not supported by HPLMN content: application/problem+json: schema: $ref: 'TS29571_CommonData.yaml#/components/schemas/ProblemDetails' /ue-authentications/{authCtxId}/5g-aka-confirmation: put: parameters: Loading Loading @@ -266,5 +278,5 @@ components: - EAP_TLS - type: string externalDocs: description: 3GPP TS 29.509 V15.4.0; 5G System; 3GPP TS Authentication Server services. description: 3GPP TS 29.509 V15.5.0; 5G System; 3GPP TS Authentication Server services. url: http://www.3gpp.org/ftp/Specs/archive/29_series/29.509 No newline at end of file TS29510_Nnrf_AccessToken.yaml +22 −2 Original line number Diff line number Diff line openapi: 3.0.0 info: version: '1.0.2' version: '1.0.3' title: 'NRF OAuth2' description: | NRF OAuth2 Authorization. Loading Loading @@ -107,6 +107,16 @@ components: $ref: 'TS29571_CommonData.yaml#/components/schemas/PlmnId' targetPlmn: $ref: 'TS29571_CommonData.yaml#/components/schemas/PlmnId' targetSnssaiList: type: array items: $ref: 'TS29571_CommonData.yaml#/components/schemas/Snssai' minItems: 1 targetNsiList: type: array items: type: string minItems: 1 AccessTokenRsp: type: object required: Loading Loading @@ -154,6 +164,16 @@ components: $ref: 'TS29571_CommonData.yaml#/components/schemas/PlmnId' producerPlmnId: $ref: 'TS29571_CommonData.yaml#/components/schemas/PlmnId' producerSnssaiList: type: array items: $ref: 'TS29571_CommonData.yaml#/components/schemas/Snssai' minItems: 1 producerNsiList: type: array items: type: string minItems: 1 AccessTokenErr: type: object required: Loading @@ -173,5 +193,5 @@ components: error_uri: type: string externalDocs: description: 3GPP TS 29.510 V15.4.0; 5G System; Network Function Repository Services; Stage 3 description: 3GPP TS 29.510 V15.5.0; 5G System; Network Function Repository Services; Stage 3 url: 'http://www.3gpp.org/ftp/Specs/archive/29_series/29.510/' No newline at end of file Loading
TS29503_Nudm_SDM.yaml +5 −2 Original line number Diff line number Diff line openapi: 3.0.0 info: version: '2.0.1' version: '2.0.2' title: 'Nudm_SDM' description: | Nudm Subscriber Data Management Service. Loading @@ -9,7 +9,7 @@ info: All rights reserved. externalDocs: description: 3GPP TS 29.503 Unified Data Management Services, version 15.4.0 description: 3GPP TS 29.503 Unified Data Management Services, version 15.5.0 url: 'http://www.3gpp.org/ftp/Specs/archive/29_series/29.503/' servers: Loading Loading @@ -1316,6 +1316,9 @@ components: $ref: '#/components/schemas/LboRoamingAllowed' iwkEpsInd: $ref: '#/components/schemas/IwkEpsInd' dnnBarred: type: boolean Nssai: type: object Loading
TS29504_Nudr_DataRepository.yaml +2 −2 Original line number Diff line number Diff line openapi: 3.0.0 info: version: 2.0.1 version: 2.0.2 title: 'Nudr_DataRepository API OpenAPI file' description: Unified Data Repository Service. © 2019, 3GPP Organizational Partners (ARIB, ATIS, CCSA, ETSI, TSDSI, TTA, TTC). All rights reserved. externalDocs: description: 3GPP TS 29.504 V15.4.0; 5G System; Unified Data Repository Services; Stage 3 description: 3GPP TS 29.504 V15.5.0; 5G System; Unified Data Repository Services; Stage 3 url: 'http://www.3gpp.org/ftp/Specs/archive/29_series/29.504/' servers: - description: API root Loading
TS29505_Subscription_Data.yaml +22 −25 Original line number Diff line number Diff line Loading @@ -9,7 +9,7 @@ info: All rights reserved. externalDocs: description: 3GPP TS 29.505 V15.4.0; 5G System; Usage of the Unified Data Repository Service for subscription data; Stage 3 description: 3GPP TS 29.505 V15.5.0; 5G System; Usage of the Unified Data Repository Service for subscription data; Stage 3 url: 'http://www.3gpp.org/ftp/Specs/archive/29_series/29.505/' paths: Loading Loading @@ -950,6 +950,8 @@ paths: content: application/json: schema: type: object additionalProperties: $ref: '#/components/schemas/OperatorSpecificDataContainer' headers: Cache-Control: Loading Loading @@ -2241,12 +2243,6 @@ paths: tags: - Subs To Notify (Document) parameters: - name: ueId in: path description: UE id required: true schema: $ref: 'TS29571_CommonData.yaml#/components/schemas/VarUeId' - name: subsId in: path required: true Loading Loading @@ -2583,23 +2579,25 @@ components: $ref: 'TS29503_Nudm_SDM.yaml#/components/schemas/SmsSubscriptionData' OperatorSpecificDataContainer: type: object required: - dataType - value properties: StringTypeElements: type: object additionalProperties: dataType: type: string IntegerTypeElements: type: object additionalProperties: type: integer NumberTypeElements: type: object additionalProperties: type: number BooleanTypeElements: type: object additionalProperties: type: boolean enum: - string - integer - number - boolean - object value: oneOf: - type: string - type: integer - type: number - type: boolean - type: object AuthMethod: anyOf: - type: string Loading Loading @@ -2676,7 +2674,6 @@ components: items: $ref: 'TS29571_CommonData.yaml#/components/schemas/Supi' minItems: 1 maxItems: 2 gpsiList: type: array items: Loading
TS29509_Nausf_UEAuthentication.yaml +18 −6 Original line number Diff line number Diff line openapi: 3.0.0 info: version: 1.0.2 version: 1.0.3 title: AUSF API description: | AUSF UE Authentication Service. Loading Loading @@ -53,12 +53,24 @@ paths: application/problem+json: schema: $ref: 'TS29571_CommonData.yaml#/components/schemas/ProblemDetails' '404': description: User does not exist in the HPLMN content: application/problem+json: schema: $ref: 'TS29571_CommonData.yaml#/components/schemas/ProblemDetails' '500': description: Internal Server Error content: application/problem+json: schema: $ref: 'TS29571_CommonData.yaml#/components/schemas/ProblemDetails' '501': description: Received protection scheme is not supported by HPLMN content: application/problem+json: schema: $ref: 'TS29571_CommonData.yaml#/components/schemas/ProblemDetails' /ue-authentications/{authCtxId}/5g-aka-confirmation: put: parameters: Loading Loading @@ -266,5 +278,5 @@ components: - EAP_TLS - type: string externalDocs: description: 3GPP TS 29.509 V15.4.0; 5G System; 3GPP TS Authentication Server services. description: 3GPP TS 29.509 V15.5.0; 5G System; 3GPP TS Authentication Server services. url: http://www.3gpp.org/ftp/Specs/archive/29_series/29.509 No newline at end of file
TS29510_Nnrf_AccessToken.yaml +22 −2 Original line number Diff line number Diff line openapi: 3.0.0 info: version: '1.0.2' version: '1.0.3' title: 'NRF OAuth2' description: | NRF OAuth2 Authorization. Loading Loading @@ -107,6 +107,16 @@ components: $ref: 'TS29571_CommonData.yaml#/components/schemas/PlmnId' targetPlmn: $ref: 'TS29571_CommonData.yaml#/components/schemas/PlmnId' targetSnssaiList: type: array items: $ref: 'TS29571_CommonData.yaml#/components/schemas/Snssai' minItems: 1 targetNsiList: type: array items: type: string minItems: 1 AccessTokenRsp: type: object required: Loading Loading @@ -154,6 +164,16 @@ components: $ref: 'TS29571_CommonData.yaml#/components/schemas/PlmnId' producerPlmnId: $ref: 'TS29571_CommonData.yaml#/components/schemas/PlmnId' producerSnssaiList: type: array items: $ref: 'TS29571_CommonData.yaml#/components/schemas/Snssai' minItems: 1 producerNsiList: type: array items: type: string minItems: 1 AccessTokenErr: type: object required: Loading @@ -173,5 +193,5 @@ components: error_uri: type: string externalDocs: description: 3GPP TS 29.510 V15.4.0; 5G System; Network Function Repository Services; Stage 3 description: 3GPP TS 29.510 V15.5.0; 5G System; Network Function Repository Services; Stage 3 url: 'http://www.3gpp.org/ftp/Specs/archive/29_series/29.510/' No newline at end of file