Loading yang-models/_3gpp-nr-nrm-gnbcucpfunction.yang +12 −6 Original line number Diff line number Diff line Loading @@ -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; } Loading @@ -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; } Loading Loading
yang-models/_3gpp-nr-nrm-gnbcucpfunction.yang +12 −6 Original line number Diff line number Diff line Loading @@ -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; } Loading @@ -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; } Loading