From fc83274e18ba174510f18861dfef154767b98cd9 Mon Sep 17 00:00:00 2001 From: Robert Varga Date: Tue, 9 Jun 2020 16:02:55 +0200 Subject: [PATCH] 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 --- algo/algo-api/src/main/yang/path-computation.yang | 4 ---- 1 file changed, 4 deletions(-) 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; } } -- 2.36.6