Commit 5f498829 authored by sunse's avatar sunse
Browse files

Merge branch...

Merge branch '28.541_Rel16_CR0552_Remove_isINEF_attribute_from_NEFFunction_IOC' into 'Integration_Rel16_SA5_138_YAML'

28.541 rel16 cr0552 remove is inef attribute from nef function ioc OpenAPI/5gcNrm.yaml

See merge request sa5/MnS!179
parents 90c23bea d7c26425
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -1051,8 +1051,6 @@ components:
                      $ref: '#/components/schemas/ManagedNFProfile'
                    capabilityList:
                      $ref: '#/components/schemas/CapabilityList'
                    isINEF:
                      type: boolean
                    isCAPIFSup:
                      type: boolean
        - $ref: 'genericNrm.yaml#/components/schemas/ManagedFunction-ncO'
+0 −4
Original line number Diff line number Diff line
@@ -44,10 +44,6 @@ module _3gpp-5gc-nrm-neffunction {
      type string;
    }
    
    leaf isINEF {
      type boolean;
    }
    
    leaf isCAPIFSup {
      type boolean;
    }