Commit 8d6a5110 authored by rosabolzek's avatar rosabolzek Committed by lengyelb
Browse files

correct liting errors

parent 7ab3800d
Loading
Loading
Loading
Loading
+24 −15
Original line number Diff line number Diff line
module _3gpp-5gc-nrm-managed-nfprofile {
  yang-version 1.1;
  
  namespace urn:3gpp-5gc-nrm-managed-nfprofile;
  namespace urn:_3gpp-5gc-nrm-managed-nfprofile;
  prefix mnfp3gpp;
  
  import _3gpp-common-yang-types { prefix types3gpp; }
@@ -185,20 +185,27 @@ TTA, TTC). All rights reserved.";
        shall be evaluated to determine whether a discovered NF (Service)
        Instanceshall be selected. (See clause 6.1.6.2.125 TS 29.510 [23]).";
        
        choice LogicalOperator{
          case and {
            container and {
            description "It represents a list of conditions where the overall 
            evaluation is true only if all the conditions in the list are 
            evaluated as true.";
              description "It represents a list of conditions where the 
              overall evaluation is true only if all the conditions 
              in the list are evaluated as true.";
              uses SelectionConditionsGrp;
            }

          }
          case or{
            container or {
            description "It represents a list of conditions where the overall 
            evaluation is true if at least one of the conditions in the list
            is evaluated as true";
              description "It represents a list of conditions where the
               overall evaluation is true if at least one of the conditions
               in the list evaluated as true";
               uses SelectionConditionsGrp;
               }
            }
        }      

    }
    
    grouping SelectionConditionsGrp {
        description "This data type represents the list of conditions that 
@@ -214,6 +221,7 @@ TTA, TTC). All rights reserved.";
            }
            uses ConditionItemGrp;
        }
        
    // circular dependency for grouping "ConditionGroupGrp" introduced in 
    //stage 2    
    //    container conditionGroup{
@@ -221,6 +229,7 @@ TTA, TTC). All rights reserved.";
    //        that shall be evaluated";
    //        uses ConditionGroupGrp;
    //        }

    }
    
    grouping IdentityRange {