Commit 99ad8e61 authored by ruiyue's avatar ruiyue
Browse files

Merge branch 'TS_28.538_Rel18_RegistrationInfo' into 'Integration_Rel18_SA5_156_YAML'

28.538_Rel18_CR0080_Correct_RegistrationInfo_and_add_stage_3

See merge request !1218
parents 1c0371b5 953f2879
Loading
Loading
Loading
Loading
Loading
+16 −0
Original line number Diff line number Diff line
@@ -88,6 +88,17 @@ components:
          type: string
        swImageRef:
          type: string
    RegistrationInfo:
      type: object
      properties:
        registrationExpiry:
          type: string
          readOnly: true
        registrationID:
          type: string
          readOnly: true
        secCredential:
          type: string
    Duration:
      type: object
      properties:
@@ -205,6 +216,8 @@ components:
                      type: array
                      items:
                        type: string
                    registrationInfo:
                      $ref: '#/components/schemas/RegistrationInfo'  
                    eASRequirementsRef:
                      $ref: 'TS28623_ComDefs.yaml#/components/schemas/Dn'
                    eASAddress:
@@ -271,6 +284,9 @@ components:
                      type: boolean
                    eASFunctionRef:
                      $ref: 'TS28623_ComDefs.yaml#/components/schemas/DnList'  
                    registrationInfo:
                      $ref: '#/components/schemas/RegistrationInfo'  

        - $ref: 'TS28623_GenericNrm.yaml#/components/schemas/ManagedFunction-ncO'

    ECSFunction-Single: