fix odl patches
[ccsdk/distribution.git] / platform-logic / ran-slice-api / src / main / json / ran-slice-api_instantiateRANSliceAllocate.json
diff --git a/platform-logic/ran-slice-api/src/main/json/ran-slice-api_instantiateRANSliceAllocate.json b/platform-logic/ran-slice-api/src/main/json/ran-slice-api_instantiateRANSliceAllocate.json
deleted file mode 100644 (file)
index 2073e5a..0000000
+++ /dev/null
@@ -1,6459 +0,0 @@
-[
-    {
-        "id": "9f2c8848.941158",
-        "type": "method",
-        "name": "method",
-        "xml": "<method rpc='instantiateRANSliceAllocate' mode='sync'>\n",
-        "comments": "",
-        "outputs": 1,
-        "x": 523.0555419921875,
-        "y": 225.00002098083496,
-        "z": "a2c243d0.ad36e",
-        "wires": [
-            [
-                "f1a8bdb1.4abd9"
-            ]
-        ]
-    },
-    {
-        "id": "378a3415.92387c",
-        "type": "dgstart",
-        "name": "DGSTART",
-        "outputs": 1,
-        "x": 147.05553817749023,
-        "y": 129.99999332427979,
-        "z": "a2c243d0.ad36e",
-        "wires": [
-            [
-                "738151b6.dbf21"
-            ]
-        ]
-    },
-    {
-        "id": "738151b6.dbf21",
-        "type": "service-logic",
-        "name": "ran-slice-api ${project.version}",
-        "module": "ran-slice-api",
-        "version": "${project.version}",
-        "comments": "",
-        "xml": "<service-logic xmlns='http://www.onap.org/sdnc/svclogic' xmlns:xsi='http://www.w3.org/2001/XMLSchema-instance' xsi:schemaLocation='http://www.onap.org/sdnc/svclogic ./svclogic.xsd' module='ran-slice-api' version='${project.version}'>",
-        "outputs": 1,
-        "x": 280.0555114746094,
-        "y": 227.00007438659668,
-        "z": "a2c243d0.ad36e",
-        "wires": [
-            [
-                "9f2c8848.941158"
-            ]
-        ]
-    },
-    {
-        "id": "8e31db94.e70678",
-        "type": "returnSuccess",
-        "name": "return success",
-        "xml": "<return status='success'>\n<parameter name=\"ack-final\" value=\"N\" />\n<parameter name=\"error-code\" value=\"200\" />\n<parameter name=\"error-message\" value=\"SUCCESSFUL Execution\" />",
-        "comments": "",
-        "x": 324.4898452758789,
-        "y": 2784.5286865234375,
-        "z": "a2c243d0.ad36e",
-        "wires": []
-    },
-    {
-        "id": "dc521c43.e97f1",
-        "type": "comment",
-        "name": "instantiateRANSliceAllocate",
-        "info": "",
-        "comments": "",
-        "x": 492.0555419921875,
-        "y": 167.0103931427002,
-        "z": "a2c243d0.ad36e",
-        "wires": []
-    },
-    {
-        "id": "8e4a2db8.c53ca",
-        "type": "block",
-        "name": "Get NRT RIC Details",
-        "xml": "<block atomic='true'>",
-        "atomic": "true",
-        "comments": "",
-        "outputs": 1,
-        "x": 1650.4999542236328,
-        "y": 340.3541946411133,
-        "z": "a2c243d0.ad36e",
-        "wires": [
-            [
-                "9b0b0392.8b2b8",
-                "e94237f8.1ce468",
-                "20705ea5.523742"
-            ]
-        ]
-    },
-    {
-        "id": "9b0b0392.8b2b8",
-        "type": "execute",
-        "name": "generate getNearRTRICsFromTrackingArea URL",
-        "xml": "<execute plugin='org.onap.ccsdk.sli.core.slipluginutils.SliStringUtils' method='replace' >\n    <parameter name=\"source\" value=\"`$prop.restapi.configdb.getNearRTRICsFromTrackingArea`\"/>\n    <parameter name=\"outputPath\" value=\"tmp.configdb.getNearRTRICsFromTrackingArea.url\"/>\n    <parameter name=\"target\" value=\"{trackingArea}\"/>\n    <parameter name=\"replacement\" value=\"`$tmp.payload.trackingArea`\"/>",
-        "comments": "",
-        "outputs": 1,
-        "x": 2137.0555419921875,
-        "y": 211.9097194671631,
-        "z": "a2c243d0.ad36e",
-        "wires": [
-            []
-        ]
-    },
-    {
-        "id": "e94237f8.1ce468",
-        "type": "record",
-        "name": "record configdb RestAPI parms",
-        "xml": "<record plugin=\"org.onap.ccsdk.sli.core.sli.recording.FileRecorder\">\n<parameter name=\"file\" value=\"/opt/opendaylight/current/data/log/instantiateRANSlice.log\" />\n<parameter name=\"level\" value=\"info\" />\n<parameter name=\"field1\" value=\"URL for configDB Get NearRTRIC for tracking area\"/>\n<parameter name='field2' value=\"`$prop.configdb.url + $tmp.configdb.getNearRTRICsFromTrackingArea.url`\" />\n<parameter name='field3' value=\"`$tmp.payload.trackingArea`\" />",
-        "comments": "",
-        "outputs": 1,
-        "x": 2134.0556678771973,
-        "y": 276.9096899032593,
-        "z": "a2c243d0.ad36e",
-        "wires": [
-            []
-        ]
-    },
-    {
-        "id": "20705ea5.523742",
-        "type": "execute",
-        "name": "Get nearRTRIC for TrackingArea",
-        "xml": "<execute plugin='org.onap.ccsdk.sli.plugins.restapicall.RestapiCallNode' method='sendRequest' >\n<parameter name=\"restapiUrl\" value=\"`$prop.configdb.url + $tmp.configdb.getNearRTRICsFromTrackingArea.url`\"/>\n<parameter name=\"httpMethod\" value=\"GET\"/>\n<parameter name=\"responsePrefix\" value=\"getRIC-configdb-response\"/>\n<parameter name='contentType' value='application/json' /> \n<parameter name='format' value='json' />\n<parameter name='accept' value='application/json' />\n<parameter name=\"convertResponse\" value=\"true\"/>",
-        "comments": "",
-        "outputs": 1,
-        "x": 2108.6114501953125,
-        "y": 314.9097480773926,
-        "z": "a2c243d0.ad36e",
-        "wires": [
-            [
-                "2a5ff5c7.b1901a",
-                "791ce4e6.ed784c"
-            ]
-        ]
-    },
-    {
-        "id": "2a5ff5c7.b1901a",
-        "type": "failure",
-        "name": "failure",
-        "xml": "<outcome value='failure'>\n",
-        "comments": "",
-        "outputs": 1,
-        "x": 2334.055606842041,
-        "y": 296.9097204208374,
-        "z": "a2c243d0.ad36e",
-        "wires": [
-            [
-                "f7497148.1d4a3"
-            ]
-        ]
-    },
-    {
-        "id": "791ce4e6.ed784c",
-        "type": "success",
-        "name": "success",
-        "xml": "<outcome value='success'>\n",
-        "comments": "",
-        "outputs": 1,
-        "x": 2331.0555458068848,
-        "y": 395.9096088409424,
-        "z": "a2c243d0.ad36e",
-        "wires": [
-            [
-                "482e118d.af585"
-            ]
-        ]
-    },
-    {
-        "id": "f7497148.1d4a3",
-        "type": "block",
-        "name": "block",
-        "xml": "<block>",
-        "atomic": "false",
-        "comments": "",
-        "outputs": 1,
-        "x": 2539.055648803711,
-        "y": 245.909761428833,
-        "z": "a2c243d0.ad36e",
-        "wires": [
-            [
-                "ca91aeec.22916",
-                "9147804f.28151",
-                "43e9fff0.abfbe"
-            ]
-        ]
-    },
-    {
-        "id": "482e118d.af585",
-        "type": "block",
-        "name": "block",
-        "xml": "<block>\n",
-        "atomic": "false",
-        "comments": "",
-        "outputs": 1,
-        "x": 2480.0553913116455,
-        "y": 388.909743309021,
-        "z": "a2c243d0.ad36e",
-        "wires": [
-            [
-                "7c8adbfc.edc104",
-                "8d754ac1.e35a18"
-            ]
-        ]
-    },
-    {
-        "id": "ca91aeec.22916",
-        "type": "returnFailure",
-        "name": "return failure",
-        "xml": "<return status='failure'>\n<parameter name='ack-final' value='Y'/>\n<parameter name='error-code' value='500'/>\n<parameter name='error-message' value='Error Getting Info from ConfigDB. Aborting RPC executiopn'/>",
-        "comments": "",
-        "x": 2554.0552825927734,
-        "y": 331.90972661972046,
-        "z": "a2c243d0.ad36e",
-        "wires": []
-    },
-    {
-        "id": "7c8adbfc.edc104",
-        "type": "record",
-        "name": "record",
-        "xml": "<record plugin=\"org.onap.ccsdk.sli.core.sli.recording.FileRecorder\">\n<parameter name=\"file\" value=\"/opt/opendaylight/current/data/log/instantiateRANSlice.log\" />\n<parameter name=\"level\" value=\"info\" />\n<parameter name=\"field1\" value=\"Successfully Obtained NearRT RIC info from ConfigDB\"/>\n<parameter name=\"field2\" value=\"`$getRIC-configdb-response._length`\"/>\n<parameter name=\"field3\" value=\"`$getRIC-configdb-response.[0].gNBCUCPList_length`\"/>\n<parameter name=\"field4\" value=\"`$getRIC-configdb-response.[0].gNBCUUPList_length`\"/>\n<parameter name=\"field5\" value=\"`$getRIC-configdb-response.[0].gNBDUList_length`\"/>",
-        "comments": "",
-        "outputs": 1,
-        "x": 2610.055206298828,
-        "y": 388.9097270965576,
-        "z": "a2c243d0.ad36e",
-        "wires": [
-            []
-        ]
-    },
-    {
-        "id": "9147804f.28151",
-        "type": "set",
-        "name": "set",
-        "xml": "<set>\n<parameter name='error-code' value='500'/>\n<parameter name='error-message' value='Error Getting Info from ConfigDB. Aborting RPC executiopn'/>",
-        "comments": "",
-        "x": 2653.055347442627,
-        "y": 171.02080154418945,
-        "z": "a2c243d0.ad36e",
-        "wires": []
-    },
-    {
-        "id": "8d754ac1.e35a18",
-        "type": "execute",
-        "name": "printContext",
-        "xml": "<execute plugin='org.onap.ccsdk.sli.core.slipluginutils.SliPluginUtils' method='printContext' >\n<parameter name='filename' value='/opt/opendaylight/current/data/log/ranSlice-instantiateRANSlice-configrsp-context.log' />\n\n\n",
-        "comments": "",
-        "outputs": 1,
-        "x": 2597.8334312438965,
-        "y": 442.90974044799805,
-        "z": "a2c243d0.ad36e",
-        "wires": [
-            []
-        ]
-    },
-    {
-        "id": "a97a496a.e7a168",
-        "type": "for",
-        "name": "For ConfigDB Entries",
-        "xml": "<for index='id1' start='0' end=\"`$getRIC-configdb-response._length`\" >",
-        "comments": "",
-        "outputs": 1,
-        "x": 1289.0556297302246,
-        "y": 2086.0106353759766,
-        "z": "a2c243d0.ad36e",
-        "wires": [
-            [
-                "804cd349.0738c",
-                "f69f8374.0a2af",
-                "f51ea9d3.27a0c8",
-                "48f4b45b.ca20dc",
-                "14cb63b.82fd69c",
-                "1f9c65b6.02cd8a",
-                "5246f2ec.b0b8ec",
-                "2997ccc9.716304"
-            ]
-        ]
-    },
-    {
-        "id": "804cd349.0738c",
-        "type": "record",
-        "name": "record",
-        "xml": "<record plugin=\"org.onap.ccsdk.sli.core.sli.recording.FileRecorder\">\n<parameter name=\"file\" value=\"/opt/opendaylight/current/data/log/instantiateRANSlice.log\" />\n<parameter name=\"level\" value=\"info\" />\n<parameter name=\"field1\" value=\"Config Payload Entry# \"/>\n<parameter name=\"field2\" value=\"`$id1`\"/>\n<parameter name=\"field3\" value=\"`$tmp.nearRTRICId`\"/>\n<parameter name=\"field4\" value=\"`$tmp.gNBId`\"/>\n<parameter name=\"field5\" value=\"`$tmp.ranNFNSSIListEntry`\"/>\n\n",
-        "comments": "",
-        "outputs": 1,
-        "x": 1663.055763244629,
-        "y": 876.0106010437012,
-        "z": "a2c243d0.ad36e",
-        "wires": [
-            []
-        ]
-    },
-    {
-        "id": "f1a8bdb1.4abd9",
-        "type": "block",
-        "name": "block : atomic",
-        "xml": "<block atomic='true'>",
-        "atomic": "true",
-        "comments": "",
-        "outputs": 1,
-        "x": 158.05551147460938,
-        "y": 347.01039695739746,
-        "z": "a2c243d0.ad36e",
-        "wires": [
-            [
-                "add03b35.2459c8",
-                "3f7470f5.37976",
-                "e89fecb2.b5374",
-                "eedce730.f46188",
-                "8e31db94.e70678"
-            ]
-        ]
-    },
-    {
-        "id": "bd377d99.e91fd",
-        "type": "block",
-        "name": "Instantiate RAN Slice",
-        "xml": "<block atomic='true'>",
-        "atomic": "true",
-        "comments": "",
-        "outputs": 1,
-        "x": 1075.9444122314453,
-        "y": 540.2326898574829,
-        "z": "a2c243d0.ad36e",
-        "wires": [
-            [
-                "a97a496a.e7a168",
-                "afcd8575.ce5a88",
-                "946e6c1f.7bb9d",
-                "adc8ef28.065cf"
-            ]
-        ]
-    },
-    {
-        "id": "f69f8374.0a2af",
-        "type": "block",
-        "name": "DU",
-        "xml": "<block atomic='true'>",
-        "atomic": "true",
-        "comments": "",
-        "outputs": 1,
-        "x": 1865.0555725097656,
-        "y": 5829.010590791702,
-        "z": "a2c243d0.ad36e",
-        "wires": [
-            [
-                "3a8d0109.3fbb5e",
-                "266ef43f.df385c",
-                "62633efd.9f282",
-                "906b2b3e.9bfdc8"
-            ]
-        ]
-    },
-    {
-        "id": "3a7d24e4.71829c",
-        "type": "block",
-        "name": "Add RRM Policy Ratio",
-        "xml": "<block atomic='true'>",
-        "atomic": "true",
-        "comments": "",
-        "outputs": 1,
-        "x": 3528.0559616088867,
-        "y": 7138.010457992554,
-        "z": "a2c243d0.ad36e",
-        "wires": [
-            [
-                "6bfb6307.61516c",
-                "6346c86c.4248e8",
-                "f4770749.1fca58",
-                "fbdb62d9.d9f15",
-                "652fe306.4ff5ec",
-                "48164215.075dfc",
-                "5ac0fba4.e05764"
-            ]
-        ]
-    },
-    {
-        "id": "119285bb.cef61a",
-        "type": "switchNode",
-        "name": "ransim mounted",
-        "xml": "<switch test='`$prop.ransim-mounted`'>\n",
-        "comments": "",
-        "outputs": 1,
-        "x": 3573.0562896728516,
-        "y": 6466.010761260986,
-        "z": "a2c243d0.ad36e",
-        "wires": [
-            [
-                "a132b516.18d0b8",
-                "98de8e51.64ee7"
-            ]
-        ]
-    },
-    {
-        "id": "a132b516.18d0b8",
-        "type": "outcome",
-        "name": "Not Mounted",
-        "xml": "<outcome value='false'>\n",
-        "comments": "",
-        "outputs": 1,
-        "x": 3816.0563735961914,
-        "y": 6470.010763168335,
-        "z": "a2c243d0.ad36e",
-        "wires": [
-            [
-                "beda408d.16308"
-            ]
-        ]
-    },
-    {
-        "id": "98de8e51.64ee7",
-        "type": "outcome",
-        "name": "Mounted",
-        "xml": "<outcome value='true'>\n",
-        "comments": "",
-        "outputs": 1,
-        "x": 3801.0563735961914,
-        "y": 6544.010765075684,
-        "z": "a2c243d0.ad36e",
-        "wires": [
-            [
-                "8f8b0e94.d7205"
-            ]
-        ]
-    },
-    {
-        "id": "266ef43f.df385c",
-        "type": "for",
-        "name": "For DUList Entries",
-        "xml": "<for index='id2' start='0' end='`$tmp.DUListEntries`' >",
-        "comments": "",
-        "outputs": 1,
-        "x": 1965.0559539794922,
-        "y": 6143.010585784912,
-        "z": "a2c243d0.ad36e",
-        "wires": [
-            [
-                "43cf6d42.9d8564"
-            ]
-        ]
-    },
-    {
-        "id": "3a8d0109.3fbb5e",
-        "type": "record",
-        "name": "record",
-        "xml": "<record plugin=\"org.onap.ccsdk.sli.core.sli.recording.FileRecorder\">\n<parameter name=\"file\" value=\"/opt/opendaylight/current/data/log/instantiateRANSlice.log\" />\n<parameter name=\"level\" value=\"info\" />\n<parameter name=\"field1\" value=\"Number of DU List Entries \"/>\n<parameter name=\"field2\" value=\"`$tmp.DUListEntries`\"/>",
-        "comments": "",
-        "outputs": 1,
-        "x": 2158.0561294555664,
-        "y": 5525.011372566223,
-        "z": "a2c243d0.ad36e",
-        "wires": [
-            []
-        ]
-    },
-    {
-        "id": "62633efd.9f282",
-        "type": "execute",
-        "name": "set DU Level parms",
-        "xml": "<execute plugin='org.onap.ccsdk.sli.core.slipluginutils.SliPluginUtils' method='getAttributeValue'>\n\t<parameter name='outputPath' value='tmp.DUListEntries' />\n\t<parameter name='source' value=\"`'getRIC-configdb-response.[' + $id1 + '].gNBDUList_length'`\" />",
-        "comments": "",
-        "outputs": 1,
-        "x": 2160.0558853149414,
-        "y": 5459.012349128723,
-        "z": "a2c243d0.ad36e",
-        "wires": [
-            []
-        ]
-    },
-    {
-        "id": "e686b37c.eabb1",
-        "type": "execute",
-        "name": "cellDUListEntries",
-        "xml": "<execute plugin='org.onap.ccsdk.sli.core.slipluginutils.SliPluginUtils' method='getAttributeValue'>\n\t<parameter name='outputPath' value='tmp.cellDUListEntries' />\n\t<parameter name='source' value=\"`'getRIC-configdb-response.[' + $id1 + '].gNBDUList[' + $id2 + '].cellDUList_length'`\" />",
-        "comments": "",
-        "outputs": 1,
-        "x": 3938.055320739746,
-        "y": 5964.01069521904,
-        "z": "a2c243d0.ad36e",
-        "wires": [
-            []
-        ]
-    },
-    {
-        "id": "ad3e4e54.09c4e",
-        "type": "record",
-        "name": "record",
-        "xml": "<record plugin=\"org.onap.ccsdk.sli.core.sli.recording.FileRecorder\">\n<parameter name=\"file\" value=\"/opt/opendaylight/current/data/log/instantiateRANSlice.log\" />\n<parameter name=\"level\" value=\"info\" />\n<parameter name=\"field1\" value=\"Numberof cellDU of Entries \"/>\n<parameter name=\"field2\" value=\"`$tmp.cellDUListEntries`\"/>\n<parameter name=\"field3\" value=\"`$tmp.gNBDUList.gNBDUId`\"/>\n<parameter name=\"field4\" value=\"`$tmp.gNBDUName`\"/>\n<parameter name=\"field5\" value=\"`$tmp.gNBId`\"/>\n<parameter name=\"field6\" value=\"`$tmp.gNBIdLength`\"/>\n<parameter name=\"field7\" value=\"`$tmp.nFType`\"/>\n<parameter name=\"field8\" value=\"`$tmp.pLMNId`\"/>",
-        "comments": "",
-        "outputs": 1,
-        "x": 3536.055637359619,
-        "y": 6080.010585784912,
-        "z": "a2c243d0.ad36e",
-        "wires": [
-            []
-        ]
-    },
-    {
-        "id": "759bc67c.d0a178",
-        "type": "block",
-        "name": "cellDUList Level Parms",
-        "xml": "<block atomic='true'>",
-        "atomic": "true",
-        "comments": "",
-        "outputs": 1,
-        "x": 3561.055633544922,
-        "y": 6019.010584831238,
-        "z": "a2c243d0.ad36e",
-        "wires": [
-            [
-                "e686b37c.eabb1",
-                "1d7d9b8c.938234",
-                "c5d41b5a.9f1198",
-                "24da8ff9.c1ec",
-                "5a952f77.dd018",
-                "8ab9fdea.620aa",
-                "4bea8684.d6eb98"
-            ]
-        ]
-    },
-    {
-        "id": "1d7d9b8c.938234",
-        "type": "execute",
-        "name": "cellDUListEntries-gNBDUId",
-        "xml": "<execute plugin='org.onap.ccsdk.sli.core.slipluginutils.SliPluginUtils' method='getAttributeValue'>\n\t<parameter name='outputPath' value='tmp.gNBDUList.gNBDUId' />\n\t<parameter name='source' value=\"`'getRIC-configdb-response.[' + $id1 + '].gNBDUList[' + $id2 + '].gNBDUId'`\" />\n",
-        "comments": "",
-        "outputs": 1,
-        "x": 3967.055461883545,
-        "y": 6002.010413169861,
-        "z": "a2c243d0.ad36e",
-        "wires": [
-            []
-        ]
-    },
-    {
-        "id": "c5d41b5a.9f1198",
-        "type": "execute",
-        "name": "cellDUListEntries-gNBDUName",
-        "xml": "<execute plugin='org.onap.ccsdk.sli.core.slipluginutils.SliPluginUtils' method='getAttributeValue'>\n\t<parameter name='outputPath' value='tmp.gNBDUName' />\n\t<parameter name='source' value=\"`'getRIC-configdb-response.[' + $id1 + '].gNBDUList[' + $id2 + '].gNBDUName'`\" />",
-        "comments": "",
-        "outputs": 1,
-        "x": 3966.055477142334,
-        "y": 6041.0104150772095,
-        "z": "a2c243d0.ad36e",
-        "wires": [
-            []
-        ]
-    },
-    {
-        "id": "24da8ff9.c1ec",
-        "type": "execute",
-        "name": "cellDUListEntries-gNBId",
-        "xml": "<execute plugin='org.onap.ccsdk.sli.core.slipluginutils.SliPluginUtils' method='getAttributeValue'>\n\t<parameter name='outputPath' value='tmp.gNBId' />\n\t<parameter name='source' value=\"`'getRIC-configdb-response.[' + $id1 + '].gNBDUList[' + $id2 + '].gNBId'`\" />",
-        "comments": "",
-        "outputs": 1,
-        "x": 3946.055450439453,
-        "y": 6079.0104303359985,
-        "z": "a2c243d0.ad36e",
-        "wires": [
-            []
-        ]
-    },
-    {
-        "id": "5a952f77.dd018",
-        "type": "execute",
-        "name": "cellDUListEntries-gNBIdLength",
-        "xml": "<execute plugin='org.onap.ccsdk.sli.core.slipluginutils.SliPluginUtils' method='getAttributeValue'>\n\t<parameter name='outputPath' value='tmp.gNBIdLength' />\n\t<parameter name='source' value=\"`'getRIC-configdb-response.[' + $id1 + '].gNBDUList[' + $id2 + '].gNBIdLength'`\" />",
-        "comments": "",
-        "outputs": 1,
-        "x": 3961.0554580688477,
-        "y": 6127.010159492493,
-        "z": "a2c243d0.ad36e",
-        "wires": [
-            []
-        ]
-    },
-    {
-        "id": "8ab9fdea.620aa",
-        "type": "execute",
-        "name": "cellDUListEntries-pLMNId",
-        "xml": "<execute plugin='org.onap.ccsdk.sli.core.slipluginutils.SliPluginUtils' method='getAttributeValue'>\n\t<parameter name='outputPath' value='tmp.pLMNId' />\n\t<parameter name='source' value=\"`'getRIC-configdb-response.[' + $id1 + '].gNBDUList[' + $id2 + '].pLMNId'`\" />",
-        "comments": "",
-        "outputs": 1,
-        "x": 3932.0555381774902,
-        "y": 6204.0104904174805,
-        "z": "a2c243d0.ad36e",
-        "wires": [
-            []
-        ]
-    },
-    {
-        "id": "98fa4692.14fe28",
-        "type": "for",
-        "name": "For List of Cells",
-        "xml": "<for index='id3' start='0' end='`$getListofCells-configdb-response._length `' >",
-        "comments": "",
-        "outputs": 1,
-        "x": 2389.046585083008,
-        "y": 6116.01069688797,
-        "z": "a2c243d0.ad36e",
-        "wires": [
-            [
-                "cf3ce850.7dfe18"
-            ]
-        ]
-    },
-    {
-        "id": "86313b29.5ee168",
-        "type": "block",
-        "name": "pLMNInfoList Level Parms",
-        "xml": "<block atomic='true'>",
-        "atomic": "true",
-        "comments": "",
-        "outputs": 1,
-        "x": 3708.04549407959,
-        "y": 6239.0108189582825,
-        "z": "a2c243d0.ad36e",
-        "wires": [
-            [
-                "cb239fac.06b7",
-                "abd706df.6313c8"
-            ]
-        ]
-    },
-    {
-        "id": "cb239fac.06b7",
-        "type": "execute",
-        "name": "pLMNInfoListEntries",
-        "xml": "<execute plugin='org.onap.ccsdk.sli.core.slipluginutils.SliPluginUtils' method='getAttributeValue'>\n\t<parameter name='outputPath' value='tmp.pLMNInfoListEntries' />\n\t<parameter name='source' value=\"`'getRIC-configdb-response.[' + $id1 + '].gNBDUList[' + $id2 + '].cellDUList[' + $idCell + '].pLMNInfoList_length'`\" />",
-        "comments": "",
-        "outputs": 1,
-        "x": 4029.045150756836,
-        "y": 6265.010426938534,
-        "z": "a2c243d0.ad36e",
-        "wires": [
-            []
-        ]
-    },
-    {
-        "id": "bca09be3.a79318",
-        "type": "record",
-        "name": "record",
-        "xml": "<record plugin=\"org.onap.ccsdk.sli.core.sli.recording.FileRecorder\">\n<parameter name=\"file\" value=\"/opt/opendaylight/current/data/log/instantiateRANSlice.log\" />\n<parameter name=\"level\" value=\"info\" />\n<parameter name=\"field1\" value=\"Numberof pLMNInfoList Entries \"/>\n<parameter name=\"field2\" value=\"`$tmp.pLMNInfoListEntries`\"/>\n<parameter name=\"field3\" value=\"cellLocalId for TA \"/>\n<parameter name=\"field4\" value=\"`$tmp.cellLocalId`\"/>",
-        "comments": "",
-        "outputs": 1,
-        "x": 3719.04549407959,
-        "y": 6291.011184692383,
-        "z": "a2c243d0.ad36e",
-        "wires": [
-            []
-        ]
-    },
-    {
-        "id": "9c4d71d8.004f7",
-        "type": "for",
-        "name": "For pLMNInfoListEntries",
-        "xml": "<for index='id4' start='0' end='`$tmp.pLMNInfoListEntries`' >",
-        "comments": "",
-        "outputs": 1,
-        "x": 3777.0456314086914,
-        "y": 6413.0114097595215,
-        "z": "a2c243d0.ad36e",
-        "wires": [
-            [
-                "2425af81.f447a"
-            ]
-        ]
-    },
-    {
-        "id": "78e49ab0.99dd04",
-        "type": "record",
-        "name": "record",
-        "xml": "<record plugin=\"org.onap.ccsdk.sli.core.sli.recording.FileRecorder\">\n<parameter name=\"file\" value=\"/opt/opendaylight/current/data/log/instantiateRANSlice.log\" />\n<parameter name=\"level\" value=\"info\" />\n<parameter name=\"field1\" value=\"MCC \"/>\n<parameter name=\"field2\" value=\"`$tmp.mcc`\"/>\n<parameter name=\"field3\" value=\"MNC \"/>\n<parameter name=\"field4\" value=\"`$tmp.mnc`\"/>\n<parameter name=\"field5\" value=\"Calculated uLThptPerSlice \"/>\n<parameter name=\"field6\" value=\"`$tmp.uLThptPerSlice`\"/>\n<parameter name=\"field7\" value=\"Calculated dLThptPerSlice \"/>\n<parameter name=\"field8\" value=\"`$tmp.dLThptPerSlice`\"/>",
-        "comments": "",
-        "outputs": 1,
-        "x": 3488.0452194213867,
-        "y": 6138.010587692261,
-        "z": "a2c243d0.ad36e",
-        "wires": [
-            []
-        ]
-    },
-    {
-        "id": "2425af81.f447a",
-        "type": "block",
-        "name": "pLMNInfoList Parms",
-        "xml": "<block atomic='true'>",
-        "atomic": "true",
-        "comments": "",
-        "outputs": 1,
-        "x": 4018.0453186035156,
-        "y": 6407.0114097595215,
-        "z": "a2c243d0.ad36e",
-        "wires": [
-            [
-                "25e92ef3.2a8222",
-                "314eb873.c256d8"
-            ]
-        ]
-    },
-    {
-        "id": "25e92ef3.2a8222",
-        "type": "execute",
-        "name": "sNSSAI",
-        "xml": "<execute plugin='org.onap.ccsdk.sli.core.slipluginutils.SliPluginUtils' method='getAttributeValue'>\n\t<parameter name='outputPath' value='tmp.fromRAN.sNSSAI' />\n\t<parameter name='source' value=\"`'getRIC-configdb-response.[' + $id1 + '].gNBDUList[' + $id2 + '].cellDUList[' + $idCell + '].pLMNInfoList[' + $id4 + '].sNSSAI.sNSSAI'`\" />",
-        "comments": "",
-        "outputs": 1,
-        "x": 4181.045074462891,
-        "y": 6351.010757923126,
-        "z": "a2c243d0.ad36e",
-        "wires": [
-            []
-        ]
-    },
-    {
-        "id": "2dde4058.f7a54",
-        "type": "comment",
-        "name": "Check if sNSSAI already exists in YANG tree",
-        "info": "This needs more work. If sNSSAI already exists in the YANG tree, need to patch the existing pLMNInfoList entry",
-        "comments": "",
-        "x": 3819.04549407959,
-        "y": 6365.011184692383,
-        "z": "a2c243d0.ad36e",
-        "wires": []
-    },
-    {
-        "id": "314eb873.c256d8",
-        "type": "record",
-        "name": "record",
-        "xml": "<record plugin=\"org.onap.ccsdk.sli.core.sli.recording.FileRecorder\">\n<parameter name=\"file\" value=\"/opt/opendaylight/current/data/log/instantiateRANSlice.log\" />\n<parameter name=\"level\" value=\"info\" />\n<parameter name=\"field1\" value=\"sNSSAI from RAN to check if already exists \"/>\n<parameter name=\"field2\" value=\"`$tmp.fromRAN.sNSSAI`\"/>\n",
-        "comments": "",
-        "outputs": 1,
-        "x": 4202.045078277588,
-        "y": 6429.010761260986,
-        "z": "a2c243d0.ad36e",
-        "wires": [
-            []
-        ]
-    },
-    {
-        "id": "f51ea9d3.27a0c8",
-        "type": "execute",
-        "name": "nearRTRICId",
-        "xml": "<execute plugin='org.onap.ccsdk.sli.core.slipluginutils.SliPluginUtils' method='getAttributeValue'>\n\t<parameter name='outputPath' value='tmp.nearRTRICId' />\n\t<parameter name='source' value=\"`'getRIC-configdb-response.[' + $id1 + '].nearRTRICId'`\" />",
-        "comments": "",
-        "outputs": 1,
-        "x": 1630.0452346801758,
-        "y": 698.010570526123,
-        "z": "a2c243d0.ad36e",
-        "wires": [
-            []
-        ]
-    },
-    {
-        "id": "abd706df.6313c8",
-        "type": "execute",
-        "name": "cellLocalId",
-        "xml": "<execute plugin='org.onap.ccsdk.sli.core.slipluginutils.SliPluginUtils' method='getAttributeValue'>\n\t<parameter name='outputPath' value='tmp.cellLocalId' />\n\t<parameter name='source' value=\"`'getRIC-configdb-response.[' + $id1 + '].gNBDUList[' + $id2 + '].cellDUList[' + $idCell + '].cellLocalId'`\" />",
-        "comments": "",
-        "outputs": 1,
-        "x": 4006.0453186035156,
-        "y": 6329.010591506958,
-        "z": "a2c243d0.ad36e",
-        "wires": [
-            []
-        ]
-    },
-    {
-        "id": "3de2dac7.18d226",
-        "type": "record",
-        "name": "record",
-        "xml": "<record plugin=\"org.onap.ccsdk.sli.core.sli.recording.FileRecorder\">\n<parameter name=\"file\" value=\"/opt/opendaylight/current/data/log/instantiateRANSlice.log\" />\n<parameter name=\"level\" value=\"info\" />\n<parameter name=\"field1\" value=\"Setting variables for PLMNInfoList Entry Add to NRCellDU\"/>\n<parameter name=\"field2\" value=\"`$tmp.addPLMNInfoListEntry.ToNRCellDU.url`\"/>\n<parameter name=\"field3\" value=\"`$tmp.mcc`\"/>\n<parameter name=\"field4\" value=\"`$tmp.mnc`\"/>\n<parameter name=\"field5\" value=\"`$payloadJson.input.sliceProfile.sNSSAI`\"/>\n<parameter name=\"field6\" value=\"`$tmp.uLThptPerSlice`\"/>\n<parameter name=\"field7\" value=\"`$tmp.dLThptPerSlice`\"/>",
-        "comments": "",
-        "outputs": 1,
-        "x": 3956.0570487976074,
-        "y": 6913.344204902649,
-        "z": "a2c243d0.ad36e",
-        "wires": [
-            []
-        ]
-    },
-    {
-        "id": "d6bfe081.3e2f3",
-        "type": "block",
-        "name": "Add PLMNInfoList Entry",
-        "xml": "<block atomic='true'>",
-        "atomic": "true",
-        "comments": "",
-        "outputs": 1,
-        "x": 3544.056282043457,
-        "y": 6572.354514122009,
-        "z": "a2c243d0.ad36e",
-        "wires": [
-            [
-                "3de2dac7.18d226",
-                "f857505c.260cf",
-                "de92297.ba392d8",
-                "62046ba3.0c9bd4",
-                "6d454405.e3306c",
-                "a0b6ed60.4ed39",
-                "119285bb.cef61a",
-                "e7e9d8.74642628",
-                "8d944f2b.db7d2",
-                "66f14c1e.e327f4"
-            ]
-        ]
-    },
-    {
-        "id": "e7e9d8.74642628",
-        "type": "execute",
-        "name": "add PLMNInfoListEntry ToNRCellDU using PUT",
-        "xml": "<execute plugin='org.onap.ccsdk.sli.plugins.restapicall.RestapiCallNode' method='sendRequest' >\n<parameter name=\"templateFileName\" value=\"`$prop.restapi.templateDir + '/ranSlice-add-get-PLMNInfoListEntry-NRCellDU.json'`\" />\n<parameter name=\"restapiUrl\" value=\"`$prop.controller.url + $tmp.addPLMNInfoListEntry.ToNRCellDU.url`\"/>\n<parameter name=\"restapiUser\" value=\"`$prop.controller.user`\" />\n<parameter name=\"restapiPassword\" value=\"`$prop.controller.pwd`\"/>\n<parameter name=\"httpMethod\" value=\"PUT\"/>\n<parameter name=\"responsePrefix\" value=\"PLMNInfoListEntry-response\"/>\n<parameter name='contentType' value='application/json' /> \n<parameter name='format' value='json' />",
-        "comments": "",
-        "outputs": 1,
-        "x": 4036.0563735961914,
-        "y": 6992.354526519775,
-        "z": "a2c243d0.ad36e",
-        "wires": [
-            [
-                "7d698f61.b7184",
-                "58848b0b.5e8af4"
-            ]
-        ]
-    },
-    {
-        "id": "f857505c.260cf",
-        "type": "record",
-        "name": "record",
-        "xml": "<record plugin=\"org.onap.ccsdk.sli.core.sli.recording.FileRecorder\">\n<parameter name=\"file\" value=\"/opt/opendaylight/current/data/log/instantiateRANSlice.log\" />\n<parameter name=\"level\" value=\"info\" />\n<parameter name=\"field1\" value=\"Add PLMNInfoListEntry ToNRCellDU URL\"/>\n<parameter name=\"field2\" value=\"`$tmp.addPLMNInfoListEntry.ToNRCellDU.url`\"/>",
-        "comments": "",
-        "outputs": 1,
-        "x": 3954.0564975738525,
-        "y": 6876.354947090149,
-        "z": "a2c243d0.ad36e",
-        "wires": [
-            []
-        ]
-    },
-    {
-        "id": "beda408d.16308",
-        "type": "execute",
-        "name": "generate addPLMNInfoListEntry.ToNRCellDU",
-        "xml": "<execute plugin='org.onap.ccsdk.sli.core.slipluginutils.SliStringUtils' method='replace' >\n    <parameter name=\"source\" value=\"`$prop.restapi.addPLMNInfoListEntry.ToNRCellDU`\"/>\n    <parameter name=\"outputPath\" value=\"tmp.addPLMNInfoListEntry.ToNRCellDU.url\"/>\n    <parameter name=\"target\" value=\"{idNearRTRIC}\"/>\n    <parameter name=\"replacement\" value=\"`$tmp.nearRTRICId`\"/>",
-        "comments": "",
-        "outputs": 1,
-        "x": 4087.056381225586,
-        "y": 6472.010762691498,
-        "z": "a2c243d0.ad36e",
-        "wires": [
-            []
-        ]
-    },
-    {
-        "id": "de92297.ba392d8",
-        "type": "execute",
-        "name": "Populate idGNBDUFunction",
-        "xml": "<execute plugin='org.onap.ccsdk.sli.core.slipluginutils.SliStringUtils' method='replace' >\n    <parameter name=\"source\" value=\"`$tmp.addPLMNInfoListEntry.ToNRCellDU.url`\"/>\n    <parameter name=\"outputPath\" value=\"tmp.addPLMNInfoListEntry.ToNRCellDU.url\"/>\n    <parameter name=\"target\" value=\"{idGNBDUFunction}\"/>\n    <parameter name=\"replacement\" value=\"`$tmp.gNBDUList.gNBDUId`\"/>",
-        "comments": "",
-        "outputs": 1,
-        "x": 3923.045967102051,
-        "y": 6629.010766506195,
-        "z": "a2c243d0.ad36e",
-        "wires": [
-            []
-        ]
-    },
-    {
-        "id": "62046ba3.0c9bd4",
-        "type": "execute",
-        "name": "Populate idNRCellDU",
-        "xml": "<execute plugin='org.onap.ccsdk.sli.core.slipluginutils.SliStringUtils' method='replace' >\n    <parameter name=\"source\" value=\"`$tmp.addPLMNInfoListEntry.ToNRCellDU.url`\"/>\n    <parameter name=\"outputPath\" value=\"tmp.addPLMNInfoListEntry.ToNRCellDU.url\"/>\n    <parameter name=\"target\" value=\"{idNRCellDU}\"/>\n    <parameter name=\"replacement\" value=\"`$tmp.cellLocalId`\"/>",
-        "comments": "",
-        "outputs": 1,
-        "x": 3932.045967102051,
-        "y": 6678.0107679367065,
-        "z": "a2c243d0.ad36e",
-        "wires": [
-            []
-        ]
-    },
-    {
-        "id": "6d454405.e3306c",
-        "type": "execute",
-        "name": "Populate mcc",
-        "xml": "<execute plugin='org.onap.ccsdk.sli.core.slipluginutils.SliStringUtils' method='replace' >\n    <parameter name=\"source\" value=\"`$tmp.addPLMNInfoListEntry.ToNRCellDU.url`\"/>\n    <parameter name=\"outputPath\" value=\"tmp.addPLMNInfoListEntry.ToNRCellDU.url\"/>\n    <parameter name=\"target\" value=\"{mcc}\"/>\n    <parameter name=\"replacement\" value=\"`$tmp.mcc`\"/>",
-        "comments": "",
-        "outputs": 1,
-        "x": 3933.045967102051,
-        "y": 6728.010768890381,
-        "z": "a2c243d0.ad36e",
-        "wires": [
-            []
-        ]
-    },
-    {
-        "id": "a0b6ed60.4ed39",
-        "type": "execute",
-        "name": "Populate mnc",
-        "xml": "<execute plugin='org.onap.ccsdk.sli.core.slipluginutils.SliStringUtils' method='replace' >\n    <parameter name=\"source\" value=\"`$tmp.addPLMNInfoListEntry.ToNRCellDU.url`\"/>\n    <parameter name=\"outputPath\" value=\"tmp.addPLMNInfoListEntry.ToNRCellDU.url\"/>\n    <parameter name=\"target\" value=\"{mnc}\"/>\n    <parameter name=\"replacement\" value=\"`$tmp.mnc`\"/>",
-        "comments": "",
-        "outputs": 1,
-        "x": 3935.0460624694824,
-        "y": 6771.010708808899,
-        "z": "a2c243d0.ad36e",
-        "wires": [
-            []
-        ]
-    },
-    {
-        "id": "7d698f61.b7184",
-        "type": "failure",
-        "name": "failure",
-        "xml": "<outcome value='failure'>\n",
-        "comments": "",
-        "outputs": 1,
-        "x": 4334.056114196777,
-        "y": 6929.343784332275,
-        "z": "a2c243d0.ad36e",
-        "wires": [
-            [
-                "fd6f3c73.00625"
-            ]
-        ]
-    },
-    {
-        "id": "58848b0b.5e8af4",
-        "type": "success",
-        "name": "success",
-        "xml": "<outcome value='success'>\n",
-        "comments": "",
-        "outputs": 1,
-        "x": 4373.056228637695,
-        "y": 7013.343794584274,
-        "z": "a2c243d0.ad36e",
-        "wires": [
-            [
-                "523db08.625b55"
-            ]
-        ]
-    },
-    {
-        "id": "fd6f3c73.00625",
-        "type": "block",
-        "name": "block",
-        "xml": "<block>\n",
-        "atomic": "false",
-        "comments": "",
-        "outputs": 1,
-        "x": 4596.056011199951,
-        "y": 6814.343866109848,
-        "z": "a2c243d0.ad36e",
-        "wires": [
-            [
-                "1beb23c8.3385fc",
-                "43e9fff0.abfbe"
-            ]
-        ]
-    },
-    {
-        "id": "523db08.625b55",
-        "type": "block",
-        "name": "block",
-        "xml": "<block>\n",
-        "atomic": "false",
-        "comments": "",
-        "outputs": 1,
-        "x": 4555.055740356445,
-        "y": 6968.343794584274,
-        "z": "a2c243d0.ad36e",
-        "wires": [
-            [
-                "2396bc7b.9900f4"
-            ]
-        ]
-    },
-    {
-        "id": "1beb23c8.3385fc",
-        "type": "returnFailure",
-        "name": "return failure",
-        "xml": "<return status='failure'>\n<parameter name='ack-final' value='Y'/>\n<parameter name=\"error-code\" value=\"500\" />\n<parameter name=\"error-message\" value=\"Error adding PLMNInfo List Entry to NRCellCUr\" />",
-        "comments": "",
-        "x": 4761.056011199951,
-        "y": 6897.344354391098,
-        "z": "a2c243d0.ad36e",
-        "wires": []
-    },
-    {
-        "id": "2396bc7b.9900f4",
-        "type": "record",
-        "name": "record",
-        "xml": "<record plugin=\"org.onap.ccsdk.sli.core.sli.recording.FileRecorder\">\n<parameter name=\"file\" value=\"/opt/opendaylight/current/data/log/instantiateRANSlice.log\" />\n<parameter name=\"level\" value=\"info\" />\n<parameter name=\"field1\" value=\"PLMNInfo List Entry Add to NRCELLDU Executed Successfully \"/>",
-        "comments": "",
-        "outputs": 1,
-        "x": 4722.055740356445,
-        "y": 6979.344282865524,
-        "z": "a2c243d0.ad36e",
-        "wires": [
-            []
-        ]
-    },
-    {
-        "id": "e62e85bc.bfddd8",
-        "type": "execute",
-        "name": "generate addPLMNInfoListEntry.ToNRCellDU",
-        "xml": "<execute plugin='org.onap.ccsdk.sli.core.slipluginutils.SliStringUtils' method='replace' >\n    <parameter name=\"source\" value=\"`$prop.restapi.addPLMNInfoListEntry.ToNRCellDU.ransim-mounted`\"/>\n    <parameter name=\"outputPath\" value=\"tmp.addPLMNInfoListEntry.ToNRCellDU.url\"/>\n    <parameter name=\"target\" value=\"{idNearRTRIC}\"/>\n    <parameter name=\"replacement\" value=\"`$tmp.nearRTRICId`\"/>",
-        "comments": "",
-        "outputs": 1,
-        "x": 4248.04573059082,
-        "y": 6531.010764122009,
-        "z": "a2c243d0.ad36e",
-        "wires": [
-            []
-        ]
-    },
-    {
-        "id": "8f8b0e94.d7205",
-        "type": "block",
-        "name": "ransim  URL",
-        "xml": "<block atomic='true'>",
-        "atomic": "true",
-        "comments": "",
-        "outputs": 1,
-        "x": 3965.045639038086,
-        "y": 6533.010764598846,
-        "z": "a2c243d0.ad36e",
-        "wires": [
-            [
-                "e62e85bc.bfddd8",
-                "93f9fbf5.248e58"
-            ]
-        ]
-    },
-    {
-        "id": "93f9fbf5.248e58",
-        "type": "execute",
-        "name": "populate mountName",
-        "xml": "<execute plugin='org.onap.ccsdk.sli.core.slipluginutils.SliStringUtils' method='replace' >\n    <parameter name=\"source\" value=\"`$tmp.addPLMNInfoListEntry.ToNRCellDU.url`\"/>\n    <parameter name=\"outputPath\" value=\"tmp.addPLMNInfoListEntry.ToNRCellDU.url\"/>\n    <parameter name=\"target\" value=\"{mountName}\"/>\n    <parameter name=\"replacement\" value=\"`$tmp.gNBDUList.gNBDUId`\"/>",
-        "comments": "",
-        "outputs": 1,
-        "x": 4212.04573059082,
-        "y": 6588.010765075684,
-        "z": "a2c243d0.ad36e",
-        "wires": [
-            []
-        ]
-    },
-    {
-        "id": "7b644ace.b1ff14",
-        "type": "comment",
-        "name": "Connect to AddPLMNInfoList Entry",
-        "info": "when able to talk to latest SDNC",
-        "comments": "",
-        "x": 3975.045639038086,
-        "y": 6952.344107627869,
-        "z": "a2c243d0.ad36e",
-        "wires": []
-    },
-    {
-        "id": "6bfb6307.61516c",
-        "type": "switchNode",
-        "name": "ransim mounted",
-        "xml": "<switch test='`$prop.ransim-mounted`'>\n",
-        "comments": "",
-        "outputs": 1,
-        "x": 3827.045379638672,
-        "y": 7101.677299499512,
-        "z": "a2c243d0.ad36e",
-        "wires": [
-            [
-                "b07a3d42.19bf7",
-                "f24be453.a36408"
-            ]
-        ]
-    },
-    {
-        "id": "b07a3d42.19bf7",
-        "type": "outcome",
-        "name": "Not Mounted",
-        "xml": "<outcome value='false'>\n",
-        "comments": "",
-        "outputs": 1,
-        "x": 4022.0454063415527,
-        "y": 7061.677206993103,
-        "z": "a2c243d0.ad36e",
-        "wires": [
-            [
-                "33bbc7f3.ba4778"
-            ]
-        ]
-    },
-    {
-        "id": "f24be453.a36408",
-        "type": "outcome",
-        "name": "Mounted",
-        "xml": "<outcome value='true'>\n",
-        "comments": "",
-        "outputs": 1,
-        "x": 4002.045379638672,
-        "y": 7140.677298545837,
-        "z": "a2c243d0.ad36e",
-        "wires": [
-            [
-                "361c17ce.abf778"
-            ]
-        ]
-    },
-    {
-        "id": "48164215.075dfc",
-        "type": "record",
-        "name": "record",
-        "xml": "<record plugin=\"org.onap.ccsdk.sli.core.sli.recording.FileRecorder\">\n<parameter name=\"file\" value=\"/opt/opendaylight/current/data/log/instantiateRANSlice.log\" />\n<parameter name=\"level\" value=\"info\" />\n<parameter name=\"field1\" value=\"Setting variables for addRRMPolicyRatio to NRCellDU\"/>\n<parameter name=\"field2\" value=\"`$tmp.addRRMPolicyRatio.ToNRCellDU.url`\"/>\n<parameter name=\"field3\" value=\"`$tmp.mcc`\"/>\n<parameter name=\"field4\" value=\"`$tmp.mnc`\"/>\n<parameter name=\"field5\" value=\"`$payloadJson.input.sliceProfile.sNSSAI`\"/>\n<parameter name=\"field6\" value=\"`$tmp.uLThptPerSlice`\"/>\n<parameter name=\"field7\" value=\"`$tmp.dLThptPerSlice`\"/>",
-        "comments": "",
-        "outputs": 1,
-        "x": 3979.0464820861816,
-        "y": 7413.01144695282,
-        "z": "a2c243d0.ad36e",
-        "wires": [
-            []
-        ]
-    },
-    {
-        "id": "afe3402b.cd936",
-        "type": "execute",
-        "name": "add RRM Policy ToNRCellDU using PUT",
-        "xml": "<execute plugin='org.onap.ccsdk.sli.plugins.restapicall.RestapiCallNode' method='sendRequest' >\n<parameter name=\"templateFileName\" value=\"`$prop.restapi.templateDir + '/ranSlice-add-RRMPolicyRatio-NRCellDU.json'`\" />\n<parameter name=\"restapiUrl\" value=\"`$prop.controller.url + $tmp.addRRMPolicyRatio.ToNRCellDU.url`\"/>\n<parameter name=\"restapiUser\" value=\"`$prop.controller.user`\" />\n<parameter name=\"restapiPassword\" value=\"`$prop.controller.pwd`\"/>\n<parameter name=\"httpMethod\" value=\"PUT\"/>\n<parameter name=\"responsePrefix\" value=\"addRRMPolicyRatio-response\"/>\n<parameter name='contentType' value='application/json' /> \n<parameter name='format' value='json' />",
-        "comments": "",
-        "outputs": 1,
-        "x": 4039.0454483032227,
-        "y": 7652.020880460739,
-        "z": "a2c243d0.ad36e",
-        "wires": [
-            [
-                "8ef6803f.74829"
-            ]
-        ]
-    },
-    {
-        "id": "652fe306.4ff5ec",
-        "type": "record",
-        "name": "record",
-        "xml": "<record plugin=\"org.onap.ccsdk.sli.core.sli.recording.FileRecorder\">\n<parameter name=\"file\" value=\"/opt/opendaylight/current/data/log/instantiateRANSlice.log\" />\n<parameter name=\"level\" value=\"info\" />\n<parameter name=\"field1\" value=\"addRRMPolicyRatio ToNRCellDU URL\"/>\n<parameter name=\"field2\" value=\"`$tmp.addRRMPolicyRatio.ToNRCellDU.url`\"/>",
-        "comments": "",
-        "outputs": 1,
-        "x": 3971.0455055236816,
-        "y": 7372.02170085907,
-        "z": "a2c243d0.ad36e",
-        "wires": [
-            []
-        ]
-    },
-    {
-        "id": "33bbc7f3.ba4778",
-        "type": "execute",
-        "name": "generate addRRMPolicy.ToNRCellDU URL",
-        "xml": "<execute plugin='org.onap.ccsdk.sli.core.slipluginutils.SliStringUtils' method='replace' >\n    <parameter name=\"source\" value=\"`$prop.restapi.addRRMPolicyRatio.ToNRCellDU`\"/>\n    <parameter name=\"outputPath\" value=\"tmp.addRRMPolicyRatio.ToNRCellDU.url\"/>\n    <parameter name=\"target\" value=\"{idNearRTRIC}\"/>\n    <parameter name=\"replacement\" value=\"`$tmp.nearRTRICId`\"/>",
-        "comments": "",
-        "outputs": 1,
-        "x": 4308.045372009277,
-        "y": 7059.677280426025,
-        "z": "a2c243d0.ad36e",
-        "wires": [
-            []
-        ]
-    },
-    {
-        "id": "6346c86c.4248e8",
-        "type": "execute",
-        "name": "Populate idGNBDUFunction",
-        "xml": "<execute plugin='org.onap.ccsdk.sli.core.slipluginutils.SliStringUtils' method='replace' >\n    <parameter name=\"source\" value=\"`$tmp.addRRMPolicyRatio.ToNRCellDU.url`\"/>\n    <parameter name=\"outputPath\" value=\"tmp.addRRMPolicyRatio.ToNRCellDU.url\"/>\n    <parameter name=\"target\" value=\"{idGNBDUFunction}\"/>\n    <parameter name=\"replacement\" value=\"`$tmp.gNBDUList.gNBDUId`\"/>\n    ",
-        "comments": "",
-        "outputs": 1,
-        "x": 4000.03515625,
-        "y": 7194.677284240723,
-        "z": "a2c243d0.ad36e",
-        "wires": [
-            []
-        ]
-    },
-    {
-        "id": "f4770749.1fca58",
-        "type": "execute",
-        "name": "Populate idNRCellDU",
-        "xml": "<execute plugin='org.onap.ccsdk.sli.core.slipluginutils.SliStringUtils' method='replace' >\n    <parameter name=\"source\" value=\"`$tmp.addRRMPolicyRatio.ToNRCellDU.url`\"/>\n    <parameter name=\"outputPath\" value=\"tmp.addRRMPolicyRatio.ToNRCellDU.url\"/>\n    <parameter name=\"target\" value=\"{idNRCellDU}\"/>\n    <parameter name=\"replacement\" value=\"`$tmp.cellLocalId`\"/>",
-        "comments": "",
-        "outputs": 1,
-        "x": 3993.03515625,
-        "y": 7248.677286148071,
-        "z": "a2c243d0.ad36e",
-        "wires": [
-            []
-        ]
-    },
-    {
-        "id": "fbdb62d9.d9f15",
-        "type": "execute",
-        "name": "Populate id",
-        "xml": "<execute plugin='org.onap.ccsdk.sli.core.slipluginutils.SliStringUtils' method='replace' >\n    <parameter name=\"source\" value=\"`$tmp.addRRMPolicyRatio.ToNRCellDU.url`\"/>\n    <parameter name=\"outputPath\" value=\"tmp.addRRMPolicyRatio.ToNRCellDU.url\"/>\n    <parameter name=\"target\" value=\"{id}\"/>\n    <parameter name=\"replacement\" value=\"`$tmp.RRMPolicyRatioID.NRCellDU`\"/>",
-        "comments": "",
-        "outputs": 1,
-        "x": 3972.03515625,
-        "y": 7285.67728805542,
-        "z": "a2c243d0.ad36e",
-        "wires": [
-            []
-        ]
-    },
-    {
-        "id": "6aac16ca.963d48",
-        "type": "failure",
-        "name": "failure",
-        "xml": "<outcome value='failure'>\n",
-        "comments": "",
-        "outputs": 1,
-        "x": 4375.045257568359,
-        "y": 7399.010624885559,
-        "z": "a2c243d0.ad36e",
-        "wires": [
-            [
-                "fc378230.de961"
-            ]
-        ]
-    },
-    {
-        "id": "8ef6803f.74829",
-        "type": "success",
-        "name": "success",
-        "xml": "<outcome value='success'>\n",
-        "comments": "",
-        "outputs": 1,
-        "x": 4376.04532623291,
-        "y": 7678.010382413864,
-        "z": "a2c243d0.ad36e",
-        "wires": [
-            [
-                "d3ad0543.04cf18"
-            ]
-        ]
-    },
-    {
-        "id": "fc378230.de961",
-        "type": "block",
-        "name": "block",
-        "xml": "<block>\n",
-        "atomic": "false",
-        "comments": "",
-        "outputs": 1,
-        "x": 4745.0452880859375,
-        "y": 7347.010244369507,
-        "z": "a2c243d0.ad36e",
-        "wires": [
-            [
-                "2692ca12.ea2266",
-                "43e9fff0.abfbe"
-            ]
-        ]
-    },
-    {
-        "id": "d3ad0543.04cf18",
-        "type": "block",
-        "name": "block",
-        "xml": "<block>\n",
-        "atomic": "false",
-        "comments": "",
-        "outputs": 1,
-        "x": 4556.045082092285,
-        "y": 7675.010382413864,
-        "z": "a2c243d0.ad36e",
-        "wires": [
-            [
-                "2406b9a3.4e1206"
-            ]
-        ]
-    },
-    {
-        "id": "2692ca12.ea2266",
-        "type": "returnFailure",
-        "name": "return failure",
-        "xml": "<return status='failure'>\n<parameter name='ack-final' value='Y'/>\n<parameter name=\"error-code\" value=\"500\" />\n<parameter name=\"error-message\" value=\"Error adding RRM Policy\" />",
-        "comments": "",
-        "x": 4867.0452880859375,
-        "y": 7402.010732650757,
-        "z": "a2c243d0.ad36e",
-        "wires": []
-    },
-    {
-        "id": "2406b9a3.4e1206",
-        "type": "record",
-        "name": "record",
-        "xml": "<record plugin=\"org.onap.ccsdk.sli.core.sli.recording.FileRecorder\">\n<parameter name=\"file\" value=\"/opt/opendaylight/current/data/log/instantiateRANSlice.log\" />\n<parameter name=\"level\" value=\"info\" />\n<parameter name=\"field1\" value=\"addRRMPolicyRatio to NRCELLDU Executed Successfully \"/>",
-        "comments": "",
-        "outputs": 1,
-        "x": 4705.045383453369,
-        "y": 7701.010575056076,
-        "z": "a2c243d0.ad36e",
-        "wires": [
-            []
-        ]
-    },
-    {
-        "id": "f4ebcfed.0a8e6",
-        "type": "execute",
-        "name": "generate RRMPolicy Ratio URL ToNRCellDU",
-        "xml": "<execute plugin='org.onap.ccsdk.sli.core.slipluginutils.SliStringUtils' method='replace' >\n    <parameter name=\"source\" value=\"`$prop.restapi.addRRMPolicyRatio.ToNRCellDU.ransim-mounted`\"/>\n    <parameter name=\"outputPath\" value=\"tmp.addRRMPolicyRatio.ToNRCellDU.url\"/>\n    <parameter name=\"target\" value=\"{idNearRTRIC}\"/>\n    <parameter name=\"replacement\" value=\"`$tmp.nearRTRICId`\"/>",
-        "comments": "",
-        "outputs": 1,
-        "x": 4500.035087585449,
-        "y": 7107.677590370178,
-        "z": "a2c243d0.ad36e",
-        "wires": [
-            []
-        ]
-    },
-    {
-        "id": "361c17ce.abf778",
-        "type": "block",
-        "name": "ransim  URL",
-        "xml": "<block atomic='true'>",
-        "atomic": "true",
-        "comments": "",
-        "outputs": 1,
-        "x": 4195.03503036499,
-        "y": 7135.677298545837,
-        "z": "a2c243d0.ad36e",
-        "wires": [
-            [
-                "f4ebcfed.0a8e6",
-                "96eddaa8.9dda18"
-            ]
-        ]
-    },
-    {
-        "id": "96eddaa8.9dda18",
-        "type": "execute",
-        "name": "populate mountName",
-        "xml": "<execute plugin='org.onap.ccsdk.sli.core.slipluginutils.SliStringUtils' method='replace' >\n    <parameter name=\"source\" value=\"`$tmp.addRRMPolicyRatio.ToNRCellDU.url`\"/>\n    <parameter name=\"outputPath\" value=\"tmp.addRRMPolicyRatio.ToNRCellDU.url\"/>\n    <parameter name=\"target\" value=\"{mountName}\"/>\n    <parameter name=\"replacement\" value=\"`$tmp.gNBDUList.gNBDUId`\"/>",
-        "comments": "",
-        "outputs": 1,
-        "x": 4437.035064697266,
-        "y": 7169.677237510681,
-        "z": "a2c243d0.ad36e",
-        "wires": [
-            []
-        ]
-    },
-    {
-        "id": "9990c273.292dd",
-        "type": "comment",
-        "name": "Connect to RRM P{olicy Ratio",
-        "info": "when able to talk to latest SDNC",
-        "comments": "",
-        "x": 4036.0354957580566,
-        "y": 7446.011202812195,
-        "z": "a2c243d0.ad36e",
-        "wires": []
-    },
-    {
-        "id": "906b2b3e.9bfdc8",
-        "type": "block",
-        "name": "rrmPolicyDedicatedRatio",
-        "xml": "<block atomic='true'>",
-        "atomic": "true",
-        "comments": "",
-        "outputs": 1,
-        "x": 2203.055824279785,
-        "y": 5654.6893520355225,
-        "z": "a2c243d0.ad36e",
-        "wires": [
-            [
-                "56fa84ae.1bb8fc",
-                "2a1f5ef8.61f292",
-                "1be107b7.bce408",
-                "38b7246b.48c55c",
-                "3f12b751.bbbcb8",
-                "1235262c.0f386a",
-                "92d34980.56c9d8",
-                "d44c7ea9.8056d",
-                "e2376f49.6ec05",
-                "36523401.1c2b8c",
-                "6ea5ef76.13161"
-            ]
-        ]
-    },
-    {
-        "id": "4bea8684.d6eb98",
-        "type": "execute",
-        "name": "cellDUListEntries-nFType",
-        "xml": "<execute plugin='org.onap.ccsdk.sli.core.slipluginutils.SliPluginUtils' method='getAttributeValue'>\n\t<parameter name='outputPath' value='tmp.nFType' />\n\t<parameter name='source' value=\"`'getRIC-configdb-response.[' + $id1 + '].gNBDUList[' + $id2 + '].nFType'`\" />",
-        "comments": "",
-        "outputs": 1,
-        "x": 3935.0555114746094,
-        "y": 6163.010407447815,
-        "z": "a2c243d0.ad36e",
-        "wires": [
-            []
-        ]
-    },
-    {
-        "id": "33c455d1.57671a",
-        "type": "set",
-        "name": "set rrmPolicyDedicatedRatio",
-        "xml": "<set>\n<parameter name='tmp.rRMPolicyDedicatedRatio.CellDU' value='10' />",
-        "comments": "",
-        "x": 3922.0555419921875,
-        "y": 5868.131826400757,
-        "z": "a2c243d0.ad36e",
-        "wires": []
-    },
-    {
-        "id": "33878898.1f4828",
-        "type": "set",
-        "name": "set rrmPolicyDedicatedRatio",
-        "xml": "<set>\n<parameter name='tmp.rRMPolicyDedicatedRatio.CellDU' value='20' />",
-        "comments": "",
-        "x": 3915.055465698242,
-        "y": 5915.131793022156,
-        "z": "a2c243d0.ad36e",
-        "wires": []
-    },
-    {
-        "id": "56fa84ae.1bb8fc",
-        "type": "record",
-        "name": "record",
-        "xml": "<record plugin=\"org.onap.ccsdk.sli.core.sli.recording.FileRecorder\">\n<parameter name=\"file\" value=\"/opt/opendaylight/current/data/log/instantiateRANSlice.log\" />\n<parameter name=\"level\" value=\"info\" />\n<parameter name=\"field1\" value=\"rRMPolicyDedicatedRatio for CellDU \"/>\n<parameter name=\"field2\" value=\"`$tmp.rRMPolicyDedicatedRatio.CellDU`\"/>\n<parameter name=\"field3\" value=\"tmp.nearRTRIC.trafficCapacity1 \"/>\n<parameter name=\"field4\" value=\"`$tmp.nearRTRIC.trafficCapacity1`\"/>\n<parameter name=\"field5\" value=\"tmp.nearRTRIC.trafficCapacity \"/>\n<parameter name=\"field6\" value=\"`$tmp.nearRTRIC.trafficCapacity`\"/>\n<parameter name=\"field7\" value=\"tmp.nearRTRIC.trafficCapacityBPS\"/>\n<parameter name=\"field8\" value=\"`$tmp.nearRTRIC.trafficCapacityBPS`\"/>\n<parameter name=\"field9\" value=\"tmp.nrcelldu.totalPRBForSNSSAI \"/>\n<parameter name=\"field10\" value=\"`$tmp.nrcelldu.totalPRBForSNSSAI`\"/>\n<parameter name=\"field11\" value=\"tmp.nrcelldu.PRBPerImpactedCell \"/>\n<parameter name=\"field12\" value=\"`$tmp.nrcelldu.PRBPerImpactedCell`\"/>\n<parameter name=\"field13\" value=\"tmp.rRMPolicyDedicatedRatio.CellDU1 \"/>\n<parameter name=\"field14\" value=\"`$tmp.rRMPolicyDedicatedRatio.CellDU1`\"/>",
-        "comments": "",
-        "outputs": 1,
-        "x": 2336.0556411743164,
-        "y": 5963.132954597473,
-        "z": "a2c243d0.ad36e",
-        "wires": [
-            []
-        ]
-    },
-    {
-        "id": "48f4b45b.ca20dc",
-        "type": "block",
-        "name": "CUCP",
-        "xml": "<block atomic='true'>",
-        "atomic": "true",
-        "comments": "",
-        "outputs": 1,
-        "x": 1644.0450439453125,
-        "y": 2058.3438625335693,
-        "z": "a2c243d0.ad36e",
-        "wires": [
-            [
-                "1b82612b.c6f9ff",
-                "a8e7b986.8215a8",
-                "710ecb85.658664",
-                "d873f56a.9437a8"
-            ]
-        ]
-    },
-    {
-        "id": "44aa82b6.04d01c",
-        "type": "block",
-        "name": "Add RRM Policy Ratio",
-        "xml": "<block atomic='true'>",
-        "atomic": "true",
-        "comments": "",
-        "outputs": 1,
-        "x": 3116.045223236084,
-        "y": 3157.343894004822,
-        "z": "a2c243d0.ad36e",
-        "wires": [
-            [
-                "841120db.a414c",
-                "5faf1669.7c78d8",
-                "ffe68efb.6363e",
-                "7f374dbf.7dd314",
-                "b6394cd1.ba808",
-                "fd77e0c6.85fc6",
-                "23f69fb5.8200b",
-                "46875c25.62c1e4"
-            ]
-        ]
-    },
-    {
-        "id": "8c266301.64814",
-        "type": "switchNode",
-        "name": "ransim mounted",
-        "xml": "<switch test='`$prop.ransim-mounted`'>\n",
-        "comments": "",
-        "outputs": 1,
-        "x": 3129.045223236084,
-        "y": 2419.3441982269287,
-        "z": "a2c243d0.ad36e",
-        "wires": [
-            [
-                "4de6530b.87c75c",
-                "2614a1d0.83cdbe"
-            ]
-        ]
-    },
-    {
-        "id": "4de6530b.87c75c",
-        "type": "outcome",
-        "name": "Not Mounted",
-        "xml": "<outcome value='false'>\n",
-        "comments": "",
-        "outputs": 1,
-        "x": 3319.0452041625977,
-        "y": 2389.343981742859,
-        "z": "a2c243d0.ad36e",
-        "wires": [
-            [
-                "279ed15.2ad372e"
-            ]
-        ]
-    },
-    {
-        "id": "2614a1d0.83cdbe",
-        "type": "outcome",
-        "name": "Mounted",
-        "xml": "<outcome value='true'>\n",
-        "comments": "",
-        "outputs": 1,
-        "x": 3299.045177459717,
-        "y": 2468.3440732955933,
-        "z": "a2c243d0.ad36e",
-        "wires": [
-            [
-                "9eb2d4d8.cf7e78"
-            ]
-        ]
-    },
-    {
-        "id": "a8e7b986.8215a8",
-        "type": "for",
-        "name": "For CUCPList Entries",
-        "xml": "<for index='id2' start='0' end='`$tmp.CUCPListEntries`' >",
-        "comments": "",
-        "outputs": 1,
-        "x": 1914.045036315918,
-        "y": 2053.343984603882,
-        "z": "a2c243d0.ad36e",
-        "wires": [
-            [
-                "9ca80828.7a69b8",
-                "5543c661.38a3c8",
-                "43bfca68.bb3454",
-                "5d5e00ae.0cb88",
-                "682dfdf2.a09a94"
-            ]
-        ]
-    },
-    {
-        "id": "1b82612b.c6f9ff",
-        "type": "record",
-        "name": "record",
-        "xml": "<record plugin=\"org.onap.ccsdk.sli.core.sli.recording.FileRecorder\">\n<parameter name=\"file\" value=\"/opt/opendaylight/current/data/log/instantiateRANSlice.log\" />\n<parameter name=\"level\" value=\"info\" />\n<parameter name=\"field1\" value=\"Number of CUCP List Entries \"/>\n<parameter name=\"field2\" value=\"`$tmp.CUCPListEntries`\"/>",
-        "comments": "",
-        "outputs": 1,
-        "x": 1829.0451698303223,
-        "y": 1961.3441200256348,
-        "z": "a2c243d0.ad36e",
-        "wires": [
-            []
-        ]
-    },
-    {
-        "id": "710ecb85.658664",
-        "type": "execute",
-        "name": "set CUCP Level parms",
-        "xml": "<execute plugin='org.onap.ccsdk.sli.core.slipluginutils.SliPluginUtils' method='getAttributeValue'>\n\t<parameter name='outputPath' value='tmp.CUCPListEntries' />\n\t<parameter name='source' value=\"`'getRIC-configdb-response.[' + $id1 + '].gNBCUCPList_length'`\" />",
-        "comments": "",
-        "outputs": 1,
-        "x": 1784.045166015625,
-        "y": 1923.3436317443848,
-        "z": "a2c243d0.ad36e",
-        "wires": [
-            []
-        ]
-    },
-    {
-        "id": "f9ad0f26.49749",
-        "type": "execute",
-        "name": "cellCUList Entries",
-        "xml": "<execute plugin='org.onap.ccsdk.sli.core.slipluginutils.SliPluginUtils' method='getAttributeValue'>\n\t<parameter name='outputPath' value='tmp.cellCUListEntries' />\n\t<parameter name='source' value=\"`'getRIC-configdb-response.[' + $id1 + '].gNBCUCPList[' + $id2 + '].cellCUList_length'`\" />",
-        "comments": "",
-        "outputs": 1,
-        "x": 2594.044822692871,
-        "y": 1771.3442404270172,
-        "z": "a2c243d0.ad36e",
-        "wires": [
-            []
-        ]
-    },
-    {
-        "id": "9ca80828.7a69b8",
-        "type": "record",
-        "name": "record",
-        "xml": "<record plugin=\"org.onap.ccsdk.sli.core.sli.recording.FileRecorder\">\n<parameter name=\"file\" value=\"/opt/opendaylight/current/data/log/instantiateRANSlice.log\" />\n<parameter name=\"level\" value=\"info\" />\n<parameter name=\"field1\" value=\"Numberof cellCU of Entries \"/>\n<parameter name=\"field2\" value=\"`$tmp.cellCUListEntries`\"/>\n<parameter name=\"field3\" value=\"`$tmp.gNBCUCPList.gNBCUName`\"/>\n<parameter name=\"field4\" value=\"`$tmp.gNBCUCPList.gNBId`\"/>\n<parameter name=\"field5\" value=\"`$tmp.gNBCUCPList.gNBIdLengthh`\"/>\n<parameter name=\"field6\" value=\"`$tmp.gNBCUCPList.nFType`\"/>\n<parameter name=\"field7\" value=\"`$tmp.gNBCUCPList.pLMNId`\"/>",
-        "comments": "",
-        "outputs": 1,
-        "x": 2192.0453090667725,
-        "y": 1977.3441038131714,
-        "z": "a2c243d0.ad36e",
-        "wires": [
-            []
-        ]
-    },
-    {
-        "id": "5543c661.38a3c8",
-        "type": "block",
-        "name": "cellCUCPList Level Parms",
-        "xml": "<block atomic='true'>",
-        "atomic": "true",
-        "comments": "",
-        "outputs": 1,
-        "x": 2261.0450439453125,
-        "y": 1874.3439235687256,
-        "z": "a2c243d0.ad36e",
-        "wires": [
-            [
-                "f9ad0f26.49749",
-                "6f26c34e.2bacfc",
-                "91b35b58.1ad348",
-                "3fa17b83.299864",
-                "4fe1f3c4.97262c",
-                "6787dd46.a4cdd4"
-            ]
-        ]
-    },
-    {
-        "id": "6f26c34e.2bacfc",
-        "type": "execute",
-        "name": "gNBCUCPList.gNBCUName",
-        "xml": "<execute plugin='org.onap.ccsdk.sli.core.slipluginutils.SliPluginUtils' method='getAttributeValue'>\n\t<parameter name='outputPath' value='tmp.gNBCUCPList.gNBCUName' />\n\t<parameter name='source' value=\"`'getRIC-configdb-response.[' + $id1 + '].gNBCUCPList[' + $id2 + '].gNBCUName'`\" />\n",
-        "comments": "",
-        "outputs": 1,
-        "x": 2623.0448608398438,
-        "y": 1814.3438634872437,
-        "z": "a2c243d0.ad36e",
-        "wires": [
-            []
-        ]
-    },
-    {
-        "id": "91b35b58.1ad348",
-        "type": "execute",
-        "name": "gNBCUCPList-gNBId",
-        "xml": "<execute plugin='org.onap.ccsdk.sli.core.slipluginutils.SliPluginUtils' method='getAttributeValue'>\n\t<parameter name='outputPath' value='tmp.gNBCUCPList.gNBId' />\n\t<parameter name='source' value=\"`'getRIC-configdb-response.[' + $id1 + '].gNBCUCPList[' + $id2 + '].gNBId'`\" />",
-        "comments": "",
-        "outputs": 1,
-        "x": 2638.0451622009277,
-        "y": 1863.3439855575562,
-        "z": "a2c243d0.ad36e",
-        "wires": [
-            []
-        ]
-    },
-    {
-        "id": "3fa17b83.299864",
-        "type": "execute",
-        "name": "gNBCUCPList-gNBIdLength",
-        "xml": "<execute plugin='org.onap.ccsdk.sli.core.slipluginutils.SliPluginUtils' method='getAttributeValue'>\n\t<parameter name='outputPath' value='tmp.gNBCUCPList.gNBIdLength' />\n\t<parameter name='source' value=\"`'getRIC-configdb-response.[' + $id1 + '].gNBCUCPList[' + $id2 + '].gNBIdLength'`\" />",
-        "comments": "",
-        "outputs": 1,
-        "x": 2664.0450439453125,
-        "y": 1912.3441066741943,
-        "z": "a2c243d0.ad36e",
-        "wires": [
-            []
-        ]
-    },
-    {
-        "id": "4fe1f3c4.97262c",
-        "type": "execute",
-        "name": "gNBCUCPList-pLMNId",
-        "xml": "<execute plugin='org.onap.ccsdk.sli.core.slipluginutils.SliPluginUtils' method='getAttributeValue'>\n\t<parameter name='outputPath' value='tmp.gNBCUCPList.pLMNId' />\n\t<parameter name='source' value=\"`'getRIC-configdb-response.[' + $id1 + '].gNBCUCPList[' + $id2 + '].pLMNId'`\" />",
-        "comments": "",
-        "outputs": 1,
-        "x": 2677.0450439453125,
-        "y": 2004.3439855575562,
-        "z": "a2c243d0.ad36e",
-        "wires": [
-            []
-        ]
-    },
-    {
-        "id": "43bfca68.bb3454",
-        "type": "for",
-        "name": "For List of Cells ",
-        "xml": "<for index='id3' start='0' end='`$getListofCells-configdb-response._length `' >",
-        "comments": "",
-        "outputs": 1,
-        "x": 2337.0350341796875,
-        "y": 2283.343984603882,
-        "z": "a2c243d0.ad36e",
-        "wires": [
-            [
-                "6f40dd43.c32694",
-                "cde223c2.7eeac"
-            ]
-        ]
-    },
-    {
-        "id": "187d9e29.2ec5c2",
-        "type": "block",
-        "name": "pLMNInfoList Level Parms",
-        "xml": "<block atomic='true'>",
-        "atomic": "true",
-        "comments": "",
-        "outputs": 1,
-        "x": 3291.0347862243652,
-        "y": 2148.3438930511475,
-        "z": "a2c243d0.ad36e",
-        "wires": [
-            [
-                "ad74bbed.c00fc8"
-            ]
-        ]
-    },
-    {
-        "id": "ad74bbed.c00fc8",
-        "type": "execute",
-        "name": "pLMNInfoListEntries",
-        "xml": "<execute plugin='org.onap.ccsdk.sli.core.slipluginutils.SliPluginUtils' method='getAttributeValue'>\n\t<parameter name='outputPath' value='tmp.pLMNInfoListEntries' />\n\t<parameter name='source' value=\"`'getRIC-configdb-response.[' + $id1 + '].gNBCUCPList[' + $id2 + '].cellCUList[' + $id3 + '].pLMNInfoList_length'`\" />",
-        "comments": "",
-        "outputs": 1,
-        "x": 3556.0348014831543,
-        "y": 2126.3438835144043,
-        "z": "a2c243d0.ad36e",
-        "wires": [
-            []
-        ]
-    },
-    {
-        "id": "1c9c9154.0f3fdf",
-        "type": "record",
-        "name": "record",
-        "xml": "<record plugin=\"org.onap.ccsdk.sli.core.sli.recording.FileRecorder\">\n<parameter name=\"file\" value=\"/opt/opendaylight/current/data/log/instantiateRANSlice.log\" />\n<parameter name=\"level\" value=\"info\" />\n<parameter name=\"field1\" value=\"Numberof pLMNInfoList Entries \"/>\n<parameter name=\"field2\" value=\"`$tmp.pLMNInfoListEntries`\"/>\n<parameter name=\"field3\" value=\"cellLocalId from Relevant cells \"/>\n<parameter name=\"field4\" value=\"`$tmp.cellLocalId`\"/>",
-        "comments": "",
-        "outputs": 1,
-        "x": 3258.0348014831543,
-        "y": 2206.3438835144043,
-        "z": "a2c243d0.ad36e",
-        "wires": [
-            []
-        ]
-    },
-    {
-        "id": "17779f4e.286261",
-        "type": "for",
-        "name": "For pLMNInfoListEntries",
-        "xml": "<for index='id4' start='0' end='`$tmp.pLMNInfoListEntries`' >",
-        "comments": "",
-        "outputs": 1,
-        "x": 3289.0348014831543,
-        "y": 2304.3438835144043,
-        "z": "a2c243d0.ad36e",
-        "wires": [
-            [
-                "6b57e443.91655c"
-            ]
-        ]
-    },
-    {
-        "id": "5d5e00ae.0cb88",
-        "type": "record",
-        "name": "record",
-        "xml": "<record plugin=\"org.onap.ccsdk.sli.core.sli.recording.FileRecorder\">\n<parameter name=\"file\" value=\"/opt/opendaylight/current/data/log/instantiateRANSlice.log\" />\n<parameter name=\"level\" value=\"info\" />\n<parameter name=\"field1\" value=\"MCC \"/>\n<parameter name=\"field2\" value=\"`$tmp.mcc`\"/>\n<parameter name=\"field3\" value=\"MNC \"/>\n<parameter name=\"field4\" value=\"`$tmp.mnc`\"/>\n<parameter name=\"field5\" value=\"Calculated uLThptPerSlice \"/>\n<parameter name=\"field6\" value=\"`$tmp.uLThptPerSlice`\"/>\n<parameter name=\"field7\" value=\"Calculated dLThptPerSlice \"/>\n<parameter name=\"field8\" value=\"`$tmp.dLThptPerSlice`\"/>\n<parameter name=\"field9\" value=\"Calculated maxNumberOfConns \"/>\n<parameter name=\"field10\" value=\"`$tmp.maxNumberOfConns`\"/>",
-        "comments": "",
-        "outputs": 1,
-        "x": 2191.034843444824,
-        "y": 2018.3438596725464,
-        "z": "a2c243d0.ad36e",
-        "wires": [
-            []
-        ]
-    },
-    {
-        "id": "6b57e443.91655c",
-        "type": "block",
-        "name": "pLMNInfoList Parms",
-        "xml": "<block atomic='true'>",
-        "atomic": "true",
-        "comments": "",
-        "outputs": 1,
-        "x": 3509.0348014831543,
-        "y": 2300.3438835144043,
-        "z": "a2c243d0.ad36e",
-        "wires": [
-            [
-                "4c6feaf5.7fba14",
-                "30d1533e.6dc58c"
-            ]
-        ]
-    },
-    {
-        "id": "4c6feaf5.7fba14",
-        "type": "execute",
-        "name": "sNSSAI",
-        "xml": "<execute plugin='org.onap.ccsdk.sli.core.slipluginutils.SliPluginUtils' method='getAttributeValue'>\n\t<parameter name='outputPath' value='tmp.fromRAN.sNSSAI' />\n\t<parameter name='source' value=\"`'getRIC-configdb-response.[' + $id1 + '].gNBDUList[' + $id2 + '].cellDUList[' + $id3 + '].pLMNInfoList[' + $id4 + '].sNSSAI.sNSSAI'`\" />",
-        "comments": "",
-        "outputs": 1,
-        "x": 3683.034854888916,
-        "y": 2256.3438835144043,
-        "z": "a2c243d0.ad36e",
-        "wires": [
-            []
-        ]
-    },
-    {
-        "id": "e271a58a.b0ffb8",
-        "type": "comment",
-        "name": "Check if sNSSAI already exists in YANG tree",
-        "info": "This needs more work. If sNSSAI already exists in the YANG tree, need to patch the existing pLMNInfoList entry",
-        "comments": "",
-        "x": 3361.0348014831543,
-        "y": 2255.3438835144043,
-        "z": "a2c243d0.ad36e",
-        "wires": []
-    },
-    {
-        "id": "30d1533e.6dc58c",
-        "type": "record",
-        "name": "record",
-        "xml": "<record plugin=\"org.onap.ccsdk.sli.core.sli.recording.FileRecorder\">\n<parameter name=\"file\" value=\"/opt/opendaylight/current/data/log/instantiateRANSlice.log\" />\n<parameter name=\"level\" value=\"info\" />\n<parameter name=\"field1\" value=\"sNSSAI from RAN to check if already exists \"/>\n<parameter name=\"field2\" value=\"`$tmp.fromRAN.sNSSAI`\"/>\n",
-        "comments": "",
-        "outputs": 1,
-        "x": 3686.0348014831543,
-        "y": 2320.3438835144043,
-        "z": "a2c243d0.ad36e",
-        "wires": [
-            []
-        ]
-    },
-    {
-        "id": "99f93c97.194db",
-        "type": "execute",
-        "name": "cellLocalId",
-        "xml": "<execute plugin='org.onap.ccsdk.sli.core.slipluginutils.SliPluginUtils' method='getAttributeValue'>\n\t<parameter name='outputPath' value='tmp.cellLocalId' />\n\t<parameter name='source' value=\"`'getRIC-configdb-response.[' + $id1 + '].gNBCUCPList[' + $id2 + '].cellCUList[' + $id3 + '].cellLocalId'`\" />",
-        "comments": "",
-        "outputs": 1,
-        "x": 3533.0347938537598,
-        "y": 2186.3438682556152,
-        "z": "a2c243d0.ad36e",
-        "wires": [
-            []
-        ]
-    },
-    {
-        "id": "c1ec32d1.c6276",
-        "type": "record",
-        "name": "record",
-        "xml": "<record plugin=\"org.onap.ccsdk.sli.core.sli.recording.FileRecorder\">\n<parameter name=\"file\" value=\"/opt/opendaylight/current/data/log/instantiateRANSlice.log\" />\n<parameter name=\"level\" value=\"info\" />\n<parameter name=\"field1\" value=\"Setting variables for PLMNInfoList Entry Add to NRCellCU\"/>\n<parameter name=\"field2\" value=\"`$prop.controller.url + $tmp.addPLMNInfoListEntry.ToNRCellCU.url`\"/>\n<parameter name=\"field3\" value=\"`$tmp.mcc`\"/>\n<parameter name=\"field4\" value=\"`$tmp.mnc`\"/>\n<parameter name=\"field5\" value=\"`$payloadJson.input.sliceProfile.sNSSAI`\"/>\n<parameter name=\"field6\" value=\"`$tmp.uLThptPerSlice`\"/>\n<parameter name=\"field7\" value=\"`$tmp.dLThptPerSlice`\"/>",
-        "comments": "",
-        "outputs": 1,
-        "x": 3470.0460510253906,
-        "y": 2759.6775789260864,
-        "z": "a2c243d0.ad36e",
-        "wires": [
-            []
-        ]
-    },
-    {
-        "id": "ab4851e7.0f9ee",
-        "type": "block",
-        "name": "Add PLMNInfoList Entry",
-        "xml": "<block atomic='true'>",
-        "atomic": "true",
-        "comments": "",
-        "outputs": 1,
-        "x": 3175.044895172119,
-        "y": 2695.6879539489746,
-        "z": "a2c243d0.ad36e",
-        "wires": [
-            [
-                "c1ec32d1.c6276",
-                "beb3a47.42a9258",
-                "802cbeb3.3d87",
-                "2ecc44f3.d76d9c",
-                "bfe1ee22.42a44",
-                "b30eda44.936178",
-                "8c266301.64814",
-                "838435d2.bd42f8",
-                "43439aa8.8be184"
-            ]
-        ]
-    },
-    {
-        "id": "838435d2.bd42f8",
-        "type": "execute",
-        "name": "add PLMNInfoListEntry ToNRCellCU using PUT",
-        "xml": "<execute plugin='org.onap.ccsdk.sli.plugins.restapicall.RestapiCallNode' method='sendRequest' >\n<parameter name=\"templateFileName\" value=\"`$prop.restapi.templateDir + '/ranSlice-add-get-PLMNInfoListEntry-NRCellCU.json'`\" />\n<parameter name=\"restapiUrl\" value=\"`$prop.controller.url + $tmp.addPLMNInfoListEntry.ToNRCellCU.url`\"/>\n<parameter name=\"restapiUser\" value=\"`$prop.controller.user`\" />\n<parameter name=\"restapiPassword\" value=\"`$prop.controller.pwd`\"/>\n<parameter name=\"httpMethod\" value=\"PUT\"/>\n<parameter name=\"responsePrefix\" value=\"PLMNInfoListEntry-response\"/>\n<parameter name='contentType' value='application/json' /> \n<parameter name='format' value='json' />",
-        "comments": "",
-        "outputs": 1,
-        "x": 3577.045585632324,
-        "y": 2834.6879138946533,
-        "z": "a2c243d0.ad36e",
-        "wires": [
-            [
-                "8fe41d06.867a5",
-                "75fcc892.b62638"
-            ]
-        ]
-    },
-    {
-        "id": "beb3a47.42a9258",
-        "type": "record",
-        "name": "record",
-        "xml": "<record plugin=\"org.onap.ccsdk.sli.core.sli.recording.FileRecorder\">\n<parameter name=\"file\" value=\"/opt/opendaylight/current/data/log/instantiateRANSlice.log\" />\n<parameter name=\"level\" value=\"info\" />\n<parameter name=\"field1\" value=\"Add PLMNInfoListEntry ToNRCellCU URL\"/>\n<parameter name=\"field2\" value=\"`$tmp.addPLMNInfoListEntry.ToNRCellCU.url`\"/>",
-        "comments": "",
-        "outputs": 1,
-        "x": 3464.0450134277344,
-        "y": 2727.6881380081177,
-        "z": "a2c243d0.ad36e",
-        "wires": [
-            []
-        ]
-    },
-    {
-        "id": "279ed15.2ad372e",
-        "type": "execute",
-        "name": "generate addPLMNInfoListEntry.ToNRCellDU",
-        "xml": "<execute plugin='org.onap.ccsdk.sli.core.slipluginutils.SliStringUtils' method='replace' >\n    <parameter name=\"source\" value=\"`$prop.restapi.addPLMNInfoListEntry.ToNRCellCU`\"/>\n    <parameter name=\"outputPath\" value=\"tmp.addPLMNInfoListEntry.ToNRCellCU.url\"/>\n    <parameter name=\"target\" value=\"{idNearRTRIC}\"/>\n    <parameter name=\"replacement\" value=\"`$tmp.nearRTRICId`\"/>",
-        "comments": "",
-        "outputs": 1,
-        "x": 3604.0451316833496,
-        "y": 2389.3441314697266,
-        "z": "a2c243d0.ad36e",
-        "wires": [
-            []
-        ]
-    },
-    {
-        "id": "802cbeb3.3d87",
-        "type": "execute",
-        "name": "Populate idGNBDUFunction",
-        "xml": "<execute plugin='org.onap.ccsdk.sli.core.slipluginutils.SliStringUtils' method='replace' >\n    <parameter name=\"source\" value=\"`$tmp.addPLMNInfoListEntry.ToNRCellCU.url`\"/>\n    <parameter name=\"outputPath\" value=\"tmp.addPLMNInfoListEntry.ToNRCellCU.url\"/>\n    <parameter name=\"target\" value=\"{idGNBCUCPFunction}\"/>\n    <parameter name=\"replacement\" value=\"`$tmp.gNBCUCPList.gNBCUName`\"/>",
-        "comments": "",
-        "outputs": 1,
-        "x": 3486.034923553467,
-        "y": 2525.3439536094666,
-        "z": "a2c243d0.ad36e",
-        "wires": [
-            []
-        ]
-    },
-    {
-        "id": "2ecc44f3.d76d9c",
-        "type": "execute",
-        "name": "Populate idNRCellDU",
-        "xml": "<execute plugin='org.onap.ccsdk.sli.core.slipluginutils.SliStringUtils' method='replace' >\n    <parameter name=\"source\" value=\"`$tmp.addPLMNInfoListEntry.ToNRCellCU.url`\"/>\n    <parameter name=\"outputPath\" value=\"tmp.addPLMNInfoListEntry.ToNRCellCU.url\"/>\n    <parameter name=\"target\" value=\"{idNRCellCU}\"/>\n    <parameter name=\"replacement\" value=\"`$tmp.cellLocalId`\"/>",
-        "comments": "",
-        "outputs": 1,
-        "x": 3474.0349197387695,
-        "y": 2571.344014644623,
-        "z": "a2c243d0.ad36e",
-        "wires": [
-            []
-        ]
-    },
-    {
-        "id": "bfe1ee22.42a44",
-        "type": "execute",
-        "name": "Populate mcc",
-        "xml": "<execute plugin='org.onap.ccsdk.sli.core.slipluginutils.SliStringUtils' method='replace' >\n    <parameter name=\"source\" value=\"`$tmp.addPLMNInfoListEntry.ToNRCellCU.url`\"/>\n    <parameter name=\"outputPath\" value=\"tmp.addPLMNInfoListEntry.ToNRCellCU.url\"/>\n    <parameter name=\"target\" value=\"{mcc}\"/>\n    <parameter name=\"replacement\" value=\"`$tmp.mcc`\"/>",
-        "comments": "",
-        "outputs": 1,
-        "x": 3461.034921646118,
-        "y": 2612.344076156616,
-        "z": "a2c243d0.ad36e",
-        "wires": [
-            []
-        ]
-    },
-    {
-        "id": "b30eda44.936178",
-        "type": "execute",
-        "name": "Populate mnc",
-        "xml": "<execute plugin='org.onap.ccsdk.sli.core.slipluginutils.SliStringUtils' method='replace' >\n    <parameter name=\"source\" value=\"`$tmp.addPLMNInfoListEntry.ToNRCellCU.url`\"/>\n    <parameter name=\"outputPath\" value=\"tmp.addPLMNInfoListEntry.ToNRCellCU.url\"/>\n    <parameter name=\"target\" value=\"{mnc}\"/>\n    <parameter name=\"replacement\" value=\"`$tmp.mnc`\"/>",
-        "comments": "",
-        "outputs": 1,
-        "x": 3469.0349197387695,
-        "y": 2653.3439540863037,
-        "z": "a2c243d0.ad36e",
-        "wires": [
-            []
-        ]
-    },
-    {
-        "id": "8fe41d06.867a5",
-        "type": "failure",
-        "name": "failure",
-        "xml": "<outcome value='failure'>\n",
-        "comments": "",
-        "outputs": 1,
-        "x": 3693.0452461242676,
-        "y": 2632.6772565841675,
-        "z": "a2c243d0.ad36e",
-        "wires": [
-            [
-                "cd63ae6f.28aa2"
-            ]
-        ]
-    },
-    {
-        "id": "75fcc892.b62638",
-        "type": "success",
-        "name": "success",
-        "xml": "<outcome value='success'>\n",
-        "comments": "",
-        "outputs": 1,
-        "x": 3986.0452880859375,
-        "y": 2854.677348136902,
-        "z": "a2c243d0.ad36e",
-        "wires": [
-            [
-                "ab087827.837cc8"
-            ]
-        ]
-    },
-    {
-        "id": "cd63ae6f.28aa2",
-        "type": "block",
-        "name": "block",
-        "xml": "<block>\n",
-        "atomic": "false",
-        "comments": "",
-        "outputs": 1,
-        "x": 3827.0452461242676,
-        "y": 2639.67737865448,
-        "z": "a2c243d0.ad36e",
-        "wires": [
-            [
-                "b401bba5.20bc28",
-                "43e9fff0.abfbe"
-            ]
-        ]
-    },
-    {
-        "id": "ab087827.837cc8",
-        "type": "block",
-        "name": "block",
-        "xml": "<block>\n",
-        "atomic": "false",
-        "comments": "",
-        "outputs": 1,
-        "x": 4161.044967651367,
-        "y": 2851.677348136902,
-        "z": "a2c243d0.ad36e",
-        "wires": [
-            [
-                "d9442d8c.c27f1"
-            ]
-        ]
-    },
-    {
-        "id": "b401bba5.20bc28",
-        "type": "returnFailure",
-        "name": "return failure",
-        "xml": "<return status='failure'>\n<parameter name='ack-final' value='Y'/>\n<parameter name=\"error-code\" value=\"500\" />\n<parameter name=\"error-message\" value=\"Error adding PLMNInfoList Entry to NRCellCU\" />",
-        "comments": "",
-        "x": 3973.044921875,
-        "y": 2739.6774587631226,
-        "z": "a2c243d0.ad36e",
-        "wires": []
-    },
-    {
-        "id": "d9442d8c.c27f1",
-        "type": "record",
-        "name": "record",
-        "xml": "<record plugin=\"org.onap.ccsdk.sli.core.sli.recording.FileRecorder\">\n<parameter name=\"file\" value=\"/opt/opendaylight/current/data/log/instantiateRANSlice.log\" />\n<parameter name=\"level\" value=\"info\" />\n<parameter name=\"field1\" value=\"PLMNInfo List Entry Add to NRCELLCU Executed Successfully \"/>",
-        "comments": "",
-        "outputs": 1,
-        "x": 4316.0456199646,
-        "y": 2843.677673816681,
-        "z": "a2c243d0.ad36e",
-        "wires": [
-            []
-        ]
-    },
-    {
-        "id": "d873f56a.9437a8",
-        "type": "set",
-        "name": "Calculate RRM Parms",
-        "xml": "<set>\n<parameter name='tmp.maxNumberOfConns' value='`$payloadJson.input.sliceProfile.maxNumberofConns`' />\n<parameter name='tmp.uLThptPerSlice' value='`$payloadJson.input.sliceProfile.uLThptPerSlice`' />\n<parameter name='tmp.dLThptPerSlice' value='`$payloadJson.input.sliceProfile.dLThptPerSlice`' />",
-        "comments": "",
-        "x": 1899.034755706787,
-        "y": 2008.3441219329834,
-        "z": "a2c243d0.ad36e",
-        "wires": []
-    },
-    {
-        "id": "2af64058.5839f",
-        "type": "execute",
-        "name": "generate addPLMNInfoListEntry.ToNRCellDU",
-        "xml": "<execute plugin='org.onap.ccsdk.sli.core.slipluginutils.SliStringUtils' method='replace' >\n    <parameter name=\"source\" value=\"`$prop.restapi.addPLMNInfoListEntry.ToNRCellCU.ransim-mounted`\"/>\n    <parameter name=\"outputPath\" value=\"tmp.addPLMNInfoListEntry.ToNRCellCU.url\"/>\n    <parameter name=\"target\" value=\"{idNearRTRIC}\"/>\n    <parameter name=\"replacement\" value=\"`$tmp.nearRTRICId`\"/>",
-        "comments": "",
-        "outputs": 1,
-        "x": 3799.0348587036133,
-        "y": 2433.344012260437,
-        "z": "a2c243d0.ad36e",
-        "wires": [
-            []
-        ]
-    },
-    {
-        "id": "9eb2d4d8.cf7e78",
-        "type": "block",
-        "name": "ransim  URL",
-        "xml": "<block atomic='true'>",
-        "atomic": "true",
-        "comments": "",
-        "outputs": 1,
-        "x": 3492.034828186035,
-        "y": 2463.3440732955933,
-        "z": "a2c243d0.ad36e",
-        "wires": [
-            [
-                "2af64058.5839f",
-                "a0a0362a.295108"
-            ]
-        ]
-    },
-    {
-        "id": "a0a0362a.295108",
-        "type": "execute",
-        "name": "populate mountName",
-        "xml": "<execute plugin='org.onap.ccsdk.sli.core.slipluginutils.SliStringUtils' method='replace' >\n    <parameter name=\"source\" value=\"`$tmp.addPLMNInfoListEntry.ToNRCellCU.url`\"/>\n    <parameter name=\"outputPath\" value=\"tmp.addPLMNInfoListEntry.ToNRCellCU.url\"/>\n    <parameter name=\"target\" value=\"{mountName}\"/>\n    <parameter name=\"replacement\" value=\"`$tmp.gNBCUCPList.gNBCUName`\"/>",
-        "comments": "",
-        "outputs": 1,
-        "x": 3743.035259246826,
-        "y": 2486.3442058563232,
-        "z": "a2c243d0.ad36e",
-        "wires": [
-            []
-        ]
-    },
-    {
-        "id": "adc8ef28.065cf",
-        "type": "block",
-        "name": "Get Cells List in TA",
-        "xml": "<block atomic='true'>",
-        "atomic": "true",
-        "comments": "",
-        "outputs": 1,
-        "x": 1513.3684043884277,
-        "y": 568.4552726745605,
-        "z": "a2c243d0.ad36e",
-        "wires": [
-            [
-                "8fb0f823.745438"
-            ]
-        ]
-    },
-    {
-        "id": "31f24c7a.033584",
-        "type": "execute",
-        "name": "generate getListOfCells URL",
-        "xml": "<execute plugin='org.onap.ccsdk.sli.core.slipluginutils.SliStringUtils' method='replace' >\n    <parameter name=\"source\" value=\"`$prop.restapi.configdb.getListOfCells`\"/>\n    <parameter name=\"outputPath\" value=\"tmp.configdb.getListOfCells.url\"/>\n    <parameter name=\"target\" value=\"{trackingArea}\"/>\n    <parameter name=\"replacement\" value=\"`$tmp.payload.trackingArea`\"/>",
-        "comments": "",
-        "outputs": 1,
-        "x": 2109.3683013916016,
-        "y": 434.010799407959,
-        "z": "a2c243d0.ad36e",
-        "wires": [
-            []
-        ]
-    },
-    {
-        "id": "8282f63d.edb3e8",
-        "type": "record",
-        "name": "record configdb RestAPI parms",
-        "xml": "<record plugin=\"org.onap.ccsdk.sli.core.sli.recording.FileRecorder\">\n<parameter name=\"file\" value=\"/opt/opendaylight/current/data/log/instantiateRANSlice.log\" />\n<parameter name=\"level\" value=\"info\" />\n<parameter name=\"field1\" value=\"URL for configDB Get getListOfCells for tracking area\"/>\n<parameter name='field2' value=\"`$prop.configdb.url + $tmp.configdb.getListOfCells.url`\" />\n<parameter name='field3' value=\"`$tmp.payload.trackingArea`\" />",
-        "comments": "",
-        "outputs": 1,
-        "x": 2108.8130645751953,
-        "y": 483.7887592315674,
-        "z": "a2c243d0.ad36e",
-        "wires": [
-            []
-        ]
-    },
-    {
-        "id": "e13282a4.a3907",
-        "type": "execute",
-        "name": "Get ListOfCells for TrackingArea",
-        "xml": "<execute plugin='org.onap.ccsdk.sli.plugins.restapicall.RestapiCallNode' method='sendRequest' >\n<parameter name=\"restapiUrl\" value=\"`$prop.configdb.url + $tmp.configdb.getListOfCells.url`\"/>\n<parameter name=\"httpMethod\" value=\"GET\"/>\n<parameter name=\"responsePrefix\" value=\"getListofCells-configdb-response\"/>\n<parameter name='contentType' value='application/json' /> \n<parameter name='format' value='json' />\n<parameter name='accept' value='application/json' />",
-        "comments": "",
-        "outputs": 1,
-        "x": 2004.1461486816406,
-        "y": 532.3442220687866,
-        "z": "a2c243d0.ad36e",
-        "wires": [
-            [
-                "c31db141.98cac",
-                "a6323108.93f56"
-            ]
-        ]
-    },
-    {
-        "id": "c31db141.98cac",
-        "type": "failure",
-        "name": "failure",
-        "xml": "<outcome value='failure'>\n",
-        "comments": "",
-        "outputs": 1,
-        "x": 2320.0348224639893,
-        "y": 503.0109806060791,
-        "z": "a2c243d0.ad36e",
-        "wires": [
-            [
-                "11882eea.3db001"
-            ]
-        ]
-    },
-    {
-        "id": "a6323108.93f56",
-        "type": "success",
-        "name": "success",
-        "xml": "<outcome value='success'>\n",
-        "comments": "",
-        "outputs": 1,
-        "x": 2230.146026611328,
-        "y": 550.122091293335,
-        "z": "a2c243d0.ad36e",
-        "wires": [
-            [
-                "a9f1003c.ec97"
-            ]
-        ]
-    },
-    {
-        "id": "11882eea.3db001",
-        "type": "block",
-        "name": "block",
-        "xml": "<block>",
-        "atomic": "false",
-        "comments": "",
-        "outputs": 1,
-        "x": 2495.034797668457,
-        "y": 529.3442535400391,
-        "z": "a2c243d0.ad36e",
-        "wires": [
-            [
-                "b4c03a19.bdd178",
-                "acb38315.12af",
-                "43e9fff0.abfbe"
-            ]
-        ]
-    },
-    {
-        "id": "a9f1003c.ec97",
-        "type": "block",
-        "name": "block",
-        "xml": "<block>\n",
-        "atomic": "false",
-        "comments": "",
-        "outputs": 1,
-        "x": 2215.034553527832,
-        "y": 660.3443374633789,
-        "z": "a2c243d0.ad36e",
-        "wires": [
-            [
-                "922c1b1e.a832f8",
-                "1224f25a.64c56e",
-                "d2a1e3b1.98234"
-            ]
-        ]
-    },
-    {
-        "id": "b4c03a19.bdd178",
-        "type": "returnFailure",
-        "name": "return failure",
-        "xml": "<return status='failure'>\n<parameter name='ack-final' value='Y'/>\n<parameter name='error-code' value='500'/>\n<parameter name='error-message' value='Error Getting Info from ConfigDB. Aborting RPC executiopn'/>",
-        "comments": "",
-        "x": 2431.034553527832,
-        "y": 607.34423828125,
-        "z": "a2c243d0.ad36e",
-        "wires": []
-    },
-    {
-        "id": "922c1b1e.a832f8",
-        "type": "record",
-        "name": "record",
-        "xml": "<record plugin=\"org.onap.ccsdk.sli.core.sli.recording.FileRecorder\">\n<parameter name=\"file\" value=\"/opt/opendaylight/current/data/log/instantiateRANSlice.log\" />\n<parameter name=\"level\" value=\"info\" />\n<parameter name=\"field1\" value=\"Successfully Obtained List of Cells from ConfigDB\"/>\n<parameter name=\"field2\" value=\"`$getListofCells-configdb-response._length`\"/>\n<parameter name=\"field3\" value=\"List of Cells in the Tracking Area Relevant for RAN Slice Instantiation \"/>",
-        "comments": "",
-        "outputs": 1,
-        "x": 2375.034523010254,
-        "y": 655.3442459106445,
-        "z": "a2c243d0.ad36e",
-        "wires": [
-            []
-        ]
-    },
-    {
-        "id": "acb38315.12af",
-        "type": "set",
-        "name": "set",
-        "xml": "<set>\n<parameter name='error-code' value='500'/>\n<parameter name='error-message' value='Error Getting Info from ConfigDB. Aborting RPC executiopn'/>",
-        "comments": "",
-        "x": 2475.0348892211914,
-        "y": 467.4552993774414,
-        "z": "a2c243d0.ad36e",
-        "wires": []
-    },
-    {
-        "id": "1224f25a.64c56e",
-        "type": "execute",
-        "name": "printContext",
-        "xml": "<execute plugin='org.onap.ccsdk.sli.core.slipluginutils.SliPluginUtils' method='printContext' >\n<parameter name='filename' value='/opt/opendaylight/current/data/log/ranSlice-instantiateRANSlice-configrsp-context.log' />\n\n\n",
-        "comments": "",
-        "outputs": 1,
-        "x": 2394.812843322754,
-        "y": 799.3442764282227,
-        "z": "a2c243d0.ad36e",
-        "wires": [
-            []
-        ]
-    },
-    {
-        "id": "fba1b48a.719358",
-        "type": "comment",
-        "name": "Connect to AddPLMNInfoList Entry",
-        "info": "when able to talk to latest SDNC",
-        "comments": "",
-        "x": 3473.0346183776855,
-        "y": 2793.6771717071533,
-        "z": "a2c243d0.ad36e",
-        "wires": []
-    },
-    {
-        "id": "841120db.a414c",
-        "type": "switchNode",
-        "name": "ransim mounted",
-        "xml": "<switch test='`$prop.ransim-mounted`'>\n",
-        "comments": "",
-        "outputs": 1,
-        "x": 3328.0346183776855,
-        "y": 2951.010545730591,
-        "z": "a2c243d0.ad36e",
-        "wires": [
-            [
-                "9ae5edcb.0fa6d",
-                "4d3f835.49a0f7c"
-            ]
-        ]
-    },
-    {
-        "id": "9ae5edcb.0fa6d",
-        "type": "outcome",
-        "name": "Not Mounted",
-        "xml": "<outcome value='false'>\n",
-        "comments": "",
-        "outputs": 1,
-        "x": 3523.0346450805664,
-        "y": 2911.010453224182,
-        "z": "a2c243d0.ad36e",
-        "wires": [
-            [
-                "ddf87c90.91d1f"
-            ]
-        ]
-    },
-    {
-        "id": "4d3f835.49a0f7c",
-        "type": "outcome",
-        "name": "Mounted",
-        "xml": "<outcome value='true'>\n",
-        "comments": "",
-        "outputs": 1,
-        "x": 3503.0346183776855,
-        "y": 2990.0105447769165,
-        "z": "a2c243d0.ad36e",
-        "wires": [
-            [
-                "fe2dca65.c59b58"
-            ]
-        ]
-    },
-    {
-        "id": "fd77e0c6.85fc6",
-        "type": "record",
-        "name": "record",
-        "xml": "<record plugin=\"org.onap.ccsdk.sli.core.sli.recording.FileRecorder\">\n<parameter name=\"file\" value=\"/opt/opendaylight/current/data/log/instantiateRANSlice.log\" />\n<parameter name=\"level\" value=\"info\" />\n<parameter name=\"field1\" value=\"Setting variables for addRRMPolicyRatio to NRCellCU\"/>\n<parameter name=\"field2\" value=\"`$prop.controller.url + $tmp.addRRMPolicyRatio.ToNRCellCU.url`\"/>\n<parameter name=\"field3\" value=\"`$tmp.mcc`\"/>\n<parameter name=\"field4\" value=\"`$tmp.mnc`\"/>\n<parameter name=\"field5\" value=\"`$payloadJson.input.sliceProfile.sNSSAI`\"/>\n<parameter name=\"field6\" value=\"`$tmp.uLThptPerSlice`\"/>\n<parameter name=\"field7\" value=\"`$tmp.dLThptPerSlice`\"/>",
-        "comments": "",
-        "outputs": 1,
-        "x": 3475.0357398986816,
-        "y": 3234.3444533348083,
-        "z": "a2c243d0.ad36e",
-        "wires": [
-            []
-        ]
-    },
-    {
-        "id": "23f69fb5.8200b",
-        "type": "execute",
-        "name": "add RRM Policy ToNRCellCU using PUT",
-        "xml": "<execute plugin='org.onap.ccsdk.sli.plugins.restapicall.RestapiCallNode' method='sendRequest' >\n<parameter name=\"templateFileName\" value=\"`$prop.restapi.templateDir + '/ranSlice-add-RRMPolicyRatio-NRCellCU.json'`\" />\n<parameter name=\"restapiUrl\" value=\"`$prop.controller.url + $tmp.addRRMPolicyRatio.ToNRCellCU.url`\"/>\n<parameter name=\"restapiUser\" value=\"`$prop.controller.user`\" />\n<parameter name=\"restapiPassword\" value=\"`$prop.controller.pwd`\"/>\n<parameter name=\"httpMethod\" value=\"PUT\"/>\n<parameter name=\"responsePrefix\" value=\"addRRMPolicyRatio-response\"/>\n<parameter name='contentType' value='application/json' /> \n<parameter name='format' value='json' />",
-        "comments": "",
-        "outputs": 1,
-        "x": 3713.0346336364746,
-        "y": 3287.3541412353516,
-        "z": "a2c243d0.ad36e",
-        "wires": [
-            [
-                "94ce8628.a93ba8",
-                "5d64bd6d.dca184"
-            ]
-        ]
-    },
-    {
-        "id": "b6394cd1.ba808",
-        "type": "record",
-        "name": "record",
-        "xml": "<record plugin=\"org.onap.ccsdk.sli.core.sli.recording.FileRecorder\">\n<parameter name=\"file\" value=\"/opt/opendaylight/current/data/log/instantiateRANSlice.log\" />\n<parameter name=\"level\" value=\"info\" />\n<parameter name=\"field1\" value=\"addRRMPolicyRatio ToNRCellCU URL\"/>\n<parameter name=\"field2\" value=\"`$tmp.addRRMPolicyRatio.ToNRCellCU.url`\"/>",
-        "comments": "",
-        "outputs": 1,
-        "x": 3481.034641265869,
-        "y": 3200.3542795181274,
-        "z": "a2c243d0.ad36e",
-        "wires": [
-            []
-        ]
-    },
-    {
-        "id": "ddf87c90.91d1f",
-        "type": "execute",
-        "name": "generate addRRMPolicy.ToNRCellDU URL",
-        "xml": "<execute plugin='org.onap.ccsdk.sli.core.slipluginutils.SliStringUtils' method='replace' >\n    <parameter name=\"source\" value=\"`$prop.restapi.addRRMPolicyRatio.ToNRCellCU`\"/>\n    <parameter name=\"outputPath\" value=\"tmp.addRRMPolicyRatio.ToNRCellCU.url\"/>\n    <parameter name=\"target\" value=\"{idNearRTRIC}\"/>\n    <parameter name=\"replacement\" value=\"`$tmp.nearRTRICId`\"/>",
-        "comments": "",
-        "outputs": 1,
-        "x": 3806.0346183776855,
-        "y": 2906.010545015335,
-        "z": "a2c243d0.ad36e",
-        "wires": [
-            []
-        ]
-    },
-    {
-        "id": "5faf1669.7c78d8",
-        "type": "execute",
-        "name": "Populate idGNBDUFunction",
-        "xml": "<execute plugin='org.onap.ccsdk.sli.core.slipluginutils.SliStringUtils' method='replace' >\n    <parameter name=\"source\" value=\"`$tmp.addRRMPolicyRatio.ToNRCellCU.url`\"/>\n    <parameter name=\"outputPath\" value=\"tmp.addRRMPolicyRatio.ToNRCellCU.url\"/>\n    <parameter name=\"target\" value=\"{idGNBCUCPFunction}\"/>\n    <parameter name=\"replacement\" value=\"`$tmp.gNBCUCPList.gNBCUName`\"/>",
-        "comments": "",
-        "outputs": 1,
-        "x": 3519.0243797302246,
-        "y": 3042.0106353759766,
-        "z": "a2c243d0.ad36e",
-        "wires": [
-            []
-        ]
-    },
-    {
-        "id": "ffe68efb.6363e",
-        "type": "execute",
-        "name": "Populate idNRCellDU",
-        "xml": "<execute plugin='org.onap.ccsdk.sli.core.slipluginutils.SliStringUtils' method='replace' >\n    <parameter name=\"source\" value=\"`$tmp.addRRMPolicyRatio.ToNRCellCU.url`\"/>\n    <parameter name=\"outputPath\" value=\"tmp.addRRMPolicyRatio.ToNRCellCU.url\"/>\n    <parameter name=\"target\" value=\"{idNRCellCU}\"/>\n    <parameter name=\"replacement\" value=\"`$tmp.cellLocalId`\"/>",
-        "comments": "",
-        "outputs": 1,
-        "x": 3500.0243797302246,
-        "y": 3081.0103912353516,
-        "z": "a2c243d0.ad36e",
-        "wires": [
-            []
-        ]
-    },
-    {
-        "id": "7f374dbf.7dd314",
-        "type": "execute",
-        "name": "Populate id",
-        "xml": "<execute plugin='org.onap.ccsdk.sli.core.slipluginutils.SliStringUtils' method='replace' >\n    <parameter name=\"source\" value=\"`$tmp.addRRMPolicyRatio.ToNRCellCU.url`\"/>\n    <parameter name=\"outputPath\" value=\"tmp.addRRMPolicyRatio.ToNRCellCU.url\"/>\n    <parameter name=\"target\" value=\"{id}\"/>\n    <parameter name=\"replacement\" value=\"`$tmp.RRMPolicyRatioID.NRCellCU`\"/>",
-        "comments": "",
-        "outputs": 1,
-        "x": 3481.024387359619,
-        "y": 3121.0107746124268,
-        "z": "a2c243d0.ad36e",
-        "wires": [
-            []
-        ]
-    },
-    {
-        "id": "94ce8628.a93ba8",
-        "type": "failure",
-        "name": "failure",
-        "xml": "<outcome value='failure'>\n",
-        "comments": "",
-        "outputs": 1,
-        "x": 3764.0347480773926,
-        "y": 3095.3440046310425,
-        "z": "a2c243d0.ad36e",
-        "wires": [
-            [
-                "2ec06fcf.a5a02"
-            ]
-        ]
-    },
-    {
-        "id": "5d64bd6d.dca184",
-        "type": "success",
-        "name": "success",
-        "xml": "<outcome value='success'>\n",
-        "comments": "",
-        "outputs": 1,
-        "x": 4001.0348777770996,
-        "y": 3259.3438873291016,
-        "z": "a2c243d0.ad36e",
-        "wires": [
-            [
-                "c2fdcb62.ef4268"
-            ]
-        ]
-    },
-    {
-        "id": "2ec06fcf.a5a02",
-        "type": "block",
-        "name": "block",
-        "xml": "<block>\n",
-        "atomic": "false",
-        "comments": "",
-        "outputs": 1,
-        "x": 3912.0347480773926,
-        "y": 3122.3440046310425,
-        "z": "a2c243d0.ad36e",
-        "wires": [
-            [
-                "75931b33.e80044",
-                "43e9fff0.abfbe"
-            ]
-        ]
-    },
-    {
-        "id": "c2fdcb62.ef4268",
-        "type": "block",
-        "name": "block",
-        "xml": "<block>\n",
-        "atomic": "false",
-        "comments": "",
-        "outputs": 1,
-        "x": 4165.03438949585,
-        "y": 3264.3438873291016,
-        "z": "a2c243d0.ad36e",
-        "wires": [
-            [
-                "549b3fc8.96cd3"
-            ]
-        ]
-    },
-    {
-        "id": "75931b33.e80044",
-        "type": "returnFailure",
-        "name": "return failure",
-        "xml": "<return status='failure'>\n<parameter name='ack-final' value='Y'/>\n<parameter name=\"error-code\" value=\"500\" />\n<parameter name=\"error-message\" value=\"Error adding RRMPolicyr\" />",
-        "comments": "",
-        "x": 4051.0345039367676,
-        "y": 3194.3440046310425,
-        "z": "a2c243d0.ad36e",
-        "wires": []
-    },
-    {
-        "id": "549b3fc8.96cd3",
-        "type": "record",
-        "name": "record",
-        "xml": "<record plugin=\"org.onap.ccsdk.sli.core.sli.recording.FileRecorder\">\n<parameter name=\"file\" value=\"/opt/opendaylight/current/data/log/instantiateRANSlice.log\" />\n<parameter name=\"level\" value=\"info\" />\n<parameter name=\"field1\" value=\"addRRMPolicyRatio to NRCELLCU Executed Successfully \"/>",
-        "comments": "",
-        "outputs": 1,
-        "x": 4265.0348777771,
-        "y": 3189.3441314697266,
-        "z": "a2c243d0.ad36e",
-        "wires": [
-            []
-        ]
-    },
-    {
-        "id": "98577773.262ea8",
-        "type": "execute",
-        "name": "generate RRMPolicy Ratio URL ToNRCellDU",
-        "xml": "<execute plugin='org.onap.ccsdk.sli.core.slipluginutils.SliStringUtils' method='replace' >\n    <parameter name=\"source\" value=\"`$prop.restapi.addRRMPolicyRatio.ToNRCellCU.ransim-mounted`\"/>\n    <parameter name=\"outputPath\" value=\"tmp.addRRMPolicyRatio.ToNRCellCU.url\"/>\n    <parameter name=\"target\" value=\"{idNearRTRIC}\"/>\n    <parameter name=\"replacement\" value=\"`$tmp.nearRTRICId`\"/>",
-        "comments": "",
-        "outputs": 1,
-        "x": 4002.0243339538574,
-        "y": 2961.0105361938477,
-        "z": "a2c243d0.ad36e",
-        "wires": [
-            []
-        ]
-    },
-    {
-        "id": "fe2dca65.c59b58",
-        "type": "block",
-        "name": "ransim  URL",
-        "xml": "<block atomic='true'>",
-        "atomic": "true",
-        "comments": "",
-        "outputs": 1,
-        "x": 3696.024269104004,
-        "y": 2985.0105447769165,
-        "z": "a2c243d0.ad36e",
-        "wires": [
-            [
-                "98577773.262ea8",
-                "bf08d5b3.25ae68"
-            ]
-        ]
-    },
-    {
-        "id": "bf08d5b3.25ae68",
-        "type": "execute",
-        "name": "populate mountName",
-        "xml": "<execute plugin='org.onap.ccsdk.sli.core.slipluginutils.SliStringUtils' method='replace' >\n    <parameter name=\"source\" value=\"`$tmp.addRRMPolicyRatio.ToNRCellCU.url`\"/>\n    <parameter name=\"outputPath\" value=\"tmp.addRRMPolicyRatio.ToNRCellCU.url\"/>\n    <parameter name=\"target\" value=\"{mountName}\"/>\n    <parameter name=\"replacement\" value=\"`$tmp.gNBCUCPList.gNBCUName`\"/>",
-        "comments": "",
-        "outputs": 1,
-        "x": 3939.024341583252,
-        "y": 3020.0105953216553,
-        "z": "a2c243d0.ad36e",
-        "wires": [
-            []
-        ]
-    },
-    {
-        "id": "7b894075.dd74f",
-        "type": "comment",
-        "name": "Connect to RRM P{olicy Ratio",
-        "info": "when able to talk to latest SDNC",
-        "comments": "",
-        "x": 3684.0241355895996,
-        "y": 3232.3436431884766,
-        "z": "a2c243d0.ad36e",
-        "wires": []
-    },
-    {
-        "id": "6787dd46.a4cdd4",
-        "type": "execute",
-        "name": "gNBCUCPList-nFType",
-        "xml": "<execute plugin='org.onap.ccsdk.sli.core.slipluginutils.SliPluginUtils' method='getAttributeValue'>\n\t<parameter name='outputPath' value='tmp.gNBCUCPList.nFType' />\n\t<parameter name='source' value=\"`'getRIC-configdb-response.[' + $id1 + '].gNBCUCPList[' + $id2 + '].nFType'`\" />",
-        "comments": "",
-        "outputs": 1,
-        "x": 2667.0450401306152,
-        "y": 1955.3440465927124,
-        "z": "a2c243d0.ad36e",
-        "wires": [
-            []
-        ]
-    },
-    {
-        "id": "14cb63b.82fd69c",
-        "type": "block",
-        "name": "CUUP",
-        "xml": "<block atomic='true'>",
-        "atomic": "true",
-        "comments": "",
-        "outputs": 1,
-        "x": 1922.076259613037,
-        "y": 3643.0887603759766,
-        "z": "a2c243d0.ad36e",
-        "wires": [
-            [
-                "3bc10e8d.2d6b92",
-                "38d6cdc8.613fd2",
-                "d1c68da5.d0d84",
-                "ecb96ca1.a1de1"
-            ]
-        ]
-    },
-    {
-        "id": "c357c74b.75e6d8",
-        "type": "block",
-        "name": "Add RRM Policy Ratio",
-        "xml": "<block atomic='true'>",
-        "atomic": "true",
-        "comments": "",
-        "outputs": 1,
-        "x": 3284.076545715332,
-        "y": 5110.08908867836,
-        "z": "a2c243d0.ad36e",
-        "wires": [
-            [
-                "198dc3d1.29f44c",
-                "8ba8507e.f7658",
-                "bf7c7602.b73378",
-                "8106a26d.a53f4",
-                "40ab09b8.6833b8",
-                "f73ed2db.56a39",
-                "dde70b52.a80088"
-            ]
-        ]
-    },
-    {
-        "id": "2e57c1d9.6b4b5e",
-        "type": "switchNode",
-        "name": "ransim mounted",
-        "xml": "<switch test='`$prop.ransim-mounted`'>\n",
-        "comments": "",
-        "outputs": 1,
-        "x": 3480.0762825012207,
-        "y": 4355.089831352234,
-        "z": "a2c243d0.ad36e",
-        "wires": [
-            [
-                "9e38c0e6.d3293",
-                "45236beb.534214"
-            ]
-        ]
-    },
-    {
-        "id": "9e38c0e6.d3293",
-        "type": "outcome",
-        "name": "Not Mounted",
-        "xml": "<outcome value='false'>\n",
-        "comments": "",
-        "outputs": 1,
-        "x": 3721.0762825012207,
-        "y": 4287.089831829071,
-        "z": "a2c243d0.ad36e",
-        "wires": [
-            [
-                "81fc2f10.f969e"
-            ]
-        ]
-    },
-    {
-        "id": "45236beb.534214",
-        "type": "outcome",
-        "name": "Mounted",
-        "xml": "<outcome value='true'>\n",
-        "comments": "",
-        "outputs": 1,
-        "x": 3702.076404571533,
-        "y": 4381.089709281921,
-        "z": "a2c243d0.ad36e",
-        "wires": [
-            [
-                "4133c2c0.2c06ec"
-            ]
-        ]
-    },
-    {
-        "id": "38d6cdc8.613fd2",
-        "type": "for",
-        "name": "For List of CUUP's",
-        "xml": "<for index='id2' start='0' end='`$tmp.CUUPListEntries `' >",
-        "comments": "",
-        "outputs": 1,
-        "x": 2568.0762939453125,
-        "y": 3737.089590072632,
-        "z": "a2c243d0.ad36e",
-        "wires": [
-            [
-                "6837b904.f86678",
-                "5fc3cfcd.058b4",
-                "bfeead35.1b76b",
-                "adcfac1.b165d5",
-                "f793ca09.91fd18",
-                "c357c74b.75e6d8",
-                "f3a2bcbf.8f26c",
-                "a3e55510.78b598"
-            ]
-        ]
-    },
-    {
-        "id": "3bc10e8d.2d6b92",
-        "type": "record",
-        "name": "record",
-        "xml": "<record plugin=\"org.onap.ccsdk.sli.core.sli.recording.FileRecorder\">\n<parameter name=\"file\" value=\"/opt/opendaylight/current/data/log/instantiateRANSlice.log\" />\n<parameter name=\"level\" value=\"info\" />\n<parameter name=\"field1\" value=\"getListofCells-configdb-response. \"/>\n<parameter name=\"field2\" value=\"`$tmp.CUUPListEntries`\"/>",
-        "comments": "",
-        "outputs": 1,
-        "x": 2991.076145172119,
-        "y": 3490.089062690735,
-        "z": "a2c243d0.ad36e",
-        "wires": [
-            []
-        ]
-    },
-    {
-        "id": "d1c68da5.d0d84",
-        "type": "execute",
-        "name": "set CUUP Level parms",
-        "xml": "<execute plugin='org.onap.ccsdk.sli.core.slipluginutils.SliPluginUtils' method='getAttributeValue'>\n\t<parameter name='outputPath' value='tmp.CUUPListEntries' />\n\t<parameter name='source' value=\"`'getRIC-configdb-response.[' + $id1 + '].gNBCUUPList_length'`\" />",
-        "comments": "",
-        "outputs": 1,
-        "x": 2994.0760498046875,
-        "y": 3447.0891456604004,
-        "z": "a2c243d0.ad36e",
-        "wires": [
-            []
-        ]
-    },
-    {
-        "id": "6837b904.f86678",
-        "type": "record",
-        "name": "record",
-        "xml": "<record plugin=\"org.onap.ccsdk.sli.core.sli.recording.FileRecorder\">\n<parameter name=\"file\" value=\"/opt/opendaylight/current/data/log/instantiateRANSlice.log\" />\n<parameter name=\"level\" value=\"info\" />\n<parameter name=\"field1\" value=\"CUCP Details \"/>\n<parameter name=\"field2\" value=\"`$tmp.gNBCUUPList.gNBCUUPId`\"/>\n<parameter name=\"field3\" value=\"`$tmp.gNBCUUPList.gNBId`\"/>\n<parameter name=\"field4\" value=\"`$tmp.gNBCUUPList.gNBIdLength`\"/>\n<parameter name=\"field5\" value=\"`$tmp.gNBCUUPList.pLMNInfoList_length`\"/>\n<parameter name=\"field6\" value=\"`$tmp.payload.pLMNId`\"/>",
-        "comments": "",
-        "outputs": 1,
-        "x": 3478.0760498046875,
-        "y": 3903.0896339416504,
-        "z": "a2c243d0.ad36e",
-        "wires": [
-            []
-        ]
-    },
-    {
-        "id": "5fc3cfcd.058b4",
-        "type": "block",
-        "name": "cellCUUPList Level Parms",
-        "xml": "<block atomic='true'>",
-        "atomic": "true",
-        "comments": "",
-        "outputs": 1,
-        "x": 3444.076187133789,
-        "y": 3832.0892646312714,
-        "z": "a2c243d0.ad36e",
-        "wires": [
-            [
-                "ab3a7539.f0f5b8",
-                "45dd1963.03d668",
-                "2f5ff784.427978",
-                "50fa0621.0df758"
-            ]
-        ]
-    },
-    {
-        "id": "ab3a7539.f0f5b8",
-        "type": "execute",
-        "name": "gNBCUUPList.gNBCUUPId",
-        "xml": "<execute plugin='org.onap.ccsdk.sli.core.slipluginutils.SliPluginUtils' method='getAttributeValue'>\n\t<parameter name='outputPath' value='tmp.gNBCUUPList.gNBCUUPId' />\n\t<parameter name='source' value=\"`'getRIC-configdb-response.[' + $id1 + '].gNBCUUPList[' + $id2 + '].gNBCUUPId'`\" />\n",
-        "comments": "",
-        "outputs": 1,
-        "x": 3881.0762939453125,
-        "y": 3751.089101791382,
-        "z": "a2c243d0.ad36e",
-        "wires": [
-            []
-        ]
-    },
-    {
-        "id": "45dd1963.03d668",
-        "type": "execute",
-        "name": "gNBCUUPList-gNBId",
-        "xml": "<execute plugin='org.onap.ccsdk.sli.core.slipluginutils.SliPluginUtils' method='getAttributeValue'>\n\t<parameter name='outputPath' value='tmp.gNBCUUPList.gNBId' />\n\t<parameter name='source' value=\"`'getRIC-configdb-response.[' + $id1 + '].gNBCUUPList[' + $id2 + '].gNBId'`\" />",
-        "comments": "",
-        "outputs": 1,
-        "x": 3902.0763816833496,
-        "y": 3846.0892486572266,
-        "z": "a2c243d0.ad36e",
-        "wires": [
-            []
-        ]
-    },
-    {
-        "id": "2f5ff784.427978",
-        "type": "execute",
-        "name": "gNBCUUPList-gNBIdLength",
-        "xml": "<execute plugin='org.onap.ccsdk.sli.core.slipluginutils.SliPluginUtils' method='getAttributeValue'>\n\t<parameter name='outputPath' value='tmp.gNBCUUPList.gNBIdLength' />\n\t<parameter name='source' value=\"`'getRIC-configdb-response.[' + $id1 + '].gNBCUUPList[' + $id2 + '].gNBIdLength'`\" />",
-        "comments": "",
-        "outputs": 1,
-        "x": 3920.0761489868164,
-        "y": 3890.0891687870026,
-        "z": "a2c243d0.ad36e",
-        "wires": [
-            []
-        ]
-    },
-    {
-        "id": "adcfac1.b165d5",
-        "type": "for",
-        "name": "For pLMNInfoListEntries",
-        "xml": "<for index='id4' start='0' end='`$tmp.pLMNInfoListEntries`' >",
-        "comments": "",
-        "outputs": 1,
-        "x": 3483.0658988952637,
-        "y": 4141.089259386063,
-        "z": "a2c243d0.ad36e",
-        "wires": [
-            [
-                "7bff1b9e.1e2e94"
-            ]
-        ]
-    },
-    {
-        "id": "bfeead35.1b76b",
-        "type": "record",
-        "name": "record",
-        "xml": "<record plugin=\"org.onap.ccsdk.sli.core.sli.recording.FileRecorder\">\n<parameter name=\"file\" value=\"/opt/opendaylight/current/data/log/instantiateRANSlice.log\" />\n<parameter name=\"level\" value=\"info\" />\n<parameter name=\"field1\" value=\"MCC \"/>\n<parameter name=\"field2\" value=\"`$tmp.mcc`\"/>\n<parameter name=\"field3\" value=\"MNC \"/>\n<parameter name=\"field4\" value=\"`$tmp.mnc`\"/>\n<parameter name=\"field5\" value=\"Calculated uLThptPerSlice \"/>\n<parameter name=\"field6\" value=\"`$tmp.uLThptPerSlice`\"/>\n<parameter name=\"field7\" value=\"Calculated dLThptPerSlice \"/>\n<parameter name=\"field8\" value=\"`$tmp.dLThptPerSlice`\"/>",
-        "comments": "",
-        "outputs": 1,
-        "x": 3483.066020965576,
-        "y": 3995.089136838913,
-        "z": "a2c243d0.ad36e",
-        "wires": [
-            []
-        ]
-    },
-    {
-        "id": "7bff1b9e.1e2e94",
-        "type": "block",
-        "name": "pLMNInfoList Parms",
-        "xml": "<block atomic='true'>",
-        "atomic": "true",
-        "comments": "",
-        "outputs": 1,
-        "x": 3734.066074371338,
-        "y": 4140.089210510254,
-        "z": "a2c243d0.ad36e",
-        "wires": [
-            [
-                "545ec444.ed32bc",
-                "590b6cc9.214824"
-            ]
-        ]
-    },
-    {
-        "id": "545ec444.ed32bc",
-        "type": "execute",
-        "name": "sNSSAI",
-        "xml": "<execute plugin='org.onap.ccsdk.sli.core.slipluginutils.SliPluginUtils' method='getAttributeValue'>\n\t<parameter name='outputPath' value='tmp.fromRAN.sNSSAI' />\n\t<parameter name='source' value=\"`'getRIC-configdb-response.[' + $id1 + '].gNBCUUPList[' + $id2 + '].pLMNInfoList[' + $id3 + '].sNSSAI'`\" />",
-        "comments": "",
-        "outputs": 1,
-        "x": 3948.0660400390625,
-        "y": 4091.0893325805664,
-        "z": "a2c243d0.ad36e",
-        "wires": [
-            []
-        ]
-    },
-    {
-        "id": "69689fc7.df7c3",
-        "type": "comment",
-        "name": "Check if sNSSAI already exists in YANG tree",
-        "info": "This needs more work. If sNSSAI already exists in the YANG tree, need to patch the existing pLMNInfoList entry",
-        "comments": "",
-        "x": 3551.066059112549,
-        "y": 4196.089210510254,
-        "z": "a2c243d0.ad36e",
-        "wires": []
-    },
-    {
-        "id": "590b6cc9.214824",
-        "type": "record",
-        "name": "record",
-        "xml": "<record plugin=\"org.onap.ccsdk.sli.core.sli.recording.FileRecorder\">\n<parameter name=\"file\" value=\"/opt/opendaylight/current/data/log/instantiateRANSlice.log\" />\n<parameter name=\"level\" value=\"info\" />\n<parameter name=\"field1\" value=\"sNSSAI from RAN to check if already exists \"/>\n<parameter name=\"field2\" value=\"`$tmp.fromRAN.sNSSAI`\"/>\n",
-        "comments": "",
-        "outputs": 1,
-        "x": 3952.0661010742188,
-        "y": 4175.088844299316,
-        "z": "a2c243d0.ad36e",
-        "wires": [
-            []
-        ]
-    },
-    {
-        "id": "aa5c1734.d59c18",
-        "type": "record",
-        "name": "record",
-        "xml": "<record plugin=\"org.onap.ccsdk.sli.core.sli.recording.FileRecorder\">\n<parameter name=\"file\" value=\"/opt/opendaylight/current/data/log/instantiateRANSlice.log\" />\n<parameter name=\"level\" value=\"info\" />\n<parameter name=\"field1\" value=\"Setting variables for PLMNInfoList Entry Add to NRCellCU\"/>\n<parameter name=\"field2\" value=\"`$tmp.addPLMNInfoListEntry.ToNRCellDU.url`\"/>\n<parameter name=\"field3\" value=\"`$tmp.mcc`\"/>\n<parameter name=\"field4\" value=\"`$tmp.mnc`\"/>\n<parameter name=\"field5\" value=\"`$payloadJson.input.sliceProfile.sNSSAI`\"/>\n<parameter name=\"field6\" value=\"`$tmp.uLThptPerSlice`\"/>\n<parameter name=\"field7\" value=\"`$tmp.dLThptPerSlice`\"/>",
-        "comments": "",
-        "outputs": 1,
-        "x": 3829.077251434326,
-        "y": 4730.422601699829,
-        "z": "a2c243d0.ad36e",
-        "wires": [
-            []
-        ]
-    },
-    {
-        "id": "f793ca09.91fd18",
-        "type": "block",
-        "name": "Add PLMNInfoList Entry",
-        "xml": "<block atomic='true'>",
-        "atomic": "true",
-        "comments": "",
-        "outputs": 1,
-        "x": 3423.0760383605957,
-        "y": 4540.4334506988525,
-        "z": "a2c243d0.ad36e",
-        "wires": [
-            [
-                "aa5c1734.d59c18",
-                "ce3e5ffc.d6572",
-                "7fcea060.9a1ff",
-                "3d52fd87.82c8e2",
-                "61973046.b5029",
-                "2e57c1d9.6b4b5e",
-                "c7ffc734.9869d8",
-                "24247669.aa7e8a",
-                "2a97eefa.4b80d2"
-            ]
-        ]
-    },
-    {
-        "id": "c7ffc734.9869d8",
-        "type": "execute",
-        "name": "add PLMNInfoListEntry ToGNBCUUPFn using PUT",
-        "xml": "<execute plugin='org.onap.ccsdk.sli.plugins.restapicall.RestapiCallNode' method='sendRequest' >\n<parameter name=\"templateFileName\" value=\"`$prop.restapi.templateDir + '/ranSlice-add-get-PLMNInfoListEntry-GNBCUUPFn.json'`\" />\n<parameter name=\"restapiUrl\" value=\"`$prop.controller.url + $tmp.addPLMNInfoListEntry.ToGNBCUUPFn.url`\"/>\n<parameter name=\"restapiUser\" value=\"`$prop.controller.user`\" />\n<parameter name=\"restapiPassword\" value=\"`$prop.controller.pwd`\"/>\n<parameter name=\"httpMethod\" value=\"PUT\"/>\n<parameter name=\"responsePrefix\" value=\"PLMNInfoListEntry-response\"/>\n<parameter name='contentType' value='application/json' /> \n<parameter name='format' value='json' />",
-        "comments": "",
-        "outputs": 1,
-        "x": 3821.0763359069824,
-        "y": 4789.43316078186,
-        "z": "a2c243d0.ad36e",
-        "wires": [
-            [
-                "4511ea34.630124",
-                "d388f9ee.48da98"
-            ]
-        ]
-    },
-    {
-        "id": "ce3e5ffc.d6572",
-        "type": "record",
-        "name": "record",
-        "xml": "<record plugin=\"org.onap.ccsdk.sli.core.sli.recording.FileRecorder\">\n<parameter name=\"file\" value=\"/opt/opendaylight/current/data/log/instantiateRANSlice.log\" />\n<parameter name=\"level\" value=\"info\" />\n<parameter name=\"field1\" value=\"Add PLMNInfoListEntry ToGNBCUUPFn URL\"/>\n<parameter name=\"field2\" value=\"`$tmp.addPLMNInfoListEntry.ToGNBCUUPFn.url`\"/>",
-        "comments": "",
-        "outputs": 1,
-        "x": 3831.07621383667,
-        "y": 4682.43316078186,
-        "z": "a2c243d0.ad36e",
-        "wires": [
-            []
-        ]
-    },
-    {
-        "id": "81fc2f10.f969e",
-        "type": "execute",
-        "name": "generate addPLMNInfoListEntry.ToGNBCUUPFn",
-        "xml": "<execute plugin='org.onap.ccsdk.sli.core.slipluginutils.SliStringUtils' method='replace' >\n    <parameter name=\"source\" value=\"`$prop.restapi.addPLMNInfoListEntry.ToGNBCUUPFn`\"/>\n    <parameter name=\"outputPath\" value=\"tmp.addPLMNInfoListEntry.ToGNBCUUPFn.url\"/>\n    <parameter name=\"target\" value=\"{idNearRTRIC}\"/>\n    <parameter name=\"replacement\" value=\"`$tmp.nearRTRICId`\"/>",
-        "comments": "",
-        "outputs": 1,
-        "x": 4033.0760917663574,
-        "y": 4287.089468955994,
-        "z": "a2c243d0.ad36e",
-        "wires": [
-            []
-        ]
-    },
-    {
-        "id": "7fcea060.9a1ff",
-        "type": "execute",
-        "name": "Populate idGNBDUFunction",
-        "xml": "<execute plugin='org.onap.ccsdk.sli.core.slipluginutils.SliStringUtils' method='replace' >\n    <parameter name=\"source\" value=\"`$tmp.addPLMNInfoListEntry.ToGNBCUUPFn.url`\"/>\n    <parameter name=\"outputPath\" value=\"tmp.addPLMNInfoListEntry.ToGNBCUUPFn.url\"/>\n    <parameter name=\"target\" value=\"{idGNBCUUPFunction}\"/>\n    <parameter name=\"replacement\" value=\"`$tmp.gNBCUUPList.gNBCUUPId`\"/>\n",
-        "comments": "",
-        "outputs": 1,
-        "x": 3883.0658378601074,
-        "y": 4474.089391708374,
-        "z": "a2c243d0.ad36e",
-        "wires": [
-            []
-        ]
-    },
-    {
-        "id": "3d52fd87.82c8e2",
-        "type": "execute",
-        "name": "Populate mcc",
-        "xml": "<execute plugin='org.onap.ccsdk.sli.core.slipluginutils.SliStringUtils' method='replace' >\n    <parameter name=\"source\" value=\"`$tmp.addPLMNInfoListEntry.ToGNBCUUPFn.url`\"/>\n    <parameter name=\"outputPath\" value=\"tmp.addPLMNInfoListEntry.ToGNBCUUPFn.url\"/>\n    <parameter name=\"target\" value=\"{mcc}\"/>\n    <parameter name=\"replacement\" value=\"`$tmp.mcc`\"/>",
-        "comments": "",
-        "outputs": 1,
-        "x": 3849.0658378601074,
-        "y": 4536.089393615723,
-        "z": "a2c243d0.ad36e",
-        "wires": [
-            []
-        ]
-    },
-    {
-        "id": "61973046.b5029",
-        "type": "execute",
-        "name": "Populate mnc",
-        "xml": "<execute plugin='org.onap.ccsdk.sli.core.slipluginutils.SliStringUtils' method='replace' >\n    <parameter name=\"source\" value=\"`$tmp.addPLMNInfoListEntry.ToGNBCUUPFn.url`\"/>\n    <parameter name=\"outputPath\" value=\"tmp.addPLMNInfoListEntry.ToGNBCUUPFn.url\"/>\n    <parameter name=\"target\" value=\"{mnc}\"/>\n    <parameter name=\"replacement\" value=\"`$tmp.mnc`\"/>",
-        "comments": "",
-        "outputs": 1,
-        "x": 3846.0658378601074,
-        "y": 4585.089395523071,
-        "z": "a2c243d0.ad36e",
-        "wires": [
-            []
-        ]
-    },
-    {
-        "id": "4511ea34.630124",
-        "type": "failure",
-        "name": "failure",
-        "xml": "<outcome value='failure'>\n",
-        "comments": "",
-        "outputs": 1,
-        "x": 4082.076904296875,
-        "y": 4566.422109603882,
-        "z": "a2c243d0.ad36e",
-        "wires": [
-            [
-                "c5f216a7.10a9e8"
-            ]
-        ]
-    },
-    {
-        "id": "d388f9ee.48da98",
-        "type": "success",
-        "name": "success",
-        "xml": "<outcome value='success'>\n",
-        "comments": "",
-        "outputs": 1,
-        "x": 4123.0772705078125,
-        "y": 4724.423208236694,
-        "z": "a2c243d0.ad36e",
-        "wires": [
-            [
-                "23a9886c.832ec8"
-            ]
-        ]
-    },
-    {
-        "id": "c5f216a7.10a9e8",
-        "type": "block",
-        "name": "block",
-        "xml": "<block>\n",
-        "atomic": "false",
-        "comments": "",
-        "outputs": 1,
-        "x": 4296.0765380859375,
-        "y": 4492.422842025757,
-        "z": "a2c243d0.ad36e",
-        "wires": [
-            [
-                "8f6a84d2.d367e8",
-                "43e9fff0.abfbe"
-            ]
-        ]
-    },
-    {
-        "id": "23a9886c.832ec8",
-        "type": "block",
-        "name": "block",
-        "xml": "<block>\n",
-        "atomic": "false",
-        "comments": "",
-        "outputs": 1,
-        "x": 4137.07666015625,
-        "y": 4787.423330307007,
-        "z": "a2c243d0.ad36e",
-        "wires": [
-            [
-                "60f03199.05e69"
-            ]
-        ]
-    },
-    {
-        "id": "8f6a84d2.d367e8",
-        "type": "returnFailure",
-        "name": "return failure",
-        "xml": "<return status='failure'>\n<parameter name='ack-final' value='Y'/>\n<parameter name=\"error-code\" value=\"500\" />\n<parameter name=\"error-message\" value=\"Error adding PLMNInfoList Entry to GNBCUUPFn\" />",
-        "comments": "",
-        "x": 4283.076171875,
-        "y": 4621.422842025757,
-        "z": "a2c243d0.ad36e",
-        "wires": []
-    },
-    {
-        "id": "60f03199.05e69",
-        "type": "record",
-        "name": "record",
-        "xml": "<record plugin=\"org.onap.ccsdk.sli.core.sli.recording.FileRecorder\">\n<parameter name=\"file\" value=\"/opt/opendaylight/current/data/log/instantiateRANSlice.log\" />\n<parameter name=\"level\" value=\"info\" />\n<parameter name=\"field1\" value=\"PLMNInfo List Entry Add Executed Successfully \"/>",
-        "comments": "",
-        "outputs": 1,
-        "x": 4284.0770263671875,
-        "y": 4775.423330307007,
-        "z": "a2c243d0.ad36e",
-        "wires": [
-            []
-        ]
-    },
-    {
-        "id": "7e756124.60d21",
-        "type": "execute",
-        "name": "generate addPLMNInfoListEntry ToGNBCUUPFn",
-        "xml": "<execute plugin='org.onap.ccsdk.sli.core.slipluginutils.SliStringUtils' method='replace' >\n    <parameter name=\"source\" value=\"`$prop.restapi.addPLMNInfoListEntry.ToGNBCUUPFn.ransim-mounted`\"/>\n    <parameter name=\"outputPath\" value=\"tmp.addPLMNInfoListEntry.ToGNBCUUPFn.url\"/>\n    <parameter name=\"target\" value=\"{idNearRTRIC}\"/>\n    <parameter name=\"replacement\" value=\"`$tmp.nearRTRICId`\"/>",
-        "comments": "",
-        "outputs": 1,
-        "x": 4228.065845489502,
-        "y": 4350.089469909668,
-        "z": "a2c243d0.ad36e",
-        "wires": [
-            []
-        ]
-    },
-    {
-        "id": "4133c2c0.2c06ec",
-        "type": "block",
-        "name": "ransim  URL",
-        "xml": "<block atomic='true'>",
-        "atomic": "true",
-        "comments": "",
-        "outputs": 1,
-        "x": 3883.0656776428223,
-        "y": 4382.089471817017,
-        "z": "a2c243d0.ad36e",
-        "wires": [
-            [
-                "7e756124.60d21",
-                "85c37175.85d74"
-            ]
-        ]
-    },
-    {
-        "id": "85c37175.85d74",
-        "type": "execute",
-        "name": "populate mountName",
-        "xml": "<execute plugin='org.onap.ccsdk.sli.core.slipluginutils.SliStringUtils' method='replace' >\n    <parameter name=\"source\" value=\"`$tmp.addPLMNInfoListEntry.ToGNBCUUPFn.url`\"/>\n    <parameter name=\"outputPath\" value=\"tmp.addPLMNInfoListEntry.ToGNBCUUPFn.url\"/>\n    <parameter name=\"target\" value=\"{mountName}\"/>\n    <parameter name=\"replacement\" value=\"`$tmp.gNBCUUPList.gNBCUUPId`\"/>",
-        "comments": "",
-        "outputs": 1,
-        "x": 4147.066173553467,
-        "y": 4414.089471817017,
-        "z": "a2c243d0.ad36e",
-        "wires": [
-            []
-        ]
-    },
-    {
-        "id": "746f0b61.cb46d4",
-        "type": "comment",
-        "name": "Connect to AddPLMNInfoList Entry",
-        "info": "when able to talk to latest SDNC",
-        "comments": "",
-        "x": 3575.065902709961,
-        "y": 4687.422848701477,
-        "z": "a2c243d0.ad36e",
-        "wires": []
-    },
-    {
-        "id": "198dc3d1.29f44c",
-        "type": "switchNode",
-        "name": "ransim mounted",
-        "xml": "<switch test='`$prop.ransim-mounted`'>\n",
-        "comments": "",
-        "outputs": 1,
-        "x": 3516.0657958984375,
-        "y": 4937.755362272263,
-        "z": "a2c243d0.ad36e",
-        "wires": [
-            [
-                "414c4c5a.1c17e4",
-                "da336706.0b5688"
-            ]
-        ]
-    },
-    {
-        "id": "414c4c5a.1c17e4",
-        "type": "outcome",
-        "name": "Not Mounted",
-        "xml": "<outcome value='false'>\n",
-        "comments": "",
-        "outputs": 1,
-        "x": 3711.0658226013184,
-        "y": 4897.755269765854,
-        "z": "a2c243d0.ad36e",
-        "wires": [
-            [
-                "35ef2e88.78dae2"
-            ]
-        ]
-    },
-    {
-        "id": "da336706.0b5688",
-        "type": "outcome",
-        "name": "Mounted",
-        "xml": "<outcome value='true'>\n",
-        "comments": "",
-        "outputs": 1,
-        "x": 3691.0657958984375,
-        "y": 4976.755361318588,
-        "z": "a2c243d0.ad36e",
-        "wires": [
-            [
-                "6b2f3f0b.c4deb"
-            ]
-        ]
-    },
-    {
-        "id": "40ab09b8.6833b8",
-        "type": "record",
-        "name": "record",
-        "xml": "<record plugin=\"org.onap.ccsdk.sli.core.sli.recording.FileRecorder\">\n<parameter name=\"file\" value=\"/opt/opendaylight/current/data/log/instantiateRANSlice.log\" />\n<parameter name=\"level\" value=\"info\" />\n<parameter name=\"field1\" value=\"Setting variables for addRRMPolicyRatio to GNBCUUPFn\"/>\n<parameter name=\"field2\" value=\"`$tmp.addRRMPolicyRatio.ToGNBCUUPFn.url`\"/>\n<parameter name=\"field3\" value=\"`$tmp.mcc`\"/>\n<parameter name=\"field4\" value=\"`$tmp.mnc`\"/>\n<parameter name=\"field5\" value=\"`$payloadJson.input.sliceProfile.sNSSAI`\"/>\n<parameter name=\"field6\" value=\"`$tmp.uLThptPerSlice`\"/>\n<parameter name=\"field7\" value=\"`$tmp.dLThptPerSlice`\"/>",
-        "comments": "",
-        "outputs": 1,
-        "x": 3670.0671730041504,
-        "y": 5245.089053153992,
-        "z": "a2c243d0.ad36e",
-        "wires": [
-            []
-        ]
-    },
-    {
-        "id": "f73ed2db.56a39",
-        "type": "execute",
-        "name": "add RRM Policy ToGNBCUUPFn using PUT",
-        "xml": "<execute plugin='org.onap.ccsdk.sli.plugins.restapicall.RestapiCallNode' method='sendRequest' >\n<parameter name=\"templateFileName\" value=\"`$prop.restapi.templateDir + '/ranSlice-add-RRMPolicyRatio-GNBCUUPFn.json'`\" />\n<parameter name=\"restapiUrl\" value=\"`$prop.controller.url + $tmp.addRRMPolicyRatio.ToGNBCUUPFn.url`\"/>\n<parameter name=\"restapiUser\" value=\"`$prop.controller.user`\" />\n<parameter name=\"restapiPassword\" value=\"`$prop.controller.pwd`\"/>\n<parameter name=\"httpMethod\" value=\"PUT\"/>\n<parameter name=\"responsePrefix\" value=\"addRRMPolicyRatio-response\"/>\n<parameter name='contentType' value='application/json' /> \n<parameter name='format' value='json' />",
-        "comments": "",
-        "outputs": 1,
-        "x": 3732.066650390625,
-        "y": 5308.099728822708,
-        "z": "a2c243d0.ad36e",
-        "wires": [
-            [
-                "e5202da4.0303",
-                "36d118d9.e40bb8"
-            ]
-        ]
-    },
-    {
-        "id": "8106a26d.a53f4",
-        "type": "record",
-        "name": "record",
-        "xml": "<record plugin=\"org.onap.ccsdk.sli.core.sli.recording.FileRecorder\">\n<parameter name=\"file\" value=\"/opt/opendaylight/current/data/log/instantiateRANSlice.log\" />\n<parameter name=\"level\" value=\"info\" />\n<parameter name=\"field1\" value=\"addRRMPolicyRatio ToGNBCUUPFn URL\"/>\n<parameter name=\"field2\" value=\"`$tmp.addRRMPolicyRatio.ToGNBCUUPFn.url`\"/>",
-        "comments": "",
-        "outputs": 1,
-        "x": 3670.0664405822754,
-        "y": 5195.099368095398,
-        "z": "a2c243d0.ad36e",
-        "wires": [
-            []
-        ]
-    },
-    {
-        "id": "35ef2e88.78dae2",
-        "type": "execute",
-        "name": "generate addRRMPolicy.ToNRCellDU URL",
-        "xml": "<execute plugin='org.onap.ccsdk.sli.core.slipluginutils.SliStringUtils' method='replace' >\n    <parameter name=\"source\" value=\"`$prop.restapi.addRRMPolicyRatio.ToGNBCUUPFn`\"/>\n    <parameter name=\"outputPath\" value=\"tmp.addRRMPolicyRatio.ToGNBCUUPFn.url\"/>\n    <parameter name=\"target\" value=\"{idNearRTRIC}\"/>\n    <parameter name=\"replacement\" value=\"`$tmp.nearRTRICId`\"/>",
-        "comments": "",
-        "outputs": 1,
-        "x": 3994.0657958984375,
-        "y": 4892.755361557007,
-        "z": "a2c243d0.ad36e",
-        "wires": [
-            []
-        ]
-    },
-    {
-        "id": "8ba8507e.f7658",
-        "type": "execute",
-        "name": "Populate idGNBDUFunction",
-        "xml": "<execute plugin='org.onap.ccsdk.sli.core.slipluginutils.SliStringUtils' method='replace' >\n    <parameter name=\"source\" value=\"`$tmp.addRRMPolicyRatio.ToGNBCUUPFn.url`\"/>\n    <parameter name=\"outputPath\" value=\"tmp.addRRMPolicyRatio.ToGNBCUUPFn.url\"/>\n    <parameter name=\"target\" value=\"{idGNBCUUPFunction}\"/>\n    <parameter name=\"replacement\" value=\"`$tmp.gNBCUUPList.gNBCUUPId`\"/>",
-        "comments": "",
-        "outputs": 1,
-        "x": 3710.0555114746094,
-        "y": 5046.755777597427,
-        "z": "a2c243d0.ad36e",
-        "wires": [
-            []
-        ]
-    },
-    {
-        "id": "bf7c7602.b73378",
-        "type": "execute",
-        "name": "Populate id",
-        "xml": "<execute plugin='org.onap.ccsdk.sli.core.slipluginutils.SliStringUtils' method='replace' >\n    <parameter name=\"source\" value=\"`$tmp.addRRMPolicyRatio.ToGNBCUUPFn.url`\"/>\n    <parameter name=\"outputPath\" value=\"tmp.addRRMPolicyRatio.ToGNBCUUPFn.url\"/>\n    <parameter name=\"target\" value=\"{id}\"/>\n    <parameter name=\"replacement\" value=\"`$tmp.RRMPolicyRatioID.GNBCUUPFunction`\"/>",
-        "comments": "",
-        "outputs": 1,
-        "x": 3664.0556716918945,
-        "y": 5090.756100893021,
-        "z": "a2c243d0.ad36e",
-        "wires": [
-            []
-        ]
-    },
-    {
-        "id": "e5202da4.0303",
-        "type": "failure",
-        "name": "failure",
-        "xml": "<outcome value='failure'>\n",
-        "comments": "",
-        "outputs": 1,
-        "x": 3991.0662002563477,
-        "y": 5118.088698625565,
-        "z": "a2c243d0.ad36e",
-        "wires": [
-            [
-                "1e1ea39c.c1df7c"
-            ]
-        ]
-    },
-    {
-        "id": "36d118d9.e40bb8",
-        "type": "success",
-        "name": "success",
-        "xml": "<outcome value='success'>\n",
-        "comments": "",
-        "outputs": 1,
-        "x": 4054.0661697387695,
-        "y": 5305.089108705521,
-        "z": "a2c243d0.ad36e",
-        "wires": [
-            [
-                "6f7ba28f.f89fac"
-            ]
-        ]
-    },
-    {
-        "id": "1e1ea39c.c1df7c",
-        "type": "block",
-        "name": "block",
-        "xml": "<block>\n",
-        "atomic": "false",
-        "comments": "",
-        "outputs": 1,
-        "x": 4211.065956115723,
-        "y": 5107.089186906815,
-        "z": "a2c243d0.ad36e",
-        "wires": [
-            [
-                "65361029.411d1",
-                "43e9fff0.abfbe"
-            ]
-        ]
-    },
-    {
-        "id": "6f7ba28f.f89fac",
-        "type": "block",
-        "name": "block",
-        "xml": "<block>\n",
-        "atomic": "false",
-        "comments": "",
-        "outputs": 1,
-        "x": 4216.065559387207,
-        "y": 5289.089474916458,
-        "z": "a2c243d0.ad36e",
-        "wires": [
-            [
-                "d3bcb7b4.0e4398"
-            ]
-        ]
-    },
-    {
-        "id": "65361029.411d1",
-        "type": "returnFailure",
-        "name": "return failure",
-        "xml": "<return status='failure'>\n<parameter name='ack-final' value='Y'/>\n<parameter name=\"error-code\" value=\"500\" />\n<parameter name=\"error-message\" value=\"Error adding RRMPolicy\" />",
-        "comments": "",
-        "x": 4220.0659255981445,
-        "y": 5185.089474916458,
-        "z": "a2c243d0.ad36e",
-        "wires": []
-    },
-    {
-        "id": "d3bcb7b4.0e4398",
-        "type": "record",
-        "name": "record",
-        "xml": "<record plugin=\"org.onap.ccsdk.sli.core.sli.recording.FileRecorder\">\n<parameter name=\"file\" value=\"/opt/opendaylight/current/data/log/instantiateRANSlice.log\" />\n<parameter name=\"level\" value=\"info\" />\n<parameter name=\"field1\" value=\"addRRMPolicyRatio Executed Successfully \"/>",
-        "comments": "",
-        "outputs": 1,
-        "x": 4369.0661697387695,
-        "y": 5271.090085268021,
-        "z": "a2c243d0.ad36e",
-        "wires": [
-            []
-        ]
-    },
-    {
-        "id": "3d0bf917.c4fff6",
-        "type": "execute",
-        "name": "generate RRMPolicy Ratio URL ToNRCellDU",
-        "xml": "<execute plugin='org.onap.ccsdk.sli.core.slipluginutils.SliStringUtils' method='replace' >\n    <parameter name=\"source\" value=\"`$prop.restapi.addRRMPolicyRatio.ToGNBCUUPFn.ransim-mounted`\"/>\n    <parameter name=\"outputPath\" value=\"tmp.addRRMPolicyRatio.ToGNBCUUPFn.url\"/>\n    <parameter name=\"target\" value=\"{idNearRTRIC}\"/>\n    <parameter name=\"replacement\" value=\"`$tmp.nearRTRICId`\"/>",
-        "comments": "",
-        "outputs": 1,
-        "x": 4108.055534362793,
-        "y": 4943.755481481552,
-        "z": "a2c243d0.ad36e",
-        "wires": [
-            []
-        ]
-    },
-    {
-        "id": "6b2f3f0b.c4deb",
-        "type": "block",
-        "name": "ransim  URL",
-        "xml": "<block atomic='true'>",
-        "atomic": "true",
-        "comments": "",
-        "outputs": 1,
-        "x": 3837.055519104004,
-        "y": 4942.755481004715,
-        "z": "a2c243d0.ad36e",
-        "wires": [
-            [
-                "3d0bf917.c4fff6",
-                "3e548cd1.a26ef4"
-            ]
-        ]
-    },
-    {
-        "id": "3e548cd1.a26ef4",
-        "type": "execute",
-        "name": "populate mountName",
-        "xml": "<execute plugin='org.onap.ccsdk.sli.core.slipluginutils.SliStringUtils' method='replace' >\n    <parameter name=\"source\" value=\"`$tmp.addRRMPolicyRatio.ToGNBCUUPFn.url`\"/>\n    <parameter name=\"outputPath\" value=\"tmp.addRRMPolicyRatio.ToGNBCUUPFn.url\"/>\n    <parameter name=\"target\" value=\"{mountName}\"/>\n    <parameter name=\"replacement\" value=\"`$tmp.gNBCUUPList.gNBCUUPId`\"/>",
-        "comments": "",
-        "outputs": 1,
-        "x": 4061.0555267333984,
-        "y": 5024.75580906868,
-        "z": "a2c243d0.ad36e",
-        "wires": [
-            []
-        ]
-    },
-    {
-        "id": "822af5af.20ae88",
-        "type": "comment",
-        "name": "Connect to RRM P{olicy Ratio",
-        "info": "when able to talk to latest SDNC",
-        "comments": "",
-        "x": 3685.0557594299316,
-        "y": 5273.088809013367,
-        "z": "a2c243d0.ad36e",
-        "wires": []
-    },
-    {
-        "id": "ecb96ca1.a1de1",
-        "type": "block",
-        "name": "rrmPolicyDedicatedRatio",
-        "xml": "<block atomic='true'>",
-        "atomic": "true",
-        "comments": "",
-        "outputs": 1,
-        "x": 2960.0766372680664,
-        "y": 3591.7664308547974,
-        "z": "a2c243d0.ad36e",
-        "wires": [
-            [
-                "93ac429d.73aba",
-                "a22f23c2.f41a3",
-                "e3aee558.f47c68",
-                "afd8bf3d.07b45",
-                "a37bbb9c.2cb008",
-                "4a387951.f6db68",
-                "32229efd.5611c2"
-            ]
-        ]
-    },
-    {
-        "id": "a37bbb9c.2cb008",
-        "type": "set",
-        "name": "calculation rrm5",
-        "xml": "<set>\n<parameter name='tmp.rRMPolicyDedicatedRatio.CUUP' value='`$tmp.rRMPolicyDedicatedRatio.CUUP1 / $prop.cuupfunction.maxNumberOfDRBsPerCUUP`' />",
-        "comments": "",
-        "x": 3218.077060699463,
-        "y": 3702.5440187454224,
-        "z": "a2c243d0.ad36e",
-        "wires": []
-    },
-    {
-        "id": "e3aee558.f47c68",
-        "type": "record",
-        "name": "record",
-        "xml": "<record plugin=\"org.onap.ccsdk.sli.core.sli.recording.FileRecorder\">\n<parameter name=\"file\" value=\"/opt/opendaylight/current/data/log/instantiateRANSlice.log\" />\n<parameter name=\"level\" value=\"info\" />\n<parameter name=\"field1\" value=\"rRMPolicyDedicatedRatio for CUUP \"/>\n<parameter name=\"field2\" value=\"`$tmp.rRMPolicyDedicatedRatio.CUUP`\"/>\n<parameter name=\"field3\" value=\"tmp.TotalNumberOfDRBForNSSAI \"/>\n<parameter name=\"field4\" value=\"`$tmp.TotalNumberOfDRBForNSSAI`\"/>\n<parameter name=\"field5\" value=\"tmp.DRBPerCUUPForSNSSAI \"/>\n<parameter name=\"field6\" value=\"`$tmp.DRBPerCUUPForSNSSAI`\"/>\n<parameter name=\"field7\" value=\"tmp.rRMPolicyDedicatedRatio.CUUP1 \"/>\n<parameter name=\"field8\" value=\"`$tmp.rRMPolicyDedicatedRatio.CUUP1`\"/>\n<parameter name=\"field9\" value=\"tmp.rRMPolicyDedicatedRatio.CUUP\"/>\n<parameter name=\"field10\" value=\"`$tmp.rRMPolicyDedicatedRatio.CUUP`\"/>\n<parameter name=\"field11\" value=\"tmp.maxNumberOfConns\"/>\n<parameter name=\"field12\" value=\"`$tmp.maxNumberOfConns-CUUP`\"/>",
-        "comments": "",
-        "outputs": 1,
-        "x": 3178.076820373535,
-        "y": 3751.2111320495605,
-        "z": "a2c243d0.ad36e",
-        "wires": [
-            []
-        ]
-    },
-    {
-        "id": "50fa0621.0df758",
-        "type": "execute",
-        "name": "gNBCUUPList-pLMNInfoList_length",
-        "xml": "<execute plugin='org.onap.ccsdk.sli.core.slipluginutils.SliPluginUtils' method='getAttributeValue'>\n\t<parameter name='outputPath' value='tmp.pLMNInfoListEntries' />\n\t<parameter name='source' value=\"`'getRIC-configdb-response.[' + $id1 + '].gNBCUUPList[' + $id2 + '].pLMNInfoList_length'`\" />",
-        "comments": "",
-        "outputs": 1,
-        "x": 3936.0761489868164,
-        "y": 3931.0891745090485,
-        "z": "a2c243d0.ad36e",
-        "wires": [
-            []
-        ]
-    },
-    {
-        "id": "e395e6a1.9f22d8",
-        "type": "execute",
-        "name": "gNBCUUPList-pLMNId",
-        "xml": "<execute plugin='org.onap.ccsdk.sli.core.slipluginutils.SliPluginUtils' method='getAttributeValue'>\n\t<parameter name='outputPath' value='tmp.pLMNId' />\n\t<parameter name='source' value=\"`'getRIC-configdb-response.[' + $id1 + '].gNBCUUPList[' + $id2 + '].pLMNId'`\" />",
-        "comments": "",
-        "outputs": 1,
-        "x": 3942.2990760803223,
-        "y": 4018.765111923218,
-        "z": "a2c243d0.ad36e",
-        "wires": [
-            []
-        ]
-    },
-    {
-        "id": "e98162b5.f4361",
-        "type": "comment",
-        "name": "Assumption pLMNId in configDB resp",
-        "info": "Assumed that configDB responnse will include pLMNId...currently, it is not there",
-        "comments": "",
-        "x": 3963.2989196777344,
-        "y": 3976.7648298740387,
-        "z": "a2c243d0.ad36e",
-        "wires": []
-    },
-    {
-        "id": "d2a1e3b1.98234",
-        "type": "for",
-        "name": "For list of cells",
-        "xml": "<for index='idx' start='0' end='`$getListofCells-configdb-response._length `' >",
-        "comments": "",
-        "outputs": 1,
-        "x": 2414.0556411743164,
-        "y": 724.0104751586914,
-        "z": "a2c243d0.ad36e",
-        "wires": [
-            [
-                "d7341791.95e058",
-                "cd2371ec.3ab72"
-            ]
-        ]
-    },
-    {
-        "id": "cd2371ec.3ab72",
-        "type": "record",
-        "name": "record",
-        "xml": "<record plugin=\"org.onap.ccsdk.sli.core.sli.recording.FileRecorder\">\n<parameter name=\"file\" value=\"/opt/opendaylight/current/data/log/instantiateRANSlice.log\" />\n<parameter name=\"level\" value=\"info\" />\n<parameter name=\"field1\" value=\"`$tmp.trackingarea.cell`\"/>",
-        "comments": "",
-        "outputs": 1,
-        "x": 2587.055519104004,
-        "y": 757.0104293823242,
-        "z": "a2c243d0.ad36e",
-        "wires": [
-            []
-        ]
-    },
-    {
-        "id": "d7341791.95e058",
-        "type": "execute",
-        "name": "Cells in TrackingArea",
-        "xml": "<execute plugin='org.onap.ccsdk.sli.core.slipluginutils.SliPluginUtils' method='getAttributeValue'>\n\t<parameter name='outputPath' value='tmp.trackingarea.cell' />\n\t<parameter name='source' value=\"`'getListofCells-configdb-response.[' + $ids + ']'`\" />",
-        "comments": "",
-        "outputs": 1,
-        "x": 2593.05558013916,
-        "y": 657.6770401000977,
-        "z": "a2c243d0.ad36e",
-        "wires": [
-            []
-        ]
-    },
-    {
-        "id": "6f40dd43.c32694",
-        "type": "execute",
-        "name": "cellLocalID",
-        "xml": "<execute plugin='org.onap.ccsdk.sli.core.slipluginutils.SliPluginUtils' method='getAttributeValue'>\n\t<parameter name='outputPath' value='tmp.cellLocalId' />\n\t<parameter name='source' value=\"`'getListofCells-configdb-response.[' + $id3 + ']'`\" />",
-        "comments": "",
-        "outputs": 1,
-        "x": 2621.0552978515625,
-        "y": 2149.343984603882,
-        "z": "a2c243d0.ad36e",
-        "wires": [
-            []
-        ]
-    },
-    {
-        "id": "eedce730.f46188",
-        "type": "block",
-        "name": "SO Response",
-        "xml": "<block atomic='true'>",
-        "atomic": "true",
-        "comments": "",
-        "outputs": 1,
-        "x": 352.04947662353516,
-        "y": 2560.7651081085205,
-        "z": "a2c243d0.ad36e",
-        "wires": [
-            [
-                "21b989ed.f1a2e6",
-                "de984f8d.bc2a1",
-                "39ecab71.a7b734",
-                "a4d56b0e.208708"
-            ]
-        ]
-    },
-    {
-        "id": "39ecab71.a7b734",
-        "type": "set",
-        "name": "set tmp variables for SO response",
-        "xml": "<set>\n<parameter name=\"tmp.status\" value=\"`$error-code`\"/>\n<parameter name=\"tmp.reason\" value=\"`$error-message`\"/>\n<parameter name=\"tmp.requestID\" value=\"`$instantiate-r-a-n-slice-input.common-header.request-id `\"/>\n<parameter name=\"tmp.action\" value=\"`$instantiate-r-a-n-slice-input.action`\"/>\n",
-        "comments": "",
-        "x": 785.0506792068481,
-        "y": 2496.6643266677856,
-        "z": "a2c243d0.ad36e",
-        "wires": []
-    },
-    {
-        "id": "21b989ed.f1a2e6",
-        "type": "record",
-        "name": "record SO reply parms",
-        "xml": "<record plugin=\"org.onap.ccsdk.sli.core.sli.recording.FileRecorder\">\n<parameter name=\"file\" value=\"/opt/opendaylight/current/data/log/so-callback-response.log\" />\n<parameter name=\"level\" value=\"info\" />\n<parameter name=\"field1\" value=\"URL for SO Callback Response\"/>\n<parameter name='field2' value=\"`$payloadJson.input.callbackURL`\" />\n<parameter name='field3' value=\"`$tmp.status`\" />\n<parameter name='field4' value=\"`$tmp.reason`\" />\n<parameter name='field5' value=\"`$tmp.requestID`\" />\n<parameter name='field6' value=\"`$tmp.action`\" />\n<parameter name='field7' value=\"`$prop.restapi.so.user`\" />\n<parameter name='field8' value=\"`$prop.restapi.so.password`\" />\n<parameter name='field9' value=\"`$tmp.DUList.response_length`\" />\n<parameter name='field10' value=\"`$tmp.CUCPList.response`\" />\n<parameter name='field11' value=\"`$tmp.CUUPList.response`\" />\n<parameter name='field12' value=\"`$tmp.DUList.response`\" />",
-        "comments": "",
-        "outputs": 1,
-        "x": 754.0494546890259,
-        "y": 2634.764958381653,
-        "z": "a2c243d0.ad36e",
-        "wires": [
-            []
-        ]
-    },
-    {
-        "id": "de984f8d.bc2a1",
-        "type": "execute",
-        "name": "Send to SO",
-        "xml": "<execute plugin='org.onap.ccsdk.sli.plugins.restapicall.RestapiCallNode' method='sendRequest' >\n<parameter name=\"templateFileName\" value=\"`$prop.restapi.templateDir + '/ranSlice-so-response.json'`\" />\n<parameter name=\"restapiUrl\" value=\"`$payloadJson.input.callbackURL`\"/>\n<parameter name=\"httpMethod\" value=\"POST\"/>\n<parameter name=\"responsePrefix\" value=\"so-callback-response\"/>\n<parameter name='contentType' value='application/json' /> \n<parameter name='format' value='json' />\n<parameter name='accept' value='*/*' />\n<parameter name=\"restapiUser\" value=\"`$prop.restapi.so.user`\" />\n<parameter name=\"restapiPassword\" value=\"`$prop.restapi.so.password`\"/>",
-        "comments": "",
-        "outputs": 1,
-        "x": 623.0495538711548,
-        "y": 2751.7646627426147,
-        "z": "a2c243d0.ad36e",
-        "wires": [
-            [
-                "9e984ec3.d555b",
-                "286164d1.9a2a0c"
-            ]
-        ]
-    },
-    {
-        "id": "9e984ec3.d555b",
-        "type": "failure",
-        "name": "failure",
-        "xml": "<outcome value='failure'>\n",
-        "comments": "",
-        "outputs": 1,
-        "x": 788.0495538711548,
-        "y": 2731.7646617889404,
-        "z": "a2c243d0.ad36e",
-        "wires": [
-            [
-                "c4cb02b3.0c723"
-            ]
-        ]
-    },
-    {
-        "id": "286164d1.9a2a0c",
-        "type": "success",
-        "name": "success",
-        "xml": "<outcome value='success'>\n",
-        "comments": "",
-        "outputs": 1,
-        "x": 780.0494470596313,
-        "y": 2804.764612197876,
-        "z": "a2c243d0.ad36e",
-        "wires": [
-            [
-                "b5c2b606.c1cc08"
-            ]
-        ]
-    },
-    {
-        "id": "b5c2b606.c1cc08",
-        "type": "block",
-        "name": "block",
-        "xml": "<block>\n",
-        "atomic": "false",
-        "comments": "",
-        "outputs": 1,
-        "x": 926.0492906570435,
-        "y": 2809.764720916748,
-        "z": "a2c243d0.ad36e",
-        "wires": [
-            [
-                "3903e2e2.71dede"
-            ]
-        ]
-    },
-    {
-        "id": "c4cb02b3.0c723",
-        "type": "block",
-        "name": "block",
-        "xml": "<block>\n",
-        "atomic": "false",
-        "comments": "",
-        "outputs": 1,
-        "x": 937.0494546890259,
-        "y": 2727.7647972106934,
-        "z": "a2c243d0.ad36e",
-        "wires": [
-            [
-                "8d1db5f8.9b5638",
-                "a2c26d26.d596b"
-            ]
-        ]
-    },
-    {
-        "id": "8d1db5f8.9b5638",
-        "type": "returnFailure",
-        "name": "return failure",
-        "xml": "<return status='failure'>\n<parameter name='ack-final' value='Y'/>\n<parameter name=\"error-code\" value=\"500\" />\n<parameter name=\"error-message\" value=\"Error sending SO Response\" />",
-        "comments": "",
-        "x": 1084.0490732192993,
-        "y": 2738.7645387649536,
-        "z": "a2c243d0.ad36e",
-        "wires": []
-    },
-    {
-        "id": "3903e2e2.71dede",
-        "type": "record",
-        "name": "record",
-        "xml": "<record plugin=\"org.onap.ccsdk.sli.core.sli.recording.FileRecorder\">\n<parameter name=\"file\" value=\"/opt/opendaylight/current/data/log/so-callback-response.log\" />\n<parameter name=\"level\" value=\"info\" />\n<parameter name=\"field1\" value=\"SO Response Sent \"/>",
-        "comments": "",
-        "outputs": 1,
-        "x": 1087.0492105484009,
-        "y": 2815.7646131515503,
-        "z": "a2c243d0.ad36e",
-        "wires": [
-            []
-        ]
-    },
-    {
-        "id": "43e9fff0.abfbe",
-        "type": "block",
-        "name": "block : SO Response",
-        "xml": "<block atomic='true'>",
-        "atomic": "true",
-        "comments": "",
-        "outputs": 1,
-        "x": 5662.545635223389,
-        "y": 3425.010576248169,
-        "z": "a2c243d0.ad36e",
-        "wires": [
-            [
-                "e11c6ea.e9bb39",
-                "d763cd35.6041c",
-                "7b7eb1f.6026e5"
-            ]
-        ]
-    },
-    {
-        "id": "e11c6ea.e9bb39",
-        "type": "set",
-        "name": "set tmp variables for SO response",
-        "xml": "<set>\n<parameter name=\"tmp.so.callbackURL\" value=\"`$payloadJson.input.callbackURL`\"/>\n<parameter name=\"tmp.status\" value=\"`$error-code`\"/>\n<parameter name=\"tmp.reason\" value=\"`$error-message`\"/>\n<parameter name=\"tmp.requestID\" value=\"`$instantiateRANSlice-input.common-header.request-id`\"/>\n<parameter name=\"tmp.action\" value=\"`$instantiateRANSlice-input.action`\"/>\n",
-        "comments": "",
-        "x": 5980.546611785889,
-        "y": 3348.910234451294,
-        "z": "a2c243d0.ad36e",
-        "wires": []
-    },
-    {
-        "id": "d763cd35.6041c",
-        "type": "record",
-        "name": "record configdb RestAPI parms",
-        "xml": "<record plugin=\"org.onap.ccsdk.sli.core.sli.recording.FileRecorder\">\n<parameter name=\"file\" value=\"/opt/opendaylight/current/data/log/so-callback-response.log\" />\n<parameter name=\"level\" value=\"info\" />\n<parameter name=\"field1\" value=\"URL for SO Callback Response\"/>\n<parameter name='field2' value=\"`$tmp.so.callbackURL`\" />\n<parameter name='field3' value=\"`$tmp.status`\" />\n<parameter name='field4' value=\"`$tmp.reason`\" />\n<parameter name='field5' value=\"`$tmp.requestID`\" />\n<parameter name='field6' value=\"`$tmp.action`\" />\n<parameter name='field7' value=\"`$tmp.CUCPList`\" />\n<parameter name='field8' value=\"`$tmp.CUUPList`\" />\n<parameter name='field9' value=\"`$tmp.DUList`\" />",
-        "comments": "",
-        "outputs": 1,
-        "x": 5955.545497894287,
-        "y": 3446.0109119415283,
-        "z": "a2c243d0.ad36e",
-        "wires": [
-            []
-        ]
-    },
-    {
-        "id": "7b7eb1f.6026e5",
-        "type": "execute",
-        "name": "Send to SO",
-        "xml": "<execute plugin='org.onap.ccsdk.sli.plugins.restapicall.RestapiCallNode' method='sendRequest' >\n<parameter name=\"templateFileName\" value=\"`$prop.restapi.templateDir + '/ranSlice-so-response.json'`\" />\n<parameter name=\"restapiUrl\" value=\"`$payloadJson.input.callbackURL`\"/>\n<parameter name=\"httpMethod\" value=\"POST\"/>\n<parameter name=\"responsePrefix\" value=\"so-callback-response\"/>\n<parameter name='contentType' value='application/json' /> \n<parameter name='format' value='json' />\n<parameter name='accept' value='*/*' />\n<parameter name=\"restapiUser\" value=\"`$prop.restapi.so.user`\" />\n<parameter name=\"restapiPassword\" value=\"`$prop.restapi.so.password`\"/>",
-        "comments": "",
-        "outputs": 1,
-        "x": 5870.545509338379,
-        "y": 3543.010789871216,
-        "z": "a2c243d0.ad36e",
-        "wires": [
-            [
-                "a1809480.8bbfb8",
-                "ad1e9a16.a64ed8"
-            ]
-        ]
-    },
-    {
-        "id": "a1809480.8bbfb8",
-        "type": "failure",
-        "name": "failure",
-        "xml": "<outcome value='failure'>\n",
-        "comments": "",
-        "outputs": 1,
-        "x": 6096.545517921448,
-        "y": 3520.0107588768005,
-        "z": "a2c243d0.ad36e",
-        "wires": [
-            [
-                "830a0de8.dd31e"
-            ]
-        ]
-    },
-    {
-        "id": "ad1e9a16.a64ed8",
-        "type": "success",
-        "name": "success",
-        "xml": "<outcome value='success'>\n",
-        "comments": "",
-        "outputs": 1,
-        "x": 6086.545372009277,
-        "y": 3628.0106983184814,
-        "z": "a2c243d0.ad36e",
-        "wires": [
-            [
-                "da24b1ad.9b4e"
-            ]
-        ]
-    },
-    {
-        "id": "da24b1ad.9b4e",
-        "type": "block",
-        "name": "block",
-        "xml": "<block>\n",
-        "atomic": "false",
-        "comments": "",
-        "outputs": 1,
-        "x": 6236.5451583862305,
-        "y": 3647.0107593536377,
-        "z": "a2c243d0.ad36e",
-        "wires": [
-            [
-                "3bdbfa8c.d225f6"
-            ]
-        ]
-    },
-    {
-        "id": "830a0de8.dd31e",
-        "type": "block",
-        "name": "block",
-        "xml": "<block>\n",
-        "atomic": "false",
-        "comments": "",
-        "outputs": 1,
-        "x": 6247.545387268066,
-        "y": 3515.010880947113,
-        "z": "a2c243d0.ad36e",
-        "wires": [
-            [
-                "fed6c94f.f1dca8"
-            ]
-        ]
-    },
-    {
-        "id": "fed6c94f.f1dca8",
-        "type": "returnFailure",
-        "name": "return failure",
-        "xml": "<return status='failure'>\n<parameter name='ack-final' value='Y'/>\n<parameter name=\"error-code\" value=\"500\" />\n<parameter name=\"error-message\" value=\"Error sending SO Response\" />",
-        "comments": "",
-        "x": 6413.545066833496,
-        "y": 3518.0106983184814,
-        "z": "a2c243d0.ad36e",
-        "wires": []
-    },
-    {
-        "id": "3bdbfa8c.d225f6",
-        "type": "record",
-        "name": "record",
-        "xml": "<record plugin=\"org.onap.ccsdk.sli.core.sli.recording.FileRecorder\">\n<parameter name=\"file\" value=\"/opt/opendaylight/current/data/log/instantiateRANSlice.log\" />\n<parameter name=\"level\" value=\"info\" />\n<parameter name=\"field1\" value=\"SO Response Sent \"/>",
-        "comments": "",
-        "outputs": 1,
-        "x": 6400.5451736450195,
-        "y": 3653.0106983184814,
-        "z": "a2c243d0.ad36e",
-        "wires": [
-            []
-        ]
-    },
-    {
-        "id": "1f9c65b6.02cd8a",
-        "type": "block",
-        "name": "nearRTRIC",
-        "xml": "<block atomic='true'>",
-        "atomic": "true",
-        "comments": "",
-        "outputs": 1,
-        "x": 1742.0454788208008,
-        "y": 1002.3438568115234,
-        "z": "a2c243d0.ad36e",
-        "wires": [
-            [
-                "d75a0959.3ebb28",
-                "a1727cbf.de1a7",
-                "e3d2bb2c.121928",
-                "911e2882.b267a8",
-                "6109ce31.790db",
-                "f4e14609.f8d008",
-                "35994541.ad761a",
-                "90eda30c.3bf6a"
-            ]
-        ]
-    },
-    {
-        "id": "5246f2ec.b0b8ec",
-        "type": "execute",
-        "name": "gNBId",
-        "xml": "<execute plugin='org.onap.ccsdk.sli.core.slipluginutils.SliPluginUtils' method='getAttributeValue'>\n\t<parameter name='outputPath' value='tmp.gNBId' />\n\t<parameter name='source' value=\"`'getRIC-configdb-response.[' + $id1 + '].gNBId'`\" />",
-        "comments": "",
-        "outputs": 1,
-        "x": 1627.0452346801758,
-        "y": 745.6771507263184,
-        "z": "a2c243d0.ad36e",
-        "wires": [
-            []
-        ]
-    },
-    {
-        "id": "2997ccc9.716304",
-        "type": "execute",
-        "name": "ranNFNSSIListEntry",
-        "xml": "<execute plugin='org.onap.ccsdk.sli.core.slipluginutils.SliPluginUtils' method='getAttributeValue'>\n\t<parameter name='outputPath' value='tmp.ranNFNSSIListEntry' />\n\t<parameter name='source' value=\"`'getRIC-configdb-response.[' + $id1 + '].ranNFNSSIList[0]'`\" />",
-        "comments": "",
-        "outputs": 1,
-        "x": 1685.045265197754,
-        "y": 804.6771202087402,
-        "z": "a2c243d0.ad36e",
-        "wires": [
-            []
-        ]
-    },
-    {
-        "id": "d75a0959.3ebb28",
-        "type": "set",
-        "name": "Calculate parms",
-        "xml": "<set>\n<parameter name='tmp.nearRTRIC.uLThptPerSlice' value='`$payloadJson.input.sliceProfile.uLThptPerSlice`' />\n<parameter name='tmp.nearRTRIC.dLThptPerSlice' value='`$payloadJson.input.sliceProfile.dLThptPerSlice`' />",
-        "comments": "",
-        "x": 2145.3786087036133,
-        "y": 853.6771812438965,
-        "z": "a2c243d0.ad36e",
-        "wires": []
-    },
-    {
-        "id": "a1727cbf.de1a7",
-        "type": "record",
-        "name": "record",
-        "xml": "<record plugin=\"org.onap.ccsdk.sli.core.sli.recording.FileRecorder\">\n<parameter name=\"file\" value=\"/opt/opendaylight/current/data/log/instantiateRANSlice.log\" />\n<parameter name=\"level\" value=\"info\" />\n<parameter name=\"field1\" value=\"Calculated uLThptPerSlice for nearRTRIC \"/>\n<parameter name=\"field2\" value=\"`$tmp.nearRTRIC.uLThptPerSlice`\"/>\n<parameter name=\"field3\" value=\"Calculated dLThptPerSlice  for nearRTRIC\"/>\n<parameter name=\"field4\" value=\"`$tmp.nearRTRIC.dLThptPerSlice`\"/>\n<parameter name=\"field5\" value=\"Calculated maxNumberOfConns  for nearRTRIC\"/>\n<parameter name=\"field6\" value=\"`$tmp.nearRTRIC1.maxNumberOfConns`\"/>\n<parameter name=\"field7\" value=\"`$payloadJson.input.sliceProfile.maxNumberofConns`\"/>",
-        "comments": "",
-        "outputs": 1,
-        "x": 2097.7119789123535,
-        "y": 1010.3440761566162,
-        "z": "a2c243d0.ad36e",
-        "wires": [
-            []
-        ]
-    },
-    {
-        "id": "e3d2bb2c.121928",
-        "type": "execute",
-        "name": "Update nearRT RIC Details in ConfigDB",
-        "xml": "<execute plugin='org.onap.ccsdk.sli.plugins.restapicall.RestapiCallNode' method='sendRequest' >\n<parameter name=\"restapiUrl\" value=\"`$prop.configdb.url + $prop.restapi.configdb.updatenearRTRIC`\"/>\n<parameter name=\"templateFileName\" value=\"`$prop.restapi.templateDir + '/ranSlice-configDB-updatenearRTRIC.json'`\" />\n<parameter name=\"httpMethod\" value=\"PUT\"/>\n<parameter name=\"responsePrefix\" value=\"update-nearRTRIC-configdb-response\"/>\n<parameter name='contentType' value='application/json' /> \n<parameter name='format' value='json' />\n<parameter name='accept' value='application/json' />\n<parameter name=\"convertResponse\" value=\"true\"/>",
-        "comments": "",
-        "outputs": 1,
-        "x": 1831.7119369506836,
-        "y": 1735.6771259307861,
-        "z": "a2c243d0.ad36e",
-        "wires": [
-            [
-                "c9a03d16.38179",
-                "b734b73a.d51358"
-            ]
-        ]
-    },
-    {
-        "id": "c9a03d16.38179",
-        "type": "failure",
-        "name": "failure",
-        "xml": "<outcome value='failure'>\n",
-        "comments": "",
-        "outputs": 1,
-        "x": 2486.712547302246,
-        "y": 1596.6773700714111,
-        "z": "a2c243d0.ad36e",
-        "wires": [
-            [
-                "42b8ad65.a61524"
-            ]
-        ]
-    },
-    {
-        "id": "b734b73a.d51358",
-        "type": "success",
-        "name": "success",
-        "xml": "<outcome value='success'>\n",
-        "comments": "",
-        "outputs": 1,
-        "x": 2691.712547302246,
-        "y": 1694.6772480010986,
-        "z": "a2c243d0.ad36e",
-        "wires": [
-            [
-                "38d54e8d.4b2232"
-            ]
-        ]
-    },
-    {
-        "id": "38d54e8d.4b2232",
-        "type": "block",
-        "name": "block",
-        "xml": "<block>\n",
-        "atomic": "false",
-        "comments": "",
-        "outputs": 1,
-        "x": 2844.712303161621,
-        "y": 1683.6773700714111,
-        "z": "a2c243d0.ad36e",
-        "wires": [
-            [
-                "ba025a6c.0dc5e8"
-            ]
-        ]
-    },
-    {
-        "id": "ba025a6c.0dc5e8",
-        "type": "record",
-        "name": "record",
-        "xml": "<record plugin=\"org.onap.ccsdk.sli.core.sli.recording.FileRecorder\">\n<parameter name=\"file\" value=\"/opt/opendaylight/current/data/log/instantiateRANSlice.log\" />\n<parameter name=\"level\" value=\"info\" />\n<parameter name=\"field1\" value=\"Successfully Updated NearRT RIC info in ConfigDB\"/>",
-        "comments": "",
-        "outputs": 1,
-        "x": 3008.712547302246,
-        "y": 1687.6774921417236,
-        "z": "a2c243d0.ad36e",
-        "wires": [
-            []
-        ]
-    },
-    {
-        "id": "4acee990.e8a978",
-        "type": "returnFailure",
-        "name": "return failure",
-        "xml": "<return status='failure'>\n<parameter name='ack-final' value='Y'/>\n<parameter name='error-code' value='500'/>\n<parameter name='error-message' value='Error updating nearRTRIC info in ConfigDB. Aborting RPC executiopn'/>",
-        "comments": "",
-        "x": 2901.712303161621,
-        "y": 1631.6773397922516,
-        "z": "a2c243d0.ad36e",
-        "wires": []
-    },
-    {
-        "id": "42b8ad65.a61524",
-        "type": "block",
-        "name": "block",
-        "xml": "<block>",
-        "atomic": "false",
-        "comments": "",
-        "outputs": 1,
-        "x": 2848.712791442871,
-        "y": 1530.6773700714111,
-        "z": "a2c243d0.ad36e",
-        "wires": [
-            [
-                "4acee990.e8a978",
-                "37e7b87f.ec0988",
-                "43e9fff0.abfbe"
-            ]
-        ]
-    },
-    {
-        "id": "37e7b87f.ec0988",
-        "type": "set",
-        "name": "set",
-        "xml": "<set>\n<parameter name='error-code' value='500'/>\n<parameter name='error-message' value='Error updating nearRTRIC info in ConfigDB. Aborting RPC executiopn'/>",
-        "comments": "",
-        "x": 2972.712547302246,
-        "y": 1489.788362711668,
-        "z": "a2c243d0.ad36e",
-        "wires": []
-    },
-    {
-        "id": "3f006895.7f8de8",
-        "type": "execute",
-        "name": "Update cellCU for gNBCUCP in ConfigDB",
-        "xml": "<execute plugin='org.onap.ccsdk.sli.plugins.restapicall.RestapiCallNode' method='sendRequest' >\n<parameter name=\"restapiUrl\" value=\"`$prop.configdb.url + $prop.restapi.configdb.updategNBCUCP`\"/>\n<parameter name=\"templateFileName\" value=\"`$prop.restapi.templateDir + '/ranSlice-configDB-updategNBCUCP.json'`\" />\n<parameter name=\"httpMethod\" value=\"PUT\"/>\n<parameter name=\"responsePrefix\" value=\"update-gNBCUCP-configdb-response\"/>\n<parameter name='contentType' value='application/json' /> \n<parameter name='format' value='json' />\n<parameter name='accept' value='application/json' />\n<parameter name=\"convertResponse\" value=\"true\"/>",
-        "comments": "",
-        "outputs": 1,
-        "x": 3102.0767936706543,
-        "y": 3307.541813850403,
-        "z": "a2c243d0.ad36e",
-        "wires": [
-            [
-                "fa2483e5.8c8a6",
-                "aaf5ff26.6e498"
-            ]
-        ]
-    },
-    {
-        "id": "fa2483e5.8c8a6",
-        "type": "failure",
-        "name": "failure",
-        "xml": "<outcome value='failure'>\n",
-        "comments": "",
-        "outputs": 1,
-        "x": 3966.0763816833496,
-        "y": 3347.5418853759766,
-        "z": "a2c243d0.ad36e",
-        "wires": [
-            [
-                "84aefe83.903fb"
-            ]
-        ]
-    },
-    {
-        "id": "84aefe83.903fb",
-        "type": "block",
-        "name": "block",
-        "xml": "<block>",
-        "atomic": "false",
-        "comments": "",
-        "outputs": 1,
-        "x": 4194.076625823975,
-        "y": 3339.5418853759766,
-        "z": "a2c243d0.ad36e",
-        "wires": [
-            [
-                "eb79817a.c3d98",
-                "d280fd58.42fdb",
-                "43e9fff0.abfbe"
-            ]
-        ]
-    },
-    {
-        "id": "d280fd58.42fdb",
-        "type": "set",
-        "name": "set",
-        "xml": "<set>\n<parameter name='error-code' value='500'/>\n<parameter name='error-message' value='Error updating configCUCP info in ConfigDB. Aborting RPC executiopn'/>",
-        "comments": "",
-        "x": 4309.07638168335,
-        "y": 3252.6527252197266,
-        "z": "a2c243d0.ad36e",
-        "wires": []
-    },
-    {
-        "id": "eb79817a.c3d98",
-        "type": "returnFailure",
-        "name": "return failure",
-        "xml": "<return status='failure'>\n<parameter name='ack-final' value='Y'/>\n<parameter name='error-code' value='500'/>\n<parameter name='error-message' value='Error updating nearRTRIC info in ConfigDB. Aborting RPC executiopn'/>",
-        "comments": "",
-        "x": 4377.07638168335,
-        "y": 3359.5416412353516,
-        "z": "a2c243d0.ad36e",
-        "wires": []
-    },
-    {
-        "id": "aaf5ff26.6e498",
-        "type": "success",
-        "name": "success",
-        "xml": "<outcome value='success'>\n",
-        "comments": "",
-        "outputs": 1,
-        "x": 3971.0763816833496,
-        "y": 3395.5416412353516,
-        "z": "a2c243d0.ad36e",
-        "wires": [
-            [
-                "cf1d7b1d.532dd8"
-            ]
-        ]
-    },
-    {
-        "id": "cf1d7b1d.532dd8",
-        "type": "block",
-        "name": "block",
-        "xml": "<block>\n",
-        "atomic": "false",
-        "comments": "",
-        "outputs": 1,
-        "x": 4136.07638168335,
-        "y": 3394.5418853759766,
-        "z": "a2c243d0.ad36e",
-        "wires": [
-            [
-                "9661cda.13ee23"
-            ]
-        ]
-    },
-    {
-        "id": "9661cda.13ee23",
-        "type": "record",
-        "name": "record",
-        "xml": "<record plugin=\"org.onap.ccsdk.sli.core.sli.recording.FileRecorder\">\n<parameter name=\"file\" value=\"/opt/opendaylight/current/data/log/instantiateRANSlice.log\" />\n<parameter name=\"level\" value=\"info\" />\n<parameter name=\"field1\" value=\"Successfully Updated gNBCUCP info in ConfigDB\"/>",
-        "comments": "",
-        "outputs": 1,
-        "x": 4288.07638168335,
-        "y": 3407.5418853759766,
-        "z": "a2c243d0.ad36e",
-        "wires": [
-            []
-        ]
-    },
-    {
-        "id": "ceda3611.738b98",
-        "type": "execute",
-        "name": "Update RRMPolicy for gNBCUCP in ConfigDB",
-        "xml": "<execute plugin='org.onap.ccsdk.sli.plugins.restapicall.RestapiCallNode' method='sendRequest' >\n<parameter name=\"restapiUrl\" value=\"`$prop.configdb.url + $prop.restapi.configdb.updateRRMPolicy`\"/>\n<parameter name=\"templateFileName\" value=\"`$prop.restapi.templateDir + '/ranSlice-configDB-updateRRMPolicy-CUCP.json'`\" />\n<parameter name=\"httpMethod\" value=\"PUT\"/>\n<parameter name=\"responsePrefix\" value=\"update-gNBCUCP-rrmpolicy-configdb-response\"/>\n<parameter name='contentType' value='application/json' /> \n<parameter name='format' value='json' />\n<parameter name='accept' value='application/json' />\n<parameter name=\"convertResponse\" value=\"true\"/>",
-        "comments": "",
-        "outputs": 1,
-        "x": 2563.0452880859375,
-        "y": 3379.0102882385254,
-        "z": "a2c243d0.ad36e",
-        "wires": [
-            [
-                "5fb4c33d.d46bdc",
-                "95e66b9.f586198"
-            ]
-        ]
-    },
-    {
-        "id": "ea655e5b.c7c99",
-        "type": "set",
-        "name": "set",
-        "xml": "<set>\n<parameter name='error-code' value='500'/>\n<parameter name='error-message' value='Error updating RRMPolicy CUCP info in ConfigDB. Aborting RPC executiopn'/>",
-        "comments": "",
-        "x": 4288.045528411865,
-        "y": 3445.010606765747,
-        "z": "a2c243d0.ad36e",
-        "wires": []
-    },
-    {
-        "id": "e603ff85.93075",
-        "type": "block",
-        "name": "block",
-        "xml": "<block>",
-        "atomic": "false",
-        "comments": "",
-        "outputs": 1,
-        "x": 4213.045307159424,
-        "y": 3502.8997688293457,
-        "z": "a2c243d0.ad36e",
-        "wires": [
-            [
-                "f7523ff6.71de",
-                "ea655e5b.c7c99",
-                "43e9fff0.abfbe"
-            ]
-        ]
-    },
-    {
-        "id": "f7523ff6.71de",
-        "type": "returnFailure",
-        "name": "return failure",
-        "xml": "<return status='failure'>\n<parameter name='ack-final' value='Y'/>\n<parameter name='error-code' value='500'/>\n<parameter name='error-message' value='Error updating RRMPolicy CUCP info in ConfigDB. Aborting RPC executiopn'/>",
-        "comments": "",
-        "x": 4380.045421600342,
-        "y": 3536.899230003357,
-        "z": "a2c243d0.ad36e",
-        "wires": []
-    },
-    {
-        "id": "9d51eb18.62f608",
-        "type": "record",
-        "name": "record",
-        "xml": "<record plugin=\"org.onap.ccsdk.sli.core.sli.recording.FileRecorder\">\n<parameter name=\"file\" value=\"/opt/opendaylight/current/data/log/instantiateRANSlice.log\" />\n<parameter name=\"level\" value=\"info\" />\n<parameter name=\"field1\" value=\"Successfully Updated RRMPolicy CUCP info in ConfigDB\"/>\n<parameter name=\"field2\" value=\"Incremented ConfigDB rrmPolicyID\"/>\n<parameter name=\"field3\" value='`$prop.configDB.rrmPolicyID`' />",
-        "comments": "",
-        "outputs": 1,
-        "x": 3964.0453300476074,
-        "y": 3570.899408340454,
-        "z": "a2c243d0.ad36e",
-        "wires": [
-            []
-        ]
-    },
-    {
-        "id": "c870d545.1df838",
-        "type": "block",
-        "name": "block",
-        "xml": "<block>\n",
-        "atomic": "false",
-        "comments": "",
-        "outputs": 1,
-        "x": 3805.045913696289,
-        "y": 3526.899987220764,
-        "z": "a2c243d0.ad36e",
-        "wires": [
-            [
-                "9d51eb18.62f608",
-                "f3d74d4a.87b"
-            ]
-        ]
-    },
-    {
-        "id": "95e66b9.f586198",
-        "type": "success",
-        "name": "success",
-        "xml": "<outcome value='success'>\n",
-        "comments": "",
-        "outputs": 1,
-        "x": 3712.0455780029297,
-        "y": 3458.898409843445,
-        "z": "a2c243d0.ad36e",
-        "wires": [
-            [
-                "c870d545.1df838"
-            ]
-        ]
-    },
-    {
-        "id": "5fb4c33d.d46bdc",
-        "type": "failure",
-        "name": "failure",
-        "xml": "<outcome value='failure'>\n",
-        "comments": "",
-        "outputs": 1,
-        "x": 3713.0455322265625,
-        "y": 3412.8995490074158,
-        "z": "a2c243d0.ad36e",
-        "wires": [
-            [
-                "e603ff85.93075"
-            ]
-        ]
-    },
-    {
-        "id": "f3d74d4a.87b",
-        "type": "set",
-        "name": "Increment RRMPolicyID",
-        "xml": "<set>\n<parameter name='prop.configDB.rrmPolicyID' value='`$prop.configDB.rrmPolicyID + 1`' />",
-        "comments": "",
-        "x": 4016.277744293213,
-        "y": 3522.4650917053223,
-        "z": "a2c243d0.ad36e",
-        "wires": []
-    },
-    {
-        "id": "f3a2bcbf.8f26c",
-        "type": "execute",
-        "name": "Update  gNBCUUP in ConfigDB",
-        "xml": "<execute plugin='org.onap.ccsdk.sli.plugins.restapicall.RestapiCallNode' method='sendRequest' >\n<parameter name=\"restapiUrl\" value=\"`$prop.configdb.url + $prop.restapi.configdb.updategNBCUUP`\"/>\n<parameter name=\"templateFileName\" value=\"`$prop.restapi.templateDir + '/ranSlice-configDB-updategNBCUUP.json'`\" />\n<parameter name=\"httpMethod\" value=\"PUT\"/>\n<parameter name=\"responsePrefix\" value=\"update-gNBCUUP-configdb-response\"/>\n<parameter name='contentType' value='application/json' /> \n<parameter name='format' value='json' />\n<parameter name='accept' value='application/json' />\n<parameter name=\"convertResponse\" value=\"true\"/>",
-        "comments": "",
-        "outputs": 1,
-        "x": 3244.5767822265625,
-        "y": 5341.541494369507,
-        "z": "a2c243d0.ad36e",
-        "wires": [
-            [
-                "fb3dbdf6.955a4",
-                "207b1452.a7a7bc"
-            ]
-        ]
-    },
-    {
-        "id": "fb3dbdf6.955a4",
-        "type": "failure",
-        "name": "failure",
-        "xml": "<outcome value='failure'>\n",
-        "comments": "",
-        "outputs": 1,
-        "x": 3976.5765380859375,
-        "y": 5435.541982650757,
-        "z": "a2c243d0.ad36e",
-        "wires": [
-            [
-                "aab078e4.42c958"
-            ]
-        ]
-    },
-    {
-        "id": "207b1452.a7a7bc",
-        "type": "success",
-        "name": "success",
-        "xml": "<outcome value='success'>\n",
-        "comments": "",
-        "outputs": 1,
-        "x": 4125.57638168335,
-        "y": 5599.541641235352,
-        "z": "a2c243d0.ad36e",
-        "wires": [
-            [
-                "9ae33420.b55878"
-            ]
-        ]
-    },
-    {
-        "id": "aab078e4.42c958",
-        "type": "block",
-        "name": "block",
-        "xml": "<block>",
-        "atomic": "false",
-        "comments": "",
-        "outputs": 1,
-        "x": 4291.5765380859375,
-        "y": 5439.541982650757,
-        "z": "a2c243d0.ad36e",
-        "wires": [
-            [
-                "a6237649.57a2a8",
-                "6a1d6fa9.97303",
-                "43e9fff0.abfbe"
-            ]
-        ]
-    },
-    {
-        "id": "9ae33420.b55878",
-        "type": "block",
-        "name": "block",
-        "xml": "<block>\n",
-        "atomic": "false",
-        "comments": "",
-        "outputs": 1,
-        "x": 4255.576343536377,
-        "y": 5637.541639328003,
-        "z": "a2c243d0.ad36e",
-        "wires": [
-            [
-                "18bee052.c2aa5"
-            ]
-        ]
-    },
-    {
-        "id": "18bee052.c2aa5",
-        "type": "record",
-        "name": "record",
-        "xml": "<record plugin=\"org.onap.ccsdk.sli.core.sli.recording.FileRecorder\">\n<parameter name=\"file\" value=\"/opt/opendaylight/current/data/log/instantiateRANSlice.log\" />\n<parameter name=\"level\" value=\"info\" />\n<parameter name=\"field1\" value=\"Successfully Updated gNBCUUP info in ConfigDB\"/>",
-        "comments": "",
-        "outputs": 1,
-        "x": 4380.576347351074,
-        "y": 5607.541640281677,
-        "z": "a2c243d0.ad36e",
-        "wires": [
-            []
-        ]
-    },
-    {
-        "id": "a6237649.57a2a8",
-        "type": "returnFailure",
-        "name": "return failure",
-        "xml": "<return status='failure'>\n<parameter name='ack-final' value='Y'/>\n<parameter name='error-code' value='500'/>\n<parameter name='error-message' value='Error updating CUUP info in ConfigDB. Aborting RPC executiopn'/>",
-        "comments": "",
-        "x": 4377.5765380859375,
-        "y": 5519.541494369507,
-        "z": "a2c243d0.ad36e",
-        "wires": []
-    },
-    {
-        "id": "6a1d6fa9.97303",
-        "type": "set",
-        "name": "set",
-        "xml": "<set>\n<parameter name='error-code' value='500'/>\n<parameter name='error-message' value='Error updating configCUUP info in ConfigDB. Aborting RPC executiopn'/>",
-        "comments": "",
-        "x": 4302.5765380859375,
-        "y": 5339.653310775757,
-        "z": "a2c243d0.ad36e",
-        "wires": []
-    },
-    {
-        "id": "af642ec7.053e1",
-        "type": "set",
-        "name": "set",
-        "xml": "<set>\n<parameter name='error-code' value='500'/>\n<parameter name='error-message' value='Error updating RRMPolicy CUUP info in ConfigDB. Aborting RPC executiopn'/>",
-        "comments": "",
-        "x": 4376.546073913574,
-        "y": 5655.01055431366,
-        "z": "a2c243d0.ad36e",
-        "wires": []
-    },
-    {
-        "id": "30126feb.a685b",
-        "type": "block",
-        "name": "block",
-        "xml": "<block>",
-        "atomic": "false",
-        "comments": "",
-        "outputs": 1,
-        "x": 4319.545093536377,
-        "y": 5717.899715423584,
-        "z": "a2c243d0.ad36e",
-        "wires": [
-            [
-                "d83bb88e.c33068",
-                "af642ec7.053e1",
-                "43e9fff0.abfbe"
-            ]
-        ]
-    },
-    {
-        "id": "d83bb88e.c33068",
-        "type": "returnFailure",
-        "name": "return failure",
-        "xml": "<return status='failure'>\n<parameter name='ack-final' value='Y'/>\n<parameter name='error-code' value='500'/>\n<parameter name='error-message' value='Error updating RRMPolicy CUUP info in ConfigDB. Aborting RPC executiopn'/>",
-        "comments": "",
-        "x": 4440.545749664307,
-        "y": 5781.899066925049,
-        "z": "a2c243d0.ad36e",
-        "wires": []
-    },
-    {
-        "id": "1236fff5.2c826",
-        "type": "success",
-        "name": "success",
-        "xml": "<outcome value='success'>\n",
-        "comments": "",
-        "outputs": 1,
-        "x": 3866.5455780029297,
-        "y": 5662.898409843445,
-        "z": "a2c243d0.ad36e",
-        "wires": [
-            [
-                "4d93c90f.f04318"
-            ]
-        ]
-    },
-    {
-        "id": "4d93c90f.f04318",
-        "type": "block",
-        "name": "block",
-        "xml": "<block>\n",
-        "atomic": "false",
-        "comments": "",
-        "outputs": 1,
-        "x": 3836.5459785461426,
-        "y": 5751.899717330933,
-        "z": "a2c243d0.ad36e",
-        "wires": [
-            [
-                "edd71964.f62998",
-                "c63c14cd.2aed58"
-            ]
-        ]
-    },
-    {
-        "id": "edd71964.f62998",
-        "type": "record",
-        "name": "record",
-        "xml": "<record plugin=\"org.onap.ccsdk.sli.core.sli.recording.FileRecorder\">\n<parameter name=\"file\" value=\"/opt/opendaylight/current/data/log/instantiateRANSlice.log\" />\n<parameter name=\"level\" value=\"info\" />\n<parameter name=\"field1\" value=\"Successfully Updated RRMPolicy CUUP info in ConfigDB\"/>\n<parameter name=\"field2\" value=\"Incremented ConfigDB rrmPolicyID\"/>\n<parameter name=\"field3\" value='`$prop.configDB.rrmPolicyID`' />",
-        "comments": "",
-        "outputs": 1,
-        "x": 3992.54598236084,
-        "y": 5786.899719238281,
-        "z": "a2c243d0.ad36e",
-        "wires": [
-            []
-        ]
-    },
-    {
-        "id": "c63c14cd.2aed58",
-        "type": "set",
-        "name": "Increment RRMPolicyID",
-        "xml": "<set>\n<parameter name='prop.configDB.rrmPolicyID' value='`$prop.configDB.rrmPolicyID + 1`' />",
-        "comments": "",
-        "x": 4043.778408050537,
-        "y": 5716.464819908142,
-        "z": "a2c243d0.ad36e",
-        "wires": []
-    },
-    {
-        "id": "a3e55510.78b598",
-        "type": "execute",
-        "name": "Update RRMPolicy for gNBCUCP in ConfigDB",
-        "xml": "<execute plugin='org.onap.ccsdk.sli.plugins.restapicall.RestapiCallNode' method='sendRequest' >\n<parameter name=\"restapiUrl\" value=\"`$prop.configdb.url + $prop.restapi.configdb.updateRRMPolicy`\"/>\n<parameter name=\"templateFileName\" value=\"`$prop.restapi.templateDir + '/ranSlice-configDB-updateRRMPolicy-CUUP.json'`\" />\n<parameter name=\"httpMethod\" value=\"PUT\"/>\n<parameter name=\"responsePrefix\" value=\"update-gNBCUUP-rrmpolicy-configdb-response\"/>\n<parameter name='contentType' value='application/json' /> \n<parameter name='format' value='json' />\n<parameter name='accept' value='application/json' />\n<parameter name=\"convertResponse\" value=\"true\"/>",
-        "comments": "",
-        "outputs": 1,
-        "x": 2946.5455322265625,
-        "y": 5526.010244369507,
-        "z": "a2c243d0.ad36e",
-        "wires": [
-            [
-                "1236fff5.2c826",
-                "4c288654.97c208"
-            ]
-        ]
-    },
-    {
-        "id": "4c288654.97c208",
-        "type": "failure",
-        "name": "failure",
-        "xml": "<outcome value='failure'>\n",
-        "comments": "",
-        "outputs": 1,
-        "x": 3871.7118797302246,
-        "y": 5599.343887329102,
-        "z": "a2c243d0.ad36e",
-        "wires": [
-            [
-                "30126feb.a685b"
-            ]
-        ]
-    },
-    {
-        "id": "ea361c3.cee77e",
-        "type": "block",
-        "name": "block : SO Response",
-        "xml": "<block atomic='true'>",
-        "atomic": "true",
-        "comments": "",
-        "outputs": 1,
-        "x": 3007.380241394043,
-        "y": 7260.681188106537,
-        "z": "a2c243d0.ad36e",
-        "wires": [
-            [
-                "c47caf0e.2a57",
-                "9afa36a0.b04028",
-                "2d36f6e8.33495a"
-            ]
-        ]
-    },
-    {
-        "id": "c47caf0e.2a57",
-        "type": "set",
-        "name": "set tmp variables for SO response",
-        "xml": "<set>\n<parameter name=\"tmp.so.callbackURL\" value=\"`$payloadJson.input.callbackURL`\"/>\n<parameter name=\"tmp.status\" value=\"`$error-code`\"/>\n<parameter name=\"tmp.reason\" value=\"`$error-message`\"/>\n<parameter name=\"tmp.requestID\" value=\"`$instantiateRANSlice-input.common-header.request-id`\"/>\n<parameter name=\"tmp.action\" value=\"`$instantiateRANSlice-input.action`\"/>\n",
-        "comments": "",
-        "x": 3133.3808975219727,
-        "y": 7157.579624176025,
-        "z": "a2c243d0.ad36e",
-        "wires": []
-    },
-    {
-        "id": "9afa36a0.b04028",
-        "type": "record",
-        "name": "record configdb RestAPI parms",
-        "xml": "<record plugin=\"org.onap.ccsdk.sli.core.sli.recording.FileRecorder\">\n<parameter name=\"file\" value=\"/opt/opendaylight/current/data/log/so-callback-response.log\" />\n<parameter name=\"level\" value=\"info\" />\n<parameter name=\"field1\" value=\"URL for SO Callback Response\"/>\n<parameter name='field2' value=\"`$tmp.so.callbackURL`\" />\n<parameter name='field3' value=\"`$tmp.status`\" />\n<parameter name='field4' value=\"`$tmp.reason`\" />\n<parameter name='field5' value=\"`$tmp.requestID`\" />\n<parameter name='field6' value=\"`$tmp.action`\" />\n<parameter name='field7' value=\"`$tmp.CUCPList`\" />\n<parameter name='field8' value=\"`$tmp.CUUPList`\" />\n<parameter name='field9' value=\"`$tmp.DUList`\" />",
-        "comments": "",
-        "outputs": 1,
-        "x": 3295.3802490234375,
-        "y": 7285.681188583374,
-        "z": "a2c243d0.ad36e",
-        "wires": [
-            []
-        ]
-    },
-    {
-        "id": "2d36f6e8.33495a",
-        "type": "execute",
-        "name": "Send to SO",
-        "xml": "<execute plugin='org.onap.ccsdk.sli.plugins.restapicall.RestapiCallNode' method='sendRequest' >\n<parameter name=\"templateFileName\" value=\"`$prop.restapi.templateDir + '/ranSlice-so-response.json'`\" />\n<parameter name=\"restapiUrl\" value=\"`$tmp.so.callbackURL`\"/>\n<parameter name=\"httpMethod\" value=\"POST\"/>\n<parameter name=\"responsePrefix\" value=\"so-callback-response\"/>\n<parameter name='contentType' value='application/json' /> \n<parameter name='format' value='json' />\n<parameter name='accept' value='application/json' />",
-        "comments": "",
-        "outputs": 1,
-        "x": 3114.3798484802246,
-        "y": 7448.680581569672,
-        "z": "a2c243d0.ad36e",
-        "wires": [
-            [
-                "c69c32e2.dab66",
-                "a10f6695.aa9f78"
-            ]
-        ]
-    },
-    {
-        "id": "c69c32e2.dab66",
-        "type": "failure",
-        "name": "failure",
-        "xml": "<outcome value='failure'>\n",
-        "comments": "",
-        "outputs": 1,
-        "x": 3224.3803367614746,
-        "y": 7360.680337905884,
-        "z": "a2c243d0.ad36e",
-        "wires": [
-            [
-                "390a3702.a2b0f8"
-            ]
-        ]
-    },
-    {
-        "id": "a10f6695.aa9f78",
-        "type": "success",
-        "name": "success",
-        "xml": "<outcome value='success'>\n",
-        "comments": "",
-        "outputs": 1,
-        "x": 3166.380214691162,
-        "y": 7534.680219173431,
-        "z": "a2c243d0.ad36e",
-        "wires": [
-            [
-                "18e8d0ff.de85ff"
-            ]
-        ]
-    },
-    {
-        "id": "18e8d0ff.de85ff",
-        "type": "block",
-        "name": "block",
-        "xml": "<block>\n",
-        "atomic": "false",
-        "comments": "",
-        "outputs": 1,
-        "x": 3297.3802757263184,
-        "y": 7489.681196451187,
-        "z": "a2c243d0.ad36e",
-        "wires": [
-            [
-                "de926c9f.09fe3"
-            ]
-        ]
-    },
-    {
-        "id": "390a3702.a2b0f8",
-        "type": "block",
-        "name": "block",
-        "xml": "<block>\n",
-        "atomic": "false",
-        "comments": "",
-        "outputs": 1,
-        "x": 3333.3805198669434,
-        "y": 7429.681070804596,
-        "z": "a2c243d0.ad36e",
-        "wires": [
-            [
-                "a8ec5b12.746bc8"
-            ]
-        ]
-    },
-    {
-        "id": "a8ec5b12.746bc8",
-        "type": "returnFailure",
-        "name": "return failure",
-        "xml": "<return status='failure'>\n<parameter name='ack-final' value='Y'/>\n<parameter name=\"error-code\" value=\"500\" />\n<parameter name=\"error-message\" value=\"Error sending SO Response\" />",
-        "comments": "",
-        "x": 3422.3796043395996,
-        "y": 7361.681192398071,
-        "z": "a2c243d0.ad36e",
-        "wires": []
-    },
-    {
-        "id": "de926c9f.09fe3",
-        "type": "record",
-        "name": "record",
-        "xml": "<record plugin=\"org.onap.ccsdk.sli.core.sli.recording.FileRecorder\">\n<parameter name=\"file\" value=\"/opt/opendaylight/current/data/log/instantiateRANSlice.log\" />\n<parameter name=\"level\" value=\"info\" />\n<parameter name=\"field1\" value=\"SO Response Sent \"/>",
-        "comments": "",
-        "outputs": 1,
-        "x": 3330.380397796631,
-        "y": 7571.680464267731,
-        "z": "a2c243d0.ad36e",
-        "wires": [
-            []
-        ]
-    },
-    {
-        "id": "7b7a7410.5e975c",
-        "type": "execute",
-        "name": "Update  gNBDU in ConfigDB",
-        "xml": "<execute plugin='org.onap.ccsdk.sli.plugins.restapicall.RestapiCallNode' method='sendRequest' >\n<parameter name=\"restapiUrl\" value=\"`$prop.configdb.url + $prop.restapi.configdb.updategNBDU`\"/>\n<parameter name=\"templateFileName\" value=\"`$prop.restapi.templateDir + '/ranSlice-configDB-updategNBDU.json'`\" />\n<parameter name=\"httpMethod\" value=\"PUT\"/>\n<parameter name=\"responsePrefix\" value=\"update-gNBDU-configdb-response\"/>\n<parameter name='contentType' value='application/json' /> \n<parameter name='format' value='json' />\n<parameter name='accept' value='application/json' />\n<parameter name=\"convertResponse\" value=\"true\"/>",
-        "comments": "",
-        "outputs": 1,
-        "x": 2399.3796997070312,
-        "y": 7021.0138630867,
-        "z": "a2c243d0.ad36e",
-        "wires": [
-            [
-                "af443bcb.1c9fb8",
-                "223367ec.f850c8"
-            ]
-        ]
-    },
-    {
-        "id": "af443bcb.1c9fb8",
-        "type": "failure",
-        "name": "failure",
-        "xml": "<outcome value='failure'>\n",
-        "comments": "",
-        "outputs": 1,
-        "x": 2564.3792572021484,
-        "y": 7082.013213157654,
-        "z": "a2c243d0.ad36e",
-        "wires": [
-            [
-                "f32b60fc.c5c97"
-            ]
-        ]
-    },
-    {
-        "id": "223367ec.f850c8",
-        "type": "success",
-        "name": "success",
-        "xml": "<outcome value='success'>\n",
-        "comments": "",
-        "outputs": 1,
-        "x": 2614.3797454833984,
-        "y": 6994.013210058212,
-        "z": "a2c243d0.ad36e",
-        "wires": [
-            [
-                "3f4313dd.77b5dc"
-            ]
-        ]
-    },
-    {
-        "id": "f32b60fc.c5c97",
-        "type": "block",
-        "name": "block",
-        "xml": "<block>",
-        "atomic": "false",
-        "comments": "",
-        "outputs": 1,
-        "x": 2804.378936767578,
-        "y": 7050.014513492584,
-        "z": "a2c243d0.ad36e",
-        "wires": [
-            [
-                "8c43a78.034ad58",
-                "c284812.ce66b8",
-                "ea361c3.cee77e"
-            ]
-        ]
-    },
-    {
-        "id": "3f4313dd.77b5dc",
-        "type": "block",
-        "name": "block",
-        "xml": "<block>\n",
-        "atomic": "false",
-        "comments": "",
-        "outputs": 1,
-        "x": 2777.378936767578,
-        "y": 6983.0132093429565,
-        "z": "a2c243d0.ad36e",
-        "wires": [
-            [
-                "c013781.c643f88"
-            ]
-        ]
-    },
-    {
-        "id": "c013781.c643f88",
-        "type": "record",
-        "name": "record",
-        "xml": "<record plugin=\"org.onap.ccsdk.sli.core.sli.recording.FileRecorder\">\n<parameter name=\"file\" value=\"/opt/opendaylight/current/data/log/instantiateRANSlice.log\" />\n<parameter name=\"level\" value=\"info\" />\n<parameter name=\"field1\" value=\"Successfully Updated DU info in ConfigDB\"/>",
-        "comments": "",
-        "outputs": 1,
-        "x": 2954.3789405822754,
-        "y": 7001.010605812073,
-        "z": "a2c243d0.ad36e",
-        "wires": [
-            []
-        ]
-    },
-    {
-        "id": "8c43a78.034ad58",
-        "type": "returnFailure",
-        "name": "return failure",
-        "xml": "<return status='failure'>\n<parameter name='ack-final' value='Y'/>\n<parameter name='error-code' value='500'/>\n<parameter name='error-message' value='Error updating CUUP info in ConfigDB. Aborting RPC executiopn'/>",
-        "comments": "",
-        "x": 2748.3787689208984,
-        "y": 7135.013214111328,
-        "z": "a2c243d0.ad36e",
-        "wires": []
-    },
-    {
-        "id": "c284812.ce66b8",
-        "type": "set",
-        "name": "set",
-        "xml": "<set>\n<parameter name='error-code' value='500'/>\n<parameter name='error-message' value='Error updating configCUUP info in ConfigDB. Aborting RPC executiopn'/>",
-        "comments": "",
-        "x": 2969.3789443969727,
-        "y": 7064.123888015747,
-        "z": "a2c243d0.ad36e",
-        "wires": []
-    },
-    {
-        "id": "f772fde7.45a8e",
-        "type": "set",
-        "name": "set",
-        "xml": "<set>\n<parameter name='error-code' value='500'/>\n<parameter name='error-message' value='Error updating RRMPolicy DU info in ConfigDB. Aborting RPC executiopn'/>",
-        "comments": "",
-        "x": 2768.3486614227295,
-        "y": 7301.482131958008,
-        "z": "a2c243d0.ad36e",
-        "wires": []
-    },
-    {
-        "id": "e4d0443f.304868",
-        "type": "block",
-        "name": "block",
-        "xml": "<block>",
-        "atomic": "false",
-        "comments": "",
-        "outputs": 1,
-        "x": 2636.3476791381836,
-        "y": 7356.36999130249,
-        "z": "a2c243d0.ad36e",
-        "wires": [
-            [
-                "9639750b.a150f8",
-                "f772fde7.45a8e",
-                "ea361c3.cee77e"
-            ]
-        ]
-    },
-    {
-        "id": "9639750b.a150f8",
-        "type": "returnFailure",
-        "name": "return failure",
-        "xml": "<return status='failure'>\n<parameter name='ack-final' value='Y'/>\n<parameter name='error-code' value='500'/>\n<parameter name='error-message' value='Error updating RRMPolicy DU info in ConfigDB. Aborting RPC executiopn'/>",
-        "comments": "",
-        "x": 2793.3484954833984,
-        "y": 7404.370156288147,
-        "z": "a2c243d0.ad36e",
-        "wires": []
-    },
-    {
-        "id": "4cd76ed.442f99",
-        "type": "success",
-        "name": "success",
-        "xml": "<outcome value='success'>\n",
-        "comments": "",
-        "outputs": 1,
-        "x": 2520.3483276367188,
-        "y": 7144.368682861328,
-        "z": "a2c243d0.ad36e",
-        "wires": [
-            [
-                "e62138e9.c4c3a8"
-            ]
-        ]
-    },
-    {
-        "id": "e62138e9.c4c3a8",
-        "type": "block",
-        "name": "block",
-        "xml": "<block>\n",
-        "atomic": "false",
-        "comments": "",
-        "outputs": 1,
-        "x": 2608.348979949951,
-        "y": 7247.369337081909,
-        "z": "a2c243d0.ad36e",
-        "wires": [
-            [
-                "f9a3c636.a64f28",
-                "6cc38ae7.1633f4"
-            ]
-        ]
-    },
-    {
-        "id": "f9a3c636.a64f28",
-        "type": "record",
-        "name": "record",
-        "xml": "<record plugin=\"org.onap.ccsdk.sli.core.sli.recording.FileRecorder\">\n<parameter name=\"file\" value=\"/opt/opendaylight/current/data/log/instantiateRANSlice.log\" />\n<parameter name=\"level\" value=\"info\" />\n<parameter name=\"field1\" value=\"Successfully Updated RRMPolicy DU info in ConfigDB\"/>\n<parameter name=\"field2\" value=\"Incremented ConfigDB rrmPolicyID\"/>\n<parameter name=\"field3\" value='`$prop.configDB.rrmPolicyID`' />",
-        "comments": "",
-        "outputs": 1,
-        "x": 2752.3493118286133,
-        "y": 7247.370151519775,
-        "z": "a2c243d0.ad36e",
-        "wires": [
-            []
-        ]
-    },
-    {
-        "id": "6cc38ae7.1633f4",
-        "type": "set",
-        "name": "Increment RRMPolicyID",
-        "xml": "<set>\n<parameter name='prop.configDB.rrmPolicyID' value='`$prop.configDB.rrmPolicyID + 1`' />",
-        "comments": "",
-        "x": 2778.581081390381,
-        "y": 7192.935091018677,
-        "z": "a2c243d0.ad36e",
-        "wires": []
-    },
-    {
-        "id": "3e62eb56.c77764",
-        "type": "execute",
-        "name": " RRMPolicy gNBDU ConfigDB",
-        "xml": "<execute plugin='org.onap.ccsdk.sli.plugins.restapicall.RestapiCallNode' method='sendRequest' >\n<parameter name=\"restapiUrl\" value=\"`$prop.configdb.url + $prop.restapi.configdb.updateRRMPolicy`\"/>\n<parameter name=\"templateFileName\" value=\"`$prop.restapi.templateDir + '/ranSlice-configDB-updateRRMPolicy-DU.json'`\" />\n<parameter name=\"httpMethod\" value=\"PUT\"/>\n<parameter name=\"responsePrefix\" value=\"update-DU-rrmpolicy-configdb-response\"/>\n<parameter name='contentType' value='application/json' /> \n<parameter name='format' value='json' />\n<parameter name='accept' value='application/json' />\n<parameter name=\"convertResponse\" value=\"true\"/>",
-        "comments": "",
-        "outputs": 1,
-        "x": 2337.348434448242,
-        "y": 7239.480665206909,
-        "z": "a2c243d0.ad36e",
-        "wires": [
-            [
-                "4cd76ed.442f99",
-                "12a6b880.fd3a17"
-            ]
-        ]
-    },
-    {
-        "id": "12a6b880.fd3a17",
-        "type": "failure",
-        "name": "failure",
-        "xml": "<outcome value='failure'>\n",
-        "comments": "",
-        "outputs": 1,
-        "x": 2477.5144653320312,
-        "y": 7346.814002990723,
-        "z": "a2c243d0.ad36e",
-        "wires": [
-            [
-                "e4d0443f.304868"
-            ]
-        ]
-    },
-    {
-        "id": "cde223c2.7eeac",
-        "type": "for",
-        "name": "For cellCU List",
-        "xml": "<for index='idCell' start='0' end='`$tmp.cellCUListEntries `' >",
-        "comments": "",
-        "outputs": 1,
-        "x": 2439.0452880859375,
-        "y": 2444.010488510132,
-        "z": "a2c243d0.ad36e",
-        "wires": [
-            [
-                "abb1f347.e4d5"
-            ]
-        ]
-    },
-    {
-        "id": "ec459266.1687d",
-        "type": "execute",
-        "name": "gNBCUCPList.gNBCUName",
-        "xml": "<execute plugin='org.onap.ccsdk.sli.core.slipluginutils.SliPluginUtils' method='getAttributeValue'>\n\t<parameter name='outputPath' value='tmp.gNBCUCPList.cellLocalId' />\n\t<parameter name='source' value=\"`'getRIC-configdb-response.[' + $id1 + '].gNBCUCPList[' + $id2 + '].cellCUList[' + $idCell + '].cellLocalId'`\" />",
-        "comments": "",
-        "outputs": 1,
-        "x": 2748.0452880859375,
-        "y": 2248.010488510132,
-        "z": "a2c243d0.ad36e",
-        "wires": [
-            []
-        ]
-    },
-    {
-        "id": "53bf40e4.de041",
-        "type": "switchNode",
-        "name": "switch",
-        "xml": "<switch test=\"`$tmp.gNBCUCPList.cellLocalId == $tmp.cellLocalId`\">    \n",
-        "comments": "",
-        "outputs": 1,
-        "x": 2687.0457763671875,
-        "y": 2500.010488510132,
-        "z": "a2c243d0.ad36e",
-        "wires": [
-            [
-                "f9c7788c.822448"
-            ]
-        ]
-    },
-    {
-        "id": "f9c7788c.822448",
-        "type": "outcomeTrue",
-        "name": "true",
-        "xml": "<outcome value='true'>\n",
-        "comments": "",
-        "outputs": 1,
-        "x": 2791.0457763671875,
-        "y": 2409.010488510132,
-        "z": "a2c243d0.ad36e",
-        "wires": [
-            [
-                "f1beccb7.9b84e"
-            ]
-        ]
-    },
-    {
-        "id": "f1beccb7.9b84e",
-        "type": "block",
-        "name": "UpdateCell",
-        "xml": "<block atomic='true'>",
-        "atomic": "true",
-        "comments": "",
-        "outputs": 1,
-        "x": 2869.0452880859375,
-        "y": 2321.010488510132,
-        "z": "a2c243d0.ad36e",
-        "wires": [
-            [
-                "187d9e29.2ec5c2",
-                "1c9c9154.0f3fdf",
-                "17779f4e.286261",
-                "ab4851e7.0f9ee",
-                "44aa82b6.04d01c",
-                "3f006895.7f8de8",
-                "e309ba57.6c6788",
-                "2c479225.b4d6de",
-                "3c04bde7.59dfb2",
-                "ceda3611.738b98"
-            ]
-        ]
-    },
-    {
-        "id": "abb1f347.e4d5",
-        "type": "block",
-        "name": "Block",
-        "xml": "<block atomic='true'>",
-        "atomic": "true",
-        "comments": "",
-        "outputs": 1,
-        "x": 2553.0450439453125,
-        "y": 2356.010488510132,
-        "z": "a2c243d0.ad36e",
-        "wires": [
-            [
-                "ec459266.1687d",
-                "53bf40e4.de041"
-            ]
-        ]
-    },
-    {
-        "id": "ff78794a.ef5ea8",
-        "type": "for",
-        "name": "For cellDU List",
-        "xml": "<for index='idCell' start='0' end='`$tmp.cellDUListEntries`' >",
-        "comments": "",
-        "outputs": 1,
-        "x": 2780.299835205078,
-        "y": 6151.016935348511,
-        "z": "a2c243d0.ad36e",
-        "wires": [
-            [
-                "fe2f2180.a9269",
-                "384553a9.a2a01c"
-            ]
-        ]
-    },
-    {
-        "id": "50f01209.22749c",
-        "type": "execute",
-        "name": "gNBDUList.cellLocalId",
-        "xml": "<execute plugin='org.onap.ccsdk.sli.core.slipluginutils.SliPluginUtils' method='getAttributeValue'>\n\t<parameter name='outputPath' value='tmp.gNBDUList.cellLocalId' />\n\t<parameter name='source' value=\"`'getListofCells-configdb-response.[' + $id3 + ']'`\" />",
-        "comments": "",
-        "outputs": 1,
-        "x": 2899.4110794067383,
-        "y": 6238.014590680599,
-        "z": "a2c243d0.ad36e",
-        "wires": [
-            []
-        ]
-    },
-    {
-        "id": "756583b6.6618bc",
-        "type": "switchNode",
-        "name": "switch",
-        "xml": "<switch test=\"`$tmp.gNBDUList.cellLocalId == $tmp.cellLocalId`\">",
-        "comments": "",
-        "outputs": 1,
-        "x": 2803.2995223999023,
-        "y": 6338.014337539673,
-        "z": "a2c243d0.ad36e",
-        "wires": [
-            [
-                "517a64ea.8e549c"
-            ]
-        ]
-    },
-    {
-        "id": "517a64ea.8e549c",
-        "type": "outcomeTrue",
-        "name": "true",
-        "xml": "<outcome value='true'>\n",
-        "comments": "",
-        "outputs": 1,
-        "x": 3017.299850463867,
-        "y": 6296.014337539673,
-        "z": "a2c243d0.ad36e",
-        "wires": [
-            [
-                "6f06f096.c304b"
-            ]
-        ]
-    },
-    {
-        "id": "6f06f096.c304b",
-        "type": "block",
-        "name": "UpdateCell",
-        "xml": "<block atomic='true'>",
-        "atomic": "true",
-        "comments": "",
-        "outputs": 1,
-        "x": 3185.300178527832,
-        "y": 6305.01499080658,
-        "z": "a2c243d0.ad36e",
-        "wires": [
-            [
-                "3a7d24e4.71829c",
-                "d6bfe081.3e2f3",
-                "2314bf60.abe34"
-            ]
-        ]
-    },
-    {
-        "id": "fe2f2180.a9269",
-        "type": "block",
-        "name": "Block",
-        "xml": "<block atomic='true'>",
-        "atomic": "true",
-        "comments": "",
-        "outputs": 1,
-        "x": 2561.2995071411133,
-        "y": 6279.014335632324,
-        "z": "a2c243d0.ad36e",
-        "wires": [
-            [
-                "50f01209.22749c",
-                "756583b6.6618bc",
-                "e87ad1e6.6de69"
-            ]
-        ]
-    },
-    {
-        "id": "682dfdf2.a09a94",
-        "type": "block",
-        "name": "rrmPolicyRatioPerCELLCU",
-        "xml": "<block atomic='true'>",
-        "atomic": "true",
-        "comments": "",
-        "outputs": 1,
-        "x": 2259.045280456543,
-        "y": 2052.010488510132,
-        "z": "a2c243d0.ad36e",
-        "wires": [
-            [
-                "8ab57c39.e5212",
-                "ee42ea5e.86d058",
-                "de7e3ad.6a5adc8",
-                "d0c86467.097018"
-            ]
-        ]
-    },
-    {
-        "id": "8ab57c39.e5212",
-        "type": "record",
-        "name": "record",
-        "xml": "<record plugin=\"org.onap.ccsdk.sli.core.sli.recording.FileRecorder\">\n<parameter name=\"file\" value=\"/opt/opendaylight/current/data/log/instantiateRANSlice.log\" />\n<parameter name=\"level\" value=\"info\" />\n<parameter name=\"field1\" value=\"rRMPolicyDedicatedRatio for CellCU \"/>\n<parameter name=\"field2\" value=\"`$tmp.rRMPolicyDedicatedRatio.CellCU`\"/>\n<parameter name=\"field3\" value=\"maxNumberOfConnsPercellCU \"/>\n<parameter name=\"field4\" value=\"`$tmp.maxNumberOfConnsPercellCU`\"/>\n<parameter name=\"field5\" value=\"rRMPolicyDedicatedRatio.CellCU1 \"/>\n<parameter name=\"field6\" value=\"`$tmp.rRMPolicyDedicatedRatio.CellCU1`\"/>",
-        "comments": "",
-        "outputs": 1,
-        "x": 2414.045108795166,
-        "y": 2182.455047607422,
-        "z": "a2c243d0.ad36e",
-        "wires": [
-            []
-        ]
-    },
-    {
-        "id": "4a387951.f6db68",
-        "type": "set",
-        "name": "Calculate for RRM1",
-        "xml": "<set>\n<parameter name='tmp.maxNumberOfConns-CUUP' value='`$tmp.payload.maxNumberofConns/$tmp.cellCUListEntries`' />\n",
-        "comments": "",
-        "x": 3213.045742034912,
-        "y": 3481.0102319717407,
-        "z": "a2c243d0.ad36e",
-        "wires": []
-    },
-    {
-        "id": "1be107b7.bce408",
-        "type": "set",
-        "name": "Calculate RRM Parms1",
-        "xml": "<set>\n<parameter name='tmp.uLThptPerSlice' value='`$payloadJson.input.sliceProfile.uLThptPerSlice`' />\n",
-        "comments": "",
-        "x": 2597.0456314086914,
-        "y": 5439.012104988098,
-        "z": "a2c243d0.ad36e",
-        "wires": []
-    },
-    {
-        "id": "2a1f5ef8.61f292",
-        "type": "set",
-        "name": "calculation10",
-        "xml": "<set>\n<parameter name='tmp.rRMPolicyDedicatedRatio.CellDU' value='`$tmp.rRMPolicyDedicatedRatio.CellDU1 / $prop.nrcelldu.TotalPRBsPerCell`' />\n",
-        "comments": "",
-        "x": 2543.0456924438477,
-        "y": 5951.011860847473,
-        "z": "a2c243d0.ad36e",
-        "wires": []
-    },
-    {
-        "id": "a2c26d26.d596b",
-        "type": "set",
-        "name": "set",
-        "xml": "<set>\n<parameter name='error-code' value='500'/>\n<parameter name='error-message' value='Error sending SO response. Aborting RPC executiopn'/>",
-        "comments": "",
-        "x": 1071.559681892395,
-        "y": 2642.754030227661,
-        "z": "a2c243d0.ad36e",
-        "wires": []
-    },
-    {
-        "id": "5ac0fba4.e05764",
-        "type": "execute",
-        "name": "add RRM Policy ToNRCellDU using PUT",
-        "xml": "<execute plugin='org.onap.ccsdk.sli.plugins.restapicall.RestapiCallNode' method='sendRequest' >\n<parameter name=\"templateFileName\" value=\"`$prop.restapi.templateDir + '/ranSlice-add-RRMPolicyRatio-NRCellDU.json'`\" />\n<parameter name=\"restapiUrl\" value=\"`$prop.controller.url + $tmp.addRRMPolicyRatio.ToNRCellDU.url`\"/>\n<parameter name=\"restapiUser\" value=\"`$prop.controller.user`\" />\n<parameter name=\"restapiPassword\" value=\"`$prop.controller.pwd`\"/>\n<parameter name=\"httpMethod\" value=\"PUT\"/>\n<parameter name=\"responsePrefix\" value=\"addRRMPolicyRatio-response\"/>\n<parameter name='contentType' value='application/json' /> \n<parameter name='format' value='json' />",
-        "comments": "",
-        "outputs": 1,
-        "x": 4068.056640625,
-        "y": 7468.00020980835,
-        "z": "a2c243d0.ad36e",
-        "wires": [
-            [
-                "e8e33021.dad23",
-                "6aac16ca.963d48"
-            ]
-        ]
-    },
-    {
-        "id": "e8e33021.dad23",
-        "type": "success",
-        "name": "success",
-        "xml": "<outcome value='success'>\n",
-        "comments": "",
-        "outputs": 1,
-        "x": 4493.055679321289,
-        "y": 7457.989795684814,
-        "z": "a2c243d0.ad36e",
-        "wires": [
-            [
-                "65dd09b0.9758f8"
-            ]
-        ]
-    },
-    {
-        "id": "65dd09b0.9758f8",
-        "type": "block",
-        "name": "block",
-        "xml": "<block>\n",
-        "atomic": "false",
-        "comments": "",
-        "outputs": 1,
-        "x": 4679.055034637451,
-        "y": 7450.989793777466,
-        "z": "a2c243d0.ad36e",
-        "wires": [
-            [
-                "47eadd96.615a54"
-            ]
-        ]
-    },
-    {
-        "id": "47eadd96.615a54",
-        "type": "record",
-        "name": "record",
-        "xml": "<record plugin=\"org.onap.ccsdk.sli.core.sli.recording.FileRecorder\">\n<parameter name=\"file\" value=\"/opt/opendaylight/current/data/log/instantiateRANSlice.log\" />\n<parameter name=\"level\" value=\"info\" />\n<parameter name=\"field1\" value=\"addRRMPolicyRatio to NRCELLDU Executed Successfully \"/>",
-        "comments": "",
-        "outputs": 1,
-        "x": 4859.055694580078,
-        "y": 7467.989793777466,
-        "z": "a2c243d0.ad36e",
-        "wires": [
-            []
-        ]
-    },
-    {
-        "id": "a4d56b0e.208708",
-        "type": "execute",
-        "name": "generate URL for SO Callback",
-        "xml": "<execute plugin='org.onap.ccsdk.sli.core.slipluginutils.SliStringUtils' method='replace' >\n    <parameter name=\"source\" value=\"`$prop.restapi.so.callbackURL`\"/>\n    <parameter name=\"outputPath\" value=\"tmp.so.callbackURL\"/>\n    <parameter name=\"target\" value=\"{requestId}\"/>\n    <parameter name=\"replacement\" value=\"`$tmp.requestID`\"/>",
-        "comments": "",
-        "outputs": 1,
-        "x": 769.3891801834106,
-        "y": 2541.7502031326294,
-        "z": "a2c243d0.ad36e",
-        "wires": [
-            []
-        ]
-    },
-    {
-        "id": "43cf6d42.9d8564",
-        "type": "block",
-        "name": "Action Per DU",
-        "xml": "<block atomic='true'>",
-        "atomic": "true",
-        "comments": "",
-        "outputs": 1,
-        "x": 2110.5555992126465,
-        "y": 6016.33366060257,
-        "z": "a2c243d0.ad36e",
-        "wires": [
-            [
-                "759bc67c.d0a178",
-                "ad3e4e54.09c4e",
-                "78e49ab0.99dd04",
-                "98fa4692.14fe28"
-            ]
-        ]
-    },
-    {
-        "id": "cf3ce850.7dfe18",
-        "type": "block",
-        "name": "Activies Per Call",
-        "xml": "<block atomic='true'>",
-        "atomic": "true",
-        "comments": "",
-        "outputs": 1,
-        "x": 2603.2222442626953,
-        "y": 6111.3335728645325,
-        "z": "a2c243d0.ad36e",
-        "wires": [
-            [
-                "ff78794a.ef5ea8"
-            ]
-        ]
-    },
-    {
-        "id": "2314bf60.abe34",
-        "type": "block",
-        "name": "ConfigDB DU",
-        "xml": "<block atomic='true'>",
-        "atomic": "true",
-        "comments": "",
-        "outputs": 1,
-        "x": 2234.8894577026367,
-        "y": 7093.001183509827,
-        "z": "a2c243d0.ad36e",
-        "wires": [
-            [
-                "7b7a7410.5e975c",
-                "3e62eb56.c77764",
-                "c89590a8.227f1"
-            ]
-        ]
-    },
-    {
-        "id": "384553a9.a2a01c",
-        "type": "block",
-        "name": "Block",
-        "xml": "<block atomic='true'>",
-        "atomic": "true",
-        "comments": "",
-        "outputs": 1,
-        "x": 3056.222496032715,
-        "y": 6153.000564575195,
-        "z": "a2c243d0.ad36e",
-        "wires": [
-            [
-                "86313b29.5ee168",
-                "bca09be3.a79318",
-                "9c4d71d8.004f7"
-            ]
-        ]
-    },
-    {
-        "id": "e87ad1e6.6de69",
-        "type": "record",
-        "name": "record",
-        "xml": "<record plugin=\"org.onap.ccsdk.sli.core.sli.recording.FileRecorder\">\n<parameter name=\"file\" value=\"/opt/opendaylight/current/data/log/instantiateRANSlice.log\" />\n<parameter name=\"level\" value=\"info\" />\n<parameter name=\"field1\" value=\"CellLocal ID for comparison -- specific DUList\"/>\n<parameter name=\"field2\" value=\"`$tmp.gNBDUList.cellLocalId`\"/>\n<parameter name=\"field3\" value=\"CellLocal ID for comparison - overall TA \"/>\n<parameter name=\"field4\" value=\"`$tmp.cellLocalId`\"/>",
-        "comments": "",
-        "outputs": 1,
-        "x": 2832.2226943969727,
-        "y": 6275.000663757324,
-        "z": "a2c243d0.ad36e",
-        "wires": [
-            []
-        ]
-    },
-    {
-        "id": "911e2882.b267a8",
-        "type": "record",
-        "name": "record",
-        "xml": "<record plugin=\"org.onap.ccsdk.sli.core.sli.recording.FileRecorder\">\n<parameter name=\"file\" value=\"/opt/opendaylight/current/data/log/instantiateRANSlice.log\" />\n<parameter name=\"level\" value=\"info\" />\n<parameter name=\"field1\" value=\"Payload slice parameters - maxNumberofUEs \"/>\n<parameter name=\"field2\" value=\"`$payloadJson.input.sliceProfile.maxNumberofUEs`\"/>\n<parameter name=\"field3\" value=\"Payload slice parameters - maxNumberofConns\"/>\n<parameter name=\"field4\" value=\"`$payloadJson.input.sliceProfile.maxNumberofConns`\"/>\n<parameter name=\"field5\" value=\"Payload slice parameters -  dLThptPerSlice\"/>\n<parameter name=\"field6\" value=\"`$payloadJson.input.sliceProfile.dLThptPerSlice`\"/>\n<parameter name=\"field7\" value=\"Payload slice parameters -  uLThptPerSlice\"/>\n<parameter name=\"field8\" value=\"`$payloadJson.input.sliceProfile.uLThptPerSlice`\"/>",
-        "comments": "",
-        "outputs": 1,
-        "x": 2101.5557746887207,
-        "y": 798.3334274291992,
-        "z": "a2c243d0.ad36e",
-        "wires": [
-            []
-        ]
-    },
-    {
-        "id": "6109ce31.790db",
-        "type": "execute",
-        "name": "printContext",
-        "xml": "<execute plugin='org.onap.ccsdk.sli.core.slipluginutils.SliPluginUtils' method='printContext' >\n<parameter name='filename' value='/opt/opendaylight/current/data/log/ranSlice-instantiateRANSlice-sliceparms-context.log' />\n\n\n",
-        "comments": "",
-        "outputs": 1,
-        "x": 2127.2223625183105,
-        "y": 958.6668276786804,
-        "z": "a2c243d0.ad36e",
-        "wires": [
-            []
-        ]
-    },
-    {
-        "id": "f4e14609.f8d008",
-        "type": "set",
-        "name": "Calculate parms",
-        "xml": "<set>\n<parameter name='tmp.nearRTRIC.maxNumberOfConns' value='`$payloadJson.input.sliceProfile.maxNumberofConns`' />\n<parameter name='tmp.maxNumberOfConns' value='`$payloadJson.input.sliceProfile.maxNumberofConns`' />\n<parameter name='tmp.uLThptPerSlice' value='`$payloadJson.input.sliceProfile.uLThptPerSlice`' />\n<parameter name='tmp.dLThptPerSlice' value='`$payloadJson.input.sliceProfile.dLThptPerSlice`' />",
-        "comments": "",
-        "x": 2149.2223014831543,
-        "y": 899.3334007263184,
-        "z": "a2c243d0.ad36e",
-        "wires": []
-    },
-    {
-        "id": "35994541.ad761a",
-        "type": "execute",
-        "name": "printContext",
-        "xml": "<execute plugin='org.onap.ccsdk.sli.core.slipluginutils.SliPluginUtils' method='printContext' >\n<parameter name='filename' value='/opt/opendaylight/current/data/log/ranSlice-instantiateRANSlice-sliceparms-context2.log' />\n\n\n",
-        "comments": "",
-        "outputs": 1,
-        "x": 2105.555675506592,
-        "y": 1064.3334617614746,
-        "z": "a2c243d0.ad36e",
-        "wires": [
-            []
-        ]
-    },
-    {
-        "id": "ee42ea5e.86d058",
-        "type": "set",
-        "name": "calculation1",
-        "xml": "<set>\n<parameter name='tmp.maxNumberOfConnsPercellCU' value='`$tmp.maxNumberOfConns / $tmp.cellCUListEntries`' />",
-        "comments": "",
-        "x": 2464.8888549804688,
-        "y": 2021.000005722046,
-        "z": "a2c243d0.ad36e",
-        "wires": []
-    },
-    {
-        "id": "de7e3ad.6a5adc8",
-        "type": "set",
-        "name": "calculation2",
-        "xml": "<set>\n<parameter name='tmp.rRMPolicyDedicatedRatio.CellCU1' value='`$tmp.maxNumberOfConnsPercellCU * 100`' />",
-        "comments": "",
-        "x": 2491.888858795166,
-        "y": 2061.6666736602783,
-        "z": "a2c243d0.ad36e",
-        "wires": []
-    },
-    {
-        "id": "d0c86467.097018",
-        "type": "set",
-        "name": "calculation3",
-        "xml": "<set>\n<parameter name='tmp.rRMPolicyDedicatedRatio.CellCU' value='`$tmp.rRMPolicyDedicatedRatio.CellCU1 / $prop.nrcellcu.maxNumberOfConnsPerCell`' />",
-        "comments": "",
-        "x": 2502.888786315918,
-        "y": 2112.6666164398193,
-        "z": "a2c243d0.ad36e",
-        "wires": []
-    },
-    {
-        "id": "93ac429d.73aba",
-        "type": "set",
-        "name": "Calculate for RRM2",
-        "xml": "<set>\n<parameter name='tmp.TotalNumberOfDRBForNSSAI' value='`$tmp.maxNumberOfConns-CUUP*4`' />",
-        "comments": "",
-        "x": 3239.0871925354004,
-        "y": 3554.53168964386,
-        "z": "a2c243d0.ad36e",
-        "wires": []
-    },
-    {
-        "id": "a22f23c2.f41a3",
-        "type": "set",
-        "name": "Calculate for RRM3",
-        "xml": "<set>\n<parameter name='tmp.DRBPerCUUPForSNSSAI' value='`$tmp.TotalNumberOfDRBForNSSAI / $tmp.CUUPListEntries`' />",
-        "comments": "",
-        "x": 3253.08731842041,
-        "y": 3607.531566619873,
-        "z": "a2c243d0.ad36e",
-        "wires": []
-    },
-    {
-        "id": "afd8bf3d.07b45",
-        "type": "set",
-        "name": "calculation rrm4",
-        "xml": "<set>\n<parameter name='tmp.rRMPolicyDedicatedRatio.CUUP1' value='`$tmp.DRBPerCUUPForSNSSAI * 100`' />",
-        "comments": "",
-        "x": 3225.086826324463,
-        "y": 3645.531445503235,
-        "z": "a2c243d0.ad36e",
-        "wires": []
-    },
-    {
-        "id": "38b7246b.48c55c",
-        "type": "set",
-        "name": "Calculate RRM Parms2",
-        "xml": "<set>\n<parameter name='tmp.dLThptPerSlice' value='`$payloadJson.input.sliceProfile.dLThptPerSlice`' />\n",
-        "comments": "",
-        "x": 2605.5868911743164,
-        "y": 5484.0321244597435,
-        "z": "a2c243d0.ad36e",
-        "wires": []
-    },
-    {
-        "id": "3f12b751.bbbcb8",
-        "type": "set",
-        "name": "Calculate RRM Parms3",
-        "xml": "<set>\n<parameter name='tmp.maxNumberOfConns' value='`$payloadJson.input.sliceProfile.maxNumberOfConns`' />",
-        "comments": "",
-        "x": 2595.587013244629,
-        "y": 5539.032002389431,
-        "z": "a2c243d0.ad36e",
-        "wires": []
-    },
-    {
-        "id": "1235262c.0f386a",
-        "type": "set",
-        "name": "Calculate RRM Parms4",
-        "xml": "<set>\n<parameter name='tmp.nearRTRIC.trafficCapacity1' value='`$tmp.uLThptPerSlice + $tmp.dLThptPerSlice`' />\n",
-        "comments": "",
-        "x": 2595.5868911743164,
-        "y": 5590.032002449036,
-        "z": "a2c243d0.ad36e",
-        "wires": []
-    },
-    {
-        "id": "92d34980.56c9d8",
-        "type": "set",
-        "name": "Calculate RRM Parms5",
-        "xml": "<set>\n<parameter name='tmp.nearRTRIC.trafficCapacity' value='`$tmp.nearRTRIC.trafficCapacity1 / 2`' />",
-        "comments": "",
-        "x": 2583.587013244629,
-        "y": 5650.0321244597435,
-        "z": "a2c243d0.ad36e",
-        "wires": []
-    },
-    {
-        "id": "d44c7ea9.8056d",
-        "type": "set",
-        "name": "Calculate RRM Parms6",
-        "xml": "<set>\n<parameter name='tmp.nearRTRIC.trafficCapacityBPS' value='`$tmp.nearRTRIC.trafficCapacity * 1000000`' />",
-        "comments": "",
-        "x": 2621.5868911743164,
-        "y": 5700.0321244597435,
-        "z": "a2c243d0.ad36e",
-        "wires": []
-    },
-    {
-        "id": "e2376f49.6ec05",
-        "type": "set",
-        "name": "Calculate RRM Parms7",
-        "xml": "<set>\n<parameter name='tmp.nrcelldu.totalPRBForSNSSAI' value='`$tmp.nearRTRIC.trafficCapacityBPS / 1008000`' />\n",
-        "comments": "",
-        "x": 2608.58683013916,
-        "y": 5770.032490730286,
-        "z": "a2c243d0.ad36e",
-        "wires": []
-    },
-    {
-        "id": "36523401.1c2b8c",
-        "type": "set",
-        "name": "calculation8",
-        "xml": "<set>\n<parameter name='tmp.nrcelldu.PRBPerImpactedCell' value='`$tmp.nrcelldu.totalPRBForSNSSAI / $tmp.DUListEntries`' />\n",
-        "comments": "",
-        "x": 2579.58683013916,
-        "y": 5834.031514167786,
-        "z": "a2c243d0.ad36e",
-        "wires": []
-    },
-    {
-        "id": "6ea5ef76.13161",
-        "type": "set",
-        "name": "calculation9",
-        "xml": "<set>\n<parameter name='tmp.rRMPolicyDedicatedRatio.CellDU1' value='`$tmp.nrcelldu.PRBPerImpactedCell * 100`' />\n",
-        "comments": "",
-        "x": 2567.5873794555664,
-        "y": 5885.031392097473,
-        "z": "a2c243d0.ad36e",
-        "wires": []
-    },
-    {
-        "id": "e621af7d.c68f2",
-        "type": "switchNode",
-        "name": "ransim mounted",
-        "xml": "<switch test='`$prop.ransim-mounted`'>\n",
-        "comments": "",
-        "outputs": 1,
-        "x": 2123.0867195129395,
-        "y": 1151.0781300067902,
-        "z": "a2c243d0.ad36e",
-        "wires": [
-            [
-                "f9400142.2adfe",
-                "af41045d.c2e618"
-            ]
-        ]
-    },
-    {
-        "id": "f9400142.2adfe",
-        "type": "outcome",
-        "name": "Not Mounted",
-        "xml": "<outcome value='false'>\n",
-        "comments": "",
-        "outputs": 1,
-        "x": 2313.086700439453,
-        "y": 1121.0779135227203,
-        "z": "a2c243d0.ad36e",
-        "wires": [
-            [
-                "dd3eb868.c05128"
-            ]
-        ]
-    },
-    {
-        "id": "af41045d.c2e618",
-        "type": "outcome",
-        "name": "Mounted",
-        "xml": "<outcome value='true'>\n",
-        "comments": "",
-        "outputs": 1,
-        "x": 2293.0866737365723,
-        "y": 1200.0780050754547,
-        "z": "a2c243d0.ad36e",
-        "wires": [
-            [
-                "db9d5065.84ab2"
-            ]
-        ]
-    },
-    {
-        "id": "ba4adfd8.dd98f",
-        "type": "record",
-        "name": "record",
-        "xml": "<record plugin=\"org.onap.ccsdk.sli.core.sli.recording.FileRecorder\">\n<parameter name=\"file\" value=\"/opt/opendaylight/current/data/log/instantiateRANSlice.log\" />\n<parameter name=\"level\" value=\"info\" />\n<parameter name=\"field1\" value=\"Setting variables for ADD SliceProfile ToNearRTRIC\"/>\n<parameter name=\"field2\" value=\"`$prop.controller.url + $tmp.restapi.addSliceProfile.ToNearRTRIC.url`\"/>\n<parameter name=\"field3\" value=\"`$payloadJson.input.sliceProfile.sliceProfileId`\"/>\n<parameter name=\"field4\" value=\"`$payloadJson.input.sliceProfile.sNSSAI`\"/>\n<parameter name=\"field5\" value=\"`$payloadJson.input.sliceProfile.maxNumberofUEs`\"/>\n<parameter name=\"field6\" value=\"`$payloadJson.input.sliceProfile.latency`\"/>\n<parameter name=\"field7\" value=\"`$tmp.nearRTRIC.uLThptPerSlice`\"/>\n<parameter name=\"field8\" value=\"`$tmp.nearRTRIC.dLThptPerSlice`\"/>\n<parameter name=\"field9\" value=\"`$tmp.nearRTRIC.maxNumberOfConns`\"/>\n<parameter name=\"field10\" value=\"`$payloadJson.input.sliceProfile.uEMobilityLevel`\"/>\n<parameter name=\"field11\" value=\"`$tmp.trackingArea`\"/>\n<parameter name=\"field12\" value=\"`$payloadJson.input.sliceProfile.resourceSharingLevel`\"/>",
-        "comments": "",
-        "outputs": 1,
-        "x": 2314.0873680114746,
-        "y": 1346.4113838672638,
-        "z": "a2c243d0.ad36e",
-        "wires": [
-            []
-        ]
-    },
-    {
-        "id": "90eda30c.3bf6a",
-        "type": "block",
-        "name": "Add sliceprofile NRTRIC",
-        "xml": "<block atomic='true'>",
-        "atomic": "true",
-        "comments": "",
-        "outputs": 1,
-        "x": 1989.0864028930664,
-        "y": 1352.4219012260437,
-        "z": "a2c243d0.ad36e",
-        "wires": [
-            [
-                "ba4adfd8.dd98f",
-                "4da9e6d7.441988",
-                "e621af7d.c68f2",
-                "b60cb739.a1b078"
-            ]
-        ]
-    },
-    {
-        "id": "b60cb739.a1b078",
-        "type": "execute",
-        "name": "add addSliceProfile.ToNearRTRIC using PUT",
-        "xml": "<execute plugin='org.onap.ccsdk.sli.plugins.restapicall.RestapiCallNode' method='sendRequest' >\n<parameter name=\"templateFileName\" value=\"`$prop.restapi.templateDir + '/ranSlice-add-sliceProfile-NRRIC.json'`\" />\n<parameter name=\"restapiUrl\" value=\"`$prop.controller.url + $tmp.restapi.addSliceProfile.ToNearRTRIC.url`\"/>\n<parameter name=\"restapiUser\" value=\"`$prop.controller.user`\" />\n<parameter name=\"restapiPassword\" value=\"`$prop.controller.pwd`\"/>\n<parameter name=\"httpMethod\" value=\"PUT\"/>\n<parameter name=\"responsePrefix\" value=\"addSliceProfile-NRTRIC-response\"/>\n<parameter name='contentType' value='application/json' /> \n<parameter name='format' value='json' />",
-        "comments": "",
-        "outputs": 1,
-        "x": 2385.0876083374023,
-        "y": 1412.4220342636108,
-        "z": "a2c243d0.ad36e",
-        "wires": [
-            [
-                "719e93d2.4f9d0c",
-                "2c236f13.a7f0d"
-            ]
-        ]
-    },
-    {
-        "id": "4da9e6d7.441988",
-        "type": "record",
-        "name": "record",
-        "xml": "<record plugin=\"org.onap.ccsdk.sli.core.sli.recording.FileRecorder\">\n<parameter name=\"file\" value=\"/opt/opendaylight/current/data/log/instantiateRANSlice.log\" />\n<parameter name=\"level\" value=\"info\" />\n<parameter name=\"field1\" value=\"Add SliceProfile ToNearRTRIC url:\"/>\n<parameter name=\"field2\" value=\"`$tmp.restapi.addSliceProfile.ToNearRTRIC.url`\"/>",
-        "comments": "",
-        "outputs": 1,
-        "x": 2314.086944580078,
-        "y": 1280.4220345020294,
-        "z": "a2c243d0.ad36e",
-        "wires": [
-            []
-        ]
-    },
-    {
-        "id": "d4d7a45f.103938",
-        "type": "execute",
-        "name": "generate addSliceProfile.ToNearRTRIC URL",
-        "xml": "<execute plugin='org.onap.ccsdk.sli.core.slipluginutils.SliStringUtils' method='replace' >\n    <parameter name=\"source\" value=\"`$prop.restapi.addSliceProfile.ToNearRTRIC`\"/>\n    <parameter name=\"outputPath\" value=\"tmp.restapi.addSliceProfile.ToNearRTRIC.url\"/>\n    <parameter name=\"target\" value=\"{idNearRTRIC}\"/>\n    <parameter name=\"replacement\" value=\"`$tmp.nearRTRICId`\"/>",
-        "comments": "",
-        "outputs": 1,
-        "x": 2701.0866661071777,
-        "y": 1021.0782547295094,
-        "z": "a2c243d0.ad36e",
-        "wires": [
-            []
-        ]
-    },
-    {
-        "id": "719e93d2.4f9d0c",
-        "type": "failure",
-        "name": "failure",
-        "xml": "<outcome value='failure'>\n",
-        "comments": "",
-        "outputs": 1,
-        "x": 2785.0867309570312,
-        "y": 1290.411304473877,
-        "z": "a2c243d0.ad36e",
-        "wires": [
-            [
-                "1590defd.561a01"
-            ]
-        ]
-    },
-    {
-        "id": "2c236f13.a7f0d",
-        "type": "success",
-        "name": "success",
-        "xml": "<outcome value='success'>\n",
-        "comments": "",
-        "outputs": 1,
-        "x": 2695.087615966797,
-        "y": 1405.4112920761108,
-        "z": "a2c243d0.ad36e",
-        "wires": [
-            [
-                "82242dbf.b1db2"
-            ]
-        ]
-    },
-    {
-        "id": "82242dbf.b1db2",
-        "type": "block",
-        "name": "block",
-        "xml": "<block>\n",
-        "atomic": "false",
-        "comments": "",
-        "outputs": 1,
-        "x": 2860.0863342285156,
-        "y": 1406.4112920761108,
-        "z": "a2c243d0.ad36e",
-        "wires": [
-            [
-                "415ec6d6.d111f8"
-            ]
-        ]
-    },
-    {
-        "id": "a873c60d.413338",
-        "type": "returnFailure",
-        "name": "return failure",
-        "xml": "<return status='failure'>\n<parameter name='ack-final' value='Y'/>\n<parameter name=\"error-code\" value=\"500\" />\n<parameter name=\"error-message\" value=\"Error adding slice proficle to NearRTRIC\" />",
-        "comments": "",
-        "x": 2970.0872192382812,
-        "y": 1345.411548614502,
-        "z": "a2c243d0.ad36e",
-        "wires": []
-    },
-    {
-        "id": "415ec6d6.d111f8",
-        "type": "record",
-        "name": "record",
-        "xml": "<record plugin=\"org.onap.ccsdk.sli.core.sli.recording.FileRecorder\">\n<parameter name=\"file\" value=\"/opt/opendaylight/current/data/log/instantiateRANSlice.log\" />\n<parameter name=\"level\" value=\"info\" />\n<parameter name=\"field1\" value=\"PLMNInfo List Entry Add to NRCELLCU Executed Successfully \"/>",
-        "comments": "",
-        "outputs": 1,
-        "x": 3024.087127685547,
-        "y": 1399.4117813110352,
-        "z": "a2c243d0.ad36e",
-        "wires": [
-            []
-        ]
-    },
-    {
-        "id": "db9d5065.84ab2",
-        "type": "block",
-        "name": "ransim  URL",
-        "xml": "<block atomic='true'>",
-        "atomic": "true",
-        "comments": "",
-        "outputs": 1,
-        "x": 2486.0763244628906,
-        "y": 1195.0780050754547,
-        "z": "a2c243d0.ad36e",
-        "wires": [
-            [
-                "84009921.8eae98",
-                "9745ebb9.0c4148",
-                "fce0d5df.4e7ca8"
-            ]
-        ]
-    },
-    {
-        "id": "cf1494ab.df89f8",
-        "type": "execute",
-        "name": "Populate addSliceProfile.ToNearRTRIC URL",
-        "xml": "<execute plugin='org.onap.ccsdk.sli.core.slipluginutils.SliStringUtils' method='replace' >\n    <parameter name=\"source\" value=\"`$tmp.restapi.addSliceProfile.ToNearRTRIC.url`\"/>\n    <parameter name=\"outputPath\" value=\"tmp.restapi.addSliceProfile.ToNearRTRIC.url\"/>\n    <parameter name=\"target\" value=\"{sliceProfileId}\"/>\n    <parameter name=\"replacement\" value=\"`$payloadJson.input.sliceProfile.sliceProfileId`\"/>",
-        "comments": "",
-        "outputs": 1,
-        "x": 2701.621440887451,
-        "y": 1076.6772155761719,
-        "z": "a2c243d0.ad36e",
-        "wires": [
-            []
-        ]
-    },
-    {
-        "id": "84009921.8eae98",
-        "type": "execute",
-        "name": "generate addSliceProfile.ToNearRTRIC URL",
-        "xml": "<execute plugin='org.onap.ccsdk.sli.core.slipluginutils.SliStringUtils' method='replace' >\n    <parameter name=\"source\" value=\"`$prop.restapi.addSliceProfile.ToNearRTRIC.ransim-mounted`\"/>\n    <parameter name=\"outputPath\" value=\"tmp.restapi.addSliceProfile.ToNearRTRIC.url\"/>\n    <parameter name=\"target\" value=\"{idNearRTRIC}\"/>\n    <parameter name=\"replacement\" value=\"`$tmp.nearRTRICId`\"/>",
-        "comments": "",
-        "outputs": 1,
-        "x": 2765.6212730407715,
-        "y": 1123.6773252487183,
-        "z": "a2c243d0.ad36e",
-        "wires": [
-            []
-        ]
-    },
-    {
-        "id": "9745ebb9.0c4148",
-        "type": "execute",
-        "name": "Populate addSliceProfile.ToNearRTRIC URL",
-        "xml": "<execute plugin='org.onap.ccsdk.sli.core.slipluginutils.SliStringUtils' method='replace' >\n    <parameter name=\"source\" value=\"`$tmp.restapi.addSliceProfile.ToNearRTRIC.url`\"/>\n    <parameter name=\"outputPath\" value=\"tmp.restapi.addSliceProfile.ToNearRTRIC.url\"/>\n    <parameter name=\"target\" value=\"{sliceProfileId}\"/>\n    <parameter name=\"replacement\" value=\"`$payloadJson.input.sliceProfile.sliceProfileId`\"/>",
-        "comments": "",
-        "outputs": 1,
-        "x": 2781.1562728881836,
-        "y": 1175.2761497497559,
-        "z": "a2c243d0.ad36e",
-        "wires": [
-            []
-        ]
-    },
-    {
-        "id": "fce0d5df.4e7ca8",
-        "type": "execute",
-        "name": "Populate MOUNT NAME",
-        "xml": "<execute plugin='org.onap.ccsdk.sli.core.slipluginutils.SliStringUtils' method='replace' >\n    <parameter name=\"source\" value=\"`$tmp.restapi.addSliceProfile.ToNearRTRIC.url`\"/>\n    <parameter name=\"outputPath\" value=\"tmp.restapi.addSliceProfile.ToNearRTRIC.url\"/>\n    <parameter name=\"target\" value=\"{mountName}\"/>\n    <parameter name=\"replacement\" value=\"`$tmp.nearRTRICId`\"/>",
-        "comments": "",
-        "outputs": 1,
-        "x": 2799.621593475342,
-        "y": 1228.6771383285522,
-        "z": "a2c243d0.ad36e",
-        "wires": [
-            []
-        ]
-    },
-    {
-        "id": "1590defd.561a01",
-        "type": "block",
-        "name": "block",
-        "xml": "<block>\n",
-        "atomic": "false",
-        "comments": "",
-        "outputs": 1,
-        "x": 2934.5103607177734,
-        "y": 1295.2326760292053,
-        "z": "a2c243d0.ad36e",
-        "wires": [
-            [
-                "a873c60d.413338"
-            ]
-        ]
-    },
-    {
-        "id": "dd3eb868.c05128",
-        "type": "block",
-        "name": "URL",
-        "xml": "<block atomic='true'>",
-        "atomic": "true",
-        "comments": "",
-        "outputs": 1,
-        "x": 2417.288200378418,
-        "y": 1006.6771144866943,
-        "z": "a2c243d0.ad36e",
-        "wires": [
-            [
-                "d4d7a45f.103938",
-                "cf1494ab.df89f8"
-            ]
-        ]
-    },
-    {
-        "id": "e309ba57.6c6788",
-        "type": "execute",
-        "name": "prepare gNBCUCPList for SO callback",
-        "xml": "<execute plugin='org.onap.ccsdk.sli.core.slipluginutils.SliPluginUtils' method='setPropertiesForList'>\n    <parameter name='prefixKey' value='tmp.CUCPList.response' />\n\t<parameter name='keyName' value='gNBCUName' />\n\t<parameter name='keyValue' value=\"`$tmp.gNBCUCPList.gNBCUName`\"/>\n",
-        "comments": "",
-        "outputs": 1,
-        "x": 3204.5558166503906,
-        "y": 1960.0001096725464,
-        "z": "a2c243d0.ad36e",
-        "wires": [
-            []
-        ]
-    },
-    {
-        "id": "2c479225.b4d6de",
-        "type": "record",
-        "name": "record",
-        "xml": "<record plugin=\"org.onap.ccsdk.sli.core.sli.recording.FileRecorder\">\n<parameter name=\"file\" value=\"/opt/opendaylight/current/data/log/so-callback-response.log\" />\n<parameter name=\"level\" value=\"info\" />\n<parameter name=\"field1\" value=\"CUCPList length\"/>\n<parameter name=\"field2\" value=\"`$CUCPListEntries_size`\"/>",
-        "comments": "",
-        "outputs": 1,
-        "x": 3134.5555419921875,
-        "y": 2111.9999952316284,
-        "z": "a2c243d0.ad36e",
-        "wires": [
-            []
-        ]
-    },
-    {
-        "id": "3c04bde7.59dfb2",
-        "type": "execute",
-        "name": "CUCP List size",
-        "xml": "<execute plugin='org.onap.ccsdk.sli.core.slipluginutils.SliPluginUtils' method='getAttributeValue'>\n\t<parameter name='outputPath' value='CUCPListEntries_size' />\n\t<parameter name='source' value=\"`tmp.CUCPList.response_length`\" />",
-        "comments": "",
-        "outputs": 1,
-        "x": 3161.8055114746094,
-        "y": 2062.499990463257,
-        "z": "a2c243d0.ad36e",
-        "wires": [
-            []
-        ]
-    },
-    {
-        "id": "24247669.aa7e8a",
-        "type": "execute",
-        "name": "prepare gNBCUUPList for SO callback",
-        "xml": "<execute plugin='org.onap.ccsdk.sli.core.slipluginutils.SliPluginUtils' method='setPropertiesForList'>\n    <parameter name='prefixKey' value='tmp.CUUPList.response' />\n\t<parameter name='keyName' value='gNBCUUPId' />\n\t<parameter name='keyValue' value=\"`$tmp.gNBCUUPList.gNBCUUPId`\"/>\n",
-        "comments": "",
-        "outputs": 1,
-        "x": 3807.8056449890137,
-        "y": 4830.000117301941,
-        "z": "a2c243d0.ad36e",
-        "wires": [
-            []
-        ]
-    },
-    {
-        "id": "8d944f2b.db7d2",
-        "type": "execute",
-        "name": "prepare gNBDUList for SO callback",
-        "xml": "<execute plugin='org.onap.ccsdk.sli.core.slipluginutils.SliPluginUtils' method='setPropertiesForList'>\n    <parameter name='prefixKey' value='tmp.DUList.response' />\n\t<parameter name='keyName' value='gNBDUId' />\n\t<parameter name='keyValue' value=\"`$tmp.gNBDUList.gNBDUId`\"/>\n",
-        "comments": "",
-        "outputs": 1,
-        "x": 3768.305709838867,
-        "y": 7029.250091552734,
-        "z": "a2c243d0.ad36e",
-        "wires": [
-            []
-        ]
-    },
-    {
-        "id": "5cb5359.f0b26cc",
-        "type": "set",
-        "name": "callback payload",
-        "xml": "<set>\n<parameter name='tmp.CUCPList.response' value='`$tmp.CUCPList.response`' />\n<parameter name='tmp.CUUPList.response' value='`$tmp.CUUPList.response`' />\n<parameter name='tmp.DUList.response' value='`$tmp.DUList.response`' />\n",
-        "comments": "",
-        "x": 733.305645942688,
-        "y": 2579.4999895095825,
-        "z": "a2c243d0.ad36e",
-        "wires": []
-    },
-    {
-        "id": "156f533b.4aa76d",
-        "type": "execute",
-        "name": "gNBCUCPList",
-        "xml": "<execute plugin='org.onap.ccsdk.sli.core.slipluginutils.SliPluginUtils' method='getAttributeValue'>\n\t<parameter name='outputPath' value='tmp.CUCPList.response' />\n\t<parameter name='source' value=\"`$tmp.CUCPList.response`\" />",
-        "comments": "",
-        "outputs": 1,
-        "x": 3163.8055419921875,
-        "y": 2012.9999952316284,
-        "z": "a2c243d0.ad36e",
-        "wires": [
-            []
-        ]
-    },
-    {
-        "id": "43439aa8.8be184",
-        "type": "set",
-        "name": "set maxNumberOfConns",
-        "xml": "<set>\n<parameter name='tmp.maxNumberOfConns' value='`$tmp.payload.maxNumberofConns/$tmp.cellCUListEntries`'/>",
-        "comments": "",
-        "x": 3508.555576324463,
-        "y": 2687.2502069473267,
-        "z": "a2c243d0.ad36e",
-        "wires": []
-    },
-    {
-        "id": "2a97eefa.4b80d2",
-        "type": "set",
-        "name": "set maxNumberOfConns",
-        "xml": "<set>\n<parameter name='tmp.maxNumberOfConns' value='`$tmp.payload.maxNumberofConns/$tmp.cellCUListEntries`'/>",
-        "comments": "",
-        "x": 3870.3055381774902,
-        "y": 4625.24999332428,
-        "z": "a2c243d0.ad36e",
-        "wires": []
-    },
-    {
-        "id": "66f14c1e.e327f4",
-        "type": "set",
-        "name": "set throughput",
-        "xml": "<set>\n<parameter name='tmp.uLThptPerSlice' value='`$tmp.payload.uLThptPerSlice/$tmp.cellDUListEntries`'/>\n<parameter name='tmp.dLThptPerSlice' value='`$tmp.payload.dLThptPerSlice/$tmp.cellDUListEntries`'/>",
-        "comments": "",
-        "x": 3975.0555381774902,
-        "y": 6814.99999332428,
-        "z": "a2c243d0.ad36e",
-        "wires": []
-    },
-    {
-        "id": "32229efd.5611c2",
-        "type": "record",
-        "name": "record",
-        "xml": "<record plugin=\"org.onap.ccsdk.sli.core.sli.recording.FileRecorder\">\n<parameter name=\"file\" value=\"/opt/opendaylight/current/data/log/instantiateRANSlice.log\" />\n<parameter name=\"level\" value=\"info\" />\n<parameter name=\"field1\" value=\"maxNumberOfConns.CUUP \"/>\n<parameter name=\"field2\" value=\"`$tmp.maxNumberOfConns-CUUP`\"/>",
-        "comments": "",
-        "outputs": 1,
-        "x": 3192.0555381774902,
-        "y": 3513.49999332428,
-        "z": "a2c243d0.ad36e",
-        "wires": [
-            []
-        ]
-    },
-    {
-        "id": "46875c25.62c1e4",
-        "type": "set",
-        "name": "set resourceID",
-        "xml": "<set>\n<parameter name='tmp.resourceID' value='`$tmp.cellLocalId`'/>",
-        "comments": "",
-        "x": 3487.0555381774902,
-        "y": 3161.74999332428,
-        "z": "a2c243d0.ad36e",
-        "wires": []
-    },
-    {
-        "id": "dde70b52.a80088",
-        "type": "set",
-        "name": "set resourceID",
-        "xml": "<set>\n<parameter name='tmp.resourceID' value='`$tmp.gNBCUUPList.gNBCUUPId`'/>",
-        "comments": "",
-        "x": 3674.8055381774902,
-        "y": 5141.49999332428,
-        "z": "a2c243d0.ad36e",
-        "wires": []
-    },
-    {
-        "id": "c89590a8.227f1",
-        "type": "set",
-        "name": "set resourceID",
-        "xml": "<set>\n<parameter name='tmp.resourceID' value='`$tmp.gNBDUList.cellLocalId`'/>",
-        "comments": "",
-        "x": 2369.0555381774902,
-        "y": 7184.74999332428,
-        "z": "a2c243d0.ad36e",
-        "wires": []
-    },
-    {
-        "id": "afcd8575.ce5a88",
-        "type": "execute",
-        "name": "Update RAN Inventory ConfigDB",
-        "xml": "<execute plugin='org.onap.ccsdk.sli.plugins.restapicall.RestapiCallNode' method='sendRequest' >\n<parameter name=\"restapiUrl\" value=\"`$prop.configdb.url + $prop.restapi.configdb.updateRANSliceInventory`\"/>\n<parameter name=\"templateFileName\" value=\"`$prop.restapi.templateDir + '/ranSlice-configDB-updateRANSliceInventory.json'`\" />\n<parameter name=\"httpMethod\" value=\"PUT\"/>\n<parameter name=\"responsePrefix\" value=\"update-inventory-configdb-response\"/>\n<parameter name='contentType' value='application/json' /> \n<parameter name='format' value='json' />\n<parameter name='accept' value='application/json' />\n<parameter name=\"convertResponse\" value=\"true\"/>",
-        "comments": "",
-        "outputs": 1,
-        "x": 720.0555381774902,
-        "y": 2355.99999332428,
-        "z": "a2c243d0.ad36e",
-        "wires": [
-            [
-                "9afc9dfb.ae7ab",
-                "210db229.58527e"
-            ]
-        ]
-    },
-    {
-        "id": "9afc9dfb.ae7ab",
-        "type": "failure",
-        "name": "failure",
-        "xml": "<outcome value='failure'>\n",
-        "comments": "",
-        "outputs": 1,
-        "x": 955.056209564209,
-        "y": 2269.00026512146,
-        "z": "a2c243d0.ad36e",
-        "wires": [
-            [
-                "b8980e33.87c85"
-            ]
-        ]
-    },
-    {
-        "id": "210db229.58527e",
-        "type": "success",
-        "name": "success",
-        "xml": "<outcome value='success'>\n",
-        "comments": "",
-        "outputs": 1,
-        "x": 960.0561485290527,
-        "y": 2389.9999895095825,
-        "z": "a2c243d0.ad36e",
-        "wires": [
-            [
-                "2af88722.e8f178"
-            ]
-        ]
-    },
-    {
-        "id": "2af88722.e8f178",
-        "type": "block",
-        "name": "block",
-        "xml": "<block>\n",
-        "atomic": "false",
-        "comments": "",
-        "outputs": 1,
-        "x": 1118.0559387207031,
-        "y": 2389.000234603882,
-        "z": "a2c243d0.ad36e",
-        "wires": [
-            [
-                "c1bc5b94.d11a78"
-            ]
-        ]
-    },
-    {
-        "id": "c1bc5b94.d11a78",
-        "type": "record",
-        "name": "record",
-        "xml": "<record plugin=\"org.onap.ccsdk.sli.core.sli.recording.FileRecorder\">\n<parameter name=\"file\" value=\"/opt/opendaylight/current/data/log/instantiateRANSlice.log\" />\n<parameter name=\"level\" value=\"info\" />\n<parameter name=\"field1\" value=\"Successfully Updated inventory in ConfigDB\"/>",
-        "comments": "",
-        "outputs": 1,
-        "x": 1304.0561866760254,
-        "y": 2373.000478744507,
-        "z": "a2c243d0.ad36e",
-        "wires": [
-            []
-        ]
-    },
-    {
-        "id": "60843518.20b42c",
-        "type": "returnFailure",
-        "name": "return failure",
-        "xml": "<return status='failure'>\n<parameter name='ack-final' value='Y'/>\n<parameter name='error-code' value='500'/>\n<parameter name='error-message' value='Error updating inventory in ConfigDB. Aborting RPC executiopn'/>",
-        "comments": "",
-        "x": 1300.0558815002441,
-        "y": 2273.0002641677856,
-        "z": "a2c243d0.ad36e",
-        "wires": []
-    },
-    {
-        "id": "b8980e33.87c85",
-        "type": "block",
-        "name": "block",
-        "xml": "<block>",
-        "atomic": "false",
-        "comments": "",
-        "outputs": 1,
-        "x": 1114.0564918518066,
-        "y": 2267.0003566741943,
-        "z": "a2c243d0.ad36e",
-        "wires": [
-            [
-                "60843518.20b42c",
-                "237e3bf7.a15ba4",
-                "43e9fff0.abfbe"
-            ]
-        ]
-    },
-    {
-        "id": "237e3bf7.a15ba4",
-        "type": "set",
-        "name": "set",
-        "xml": "<set>\n<parameter name='error-code' value='500'/>\n<parameter name='error-message' value='Error updating nearRTRIC info in ConfigDB. Aborting RPC executiopn'/>",
-        "comments": "",
-        "x": 1290.0561218261719,
-        "y": 2187.1113786697388,
-        "z": "a2c243d0.ad36e",
-        "wires": []
-    },
-    {
-        "id": "946e6c1f.7bb9d",
-        "type": "record",
-        "name": "record",
-        "xml": "<record plugin=\"org.onap.ccsdk.sli.core.sli.recording.FileRecorder\">\n<parameter name=\"file\" value=\"/opt/opendaylight/current/data/log/instantiateRANSlice.log\" />\n<parameter name=\"level\" value=\"info\" />\n<parameter name=\"field1\" value=\"Update inventory in ConfigDB\"/>",
-        "comments": "",
-        "outputs": 1,
-        "x": 755.3055572509766,
-        "y": 2235.5000376701355,
-        "z": "a2c243d0.ad36e",
-        "wires": [
-            []
-        ]
-    },
-    {
-        "id": "8fb0f823.745438",
-        "type": "block",
-        "name": "block : atomic",
-        "xml": "<block atomic='true'>",
-        "atomic": "true",
-        "comments": "",
-        "outputs": 1,
-        "x": 1848.8888320922852,
-        "y": 441.6666898727417,
-        "z": "a2c243d0.ad36e",
-        "wires": [
-            [
-                "31f24c7a.033584",
-                "8282f63d.edb3e8",
-                "e13282a4.a3907"
-            ]
-        ]
-    },
-    {
-        "id": "5a6dbfd5.a48f5",
-        "type": "execute",
-        "name": "set trackingArea",
-        "xml": "<execute plugin='org.onap.ccsdk.sli.core.slipluginutils.SliPluginUtils' method='getAttributeValue'>\n\t<parameter name='outputPath' value='tmp.payload.trackingArea' />\n\t<parameter name='source' value=\"`'payloadJson.input.sliceProfile.coverageAreaList[' + $ta + ']'`\"/>",
-        "comments": "",
-        "outputs": 1,
-        "x": 1365.631492614746,
-        "y": 288.48922061920166,
-        "z": "a2c243d0.ad36e",
-        "wires": [
-            []
-        ]
-    },
-    {
-        "id": "2bb85138.bdd50e",
-        "type": "block",
-        "name": "block : atomic",
-        "xml": "<block atomic='true'>",
-        "atomic": "true",
-        "comments": "",
-        "outputs": 1,
-        "x": 977.0205383300781,
-        "y": 449.60031175613403,
-        "z": "a2c243d0.ad36e",
-        "wires": [
-            [
-                "5a6dbfd5.a48f5",
-                "1c0164dc.8d644b",
-                "8e4a2db8.c53ca",
-                "bd377d99.e91fd"
-            ]
-        ]
-    },
-    {
-        "id": "1c0164dc.8d644b",
-        "type": "record",
-        "name": "record",
-        "xml": "<record plugin=\"org.onap.ccsdk.sli.core.sli.recording.FileRecorder\">\n<parameter name=\"file\" value=\"/opt/opendaylight/current/data/log/instantiateRANSlice.log\" />\n<parameter name=\"level\" value=\"info\" />\n<parameter name=\"field1\" value=\"Tracking Area\"/>\n<parameter name=\"field2\" value=\"`$tmp.payload.trackingArea`\"/>",
-        "comments": "",
-        "outputs": 1,
-        "x": 1349.2426452636719,
-        "y": 338.489200592041,
-        "z": "a2c243d0.ad36e",
-        "wires": [
-            []
-        ]
-    },
-    {
-        "id": "add03b35.2459c8",
-        "type": "for",
-        "name": "For coverageAreaTAList",
-        "xml": "<for index='ta' start='0' end='`$tmp.trackingAreaListEntries`'>",
-        "comments": "",
-        "outputs": 1,
-        "x": 743.0555191040039,
-        "y": 500.83333015441895,
-        "z": "a2c243d0.ad36e",
-        "wires": [
-            [
-                "2bb85138.bdd50e"
-            ]
-        ]
-    },
-    {
-        "id": "e89fecb2.b5374",
-        "type": "record",
-        "name": "record",
-        "xml": "<record plugin=\"org.onap.ccsdk.sli.core.sli.recording.FileRecorder\">\n<parameter name=\"file\" value=\"/opt/opendaylight/current/data/log/instantiateRANSlice.log\" />\n<parameter name=\"level\" value=\"info\" />\n<parameter name=\"field1\" value=\"Tracking Area size\"/>\n<parameter name=\"field2\" value=\"`$tmp.trackingAreaListEntries`\"/>",
-        "comments": "",
-        "outputs": 1,
-        "x": 715.2777709960938,
-        "y": 445.5555419921875,
-        "z": "a2c243d0.ad36e",
-        "wires": [
-            []
-        ]
-    },
-    {
-        "id": "3f7470f5.37976",
-        "type": "execute",
-        "name": "set trackingArea size",
-        "xml": "<set>\n\t<parameter name='tmp.trackingAreaListEntries' value=\"`$payloadJson.input.sliceProfile.coverageAreaList_length`\"/>\n\t",
-        "comments": "",
-        "outputs": 1,
-        "x": 746.3888549804688,
-        "y": 395.5555419921875,
-        "z": "a2c243d0.ad36e",
-        "wires": [
-            []
-        ]
-    }
-]
\ No newline at end of file