Loading yang-models/_3gpp-common-filemanagement.yang +17 −5 Original line number Diff line number Diff line Loading @@ -17,6 +17,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-XXXX ; } revision 2023-12-17 { reference CR-0327 ; } revision 2023-09-17 { reference CR-0270 ; } revision 2022-10-31 { reference CR-0195; } Loading Loading @@ -52,12 +53,23 @@ module _3gpp-common-filemanagement { uses top3gpp:Top_Grp; leaf fileLocation { description "Provides the location of a file. allowedValues: File URI (See RFC 8089)"; type inet:uri ; mandatory true; type string; 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 { Loading Loading
yang-models/_3gpp-common-filemanagement.yang +17 −5 Original line number Diff line number Diff line Loading @@ -17,6 +17,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-XXXX ; } revision 2023-12-17 { reference CR-0327 ; } revision 2023-09-17 { reference CR-0270 ; } revision 2022-10-31 { reference CR-0195; } Loading Loading @@ -52,12 +53,23 @@ module _3gpp-common-filemanagement { uses top3gpp:Top_Grp; leaf fileLocation { description "Provides the location of a file. allowedValues: File URI (See RFC 8089)"; type inet:uri ; mandatory true; type string; 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 { Loading