import helm charts from sdran-helm-charts

- Fixed licensing issues

Change-Id: Ib4f726a6359e340884d329a801eb0b498d7bbb38
diff --git a/config-models/aether-1.x/files/aether-1.0.0.tree b/config-models/aether-1.x/files/aether-1.0.0.tree
new file mode 100644
index 0000000..7c24828
--- /dev/null
+++ b/config-models/aether-1.x/files/aether-1.0.0.tree
@@ -0,0 +1,54 @@
+module: access-profile
+  +--rw access-profile
+     +--rw access-profile* [id]
+        +--rw id             access-profile-id
+        +--rw type?          string
+        +--rw filter?        string
+        +--rw description?   string
+
+module: aether-subscriber
+  +--rw subscriber
+     +--rw ue* [ueid]
+        +--rw ueid             ueid
+        +--rw serving-plmn
+        |  +--rw mcc?   mcc
+        |  +--rw mnc?   mnc
+        |  +--rw tac?   tac
+        +--rw requested-apn?   string
+        +--rw priority?        uint32
+        +--rw enabled?         boolean
+        +--rw profiles
+           +--rw apn-profile?      -> /apn:apn-profile/apn-profile/id
+           +--rw up-profile?       -> /up:up-profile/up-profile/id
+           +--rw qos-profile?      -> /qos:qos-profile/qos-profile/id
+           +--rw access-profile* [access-profile]
+              +--rw access-profile    -> /ap:access-profile/access-profile/id
+              +--rw allowed?          boolean
+
+module: apn-profile
+  +--rw apn-profile
+     +--rw apn-profile* [id]
+        +--rw id               apn-profile-id
+        +--rw apn-name?        string
+        +--rw dns-primary?     inet:ip-address
+        +--rw dns-secondary?   inet:ip-address
+        +--rw mtu?             uint32
+        +--rw gx-enabled?      boolean
+        +--rw description?     string
+
+module: qos-profile
+  +--rw qos-profile
+     +--rw qos-profile* [id]
+        +--rw id             qos-profile-id
+        +--rw apn-ambr
+        |  +--rw uplink?     uint32
+        |  +--rw downlink?   uint32
+        +--rw description?   string
+
+module: up-profile
+  +--rw up-profile
+     +--rw up-profile* [id]
+        +--rw id                up-profile-id
+        +--rw user-plane?       string
+        +--rw access-control?   string
+        +--rw description?      string