X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=augments%2Fcommon-augments.yang;h=7beec8905ffba0a60109e6c56527b8dead902efc;hb=8f2e57b1daaf96934507058020fc53f16979c0d8;hp=c0bbb823eeea948d19339e9c4113581ab11d4847;hpb=b0673985c9a457a7d643c1c4b758c336cc68726c;p=osm%2FIM.git diff --git a/augments/common-augments.yang b/augments/common-augments.yang index c0bbb82..7beec89 100644 --- a/augments/common-augments.yang +++ b/augments/common-augments.yang @@ -512,4 +512,43 @@ module common-augments { type string; } } + + typedef scaling-trigger { + type enumeration { + enum pre-scale-in { + value 1; + } + enum post-scale-in { + value 2; + } + enum pre-scale-out { + value 3; + } + enum post-scale-out { + value 4; + } + } + } + + typedef scaling-policy-type { + type enumeration { + enum manual { + value 1; + } + enum automatic { + value 2; + } + } + } + + typedef scaling-criteria-operation { + type enumeration { + enum AND { + value 1; + } + enum OR { + value 2; + } + } + } } \ No newline at end of file