Commit fa10ef18 authored by ruiyue's avatar ruiyue
Browse files

Merge branch 'TS_28.538_Rel19_Correction_of_RegistrationInfo' into 'Integration_Rel19_SA5_156_YAML'

28.538_Rel19_CR0081_Correct_RegistrationInfo_and_add_stage_3

See merge request !1219
parents e0f3443b f955ccab
Loading
Loading
Loading
Loading
Loading
+16 −1
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,8 @@ 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: