RanSlice DG, Templates - Integration Testing Fixes
[ccsdk/distribution.git] / platform-logic / restapi-templates / src / main / json / ranSlice-configDB-updategNBCUCP.json
index 10ab5a3..e54bc95 100644 (file)
@@ -5,17 +5,17 @@
       "pLMNInfoList": [
         {
           "pLMNId": ${tmp.payload.pLMNId},
-          "sNSSAI": {
-            "configData": {
+          "sNSSAI": [{
+            "configData":[ {
               "dLThptPerSlice": ${tmp.dLThptPerSlice},
               "maxNumberOfConns": ${tmp.maxNumberOfConns},
               "uLThptPerSlice": ${tmp.uLThptPerSlice}
-            },
+            }],
             "globalSubscriberId": "",
             "sNSSAI": ${tmp.payload.sNSSAI},
             "status": "ACTIVE",
             "subscriptionServiceType": ""
-          }
+          }]
         }
       ],
       "resourceType": "RRC Connected Users"
@@ -27,4 +27,4 @@
   "nFType": ${tmp.gNBCUCPList.nFType},
   "nearRTRICId": ${tmp.nearRTRICId},
   "pLMNId": ${tmp.payload.pLMNId}
-}
+}
\ No newline at end of file