Commit 627bf07f authored by lengyelb's avatar lengyelb
Browse files

Merge branch '28.623_Rel19_Remove_unneeded_fileLocation_attribute_YANG' into...

Merge branch '28.623_Rel19_Remove_unneeded_fileLocation_attribute_YANG' into 'Integration_Rel19_SA5_158_YANG'

TS28.623_Rel19_CR0474_Remove_uneeded_fileLocation_attribute

See merge request !1469
parents 9b64ae79 08ebb1c0
Loading
Loading
Loading
Loading
Loading
+16 −4
Original line number Diff line number Diff line
@@ -8,6 +8,7 @@ module _3gpp-common-filemanagement {
  import _3gpp-common-yang-types { prefix types3gpp; }
  import _3gpp-common-yang-extensions { prefix yext3gpp; }
  import _3gpp-common-managed-element { prefix me3gpp; }
  import ietf-inet-types { prefix inet; }
   
  organization "3GPP SA5";
  contact "https://www.3gpp.org/DynaReport/TSG-WG--S5--officials.htm?Itemid=464";
@@ -17,6 +18,7 @@ module _3gpp-common-filemanagement {
    TTA, TTC). All rights reserved.";
  reference "3GPP TS 28.623 Generic Network Resource Model (NRM)";

  revision 2024-11-07 { reference CR-0474 ; }
  revision 2023-09-18 { reference CR-0271 ; } 
  revision 2023-02-14 { reference CR-0234; }
  revision 2022-10-24 { reference CR-0196;  }
@@ -52,12 +54,22 @@ module _3gpp-common-filemanagement {
    uses top3gpp:Top_Grp;
    
    leaf fileLocation {
      description "Provides the location of a file.
        allowedValues:  File URI (See RFC 8089)";
      mandatory true;
      type string;
      type inet:uri;
      yext3gpp:notNotifyable;
      yext3gpp:inVariant;
      description "Location of the file incl. the file transfer protocol, 
        and the file name for the case the file content cannot be retrieved 
        by reading the 'fileContent' attribute.
        
        The allowed file transfer protocols are:
        - sftp
        - ftpes
        - https
        
        Examples:
        'sftp://companyA.com/datastore/fileName.xml',
        'https://companyA.com/ManagedElement=1/Files=1/File=1'
        ";
    }
    
    leaf notificationRecipientAddress {