Commit a4de3e96 authored by rosabolzek's avatar rosabolzek Committed by lengyelb
Browse files

make VnfParameter. autoScalable attribute nulable in order to align with CR S5-251976

parent cec0dcd0
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -25,6 +25,7 @@ module _3gpp-common-managed-function {
    3GPP TS 28.620 
    Umbrella Information Model (UIM)";

  revision 2025-07-25 { reference "CR-"; } 
  revision 2025-04-19 { reference "CR-0541"; } 
  revision 2024-11-19 { reference "Add STM"; } 
  revision 2024-02-24 { reference CR-0346; } 
@@ -201,7 +202,6 @@ module _3gpp-common-managed-function {

    leaf autoScalable {
      type boolean ;
      mandatory true;
      description "Indicator of whether the auto-scaling of this 
        VNF instance is enabled or disabled.";
    }