X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?p=sim%2Fo1-interface.git;a=blobdiff_plain;f=ntsimulator%2Fdeploy%2Fx-ran%2Fyang%2Fxran-usermgmt.yang;fp=ntsimulator%2Fyang%2Fx-ran%2Fxran-usermgmt.yang;h=2a0369ea43f70a8c3c54a6c00ff55edfbc4da4cf;hp=9de1d906d42d7f6b6e81218f50f06f46f5abf4c4;hb=f1d5c9198acde7a7ce296490087cad37e008f688;hpb=f2d8f1002fa93848c80a88e5658db4816cba3020 diff --git a/ntsimulator/yang/x-ran/xran-usermgmt.yang b/ntsimulator/deploy/x-ran/yang/xran-usermgmt.yang similarity index 96% rename from ntsimulator/yang/x-ran/xran-usermgmt.yang rename to ntsimulator/deploy/x-ran/yang/xran-usermgmt.yang index 9de1d90..2a0369e 100644 --- a/ntsimulator/yang/x-ran/xran-usermgmt.yang +++ b/ntsimulator/deploy/x-ran/yang/xran-usermgmt.yang @@ -91,9 +91,9 @@ module xran-usermgmt { uses extended-xran-groups; leaf enabled { type boolean; - must "count(../enabled='true') > 0" { - error-message "At least one account needs to be enabled."; - } + // must "count(../enabled='true') > 0" { + // error-message "At least one account needs to be enabled."; + // } description "Indicates whether an account is enabled or disabled."; }