SME integration for MME 21/14021/1
authorSwaraj Kumar <swaraj.kumar@samsung.com>
Mon, 6 Jan 2025 12:37:08 +0000 (18:07 +0530)
committerSwaraj Kumar <swaraj.kumar@samsung.com>
Mon, 6 Jan 2025 12:37:08 +0000 (18:07 +0530)
Change-Id: I2714afa3dc359b80e8341f482de7aa496ff7ae16
Signed-off-by: Swaraj Kumar <swaraj.kumar@samsung.com>
demos/SME integration/config-nonrtric-mme.yaml [new file with mode: 0644]

diff --git a/demos/SME integration/config-nonrtric-mme.yaml b/demos/SME integration/config-nonrtric-mme.yaml
new file mode 100644 (file)
index 0000000..3e6a7d2
--- /dev/null
@@ -0,0 +1,23 @@
+AIMLTrainingservice:
+  AefProfiles:
+  - interfaceDescriptions:
+    - ipv4Addr: <IP ADDRESS FOR Training Manager>
+      port: 32006
+      securityMethods:
+      - PSK
+    Versions:
+      - ApiVersion: ""
+        Resources:
+        - CommType: REQUEST_RESPONSE
+          Operations:
+          - POST
+          ResourceName: "RegisterModel"
+          Uri: "ai-ml-model-registration/v1/model-registrations/"
+        - CommType: REQUEST_RESPONSE
+          Operations:
+          - DELETE
+          ResourceName: "DeleteModel"
+          Uri: "ai-ml-model-registration/v1/model-registrations/{model_id}"    
+  ApiName: AIMLT-MME-requests
+
+