Commit 9e62a5ef authored by rosabolzek's avatar rosabolzek Committed by lengyelb
Browse files

correct linting errors

parent 55883cee
Loading
Loading
Loading
Loading
+4 −2
Original line number Diff line number Diff line
@@ -38,13 +38,15 @@ module _3gpp-5g-common-yang-types {
      description "Available endpoint IPv6 address(es) of
        the User Plane interface.";
      type inet:ipv6-address;
      must '../ipv4EndpointAddresses or ../ipv6EndpointAddresses or ../fqdn';    }
      must '../ipv4EndpointAddresses or ../ipv6EndpointAddresses or ../fqdn';    
      }

    leaf fqdn {
      description "This parameter defines FQDN of the Network Function 
        (See TS 23.003).";
      type inet:domain-name;
      must '../ipv4EndpointAddresses or ../ipv6EndpointAddresses or ../fqdn';    }  
      must '../ipv4EndpointAddresses or ../ipv6EndpointAddresses or ../fqdn';    
      }  
  }
  
  grouping SdRangeGrp {
+2 −2
Original line number Diff line number Diff line
@@ -55,7 +55,6 @@ module _3gpp-5gc-nrm-ausffunction {
      
    leaf nFSrvGroupId {
      type string;
      mandatory false;
      config false;
      yext3gpp:inVariant;
      yext3gpp:notNotifyable;
@@ -116,9 +115,10 @@ module _3gpp-5gc-nrm-ausffunction {
    
    list managedNFProfile {
      key idx;
      leaf idx { type uint32 ; }
      min-elements 1;
      max-elements 1;
      uses types3gpp:ManagedNFProfile;
      uses mnfp3gpp:ManagedNFProfileGrp;
    }
  
    list commModelList {
+1 −1

File changed.

Contains only whitespace changes.

+4 −4

File changed.

Contains only whitespace changes.

+1 −1

File changed.

Contains only whitespace changes.

+14 −14

File changed.

Contains only whitespace changes.

+3 −3

File changed.

Contains only whitespace changes.

+2 −2

File changed.

Contains only whitespace changes.

+2 −2

File changed.

Contains only whitespace changes.

+2 −2

File changed.

Contains only whitespace changes.

+9 −9

File changed.

Contains only whitespace changes.

+3 −3

File changed.

Contains only whitespace changes.

+1 −1

File changed.

Contains only whitespace changes.

+20 −20

File changed.

Contains only whitespace changes.

+2 −2

File changed.

Contains only whitespace changes.

Loading