Commit ed40c793 authored by cintiarosa's avatar cintiarosa
Browse files

correct lint errors in nfservice and -managed-nfprofile

parent 25b61baf
Loading
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
@@ -192,9 +192,12 @@ revision 2025-07-25 { reference CR-1558 ; }
            uses ConditionItemGrp;
        }

        container conditionGroup {
        list conditionGroup {
            description "It represents a group of conditions
              that shall be evaluated.";
            key idx;
            leaf idx { type uint32; }
            max-elements 1;
            // Note: ConditionGroupGrp references SelectionConditionsGrp
            // creating a circular dependency. Inlined one level to avoid it.
            choice LogicalOperator {
+2 −1
Original line number Diff line number Diff line
@@ -25,7 +25,8 @@ module _3gpp-5gc-nrm-nfservice {
  revision 2019-06-17 { reference "initial revision"; }
  
  grouping NFServiceGrp {
    description "This data type represents the NF Service defined in TS 29.510 [23].";
    description "This data type represents the NF Service
     defined in TS 29.510 [23].";
    leaf serviceInstanceID {
      description 
        "Unique ID of the service instance within a given NF Instance.";