fix odl patches
[ccsdk/distribution.git] / platform-logic / restapi-templates / src / main / json / ranSlice-configDB-updatenearRTRIC.json
index 7f1eb94..01402db 100644 (file)
@@ -1,20 +1,22 @@
 {
-  "gNBId": ${tmp.gNBId},
+   "gNBId": ${tmp.gNBId},
   "nearRTRICId": ${tmp.nearRTRICId},
   "pLMNInfoList": [
     {
       "pLMNId": ${tmp.payload.pLMNId},
-      "sNSSAI": {
-        "configData": {
-          "dLThptPerSlice": ${tmp.nearRTRIC.dLThptPerSlice},
-          "maxNumberOfConns": ${tmp.nearRTRIC.maxNumberOfConns},
-          "uLThptPerSlice": ${tmp.nearRTRIC.uLThptPerSlice}
-        },
+      "sNSSAI": [{
+        "configData": [
+          {
+            "dLThptPerSlice": ${tmp.nearRTRIC.dLThptPerSlice},
+            "maxNumberOfConns": ${tmp.nearRTRIC.maxNumberOfConns},
+            "uLThptPerSlice": ${tmp.nearRTRIC.uLThptPerSlice}
+          }],
         "globalSubscriberId": "",
         "sNSSAI": ${tmp.payload.sNSSAI},
         "status": "ACTIVE",
         "subscriptionServiceType": ""
       }
+]
     }
   ],
   "ranNFNSSIList": [