Commit 3f77d21f authored by Jose Antonio Ordoñez Lucena's avatar Jose Antonio Ordoñez Lucena
Browse files

Update _3gpp-nr-nrm-gnbcucpfunction.yang

parent 010156a1
Loading
Loading
Loading
Loading
Loading
+12 −6
Original line number Diff line number Diff line
@@ -95,33 +95,38 @@ module _3gpp-nr-nrm-gnbcucpfunction {
      uses types3gpp:PLMNId;
    } 

    leaf-list x2BlockList {
    list x2BlockList {
      description "List of nodes to which X2 connections are prohibited.";
      key idx;
      leaf idx {type uint32;}
      uses GeNBIdGrp;
    }

    leaf-list x2AllowList {
    list x2AllowList {
      description "List of nodes to which X2 connections are enforced.";
      key idx;
      leaf idx {type uint32;}
      uses GeNBIdGrp;
    }

    leaf-list xnBlockList {
    list xnBlockList {
      description "List of nodes to which Xn connections are prohibited.";
      key idx;
      leaf idx {type uint32;}
      uses GgNBIdGrp;
    }

    leaf-list xnAllowList {
    list xnAllowList {
      description "List of nodes to which X2 connections are enforced.";
      key idx;
      leaf idx {type uint32;}
      uses GgNBIdGrp;
    }

    leaf-list xnHOBlockList {
    list xnHOBlockList {
      description "List of nodes to which handovers over  Xn are prohibited.";
      key idx;
      leaf idx {type uint32;}
      uses GgNBIdGrp;
    }

@@ -131,9 +136,10 @@ module _3gpp-nr-nrm-gnbcucpfunction {
        supports (is associated to).";
    }

    leaf-list x2HOBlockList {
    list x2HOBlockList {
      description "List of nodes to which handovers over X2 are prohibited.";
      key idx;
      leaf idx {type uint32;}
      uses GeNBIdGrp;
    }