Commit e52ae511 authored by elmdahlp's avatar elmdahlp Committed by sunse
Browse files

This commit reflects S5-216051

parent 0e240889
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -801,6 +801,8 @@ components:
                      $ref: 'genericNrm.yaml#/components/schemas/Dn'
                    dynamic5QISetRef:
                      $ref: 'genericNrm.yaml#/components/schemas/Dn'
                    dCHOControl:
                      type: boolean
        - $ref: 'genericNrm.yaml#/components/schemas/ManagedFunction-ncO'
        - type: object
          properties:
+5 −2
Original line number Diff line number Diff line
@@ -103,6 +103,7 @@ module _3gpp-nr-nrm-gnbcucpfunction {
      type string;
      description "List of nodes to which handovers over  Xn are prohibited.";
    }

    leaf configurable5QISetRef {
      type types3gpp:DistinguishedName;
      description "DN of the Configurable5QISet that the GNBCUCPFunction supports (is associated to).";
@@ -112,6 +113,7 @@ module _3gpp-nr-nrm-gnbcucpfunction {
      type string;
      description "List of nodes to which handovers over X2 are prohibited.";
    }

    leaf dynamic5QISetRef {
      type types3gpp:DistinguishedName;
      description "DN of the Dynamic5QISet that the GNBCUCPFunction supports (is associated to).";
@@ -127,6 +129,7 @@ module _3gpp-nr-nrm-gnbcucpfunction {
      description "This attribute determines whether the DAPS handover function
                   is enabled or disabled.";
    }

  }

  augment "/me3gpp:ManagedElement" {