Commit fc17320b authored by sunse's avatar sunse
Browse files

Merge branch...

Merge branch '28.541_Rel17_CR0555_Remove_isINEF_attribute_from_NEFFunction_IOC' into 'Integration_Rel17_SA5_138_YAML'

28.541 rel17 CR0555 remove is inef attribute from nef function ioc

See merge request sa5/MnS!181
parents 13cfcddb a8e1726f
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -1082,8 +1082,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;
    }