From: Robert Varga Date: Tue, 9 Jun 2020 14:02:55 +0000 (+0200) Subject: Remove superfluous units specification X-Git-Tag: release/aluminium~53 X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=commitdiff_plain;h=fc83274e18ba174510f18861dfef154767b98cd9;p=bgpcep.git Remove superfluous units specification Units are defined in the base type, there is no need to define them in the leaf. JIRA: BGPCEP-907 Change-Id: I285db487de6807ccfe380914b88137f360d71e75 Signed-off-by: Robert Varga --- diff --git a/algo/algo-api/src/main/yang/path-computation.yang b/algo/algo-api/src/main/yang/path-computation.yang index 259a46158e..b8eb473ef0 100644 --- a/algo/algo-api/src/main/yang/path-computation.yang +++ b/algo/algo-api/src/main/yang/path-computation.yang @@ -87,17 +87,14 @@ module path-computation { } leaf delay { description "Maximum end to end delay"; - units "micro-seconds"; type gr:delay; } leaf jitter { description "Maximum delay variation for selected edges"; - units "micro-seconds"; type gr:delay; } leaf loss { description "Maximum loss for selected edges"; - units "0.000003%"; type gr:loss; } leaf admin-group { @@ -130,7 +127,6 @@ module path-computation { } leaf bandwidth { description "Requested bandwidth for the computed path"; - units "bytes/second"; type gr:decimal-bandwidth; } }