RanSlice DG, Templates - Integration Testing Fixes
[ccsdk/distribution.git] / platform-logic / restapi-templates / src / main / json / ranSlice-configDB-updategNBDU.json
index 4bfe52f..cfce569 100644 (file)
@@ -5,17 +5,18 @@
       "pLMNInfoList": [
         {
           "pLMNId": ${tmp.pLMNId},
-          "sNSSAI": {
-            "configData": {
+          "sNSSAI":[ {
+            "configData": [{
               "dLThptPerSlice": ${tmp.dLThptPerSlice},
               "maxNumberOfConns": ${tmp.maxNumberOfConns},
               "uLThptPerSlice": ${tmp.uLThptPerSlice}
-            },
+            }],
             "globalSubscriberId": "",
             "sNSSAI": ${tmp.payload.sNSSAI},
             "status": "ACTIVE",
             "subscriptionServiceType": ""
           }
+         ]
         }
       ],
       "resourceType": "PRB"
@@ -27,4 +28,4 @@
   "gNBIdLength": ${tmp.gNBIdLength},
   "nearRTRICId": ${tmp.nearRTRICId},
   "pLMNId": ${tmp.pLMNId}
-}
+}
\ No newline at end of file