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 e062f24..0000000
+++ /dev/null
@@ -1,6583 +0,0 @@
-[
-    {
-        "id": "8579c115.4234a",
-        "type": "method",
-        "name": "method",
-        "xml": "<method rpc='instantiateRANSliceAllocate' mode='sync'>\n",
-        "comments": "",
-        "outputs": 1,
-        "x": 546.75,
-        "y": 138.75,
-        "z": "54a98307.1c261c",
-        "wires": [
-            [
-                "f014f5eb.e0d448"
-            ]
-        ]
-    },
-    {
-        "id": "7af17c7c.b8c174",
-        "type": "dgstart",
-        "name": "DGSTART",
-        "outputs": 1,
-        "x": 170.74999618530273,
-        "y": 43.749972343444824,
-        "z": "54a98307.1c261c",
-        "wires": [
-            [
-                "f38fff.f5a7"
-            ]
-        ]
-    },
-    {
-        "id": "f38fff.f5a7",
-        "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": 303.7499694824219,
-        "y": 140.75005340576172,
-        "z": "54a98307.1c261c",
-        "wires": [
-            [
-                "8579c115.4234a"
-            ]
-        ]
-    },
-    {
-        "id": "afcc0bab.edbe48",
-        "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": 348.1843032836914,
-        "y": 2698.2786655426025,
-        "z": "54a98307.1c261c",
-        "wires": []
-    },
-    {
-        "id": "f96ce2ac.acf5b",
-        "type": "comment",
-        "name": "instantiateRANSliceAllocate",
-        "info": "",
-        "comments": "",
-        "x": 515.75,
-        "y": 80.76037216186523,
-        "z": "54a98307.1c261c",
-        "wires": []
-    },
-    {
-        "id": "5a3cb019.dea83",
-        "type": "block",
-        "name": "Get NRT RIC Details",
-        "xml": "<block atomic='true'>",
-        "atomic": "true",
-        "comments": "",
-        "outputs": 1,
-        "x": 1674.1944122314453,
-        "y": 254.10417366027832,
-        "z": "54a98307.1c261c",
-        "wires": [
-            [
-                "dbb914f1.f676d8",
-                "9b4e2435.fc3228",
-                "853da58c.102c78"
-            ]
-        ]
-    },
-    {
-        "id": "dbb914f1.f676d8",
-        "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": 2160.75,
-        "y": 125.65969848632812,
-        "z": "54a98307.1c261c",
-        "wires": [
-            []
-        ]
-    },
-    {
-        "id": "9b4e2435.fc3228",
-        "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": 2157.7501258850098,
-        "y": 190.65966892242432,
-        "z": "54a98307.1c261c",
-        "wires": [
-            []
-        ]
-    },
-    {
-        "id": "853da58c.102c78",
-        "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": 2132.305908203125,
-        "y": 228.65972709655762,
-        "z": "54a98307.1c261c",
-        "wires": [
-            [
-                "5920a68f.4d2fa8",
-                "1ef1a386.baab8c"
-            ]
-        ]
-    },
-    {
-        "id": "5920a68f.4d2fa8",
-        "type": "failure",
-        "name": "failure",
-        "xml": "<outcome value='failure'>\n",
-        "comments": "",
-        "outputs": 1,
-        "x": 2357.7500648498535,
-        "y": 210.65969944000244,
-        "z": "54a98307.1c261c",
-        "wires": [
-            [
-                "dfa24d31.07355"
-            ]
-        ]
-    },
-    {
-        "id": "1ef1a386.baab8c",
-        "type": "success",
-        "name": "success",
-        "xml": "<outcome value='success'>\n",
-        "comments": "",
-        "outputs": 1,
-        "x": 2354.7500038146973,
-        "y": 309.6595878601074,
-        "z": "54a98307.1c261c",
-        "wires": [
-            [
-                "c39d2805.d9af28"
-            ]
-        ]
-    },
-    {
-        "id": "dfa24d31.07355",
-        "type": "block",
-        "name": "block",
-        "xml": "<block>",
-        "atomic": "false",
-        "comments": "",
-        "outputs": 1,
-        "x": 2562.7501068115234,
-        "y": 159.65974044799805,
-        "z": "54a98307.1c261c",
-        "wires": [
-            [
-                "a944456b.4d1898",
-                "16229315.4a72ed",
-                "f11b3f16.9273d"
-            ]
-        ]
-    },
-    {
-        "id": "c39d2805.d9af28",
-        "type": "block",
-        "name": "block",
-        "xml": "<block>\n",
-        "atomic": "false",
-        "comments": "",
-        "outputs": 1,
-        "x": 2503.749849319458,
-        "y": 302.65972232818604,
-        "z": "54a98307.1c261c",
-        "wires": [
-            [
-                "3556d2bf.e9be4e",
-                "aa24c712.f70938"
-            ]
-        ]
-    },
-    {
-        "id": "a944456b.4d1898",
-        "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": 2577.749740600586,
-        "y": 245.6597056388855,
-        "z": "54a98307.1c261c",
-        "wires": []
-    },
-    {
-        "id": "3556d2bf.e9be4e",
-        "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": 2633.7496643066406,
-        "y": 302.65970611572266,
-        "z": "54a98307.1c261c",
-        "wires": [
-            []
-        ]
-    },
-    {
-        "id": "16229315.4a72ed",
-        "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": 2676.7498054504395,
-        "y": 84.77078056335449,
-        "z": "54a98307.1c261c",
-        "wires": []
-    },
-    {
-        "id": "aa24c712.f70938",
-        "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": 2621.527889251709,
-        "y": 356.6597194671631,
-        "z": "54a98307.1c261c",
-        "wires": [
-            []
-        ]
-    },
-    {
-        "id": "d2de04dd.dd3fd8",
-        "type": "for",
-        "name": "For ConfigDB Entries",
-        "xml": "<for index='id1' start='0' end=\"`$getRIC-configdb-response._length`\" >",
-        "comments": "",
-        "outputs": 1,
-        "x": 1312.750087738037,
-        "y": 1999.7606143951416,
-        "z": "54a98307.1c261c",
-        "wires": [
-            [
-                "d722875f.d9cf28",
-                "16d1c684.7d0dc9",
-                "b6ae4d3b.59923",
-                "f8b4fbaa.5894b8",
-                "566e22dd.13c89c",
-                "e8388f64.8136a",
-                "7e3d0d5a.f7ab04",
-                "c3110c8d.ffdca"
-            ]
-        ]
-    },
-    {
-        "id": "d722875f.d9cf28",
-        "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": 1687.7503356933594,
-        "y": 811.7605838775635,
-        "z": "54a98307.1c261c",
-        "wires": [
-            []
-        ]
-    },
-    {
-        "id": "f014f5eb.e0d448",
-        "type": "block",
-        "name": "block : atomic",
-        "xml": "<block atomic='true'>",
-        "atomic": "true",
-        "comments": "",
-        "outputs": 1,
-        "x": 181.74996948242188,
-        "y": 260.7603759765625,
-        "z": "54a98307.1c261c",
-        "wires": [
-            [
-                "f060cdfa.0562e",
-                "3582eebd.3c7cf2",
-                "9bdae950.00c5d8",
-                "b9d834.9cd0f7d",
-                "afcc0bab.edbe48"
-            ]
-        ]
-    },
-    {
-        "id": "a70cf700.ce1f28",
-        "type": "block",
-        "name": "Instantiate RAN Slice",
-        "xml": "<block atomic='true'>",
-        "atomic": "true",
-        "comments": "",
-        "outputs": 1,
-        "x": 1099.6388702392578,
-        "y": 453.98266887664795,
-        "z": "54a98307.1c261c",
-        "wires": [
-            [
-                "d2de04dd.dd3fd8",
-                "4f781aac.7f8e84",
-                "4254aab2.1c4e64",
-                "ca46da4d.de2da8",
-                "b072d63c.a49af8"
-            ]
-        ]
-    },
-    {
-        "id": "16d1c684.7d0dc9",
-        "type": "block",
-        "name": "DU",
-        "xml": "<block atomic='true'>",
-        "atomic": "true",
-        "comments": "",
-        "outputs": 1,
-        "x": 1888.7500305175781,
-        "y": 5742.760569810867,
-        "z": "54a98307.1c261c",
-        "wires": [
-            [
-                "742e8af5.352544",
-                "ea20f1d7.5c66c",
-                "a300129.723a1f",
-                "811fb733.b5ac38"
-            ]
-        ]
-    },
-    {
-        "id": "9e313260.3a853",
-        "type": "block",
-        "name": "Add RRM Policy Ratio",
-        "xml": "<block atomic='true'>",
-        "atomic": "true",
-        "comments": "",
-        "outputs": 1,
-        "x": 3551.750419616699,
-        "y": 7051.760437011719,
-        "z": "54a98307.1c261c",
-        "wires": [
-            [
-                "a75167dd.86af68",
-                "b066725c.dc58b",
-                "70480520.440e4c",
-                "6dccf15c.57ff3",
-                "d1d44141.3e6b5",
-                "2915b7a8.17c348",
-                "269d37f1.59d8b8"
-            ]
-        ]
-    },
-    {
-        "id": "e65100dd.7d0fa",
-        "type": "switchNode",
-        "name": "ransim mounted",
-        "xml": "<switch test='`$prop.ransim-mounted`'>\n",
-        "comments": "",
-        "outputs": 1,
-        "x": 3596.750747680664,
-        "y": 6379.760740280151,
-        "z": "54a98307.1c261c",
-        "wires": [
-            [
-                "e5d9673b.8cf9f8",
-                "e45ad5cf.c10cc8"
-            ]
-        ]
-    },
-    {
-        "id": "e5d9673b.8cf9f8",
-        "type": "outcome",
-        "name": "Not Mounted",
-        "xml": "<outcome value='false'>\n",
-        "comments": "",
-        "outputs": 1,
-        "x": 3839.750831604004,
-        "y": 6383.7607421875,
-        "z": "54a98307.1c261c",
-        "wires": [
-            [
-                "f416627.c5815a"
-            ]
-        ]
-    },
-    {
-        "id": "e45ad5cf.c10cc8",
-        "type": "outcome",
-        "name": "Mounted",
-        "xml": "<outcome value='true'>\n",
-        "comments": "",
-        "outputs": 1,
-        "x": 3824.750831604004,
-        "y": 6457.760744094849,
-        "z": "54a98307.1c261c",
-        "wires": [
-            [
-                "3a4d7617.64163a"
-            ]
-        ]
-    },
-    {
-        "id": "ea20f1d7.5c66c",
-        "type": "for",
-        "name": "For DUList Entries",
-        "xml": "<for index='id2' start='0' end='`$tmp.DUListEntries`' >",
-        "comments": "",
-        "outputs": 1,
-        "x": 1988.7504119873047,
-        "y": 6056.760564804077,
-        "z": "54a98307.1c261c",
-        "wires": [
-            [
-                "ab32a37b.a7ea9"
-            ]
-        ]
-    },
-    {
-        "id": "742e8af5.352544",
-        "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": 2181.750587463379,
-        "y": 5438.761351585388,
-        "z": "54a98307.1c261c",
-        "wires": [
-            []
-        ]
-    },
-    {
-        "id": "a300129.723a1f",
-        "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": 2183.750343322754,
-        "y": 5372.762328147888,
-        "z": "54a98307.1c261c",
-        "wires": [
-            []
-        ]
-    },
-    {
-        "id": "595a5c4f.3076d4",
-        "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": 3961.7497787475586,
-        "y": 5877.760674238205,
-        "z": "54a98307.1c261c",
-        "wires": [
-            []
-        ]
-    },
-    {
-        "id": "8163d3a4.91eaf",
-        "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": 3559.7500953674316,
-        "y": 5993.760564804077,
-        "z": "54a98307.1c261c",
-        "wires": [
-            []
-        ]
-    },
-    {
-        "id": "301163d1.20ee9c",
-        "type": "block",
-        "name": "cellDUList Level Parms",
-        "xml": "<block atomic='true'>",
-        "atomic": "true",
-        "comments": "",
-        "outputs": 1,
-        "x": 3584.7500915527344,
-        "y": 5932.760563850403,
-        "z": "54a98307.1c261c",
-        "wires": [
-            [
-                "595a5c4f.3076d4",
-                "79545390.d4224c",
-                "3dcd1ae9.d24f06",
-                "8665b386.734bc",
-                "bb7b3201.ec12",
-                "de18429b.dbf06",
-                "62b5105e.53365"
-            ]
-        ]
-    },
-    {
-        "id": "79545390.d4224c",
-        "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": 3990.7499198913574,
-        "y": 5915.760392189026,
-        "z": "54a98307.1c261c",
-        "wires": [
-            []
-        ]
-    },
-    {
-        "id": "3dcd1ae9.d24f06",
-        "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": 3989.7499351501465,
-        "y": 5954.7603940963745,
-        "z": "54a98307.1c261c",
-        "wires": [
-            []
-        ]
-    },
-    {
-        "id": "8665b386.734bc",
-        "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": 3969.7499084472656,
-        "y": 5992.760409355164,
-        "z": "54a98307.1c261c",
-        "wires": [
-            []
-        ]
-    },
-    {
-        "id": "bb7b3201.ec12",
-        "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": 3984.74991607666,
-        "y": 6040.760138511658,
-        "z": "54a98307.1c261c",
-        "wires": [
-            []
-        ]
-    },
-    {
-        "id": "25e8ae32.c67972",
-        "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": 4344.750106811523,
-        "y": 6155.760704994202,
-        "z": "54a98307.1c261c",
-        "wires": [
-            []
-        ]
-    },
-    {
-        "id": "18a9ad0d.5c5343",
-        "type": "for",
-        "name": "For List of Cells",
-        "xml": "<for index='id3' start='0' end='`$getListofCells-configdb-response._length `' >",
-        "comments": "",
-        "outputs": 1,
-        "x": 2412.7410430908203,
-        "y": 6029.760675907135,
-        "z": "54a98307.1c261c",
-        "wires": [
-            [
-                "16752bb9.492594"
-            ]
-        ]
-    },
-    {
-        "id": "f3d8819d.3f5f8",
-        "type": "block",
-        "name": "pLMNInfoList Level Parms",
-        "xml": "<block atomic='true'>",
-        "atomic": "true",
-        "comments": "",
-        "outputs": 1,
-        "x": 3731.7399520874023,
-        "y": 6152.7607979774475,
-        "z": "54a98307.1c261c",
-        "wires": [
-            [
-                "e6d0ee1b.5c9d2",
-                "56124703.56a8a8"
-            ]
-        ]
-    },
-    {
-        "id": "e6d0ee1b.5c9d2",
-        "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": 4052.7396087646484,
-        "y": 6178.760405957699,
-        "z": "54a98307.1c261c",
-        "wires": [
-            []
-        ]
-    },
-    {
-        "id": "93b19d0d.e03ec",
-        "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": 3742.7399520874023,
-        "y": 6204.761163711548,
-        "z": "54a98307.1c261c",
-        "wires": [
-            []
-        ]
-    },
-    {
-        "id": "b7e0d585.4b5728",
-        "type": "for",
-        "name": "For pLMNInfoListEntries",
-        "xml": "<for index='id4' start='0' end='`$tmp.pLMNInfoListEntries`' >",
-        "comments": "",
-        "outputs": 1,
-        "x": 3800.740089416504,
-        "y": 6326.7613887786865,
-        "z": "54a98307.1c261c",
-        "wires": [
-            [
-                "1864ec53.a76764"
-            ]
-        ]
-    },
-    {
-        "id": "86dbc745.8e5fc8",
-        "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": 3511.739677429199,
-        "y": 6051.760566711426,
-        "z": "54a98307.1c261c",
-        "wires": [
-            []
-        ]
-    },
-    {
-        "id": "1864ec53.a76764",
-        "type": "block",
-        "name": "pLMNInfoList Parms",
-        "xml": "<block atomic='true'>",
-        "atomic": "true",
-        "comments": "",
-        "outputs": 1,
-        "x": 4041.739776611328,
-        "y": 6320.7613887786865,
-        "z": "54a98307.1c261c",
-        "wires": [
-            [
-                "4ffc51a3.366f8",
-                "61ea3cca.526d74"
-            ]
-        ]
-    },
-    {
-        "id": "4ffc51a3.366f8",
-        "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": 4204.739532470703,
-        "y": 6264.760736942291,
-        "z": "54a98307.1c261c",
-        "wires": [
-            []
-        ]
-    },
-    {
-        "id": "4acc443b.5ed7dc",
-        "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": 3842.7399520874023,
-        "y": 6278.761163711548,
-        "z": "54a98307.1c261c",
-        "wires": []
-    },
-    {
-        "id": "61ea3cca.526d74",
-        "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": 4225.7395362854,
-        "y": 6342.760740280151,
-        "z": "54a98307.1c261c",
-        "wires": [
-            []
-        ]
-    },
-    {
-        "id": "b6ae4d3b.59923",
-        "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": 1653.7396926879883,
-        "y": 611.7605495452881,
-        "z": "54a98307.1c261c",
-        "wires": [
-            []
-        ]
-    },
-    {
-        "id": "56124703.56a8a8",
-        "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": 4029.739776611328,
-        "y": 6242.760570526123,
-        "z": "54a98307.1c261c",
-        "wires": [
-            []
-        ]
-    },
-    {
-        "id": "77499330.74891c",
-        "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": 3979.75150680542,
-        "y": 6827.094183921814,
-        "z": "54a98307.1c261c",
-        "wires": [
-            []
-        ]
-    },
-    {
-        "id": "4d801f1e.5adeb",
-        "type": "block",
-        "name": "Add PLMNInfoList Entry",
-        "xml": "<block atomic='true'>",
-        "atomic": "true",
-        "comments": "",
-        "outputs": 1,
-        "x": 3567.7507400512695,
-        "y": 6486.104493141174,
-        "z": "54a98307.1c261c",
-        "wires": [
-            [
-                "77499330.74891c",
-                "478ae4a4.0eafcc",
-                "37d88efe.ee77a2",
-                "1b628a48.db9b26",
-                "d83dede9.37c02",
-                "25a7783.0888e88",
-                "e65100dd.7d0fa",
-                "5ba1ede2.dc41e4",
-                "854b6672.9b3c78",
-                "ff5ac918.e30a48"
-            ]
-        ]
-    },
-    {
-        "id": "5ba1ede2.dc41e4",
-        "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": 4059.750831604004,
-        "y": 6906.10450553894,
-        "z": "54a98307.1c261c",
-        "wires": [
-            [
-                "5c4e610c.f6de4",
-                "1d0bf687.229229"
-            ]
-        ]
-    },
-    {
-        "id": "478ae4a4.0eafcc",
-        "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": 3977.750955581665,
-        "y": 6790.104926109314,
-        "z": "54a98307.1c261c",
-        "wires": [
-            []
-        ]
-    },
-    {
-        "id": "f416627.c5815a",
-        "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": 4110.750839233398,
-        "y": 6385.760741710663,
-        "z": "54a98307.1c261c",
-        "wires": [
-            []
-        ]
-    },
-    {
-        "id": "37d88efe.ee77a2",
-        "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": 3946.7404251098633,
-        "y": 6542.76074552536,
-        "z": "54a98307.1c261c",
-        "wires": [
-            []
-        ]
-    },
-    {
-        "id": "1b628a48.db9b26",
-        "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": 3955.7404251098633,
-        "y": 6591.760746955872,
-        "z": "54a98307.1c261c",
-        "wires": [
-            []
-        ]
-    },
-    {
-        "id": "d83dede9.37c02",
-        "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": 3956.7404251098633,
-        "y": 6641.760747909546,
-        "z": "54a98307.1c261c",
-        "wires": [
-            []
-        ]
-    },
-    {
-        "id": "25a7783.0888e88",
-        "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": 3958.740520477295,
-        "y": 6684.760687828064,
-        "z": "54a98307.1c261c",
-        "wires": [
-            []
-        ]
-    },
-    {
-        "id": "5c4e610c.f6de4",
-        "type": "failure",
-        "name": "failure",
-        "xml": "<outcome value='failure'>\n",
-        "comments": "",
-        "outputs": 1,
-        "x": 4357.75057220459,
-        "y": 6843.09376335144,
-        "z": "54a98307.1c261c",
-        "wires": [
-            [
-                "e0ce9b43.358a38"
-            ]
-        ]
-    },
-    {
-        "id": "1d0bf687.229229",
-        "type": "success",
-        "name": "success",
-        "xml": "<outcome value='success'>\n",
-        "comments": "",
-        "outputs": 1,
-        "x": 4396.750686645508,
-        "y": 6927.093773603439,
-        "z": "54a98307.1c261c",
-        "wires": [
-            [
-                "888524ea.f7eab8"
-            ]
-        ]
-    },
-    {
-        "id": "e0ce9b43.358a38",
-        "type": "block",
-        "name": "block",
-        "xml": "<block>\n",
-        "atomic": "false",
-        "comments": "",
-        "outputs": 1,
-        "x": 4619.750469207764,
-        "y": 6728.093845129013,
-        "z": "54a98307.1c261c",
-        "wires": [
-            [
-                "f377df36.85315",
-                "f11b3f16.9273d"
-            ]
-        ]
-    },
-    {
-        "id": "888524ea.f7eab8",
-        "type": "block",
-        "name": "block",
-        "xml": "<block>\n",
-        "atomic": "false",
-        "comments": "",
-        "outputs": 1,
-        "x": 4578.750198364258,
-        "y": 6882.093773603439,
-        "z": "54a98307.1c261c",
-        "wires": [
-            [
-                "1a7d18c4.054097"
-            ]
-        ]
-    },
-    {
-        "id": "f377df36.85315",
-        "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": 4784.750469207764,
-        "y": 6811.094333410263,
-        "z": "54a98307.1c261c",
-        "wires": []
-    },
-    {
-        "id": "1a7d18c4.054097",
-        "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": 4745.750198364258,
-        "y": 6893.094261884689,
-        "z": "54a98307.1c261c",
-        "wires": [
-            []
-        ]
-    },
-    {
-        "id": "2b7f4785.c06a98",
-        "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": 4271.740188598633,
-        "y": 6444.760743141174,
-        "z": "54a98307.1c261c",
-        "wires": [
-            []
-        ]
-    },
-    {
-        "id": "3a4d7617.64163a",
-        "type": "block",
-        "name": "ransim  URL",
-        "xml": "<block atomic='true'>",
-        "atomic": "true",
-        "comments": "",
-        "outputs": 1,
-        "x": 3988.7400970458984,
-        "y": 6446.7607436180115,
-        "z": "54a98307.1c261c",
-        "wires": [
-            [
-                "2b7f4785.c06a98",
-                "d9825391.8752d"
-            ]
-        ]
-    },
-    {
-        "id": "d9825391.8752d",
-        "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": 4235.740188598633,
-        "y": 6501.760744094849,
-        "z": "54a98307.1c261c",
-        "wires": [
-            []
-        ]
-    },
-    {
-        "id": "904410e7.86455",
-        "type": "comment",
-        "name": "Connect to AddPLMNInfoList Entry",
-        "info": "when able to talk to latest SDNC",
-        "comments": "",
-        "x": 3998.7400970458984,
-        "y": 6866.094086647034,
-        "z": "54a98307.1c261c",
-        "wires": []
-    },
-    {
-        "id": "a75167dd.86af68",
-        "type": "switchNode",
-        "name": "ransim mounted",
-        "xml": "<switch test='`$prop.ransim-mounted`'>\n",
-        "comments": "",
-        "outputs": 1,
-        "x": 3850.7398376464844,
-        "y": 7015.427278518677,
-        "z": "54a98307.1c261c",
-        "wires": [
-            [
-                "439562e9.bc877c",
-                "b920c4bc.104728"
-            ]
-        ]
-    },
-    {
-        "id": "439562e9.bc877c",
-        "type": "outcome",
-        "name": "Not Mounted",
-        "xml": "<outcome value='false'>\n",
-        "comments": "",
-        "outputs": 1,
-        "x": 4045.7398643493652,
-        "y": 6975.427186012268,
-        "z": "54a98307.1c261c",
-        "wires": [
-            [
-                "4ff4238d.83fb1c"
-            ]
-        ]
-    },
-    {
-        "id": "b920c4bc.104728",
-        "type": "outcome",
-        "name": "Mounted",
-        "xml": "<outcome value='true'>\n",
-        "comments": "",
-        "outputs": 1,
-        "x": 4025.7398376464844,
-        "y": 7054.427277565002,
-        "z": "54a98307.1c261c",
-        "wires": [
-            [
-                "67b3ce0.3d2b334"
-            ]
-        ]
-    },
-    {
-        "id": "2915b7a8.17c348",
-        "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": 4002.740940093994,
-        "y": 7326.761425971985,
-        "z": "54a98307.1c261c",
-        "wires": [
-            []
-        ]
-    },
-    {
-        "id": "5849d191.a18b6",
-        "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": 4062.739906311035,
-        "y": 7565.770859479904,
-        "z": "54a98307.1c261c",
-        "wires": [
-            [
-                "b77f1b5e.dad288"
-            ]
-        ]
-    },
-    {
-        "id": "d1d44141.3e6b5",
-        "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": 3994.739963531494,
-        "y": 7285.771679878235,
-        "z": "54a98307.1c261c",
-        "wires": [
-            []
-        ]
-    },
-    {
-        "id": "4ff4238d.83fb1c",
-        "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": 4331.73983001709,
-        "y": 6973.42725944519,
-        "z": "54a98307.1c261c",
-        "wires": [
-            []
-        ]
-    },
-    {
-        "id": "b066725c.dc58b",
-        "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": 4023.7296142578125,
-        "y": 7108.427263259888,
-        "z": "54a98307.1c261c",
-        "wires": [
-            []
-        ]
-    },
-    {
-        "id": "70480520.440e4c",
-        "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": 4016.7296142578125,
-        "y": 7162.427265167236,
-        "z": "54a98307.1c261c",
-        "wires": [
-            []
-        ]
-    },
-    {
-        "id": "6dccf15c.57ff3",
-        "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": 3995.7296142578125,
-        "y": 7199.427267074585,
-        "z": "54a98307.1c261c",
-        "wires": [
-            []
-        ]
-    },
-    {
-        "id": "75faced1.866dc",
-        "type": "failure",
-        "name": "failure",
-        "xml": "<outcome value='failure'>\n",
-        "comments": "",
-        "outputs": 1,
-        "x": 4398.739715576172,
-        "y": 7312.760603904724,
-        "z": "54a98307.1c261c",
-        "wires": [
-            [
-                "658f334e.af801c"
-            ]
-        ]
-    },
-    {
-        "id": "b77f1b5e.dad288",
-        "type": "success",
-        "name": "success",
-        "xml": "<outcome value='success'>\n",
-        "comments": "",
-        "outputs": 1,
-        "x": 4399.739784240723,
-        "y": 7591.760361433029,
-        "z": "54a98307.1c261c",
-        "wires": [
-            [
-                "d82f5415.e5fb68"
-            ]
-        ]
-    },
-    {
-        "id": "658f334e.af801c",
-        "type": "block",
-        "name": "block",
-        "xml": "<block>\n",
-        "atomic": "false",
-        "comments": "",
-        "outputs": 1,
-        "x": 4768.73974609375,
-        "y": 7260.760223388672,
-        "z": "54a98307.1c261c",
-        "wires": [
-            [
-                "f0226e9b.148bd",
-                "f11b3f16.9273d"
-            ]
-        ]
-    },
-    {
-        "id": "d82f5415.e5fb68",
-        "type": "block",
-        "name": "block",
-        "xml": "<block>\n",
-        "atomic": "false",
-        "comments": "",
-        "outputs": 1,
-        "x": 4579.739540100098,
-        "y": 7588.760361433029,
-        "z": "54a98307.1c261c",
-        "wires": [
-            [
-                "3e660c2d.97df24"
-            ]
-        ]
-    },
-    {
-        "id": "f0226e9b.148bd",
-        "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": 4890.73974609375,
-        "y": 7315.760711669922,
-        "z": "54a98307.1c261c",
-        "wires": []
-    },
-    {
-        "id": "3e660c2d.97df24",
-        "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": 4728.739841461182,
-        "y": 7614.760554075241,
-        "z": "54a98307.1c261c",
-        "wires": [
-            []
-        ]
-    },
-    {
-        "id": "57bcd734.99e878",
-        "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": 4523.729545593262,
-        "y": 7021.427569389343,
-        "z": "54a98307.1c261c",
-        "wires": [
-            []
-        ]
-    },
-    {
-        "id": "67b3ce0.3d2b334",
-        "type": "block",
-        "name": "ransim  URL",
-        "xml": "<block atomic='true'>",
-        "atomic": "true",
-        "comments": "",
-        "outputs": 1,
-        "x": 4218.729488372803,
-        "y": 7049.427277565002,
-        "z": "54a98307.1c261c",
-        "wires": [
-            [
-                "57bcd734.99e878",
-                "a5e66b8.28ed098"
-            ]
-        ]
-    },
-    {
-        "id": "a5e66b8.28ed098",
-        "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": 4460.729522705078,
-        "y": 7083.427216529846,
-        "z": "54a98307.1c261c",
-        "wires": [
-            []
-        ]
-    },
-    {
-        "id": "12dab83e.ecedc8",
-        "type": "comment",
-        "name": "Connect to RRM P{olicy Ratio",
-        "info": "when able to talk to latest SDNC",
-        "comments": "",
-        "x": 4059.729953765869,
-        "y": 7359.76118183136,
-        "z": "54a98307.1c261c",
-        "wires": []
-    },
-    {
-        "id": "811fb733.b5ac38",
-        "type": "block",
-        "name": "rrmPolicyDedicatedRatio",
-        "xml": "<block atomic='true'>",
-        "atomic": "true",
-        "comments": "",
-        "outputs": 1,
-        "x": 2226.7502822875977,
-        "y": 5568.4393310546875,
-        "z": "54a98307.1c261c",
-        "wires": [
-            [
-                "3a8d83c.df3ba7c",
-                "cf06c6de.352398",
-                "83b9dcdb.92e4f",
-                "1d77c151.652b2f",
-                "ac8e30b7.1940f",
-                "60ae95a3.4dca8c",
-                "1e994da6.548422",
-                "4d95ba67.f72534",
-                "db956f11.57cd1",
-                "41a84fb0.0ffb8",
-                "fb9768c3.587378"
-            ]
-        ]
-    },
-    {
-        "id": "de18429b.dbf06",
-        "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": 3958.749969482422,
-        "y": 6076.76038646698,
-        "z": "54a98307.1c261c",
-        "wires": [
-            []
-        ]
-    },
-    {
-        "id": "306d34df.a5704c",
-        "type": "set",
-        "name": "set rrmPolicyDedicatedRatio",
-        "xml": "<set>\n<parameter name='tmp.rRMPolicyDedicatedRatio.CellDU' value='10' />",
-        "comments": "",
-        "x": 3945.75,
-        "y": 5781.881805419922,
-        "z": "54a98307.1c261c",
-        "wires": []
-    },
-    {
-        "id": "2e349181.54ed4e",
-        "type": "set",
-        "name": "set rrmPolicyDedicatedRatio",
-        "xml": "<set>\n<parameter name='tmp.rRMPolicyDedicatedRatio.CellDU' value='20' />",
-        "comments": "",
-        "x": 3938.7499237060547,
-        "y": 5828.881772041321,
-        "z": "54a98307.1c261c",
-        "wires": []
-    },
-    {
-        "id": "3a8d83c.df3ba7c",
-        "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": 2359.750099182129,
-        "y": 5876.882933616638,
-        "z": "54a98307.1c261c",
-        "wires": [
-            []
-        ]
-    },
-    {
-        "id": "f8b4fbaa.5894b8",
-        "type": "block",
-        "name": "CUCP",
-        "xml": "<block atomic='true'>",
-        "atomic": "true",
-        "comments": "",
-        "outputs": 1,
-        "x": 1667.739501953125,
-        "y": 1972.0938415527344,
-        "z": "54a98307.1c261c",
-        "wires": [
-            [
-                "576c02a.878f2fc",
-                "efe45662.9d84e8",
-                "215f8d98.797d92",
-                "f1521378.c3122"
-            ]
-        ]
-    },
-    {
-        "id": "29dd5fa6.5825a",
-        "type": "block",
-        "name": "Add RRM Policy Ratio",
-        "xml": "<block atomic='true'>",
-        "atomic": "true",
-        "comments": "",
-        "outputs": 1,
-        "x": 3139.7396812438965,
-        "y": 3071.093873023987,
-        "z": "54a98307.1c261c",
-        "wires": [
-            [
-                "a87b26a4.a5d6c8",
-                "4b72fded.f78d94",
-                "29622591.b3bb8a",
-                "3b2c3cb3.3e7f54",
-                "17ad0555.182f1b",
-                "1a9f0cb1.fae443",
-                "a725b907.a76a88",
-                "2e69d89d.b17738"
-            ]
-        ]
-    },
-    {
-        "id": "f63b2e4e.af8ac",
-        "type": "switchNode",
-        "name": "ransim mounted",
-        "xml": "<switch test='`$prop.ransim-mounted`'>\n",
-        "comments": "",
-        "outputs": 1,
-        "x": 3152.7396812438965,
-        "y": 2333.0941772460938,
-        "z": "54a98307.1c261c",
-        "wires": [
-            [
-                "20f691ff.00291e",
-                "fe541c51.353cf"
-            ]
-        ]
-    },
-    {
-        "id": "20f691ff.00291e",
-        "type": "outcome",
-        "name": "Not Mounted",
-        "xml": "<outcome value='false'>\n",
-        "comments": "",
-        "outputs": 1,
-        "x": 3342.73966217041,
-        "y": 2303.093960762024,
-        "z": "54a98307.1c261c",
-        "wires": [
-            [
-                "451c857b.0b58bc"
-            ]
-        ]
-    },
-    {
-        "id": "fe541c51.353cf",
-        "type": "outcome",
-        "name": "Mounted",
-        "xml": "<outcome value='true'>\n",
-        "comments": "",
-        "outputs": 1,
-        "x": 3322.7396354675293,
-        "y": 2382.0940523147583,
-        "z": "54a98307.1c261c",
-        "wires": [
-            [
-                "258bfa79.8b6d66"
-            ]
-        ]
-    },
-    {
-        "id": "efe45662.9d84e8",
-        "type": "for",
-        "name": "For CUCPList Entries",
-        "xml": "<for index='id2' start='0' end='`$tmp.CUCPListEntries`' >",
-        "comments": "",
-        "outputs": 1,
-        "x": 1937.7394943237305,
-        "y": 1967.0939636230469,
-        "z": "54a98307.1c261c",
-        "wires": [
-            [
-                "b24e47a9.17d9a8",
-                "ddb08e51.37028",
-                "169d7550.b97c1b",
-                "70e796c1.a833a8",
-                "6766aaed.fd8c74"
-            ]
-        ]
-    },
-    {
-        "id": "576c02a.878f2fc",
-        "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": 1852.7396278381348,
-        "y": 1875.0940990447998,
-        "z": "54a98307.1c261c",
-        "wires": [
-            []
-        ]
-    },
-    {
-        "id": "215f8d98.797d92",
-        "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": 1807.7396240234375,
-        "y": 1837.0936107635498,
-        "z": "54a98307.1c261c",
-        "wires": [
-            []
-        ]
-    },
-    {
-        "id": "4774eac7.73f5d4",
-        "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": 2617.7392807006836,
-        "y": 1685.0942194461823,
-        "z": "54a98307.1c261c",
-        "wires": [
-            []
-        ]
-    },
-    {
-        "id": "b24e47a9.17d9a8",
-        "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": 2215.739767074585,
-        "y": 1891.0940828323364,
-        "z": "54a98307.1c261c",
-        "wires": [
-            []
-        ]
-    },
-    {
-        "id": "ddb08e51.37028",
-        "type": "block",
-        "name": "cellCUCPList Level Parms",
-        "xml": "<block atomic='true'>",
-        "atomic": "true",
-        "comments": "",
-        "outputs": 1,
-        "x": 2284.739501953125,
-        "y": 1788.0939025878906,
-        "z": "54a98307.1c261c",
-        "wires": [
-            [
-                "4774eac7.73f5d4",
-                "923c29fb.f37368",
-                "ddb75924.99fb78",
-                "beed79e3.0d7018",
-                "f9858da.74fad7",
-                "725b0d66.f66014"
-            ]
-        ]
-    },
-    {
-        "id": "923c29fb.f37368",
-        "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": 2646.7393188476562,
-        "y": 1728.0938425064087,
-        "z": "54a98307.1c261c",
-        "wires": [
-            []
-        ]
-    },
-    {
-        "id": "ddb75924.99fb78",
-        "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": 2661.7396202087402,
-        "y": 1777.0939645767212,
-        "z": "54a98307.1c261c",
-        "wires": [
-            []
-        ]
-    },
-    {
-        "id": "beed79e3.0d7018",
-        "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": 2687.739501953125,
-        "y": 1826.0940856933594,
-        "z": "54a98307.1c261c",
-        "wires": [
-            []
-        ]
-    },
-    {
-        "id": "f9858da.74fad7",
-        "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": 2700.739501953125,
-        "y": 1918.0939645767212,
-        "z": "54a98307.1c261c",
-        "wires": [
-            []
-        ]
-    },
-    {
-        "id": "169d7550.b97c1b",
-        "type": "for",
-        "name": "For List of Cells ",
-        "xml": "<for index='id3' start='0' end='`$getListofCells-configdb-response._length `' >",
-        "comments": "",
-        "outputs": 1,
-        "x": 2360.7294921875,
-        "y": 2197.093963623047,
-        "z": "54a98307.1c261c",
-        "wires": [
-            [
-                "6f6a9c3c.1dd214",
-                "36b14789.c34c18"
-            ]
-        ]
-    },
-    {
-        "id": "41050eb0.bf5a3",
-        "type": "block",
-        "name": "pLMNInfoList Level Parms",
-        "xml": "<block atomic='true'>",
-        "atomic": "true",
-        "comments": "",
-        "outputs": 1,
-        "x": 3314.7292442321777,
-        "y": 2062.0938720703125,
-        "z": "54a98307.1c261c",
-        "wires": [
-            [
-                "6c36da77.f0ddc4"
-            ]
-        ]
-    },
-    {
-        "id": "6c36da77.f0ddc4",
-        "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": 3579.729259490967,
-        "y": 2040.0938625335693,
-        "z": "54a98307.1c261c",
-        "wires": [
-            []
-        ]
-    },
-    {
-        "id": "e466ad92.c678f",
-        "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": 3281.729259490967,
-        "y": 2120.0938625335693,
-        "z": "54a98307.1c261c",
-        "wires": [
-            []
-        ]
-    },
-    {
-        "id": "f40dbef8.c70c5",
-        "type": "for",
-        "name": "For pLMNInfoListEntries",
-        "xml": "<for index='id4' start='0' end='`$tmp.pLMNInfoListEntries`' >",
-        "comments": "",
-        "outputs": 1,
-        "x": 3312.729259490967,
-        "y": 2218.0938625335693,
-        "z": "54a98307.1c261c",
-        "wires": [
-            [
-                "bd5494f3.cd8d08"
-            ]
-        ]
-    },
-    {
-        "id": "70e796c1.a833a8",
-        "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": 2214.7293014526367,
-        "y": 1932.0938386917114,
-        "z": "54a98307.1c261c",
-        "wires": [
-            []
-        ]
-    },
-    {
-        "id": "bd5494f3.cd8d08",
-        "type": "block",
-        "name": "pLMNInfoList Parms",
-        "xml": "<block atomic='true'>",
-        "atomic": "true",
-        "comments": "",
-        "outputs": 1,
-        "x": 3532.729259490967,
-        "y": 2214.0938625335693,
-        "z": "54a98307.1c261c",
-        "wires": [
-            [
-                "2afaab49.96e9c4",
-                "40da5baa.9d26a4"
-            ]
-        ]
-    },
-    {
-        "id": "2afaab49.96e9c4",
-        "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": 3706.7293128967285,
-        "y": 2170.0938625335693,
-        "z": "54a98307.1c261c",
-        "wires": [
-            []
-        ]
-    },
-    {
-        "id": "becfba53.04cca8",
-        "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": 3384.729259490967,
-        "y": 2169.0938625335693,
-        "z": "54a98307.1c261c",
-        "wires": []
-    },
-    {
-        "id": "40da5baa.9d26a4",
-        "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": 3709.729259490967,
-        "y": 2234.0938625335693,
-        "z": "54a98307.1c261c",
-        "wires": [
-            []
-        ]
-    },
-    {
-        "id": "5192235f.bde94c",
-        "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": 3556.7292518615723,
-        "y": 2100.0938472747803,
-        "z": "54a98307.1c261c",
-        "wires": [
-            []
-        ]
-    },
-    {
-        "id": "4a50d8b6.e70108",
-        "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": 3493.740509033203,
-        "y": 2673.4275579452515,
-        "z": "54a98307.1c261c",
-        "wires": [
-            []
-        ]
-    },
-    {
-        "id": "60c0bef6.a3d11",
-        "type": "block",
-        "name": "Add PLMNInfoList Entry",
-        "xml": "<block atomic='true'>",
-        "atomic": "true",
-        "comments": "",
-        "outputs": 1,
-        "x": 3198.7393531799316,
-        "y": 2609.4379329681396,
-        "z": "54a98307.1c261c",
-        "wires": [
-            [
-                "4a50d8b6.e70108",
-                "bc628332.2c7c",
-                "95dd06d9.b11b68",
-                "d363b407.715c08",
-                "80e7a98d.3188c8",
-                "297ffcf6.ce1134",
-                "f63b2e4e.af8ac",
-                "445640de.48115",
-                "855e02b5.654e5"
-            ]
-        ]
-    },
-    {
-        "id": "445640de.48115",
-        "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": 3600.7400436401367,
-        "y": 2748.4378929138184,
-        "z": "54a98307.1c261c",
-        "wires": [
-            [
-                "8936143.0e2e8e8",
-                "d4fe19ea.502b38"
-            ]
-        ]
-    },
-    {
-        "id": "bc628332.2c7c",
-        "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": 3487.739471435547,
-        "y": 2641.4381170272827,
-        "z": "54a98307.1c261c",
-        "wires": [
-            []
-        ]
-    },
-    {
-        "id": "451c857b.0b58bc",
-        "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": 3627.739589691162,
-        "y": 2303.0941104888916,
-        "z": "54a98307.1c261c",
-        "wires": [
-            []
-        ]
-    },
-    {
-        "id": "95dd06d9.b11b68",
-        "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": 3509.7293815612793,
-        "y": 2439.0939326286316,
-        "z": "54a98307.1c261c",
-        "wires": [
-            []
-        ]
-    },
-    {
-        "id": "d363b407.715c08",
-        "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": 3497.729377746582,
-        "y": 2485.093993663788,
-        "z": "54a98307.1c261c",
-        "wires": [
-            []
-        ]
-    },
-    {
-        "id": "80e7a98d.3188c8",
-        "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": 3484.7293796539307,
-        "y": 2526.0940551757812,
-        "z": "54a98307.1c261c",
-        "wires": [
-            []
-        ]
-    },
-    {
-        "id": "297ffcf6.ce1134",
-        "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": 3492.729377746582,
-        "y": 2567.0939331054688,
-        "z": "54a98307.1c261c",
-        "wires": [
-            []
-        ]
-    },
-    {
-        "id": "8936143.0e2e8e8",
-        "type": "failure",
-        "name": "failure",
-        "xml": "<outcome value='failure'>\n",
-        "comments": "",
-        "outputs": 1,
-        "x": 3716.73970413208,
-        "y": 2546.4272356033325,
-        "z": "54a98307.1c261c",
-        "wires": [
-            [
-                "4dbe8b24.597c84"
-            ]
-        ]
-    },
-    {
-        "id": "d4fe19ea.502b38",
-        "type": "success",
-        "name": "success",
-        "xml": "<outcome value='success'>\n",
-        "comments": "",
-        "outputs": 1,
-        "x": 4009.73974609375,
-        "y": 2768.427327156067,
-        "z": "54a98307.1c261c",
-        "wires": [
-            [
-                "d6a9589f.fc6468"
-            ]
-        ]
-    },
-    {
-        "id": "4dbe8b24.597c84",
-        "type": "block",
-        "name": "block",
-        "xml": "<block>\n",
-        "atomic": "false",
-        "comments": "",
-        "outputs": 1,
-        "x": 3850.73970413208,
-        "y": 2553.427357673645,
-        "z": "54a98307.1c261c",
-        "wires": [
-            [
-                "e776eef8.db6b",
-                "f11b3f16.9273d"
-            ]
-        ]
-    },
-    {
-        "id": "d6a9589f.fc6468",
-        "type": "block",
-        "name": "block",
-        "xml": "<block>\n",
-        "atomic": "false",
-        "comments": "",
-        "outputs": 1,
-        "x": 4184.73942565918,
-        "y": 2765.427327156067,
-        "z": "54a98307.1c261c",
-        "wires": [
-            [
-                "aa7ee937.981018"
-            ]
-        ]
-    },
-    {
-        "id": "e776eef8.db6b",
-        "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": 3996.7393798828125,
-        "y": 2653.4274377822876,
-        "z": "54a98307.1c261c",
-        "wires": []
-    },
-    {
-        "id": "aa7ee937.981018",
-        "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": 4339.740077972412,
-        "y": 2757.427652835846,
-        "z": "54a98307.1c261c",
-        "wires": [
-            []
-        ]
-    },
-    {
-        "id": "f1521378.c3122",
-        "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": 1922.7292137145996,
-        "y": 1922.0941009521484,
-        "z": "54a98307.1c261c",
-        "wires": []
-    },
-    {
-        "id": "e8819967.721b68",
-        "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": 3822.729316711426,
-        "y": 2347.093991279602,
-        "z": "54a98307.1c261c",
-        "wires": [
-            []
-        ]
-    },
-    {
-        "id": "258bfa79.8b6d66",
-        "type": "block",
-        "name": "ransim  URL",
-        "xml": "<block atomic='true'>",
-        "atomic": "true",
-        "comments": "",
-        "outputs": 1,
-        "x": 3515.7292861938477,
-        "y": 2377.0940523147583,
-        "z": "54a98307.1c261c",
-        "wires": [
-            [
-                "e8819967.721b68",
-                "c9196c08.5db9c"
-            ]
-        ]
-    },
-    {
-        "id": "c9196c08.5db9c",
-        "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": 3766.7297172546387,
-        "y": 2400.0941848754883,
-        "z": "54a98307.1c261c",
-        "wires": [
-            []
-        ]
-    },
-    {
-        "id": "ca46da4d.de2da8",
-        "type": "block",
-        "name": "Get Cells List in TA",
-        "xml": "<block atomic='true'>",
-        "atomic": "true",
-        "comments": "",
-        "outputs": 1,
-        "x": 1537.0628623962402,
-        "y": 482.2052516937256,
-        "z": "54a98307.1c261c",
-        "wires": [
-            [
-                "e193df81.4bb3b"
-            ]
-        ]
-    },
-    {
-        "id": "bdaa897e.2cd2b8",
-        "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": 2133.062759399414,
-        "y": 347.760778427124,
-        "z": "54a98307.1c261c",
-        "wires": [
-            []
-        ]
-    },
-    {
-        "id": "c6b40762.ea2b08",
-        "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": 2132.507522583008,
-        "y": 397.5387382507324,
-        "z": "54a98307.1c261c",
-        "wires": [
-            []
-        ]
-    },
-    {
-        "id": "7f6d8a09.6705c4",
-        "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": 2027.8406066894531,
-        "y": 446.09420108795166,
-        "z": "54a98307.1c261c",
-        "wires": [
-            [
-                "e83750a3.f4cb2",
-                "c5670ca4.b5d42"
-            ]
-        ]
-    },
-    {
-        "id": "e83750a3.f4cb2",
-        "type": "failure",
-        "name": "failure",
-        "xml": "<outcome value='failure'>\n",
-        "comments": "",
-        "outputs": 1,
-        "x": 2343.7292804718018,
-        "y": 416.76095962524414,
-        "z": "54a98307.1c261c",
-        "wires": [
-            [
-                "2272901f.23427"
-            ]
-        ]
-    },
-    {
-        "id": "c5670ca4.b5d42",
-        "type": "success",
-        "name": "success",
-        "xml": "<outcome value='success'>\n",
-        "comments": "",
-        "outputs": 1,
-        "x": 2253.8404846191406,
-        "y": 463.8720703125,
-        "z": "54a98307.1c261c",
-        "wires": [
-            [
-                "fc20b436.6e9558"
-            ]
-        ]
-    },
-    {
-        "id": "2272901f.23427",
-        "type": "block",
-        "name": "block",
-        "xml": "<block>",
-        "atomic": "false",
-        "comments": "",
-        "outputs": 1,
-        "x": 2518.7292556762695,
-        "y": 443.0942325592041,
-        "z": "54a98307.1c261c",
-        "wires": [
-            [
-                "53393b7.be7d7c4",
-                "bf33d06.c492a3",
-                "f11b3f16.9273d"
-            ]
-        ]
-    },
-    {
-        "id": "fc20b436.6e9558",
-        "type": "block",
-        "name": "block",
-        "xml": "<block>\n",
-        "atomic": "false",
-        "comments": "",
-        "outputs": 1,
-        "x": 2238.7290115356445,
-        "y": 574.094316482544,
-        "z": "54a98307.1c261c",
-        "wires": [
-            [
-                "8c28a8ea.ebbf18",
-                "cb3c409a.03f0f",
-                "93cf6e64.cb4c5"
-            ]
-        ]
-    },
-    {
-        "id": "53393b7.be7d7c4",
-        "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": 2454.7290115356445,
-        "y": 521.094217300415,
-        "z": "54a98307.1c261c",
-        "wires": []
-    },
-    {
-        "id": "8c28a8ea.ebbf18",
-        "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": 2398.7289810180664,
-        "y": 569.0942249298096,
-        "z": "54a98307.1c261c",
-        "wires": [
-            []
-        ]
-    },
-    {
-        "id": "bf33d06.c492a3",
-        "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": 2498.729347229004,
-        "y": 381.20527839660645,
-        "z": "54a98307.1c261c",
-        "wires": []
-    },
-    {
-        "id": "cb3c409a.03f0f",
-        "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": 2418.5073013305664,
-        "y": 713.0942554473877,
-        "z": "54a98307.1c261c",
-        "wires": [
-            []
-        ]
-    },
-    {
-        "id": "316033e4.2cfc1c",
-        "type": "comment",
-        "name": "Connect to AddPLMNInfoList Entry",
-        "info": "when able to talk to latest SDNC",
-        "comments": "",
-        "x": 3496.729076385498,
-        "y": 2707.4271507263184,
-        "z": "54a98307.1c261c",
-        "wires": []
-    },
-    {
-        "id": "a87b26a4.a5d6c8",
-        "type": "switchNode",
-        "name": "ransim mounted",
-        "xml": "<switch test='`$prop.ransim-mounted`'>\n",
-        "comments": "",
-        "outputs": 1,
-        "x": 3351.729076385498,
-        "y": 2864.760524749756,
-        "z": "54a98307.1c261c",
-        "wires": [
-            [
-                "7c0803ca.aaac4c",
-                "3e1defd5.9f234"
-            ]
-        ]
-    },
-    {
-        "id": "7c0803ca.aaac4c",
-        "type": "outcome",
-        "name": "Not Mounted",
-        "xml": "<outcome value='false'>\n",
-        "comments": "",
-        "outputs": 1,
-        "x": 3546.729103088379,
-        "y": 2824.760432243347,
-        "z": "54a98307.1c261c",
-        "wires": [
-            [
-                "aa7e2636.430618"
-            ]
-        ]
-    },
-    {
-        "id": "3e1defd5.9f234",
-        "type": "outcome",
-        "name": "Mounted",
-        "xml": "<outcome value='true'>\n",
-        "comments": "",
-        "outputs": 1,
-        "x": 3526.729076385498,
-        "y": 2903.7605237960815,
-        "z": "54a98307.1c261c",
-        "wires": [
-            [
-                "b7a227f3.c1e6c8"
-            ]
-        ]
-    },
-    {
-        "id": "1a9f0cb1.fae443",
-        "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=\"`$tmp.payload.sNSSAI`\"/>\n<parameter name=\"field6\" value=\"`$tmp.uLThptPerSlice`\"/>\n<parameter name=\"field7\" value=\"`$tmp.dLThptPerSlice`\"/>",
-        "comments": "",
-        "outputs": 1,
-        "x": 3498.730197906494,
-        "y": 3148.0944323539734,
-        "z": "54a98307.1c261c",
-        "wires": [
-            []
-        ]
-    },
-    {
-        "id": "a725b907.a76a88",
-        "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": 3736.729091644287,
-        "y": 3201.1041202545166,
-        "z": "54a98307.1c261c",
-        "wires": [
-            [
-                "38b54e56.be0762",
-                "1e9c583a.ebb9d8"
-            ]
-        ]
-    },
-    {
-        "id": "17ad0555.182f1b",
-        "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": 3504.7290992736816,
-        "y": 3114.1042585372925,
-        "z": "54a98307.1c261c",
-        "wires": [
-            []
-        ]
-    },
-    {
-        "id": "aa7e2636.430618",
-        "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": 3829.729076385498,
-        "y": 2819.7605240345,
-        "z": "54a98307.1c261c",
-        "wires": [
-            []
-        ]
-    },
-    {
-        "id": "4b72fded.f78d94",
-        "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": 3542.718837738037,
-        "y": 2955.7606143951416,
-        "z": "54a98307.1c261c",
-        "wires": [
-            []
-        ]
-    },
-    {
-        "id": "29622591.b3bb8a",
-        "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": 3523.718837738037,
-        "y": 2994.7603702545166,
-        "z": "54a98307.1c261c",
-        "wires": [
-            []
-        ]
-    },
-    {
-        "id": "3b2c3cb3.3e7f54",
-        "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": 3504.7188453674316,
-        "y": 3034.760753631592,
-        "z": "54a98307.1c261c",
-        "wires": [
-            []
-        ]
-    },
-    {
-        "id": "38b54e56.be0762",
-        "type": "failure",
-        "name": "failure",
-        "xml": "<outcome value='failure'>\n",
-        "comments": "",
-        "outputs": 1,
-        "x": 3787.729206085205,
-        "y": 3009.0939836502075,
-        "z": "54a98307.1c261c",
-        "wires": [
-            [
-                "200d240d.2835bc"
-            ]
-        ]
-    },
-    {
-        "id": "1e9c583a.ebb9d8",
-        "type": "success",
-        "name": "success",
-        "xml": "<outcome value='success'>\n",
-        "comments": "",
-        "outputs": 1,
-        "x": 4024.729335784912,
-        "y": 3173.0938663482666,
-        "z": "54a98307.1c261c",
-        "wires": [
-            [
-                "2cf11025.93f59"
-            ]
-        ]
-    },
-    {
-        "id": "200d240d.2835bc",
-        "type": "block",
-        "name": "block",
-        "xml": "<block>\n",
-        "atomic": "false",
-        "comments": "",
-        "outputs": 1,
-        "x": 3935.729206085205,
-        "y": 3036.0939836502075,
-        "z": "54a98307.1c261c",
-        "wires": [
-            [
-                "848f9511.62bef8",
-                "f11b3f16.9273d"
-            ]
-        ]
-    },
-    {
-        "id": "2cf11025.93f59",
-        "type": "block",
-        "name": "block",
-        "xml": "<block>\n",
-        "atomic": "false",
-        "comments": "",
-        "outputs": 1,
-        "x": 4188.728847503662,
-        "y": 3178.0938663482666,
-        "z": "54a98307.1c261c",
-        "wires": [
-            [
-                "2e60bd0d.0e7782"
-            ]
-        ]
-    },
-    {
-        "id": "848f9511.62bef8",
-        "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": 4074.72896194458,
-        "y": 3108.0939836502075,
-        "z": "54a98307.1c261c",
-        "wires": []
-    },
-    {
-        "id": "2e60bd0d.0e7782",
-        "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": 4288.729335784912,
-        "y": 3103.0941104888916,
-        "z": "54a98307.1c261c",
-        "wires": [
-            []
-        ]
-    },
-    {
-        "id": "607e7995.c18b68",
-        "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": 4025.71879196167,
-        "y": 2874.7605152130127,
-        "z": "54a98307.1c261c",
-        "wires": [
-            []
-        ]
-    },
-    {
-        "id": "b7a227f3.c1e6c8",
-        "type": "block",
-        "name": "ransim  URL",
-        "xml": "<block atomic='true'>",
-        "atomic": "true",
-        "comments": "",
-        "outputs": 1,
-        "x": 3719.7187271118164,
-        "y": 2898.7605237960815,
-        "z": "54a98307.1c261c",
-        "wires": [
-            [
-                "607e7995.c18b68",
-                "8b6f18b9.daeb18"
-            ]
-        ]
-    },
-    {
-        "id": "8b6f18b9.daeb18",
-        "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": 3962.7187995910645,
-        "y": 2933.7605743408203,
-        "z": "54a98307.1c261c",
-        "wires": [
-            []
-        ]
-    },
-    {
-        "id": "4a0028ee.501398",
-        "type": "comment",
-        "name": "Connect to RRM P{olicy Ratio",
-        "info": "when able to talk to latest SDNC",
-        "comments": "",
-        "x": 3707.718593597412,
-        "y": 3146.0936222076416,
-        "z": "54a98307.1c261c",
-        "wires": []
-    },
-    {
-        "id": "725b0d66.f66014",
-        "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": 2690.7394981384277,
-        "y": 1869.0940256118774,
-        "z": "54a98307.1c261c",
-        "wires": [
-            []
-        ]
-    },
-    {
-        "id": "566e22dd.13c89c",
-        "type": "block",
-        "name": "CUUP",
-        "xml": "<block atomic='true'>",
-        "atomic": "true",
-        "comments": "",
-        "outputs": 1,
-        "x": 1945.7707176208496,
-        "y": 3556.8387393951416,
-        "z": "54a98307.1c261c",
-        "wires": [
-            [
-                "a38c946e.5ff988",
-                "e73a565c.bb8318",
-                "cc8f807e.2e89d",
-                "c010057d.0aae08"
-            ]
-        ]
-    },
-    {
-        "id": "b1c925f.48433d8",
-        "type": "block",
-        "name": "Add RRM Policy Ratio",
-        "xml": "<block atomic='true'>",
-        "atomic": "true",
-        "comments": "",
-        "outputs": 1,
-        "x": 3307.7710037231445,
-        "y": 5023.839067697525,
-        "z": "54a98307.1c261c",
-        "wires": [
-            [
-                "26dde150.fdd6ee",
-                "599254e8.0ff8cc",
-                "4660001a.1d428",
-                "396524a1.e862fc",
-                "226cc1a1.33ec4e",
-                "4b9935f9.b46bac",
-                "c71b4eec.95244"
-            ]
-        ]
-    },
-    {
-        "id": "14863694.d4cb19",
-        "type": "switchNode",
-        "name": "ransim mounted",
-        "xml": "<switch test='`$prop.ransim-mounted`'>\n",
-        "comments": "",
-        "outputs": 1,
-        "x": 3503.770740509033,
-        "y": 4268.839810371399,
-        "z": "54a98307.1c261c",
-        "wires": [
-            [
-                "ed056be5.527c58",
-                "246e07bc.b5de58"
-            ]
-        ]
-    },
-    {
-        "id": "ed056be5.527c58",
-        "type": "outcome",
-        "name": "Not Mounted",
-        "xml": "<outcome value='false'>\n",
-        "comments": "",
-        "outputs": 1,
-        "x": 3744.770740509033,
-        "y": 4200.839810848236,
-        "z": "54a98307.1c261c",
-        "wires": [
-            [
-                "adcdf20a.645d1"
-            ]
-        ]
-    },
-    {
-        "id": "246e07bc.b5de58",
-        "type": "outcome",
-        "name": "Mounted",
-        "xml": "<outcome value='true'>\n",
-        "comments": "",
-        "outputs": 1,
-        "x": 3725.7708625793457,
-        "y": 4294.839688301086,
-        "z": "54a98307.1c261c",
-        "wires": [
-            [
-                "8bf12329.3060a"
-            ]
-        ]
-    },
-    {
-        "id": "e73a565c.bb8318",
-        "type": "for",
-        "name": "For List of CUUP's",
-        "xml": "<for index='id2' start='0' end='`$tmp.CUUPListEntries `' >",
-        "comments": "",
-        "outputs": 1,
-        "x": 2591.770751953125,
-        "y": 3650.839569091797,
-        "z": "54a98307.1c261c",
-        "wires": [
-            [
-                "4fef7442.88c04c",
-                "5e56a7bb.0dcd98",
-                "2243270a.d8ee78",
-                "4170c6a9.766218",
-                "fff5ccc7.34377",
-                "b1c925f.48433d8",
-                "c1b035a5.486b98",
-                "4374f72c.243e38"
-            ]
-        ]
-    },
-    {
-        "id": "a38c946e.5ff988",
-        "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": 3014.7706031799316,
-        "y": 3403.8390417099,
-        "z": "54a98307.1c261c",
-        "wires": [
-            []
-        ]
-    },
-    {
-        "id": "cc8f807e.2e89d",
-        "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": 3017.7705078125,
-        "y": 3360.8391246795654,
-        "z": "54a98307.1c261c",
-        "wires": [
-            []
-        ]
-    },
-    {
-        "id": "4fef7442.88c04c",
-        "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": 3501.7705078125,
-        "y": 3816.8396129608154,
-        "z": "54a98307.1c261c",
-        "wires": [
-            []
-        ]
-    },
-    {
-        "id": "5e56a7bb.0dcd98",
-        "type": "block",
-        "name": "cellCUUPList Level Parms",
-        "xml": "<block atomic='true'>",
-        "atomic": "true",
-        "comments": "",
-        "outputs": 1,
-        "x": 3467.7706451416016,
-        "y": 3745.8392436504364,
-        "z": "54a98307.1c261c",
-        "wires": [
-            [
-                "9504632.c9e9ba",
-                "f2e50f4b.d4a57",
-                "e7ce2a39.0e6f18",
-                "7bc968f5.ad1b38"
-            ]
-        ]
-    },
-    {
-        "id": "9504632.c9e9ba",
-        "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": 3904.770751953125,
-        "y": 3664.839080810547,
-        "z": "54a98307.1c261c",
-        "wires": [
-            []
-        ]
-    },
-    {
-        "id": "f2e50f4b.d4a57",
-        "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": 3925.770839691162,
-        "y": 3759.8392276763916,
-        "z": "54a98307.1c261c",
-        "wires": [
-            []
-        ]
-    },
-    {
-        "id": "e7ce2a39.0e6f18",
-        "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": 3943.770606994629,
-        "y": 3803.8391478061676,
-        "z": "54a98307.1c261c",
-        "wires": [
-            []
-        ]
-    },
-    {
-        "id": "4170c6a9.766218",
-        "type": "for",
-        "name": "For pLMNInfoListEntries",
-        "xml": "<for index='id4' start='0' end='`$tmp.pLMNInfoListEntries`' >",
-        "comments": "",
-        "outputs": 1,
-        "x": 3506.760356903076,
-        "y": 4054.8392384052277,
-        "z": "54a98307.1c261c",
-        "wires": [
-            [
-                "dd9d897d.7f1508"
-            ]
-        ]
-    },
-    {
-        "id": "2243270a.d8ee78",
-        "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": 3506.7604789733887,
-        "y": 3908.839115858078,
-        "z": "54a98307.1c261c",
-        "wires": [
-            []
-        ]
-    },
-    {
-        "id": "dd9d897d.7f1508",
-        "type": "block",
-        "name": "pLMNInfoList Parms",
-        "xml": "<block atomic='true'>",
-        "atomic": "true",
-        "comments": "",
-        "outputs": 1,
-        "x": 3757.7605323791504,
-        "y": 4053.839189529419,
-        "z": "54a98307.1c261c",
-        "wires": [
-            [
-                "e6b10a32.f90628",
-                "48f98448.9883ec"
-            ]
-        ]
-    },
-    {
-        "id": "e6b10a32.f90628",
-        "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": 3971.760498046875,
-        "y": 4004.8393115997314,
-        "z": "54a98307.1c261c",
-        "wires": [
-            []
-        ]
-    },
-    {
-        "id": "8db8056d.9b7f08",
-        "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": 3574.7605171203613,
-        "y": 4109.839189529419,
-        "z": "54a98307.1c261c",
-        "wires": []
-    },
-    {
-        "id": "48f98448.9883ec",
-        "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": 3975.7605590820312,
-        "y": 4088.8388233184814,
-        "z": "54a98307.1c261c",
-        "wires": [
-            []
-        ]
-    },
-    {
-        "id": "d4961023.db516",
-        "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": 3852.7717094421387,
-        "y": 4644.172580718994,
-        "z": "54a98307.1c261c",
-        "wires": [
-            []
-        ]
-    },
-    {
-        "id": "fff5ccc7.34377",
-        "type": "block",
-        "name": "Add PLMNInfoList Entry",
-        "xml": "<block atomic='true'>",
-        "atomic": "true",
-        "comments": "",
-        "outputs": 1,
-        "x": 3446.770496368408,
-        "y": 4454.183429718018,
-        "z": "54a98307.1c261c",
-        "wires": [
-            [
-                "d4961023.db516",
-                "27d9bcaf.3ab524",
-                "b079c675.2b2218",
-                "1ca6f803.08de18",
-                "52207ffe.ac0f4",
-                "14863694.d4cb19",
-                "8f1d0f49.6e6f3",
-                "b541e97a.091298",
-                "f675c08c.37fb7"
-            ]
-        ]
-    },
-    {
-        "id": "8f1d0f49.6e6f3",
-        "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": 3844.770793914795,
-        "y": 4703.183139801025,
-        "z": "54a98307.1c261c",
-        "wires": [
-            [
-                "519dd03e.e5435",
-                "91213125.a81d2"
-            ]
-        ]
-    },
-    {
-        "id": "27d9bcaf.3ab524",
-        "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": 3854.7706718444824,
-        "y": 4596.183139801025,
-        "z": "54a98307.1c261c",
-        "wires": [
-            []
-        ]
-    },
-    {
-        "id": "adcdf20a.645d1",
-        "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": 4056.77054977417,
-        "y": 4200.839447975159,
-        "z": "54a98307.1c261c",
-        "wires": [
-            []
-        ]
-    },
-    {
-        "id": "b079c675.2b2218",
-        "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": 3906.76029586792,
-        "y": 4387.839370727539,
-        "z": "54a98307.1c261c",
-        "wires": [
-            []
-        ]
-    },
-    {
-        "id": "1ca6f803.08de18",
-        "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": 3872.76029586792,
-        "y": 4449.839372634888,
-        "z": "54a98307.1c261c",
-        "wires": [
-            []
-        ]
-    },
-    {
-        "id": "52207ffe.ac0f4",
-        "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": 3869.76029586792,
-        "y": 4498.839374542236,
-        "z": "54a98307.1c261c",
-        "wires": [
-            []
-        ]
-    },
-    {
-        "id": "519dd03e.e5435",
-        "type": "failure",
-        "name": "failure",
-        "xml": "<outcome value='failure'>\n",
-        "comments": "",
-        "outputs": 1,
-        "x": 4105.7713623046875,
-        "y": 4480.172088623047,
-        "z": "54a98307.1c261c",
-        "wires": [
-            [
-                "9fb290be.7c712"
-            ]
-        ]
-    },
-    {
-        "id": "91213125.a81d2",
-        "type": "success",
-        "name": "success",
-        "xml": "<outcome value='success'>\n",
-        "comments": "",
-        "outputs": 1,
-        "x": 4146.771728515625,
-        "y": 4638.173187255859,
-        "z": "54a98307.1c261c",
-        "wires": [
-            [
-                "a50a0757.8e3938"
-            ]
-        ]
-    },
-    {
-        "id": "9fb290be.7c712",
-        "type": "block",
-        "name": "block",
-        "xml": "<block>\n",
-        "atomic": "false",
-        "comments": "",
-        "outputs": 1,
-        "x": 4319.77099609375,
-        "y": 4406.172821044922,
-        "z": "54a98307.1c261c",
-        "wires": [
-            [
-                "ba535d02.1d5bd",
-                "f11b3f16.9273d"
-            ]
-        ]
-    },
-    {
-        "id": "a50a0757.8e3938",
-        "type": "block",
-        "name": "block",
-        "xml": "<block>\n",
-        "atomic": "false",
-        "comments": "",
-        "outputs": 1,
-        "x": 4160.7711181640625,
-        "y": 4701.173309326172,
-        "z": "54a98307.1c261c",
-        "wires": [
-            [
-                "a1983d7d.e1391"
-            ]
-        ]
-    },
-    {
-        "id": "ba535d02.1d5bd",
-        "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": 4306.7706298828125,
-        "y": 4535.172821044922,
-        "z": "54a98307.1c261c",
-        "wires": []
-    },
-    {
-        "id": "a1983d7d.e1391",
-        "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": 4307.771484375,
-        "y": 4689.173309326172,
-        "z": "54a98307.1c261c",
-        "wires": [
-            []
-        ]
-    },
-    {
-        "id": "be37394c.3a72b8",
-        "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": 4251.760303497314,
-        "y": 4263.839448928833,
-        "z": "54a98307.1c261c",
-        "wires": [
-            []
-        ]
-    },
-    {
-        "id": "8bf12329.3060a",
-        "type": "block",
-        "name": "ransim  URL",
-        "xml": "<block atomic='true'>",
-        "atomic": "true",
-        "comments": "",
-        "outputs": 1,
-        "x": 3906.7601356506348,
-        "y": 4295.839450836182,
-        "z": "54a98307.1c261c",
-        "wires": [
-            [
-                "be37394c.3a72b8",
-                "f543076.150d6f8"
-            ]
-        ]
-    },
-    {
-        "id": "f543076.150d6f8",
-        "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": 4170.760631561279,
-        "y": 4327.839450836182,
-        "z": "54a98307.1c261c",
-        "wires": [
-            []
-        ]
-    },
-    {
-        "id": "819bcc0a.fb9e3",
-        "type": "comment",
-        "name": "Connect to AddPLMNInfoList Entry",
-        "info": "when able to talk to latest SDNC",
-        "comments": "",
-        "x": 3598.7603607177734,
-        "y": 4601.172827720642,
-        "z": "54a98307.1c261c",
-        "wires": []
-    },
-    {
-        "id": "26dde150.fdd6ee",
-        "type": "switchNode",
-        "name": "ransim mounted",
-        "xml": "<switch test='`$prop.ransim-mounted`'>\n",
-        "comments": "",
-        "outputs": 1,
-        "x": 3539.76025390625,
-        "y": 4851.505341291428,
-        "z": "54a98307.1c261c",
-        "wires": [
-            [
-                "67323981.815ca8",
-                "9575ada9.9f357"
-            ]
-        ]
-    },
-    {
-        "id": "67323981.815ca8",
-        "type": "outcome",
-        "name": "Not Mounted",
-        "xml": "<outcome value='false'>\n",
-        "comments": "",
-        "outputs": 1,
-        "x": 3734.760280609131,
-        "y": 4811.505248785019,
-        "z": "54a98307.1c261c",
-        "wires": [
-            [
-                "1343a0c4.6bce2f"
-            ]
-        ]
-    },
-    {
-        "id": "9575ada9.9f357",
-        "type": "outcome",
-        "name": "Mounted",
-        "xml": "<outcome value='true'>\n",
-        "comments": "",
-        "outputs": 1,
-        "x": 3714.76025390625,
-        "y": 4890.505340337753,
-        "z": "54a98307.1c261c",
-        "wires": [
-            [
-                "d44cbc14.b24aa"
-            ]
-        ]
-    },
-    {
-        "id": "226cc1a1.33ec4e",
-        "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": 3693.761631011963,
-        "y": 5158.839032173157,
-        "z": "54a98307.1c261c",
-        "wires": [
-            []
-        ]
-    },
-    {
-        "id": "4b9935f9.b46bac",
-        "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": 3755.7611083984375,
-        "y": 5221.849707841873,
-        "z": "54a98307.1c261c",
-        "wires": [
-            [
-                "2a64ca6c.02be26",
-                "bde6fba4.0628b8"
-            ]
-        ]
-    },
-    {
-        "id": "396524a1.e862fc",
-        "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": 3693.760898590088,
-        "y": 5108.849347114563,
-        "z": "54a98307.1c261c",
-        "wires": [
-            []
-        ]
-    },
-    {
-        "id": "1343a0c4.6bce2f",
-        "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": 4017.76025390625,
-        "y": 4806.505340576172,
-        "z": "54a98307.1c261c",
-        "wires": [
-            []
-        ]
-    },
-    {
-        "id": "599254e8.0ff8cc",
-        "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": 3733.749969482422,
-        "y": 4960.505756616592,
-        "z": "54a98307.1c261c",
-        "wires": [
-            []
-        ]
-    },
-    {
-        "id": "4660001a.1d428",
-        "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": 3687.750129699707,
-        "y": 5004.506079912186,
-        "z": "54a98307.1c261c",
-        "wires": [
-            []
-        ]
-    },
-    {
-        "id": "2a64ca6c.02be26",
-        "type": "failure",
-        "name": "failure",
-        "xml": "<outcome value='failure'>\n",
-        "comments": "",
-        "outputs": 1,
-        "x": 4014.76065826416,
-        "y": 5031.83867764473,
-        "z": "54a98307.1c261c",
-        "wires": [
-            [
-                "b9277a5d.90d978"
-            ]
-        ]
-    },
-    {
-        "id": "bde6fba4.0628b8",
-        "type": "success",
-        "name": "success",
-        "xml": "<outcome value='success'>\n",
-        "comments": "",
-        "outputs": 1,
-        "x": 4077.760627746582,
-        "y": 5218.839087724686,
-        "z": "54a98307.1c261c",
-        "wires": [
-            [
-                "a8920758.fe77c8"
-            ]
-        ]
-    },
-    {
-        "id": "b9277a5d.90d978",
-        "type": "block",
-        "name": "block",
-        "xml": "<block>\n",
-        "atomic": "false",
-        "comments": "",
-        "outputs": 1,
-        "x": 4234.760414123535,
-        "y": 5020.83916592598,
-        "z": "54a98307.1c261c",
-        "wires": [
-            [
-                "794b8cd2.84a6b4",
-                "f11b3f16.9273d"
-            ]
-        ]
-    },
-    {
-        "id": "a8920758.fe77c8",
-        "type": "block",
-        "name": "block",
-        "xml": "<block>\n",
-        "atomic": "false",
-        "comments": "",
-        "outputs": 1,
-        "x": 4239.7600173950195,
-        "y": 5202.839453935623,
-        "z": "54a98307.1c261c",
-        "wires": [
-            [
-                "3819b1d4.488b9e"
-            ]
-        ]
-    },
-    {
-        "id": "794b8cd2.84a6b4",
-        "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": 4243.760383605957,
-        "y": 5098.839453935623,
-        "z": "54a98307.1c261c",
-        "wires": []
-    },
-    {
-        "id": "3819b1d4.488b9e",
-        "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": 4392.760627746582,
-        "y": 5184.840064287186,
-        "z": "54a98307.1c261c",
-        "wires": [
-            []
-        ]
-    },
-    {
-        "id": "e616294e.a253a8",
-        "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": 4131.7499923706055,
-        "y": 4857.505460500717,
-        "z": "54a98307.1c261c",
-        "wires": [
-            []
-        ]
-    },
-    {
-        "id": "d44cbc14.b24aa",
-        "type": "block",
-        "name": "ransim  URL",
-        "xml": "<block atomic='true'>",
-        "atomic": "true",
-        "comments": "",
-        "outputs": 1,
-        "x": 3860.7499771118164,
-        "y": 4856.50546002388,
-        "z": "54a98307.1c261c",
-        "wires": [
-            [
-                "e616294e.a253a8",
-                "3747f40b.03a89c"
-            ]
-        ]
-    },
-    {
-        "id": "3747f40b.03a89c",
-        "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": 4084.749984741211,
-        "y": 4938.505788087845,
-        "z": "54a98307.1c261c",
-        "wires": [
-            []
-        ]
-    },
-    {
-        "id": "49329155.2a1ef",
-        "type": "comment",
-        "name": "Connect to RRM P{olicy Ratio",
-        "info": "when able to talk to latest SDNC",
-        "comments": "",
-        "x": 3708.750217437744,
-        "y": 5186.838788032532,
-        "z": "54a98307.1c261c",
-        "wires": []
-    },
-    {
-        "id": "c010057d.0aae08",
-        "type": "block",
-        "name": "rrmPolicyDedicatedRatio",
-        "xml": "<block atomic='true'>",
-        "atomic": "true",
-        "comments": "",
-        "outputs": 1,
-        "x": 2983.771095275879,
-        "y": 3505.5164098739624,
-        "z": "54a98307.1c261c",
-        "wires": [
-            [
-                "e17dd25a.d2dd8",
-                "5bb1f566.70cf0c",
-                "459c9f83.551d9",
-                "ab13fa24.13ecd8",
-                "44c1859c.81e89c",
-                "23bd5f13.8478b",
-                "9f5cd12d.485b5"
-            ]
-        ]
-    },
-    {
-        "id": "44c1859c.81e89c",
-        "type": "set",
-        "name": "calculation rrm5",
-        "xml": "<set>\n<parameter name='tmp.rRMPolicyDedicatedRatio.CUUP' value='`$tmp.rRMPolicyDedicatedRatio.CUUP1 / $prop.cuupfunction.maxNumberOfDRBsPerCUUP`' />",
-        "comments": "",
-        "x": 3241.7715187072754,
-        "y": 3616.2939977645874,
-        "z": "54a98307.1c261c",
-        "wires": []
-    },
-    {
-        "id": "459c9f83.551d9",
-        "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": 3201.7712783813477,
-        "y": 3664.9611110687256,
-        "z": "54a98307.1c261c",
-        "wires": [
-            []
-        ]
-    },
-    {
-        "id": "7bc968f5.ad1b38",
-        "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": 3959.770606994629,
-        "y": 3844.8391535282135,
-        "z": "54a98307.1c261c",
-        "wires": [
-            []
-        ]
-    },
-    {
-        "id": "41b57b00.7f6ff4",
-        "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": 3965.9935340881348,
-        "y": 3932.515090942383,
-        "z": "54a98307.1c261c",
-        "wires": [
-            []
-        ]
-    },
-    {
-        "id": "e055c9b4.733758",
-        "type": "comment",
-        "name": "Assumption pLMNId in configDB resp",
-        "info": "Assumed that configDB responnse will include pLMNId...currently, it is not there",
-        "comments": "",
-        "x": 3986.993377685547,
-        "y": 3890.5148088932037,
-        "z": "54a98307.1c261c",
-        "wires": []
-    },
-    {
-        "id": "93cf6e64.cb4c5",
-        "type": "for",
-        "name": "For list of cells",
-        "xml": "<for index='idx' start='0' end='`$getListofCells-configdb-response._length `' >",
-        "comments": "",
-        "outputs": 1,
-        "x": 2437.750099182129,
-        "y": 637.7604541778564,
-        "z": "54a98307.1c261c",
-        "wires": [
-            [
-                "761d8dc3.502054",
-                "4b1b6ef.519fe9"
-            ]
-        ]
-    },
-    {
-        "id": "4b1b6ef.519fe9",
-        "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": 2610.7499771118164,
-        "y": 670.7604084014893,
-        "z": "54a98307.1c261c",
-        "wires": [
-            []
-        ]
-    },
-    {
-        "id": "761d8dc3.502054",
-        "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": 2616.7500381469727,
-        "y": 571.4270191192627,
-        "z": "54a98307.1c261c",
-        "wires": [
-            []
-        ]
-    },
-    {
-        "id": "6f6a9c3c.1dd214",
-        "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": 2644.749755859375,
-        "y": 2063.093963623047,
-        "z": "54a98307.1c261c",
-        "wires": [
-            []
-        ]
-    },
-    {
-        "id": "b9d834.9cd0f7d",
-        "type": "block",
-        "name": "SO Response",
-        "xml": "<block atomic='true'>",
-        "atomic": "true",
-        "comments": "",
-        "outputs": 1,
-        "x": 375.74393463134766,
-        "y": 2474.5150871276855,
-        "z": "54a98307.1c261c",
-        "wires": [
-            [
-                "f75f0c80.536a1",
-                "33ce8ae7.70ccb6",
-                "b7c3ebb0.696cb8",
-                "616820a4.d45b2",
-                "2c323ebf.7788d2",
-                "529080e3.eae63"
-            ]
-        ]
-    },
-    {
-        "id": "b7c3ebb0.696cb8",
-        "type": "set",
-        "name": "set tmp variables for SO response",
-        "xml": "<set>\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": 800.7451133728027,
-        "y": 2455.41431081295,
-        "z": "54a98307.1c261c",
-        "wires": []
-    },
-    {
-        "id": "f75f0c80.536a1",
-        "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": 768.7439079284668,
-        "y": 2588.5150188207626,
-        "z": "54a98307.1c261c",
-        "wires": [
-            []
-        ]
-    },
-    {
-        "id": "33ce8ae7.70ccb6",
-        "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": 646.7440118789673,
-        "y": 2665.51464176178,
-        "z": "54a98307.1c261c",
-        "wires": [
-            [
-                "abb47f5.27a648",
-                "26337510.10fc9a"
-            ]
-        ]
-    },
-    {
-        "id": "abb47f5.27a648",
-        "type": "failure",
-        "name": "failure",
-        "xml": "<outcome value='failure'>\n",
-        "comments": "",
-        "outputs": 1,
-        "x": 811.7440118789673,
-        "y": 2645.5146408081055,
-        "z": "54a98307.1c261c",
-        "wires": [
-            [
-                "68fa35b3.6d340c"
-            ]
-        ]
-    },
-    {
-        "id": "26337510.10fc9a",
-        "type": "success",
-        "name": "success",
-        "xml": "<outcome value='success'>\n",
-        "comments": "",
-        "outputs": 1,
-        "x": 803.7439050674438,
-        "y": 2718.514591217041,
-        "z": "54a98307.1c261c",
-        "wires": [
-            [
-                "97a20f76.bcb57"
-            ]
-        ]
-    },
-    {
-        "id": "97a20f76.bcb57",
-        "type": "block",
-        "name": "block",
-        "xml": "<block>\n",
-        "atomic": "false",
-        "comments": "",
-        "outputs": 1,
-        "x": 949.743748664856,
-        "y": 2723.514699935913,
-        "z": "54a98307.1c261c",
-        "wires": [
-            [
-                "47a8e625.fa0c48"
-            ]
-        ]
-    },
-    {
-        "id": "68fa35b3.6d340c",
-        "type": "block",
-        "name": "block",
-        "xml": "<block>\n",
-        "atomic": "false",
-        "comments": "",
-        "outputs": 1,
-        "x": 960.7439126968384,
-        "y": 2641.5147762298584,
-        "z": "54a98307.1c261c",
-        "wires": [
-            [
-                "3df22386.16dbbc",
-                "11dba4bb.b755fb"
-            ]
-        ]
-    },
-    {
-        "id": "3df22386.16dbbc",
-        "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": 1107.7435312271118,
-        "y": 2652.5145177841187,
-        "z": "54a98307.1c261c",
-        "wires": []
-    },
-    {
-        "id": "47a8e625.fa0c48",
-        "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": 1110.7436685562134,
-        "y": 2729.5145921707153,
-        "z": "54a98307.1c261c",
-        "wires": [
-            []
-        ]
-    },
-    {
-        "id": "f11b3f16.9273d",
-        "type": "block",
-        "name": "block : SO Response",
-        "xml": "<block atomic='true'>",
-        "atomic": "true",
-        "comments": "",
-        "outputs": 1,
-        "x": 5686.240093231201,
-        "y": 3338.760555267334,
-        "z": "54a98307.1c261c",
-        "wires": [
-            [
-                "2d922d37.15cc92",
-                "ae2ecae5.a13e48",
-                "1139af25.f8d851"
-            ]
-        ]
-    },
-    {
-        "id": "2d922d37.15cc92",
-        "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": 6004.241069793701,
-        "y": 3262.660213470459,
-        "z": "54a98307.1c261c",
-        "wires": []
-    },
-    {
-        "id": "ae2ecae5.a13e48",
-        "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": 5979.2399559021,
-        "y": 3359.7608909606934,
-        "z": "54a98307.1c261c",
-        "wires": [
-            []
-        ]
-    },
-    {
-        "id": "1139af25.f8d851",
-        "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": 5894.239967346191,
-        "y": 3456.760768890381,
-        "z": "54a98307.1c261c",
-        "wires": [
-            [
-                "5c8f23c7.d3a3ec",
-                "eac0554f.033e68"
-            ]
-        ]
-    },
-    {
-        "id": "5c8f23c7.d3a3ec",
-        "type": "failure",
-        "name": "failure",
-        "xml": "<outcome value='failure'>\n",
-        "comments": "",
-        "outputs": 1,
-        "x": 6120.23997592926,
-        "y": 3433.7607378959656,
-        "z": "54a98307.1c261c",
-        "wires": [
-            [
-                "9f34ad6c.f35bd"
-            ]
-        ]
-    },
-    {
-        "id": "eac0554f.033e68",
-        "type": "success",
-        "name": "success",
-        "xml": "<outcome value='success'>\n",
-        "comments": "",
-        "outputs": 1,
-        "x": 6110.23983001709,
-        "y": 3541.7606773376465,
-        "z": "54a98307.1c261c",
-        "wires": [
-            [
-                "c3bda4ec.215548"
-            ]
-        ]
-    },
-    {
-        "id": "c3bda4ec.215548",
-        "type": "block",
-        "name": "block",
-        "xml": "<block>\n",
-        "atomic": "false",
-        "comments": "",
-        "outputs": 1,
-        "x": 6260.239616394043,
-        "y": 3560.7607383728027,
-        "z": "54a98307.1c261c",
-        "wires": [
-            [
-                "3b3f1f8b.364fe"
-            ]
-        ]
-    },
-    {
-        "id": "9f34ad6c.f35bd",
-        "type": "block",
-        "name": "block",
-        "xml": "<block>\n",
-        "atomic": "false",
-        "comments": "",
-        "outputs": 1,
-        "x": 6271.239845275879,
-        "y": 3428.760859966278,
-        "z": "54a98307.1c261c",
-        "wires": [
-            [
-                "61330a7c.132824"
-            ]
-        ]
-    },
-    {
-        "id": "61330a7c.132824",
-        "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": 6437.239524841309,
-        "y": 3431.7606773376465,
-        "z": "54a98307.1c261c",
-        "wires": []
-    },
-    {
-        "id": "3b3f1f8b.364fe",
-        "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": 6424.239631652832,
-        "y": 3566.7606773376465,
-        "z": "54a98307.1c261c",
-        "wires": [
-            []
-        ]
-    },
-    {
-        "id": "e8388f64.8136a",
-        "type": "block",
-        "name": "nearRTRIC",
-        "xml": "<block atomic='true'>",
-        "atomic": "true",
-        "comments": "",
-        "outputs": 1,
-        "x": 1765.7399368286133,
-        "y": 916.0938358306885,
-        "z": "54a98307.1c261c",
-        "wires": [
-            [
-                "b7c7204.39b75e",
-                "ae41d1a4.0ebd8",
-                "a4aee803.818338",
-                "b9271318.08fc5",
-                "7b399054.3f93d",
-                "d7f2b22c.00ae4",
-                "f99edeaa.b1b62",
-                "44d9d024.fab18"
-            ]
-        ]
-    },
-    {
-        "id": "7e3d0d5a.f7ab04",
-        "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": 1650.7396926879883,
-        "y": 659.4271297454834,
-        "z": "54a98307.1c261c",
-        "wires": [
-            []
-        ]
-    },
-    {
-        "id": "74e3e3c6.5771dc",
-        "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": 1716.7398376464844,
-        "y": 775.4271192550659,
-        "z": "54a98307.1c261c",
-        "wires": [
-            []
-        ]
-    },
-    {
-        "id": "b7c7204.39b75e",
-        "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": 2169.073066711426,
-        "y": 767.4271602630615,
-        "z": "54a98307.1c261c",
-        "wires": []
-    },
-    {
-        "id": "ae41d1a4.0ebd8",
-        "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": 2121.406436920166,
-        "y": 924.0940551757812,
-        "z": "54a98307.1c261c",
-        "wires": [
-            []
-        ]
-    },
-    {
-        "id": "a4aee803.818338",
-        "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": 1855.406394958496,
-        "y": 1649.4271049499512,
-        "z": "54a98307.1c261c",
-        "wires": [
-            [
-                "6f6eb8cb.9399a8",
-                "33ce33f0.e83f4c"
-            ]
-        ]
-    },
-    {
-        "id": "6f6eb8cb.9399a8",
-        "type": "failure",
-        "name": "failure",
-        "xml": "<outcome value='failure'>\n",
-        "comments": "",
-        "outputs": 1,
-        "x": 2510.4070053100586,
-        "y": 1510.4273490905762,
-        "z": "54a98307.1c261c",
-        "wires": [
-            [
-                "7134d9df.4e46d8"
-            ]
-        ]
-    },
-    {
-        "id": "33ce33f0.e83f4c",
-        "type": "success",
-        "name": "success",
-        "xml": "<outcome value='success'>\n",
-        "comments": "",
-        "outputs": 1,
-        "x": 2715.4070053100586,
-        "y": 1608.4272270202637,
-        "z": "54a98307.1c261c",
-        "wires": [
-            [
-                "5cd33801.8a6788"
-            ]
-        ]
-    },
-    {
-        "id": "5cd33801.8a6788",
-        "type": "block",
-        "name": "block",
-        "xml": "<block>\n",
-        "atomic": "false",
-        "comments": "",
-        "outputs": 1,
-        "x": 2868.4067611694336,
-        "y": 1597.4273490905762,
-        "z": "54a98307.1c261c",
-        "wires": [
-            [
-                "23d29a9a.7b7b46"
-            ]
-        ]
-    },
-    {
-        "id": "23d29a9a.7b7b46",
-        "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": 3032.4070053100586,
-        "y": 1601.4274711608887,
-        "z": "54a98307.1c261c",
-        "wires": [
-            []
-        ]
-    },
-    {
-        "id": "bdb9b185.b29f7",
-        "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": 2925.4067611694336,
-        "y": 1545.4273188114166,
-        "z": "54a98307.1c261c",
-        "wires": []
-    },
-    {
-        "id": "7134d9df.4e46d8",
-        "type": "block",
-        "name": "block",
-        "xml": "<block>",
-        "atomic": "false",
-        "comments": "",
-        "outputs": 1,
-        "x": 2872.4072494506836,
-        "y": 1444.4273490905762,
-        "z": "54a98307.1c261c",
-        "wires": [
-            [
-                "bdb9b185.b29f7",
-                "d719c437.527a98",
-                "f11b3f16.9273d"
-            ]
-        ]
-    },
-    {
-        "id": "d719c437.527a98",
-        "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": 2996.4070053100586,
-        "y": 1403.538341730833,
-        "z": "54a98307.1c261c",
-        "wires": []
-    },
-    {
-        "id": "298b3320.23706c",
-        "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": 3125.771251678467,
-        "y": 3221.291792869568,
-        "z": "54a98307.1c261c",
-        "wires": [
-            [
-                "637e833c.74981c",
-                "33c37494.e5d5dc"
-            ]
-        ]
-    },
-    {
-        "id": "637e833c.74981c",
-        "type": "failure",
-        "name": "failure",
-        "xml": "<outcome value='failure'>\n",
-        "comments": "",
-        "outputs": 1,
-        "x": 3989.770839691162,
-        "y": 3261.2918643951416,
-        "z": "54a98307.1c261c",
-        "wires": [
-            [
-                "48a56205.59491c"
-            ]
-        ]
-    },
-    {
-        "id": "48a56205.59491c",
-        "type": "block",
-        "name": "block",
-        "xml": "<block>",
-        "atomic": "false",
-        "comments": "",
-        "outputs": 1,
-        "x": 4217.771083831787,
-        "y": 3253.2918643951416,
-        "z": "54a98307.1c261c",
-        "wires": [
-            [
-                "e0ed063.c7e40f8",
-                "77c154b8.bd7f9c",
-                "f11b3f16.9273d"
-            ]
-        ]
-    },
-    {
-        "id": "77c154b8.bd7f9c",
-        "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": 4332.770839691162,
-        "y": 3166.4027042388916,
-        "z": "54a98307.1c261c",
-        "wires": []
-    },
-    {
-        "id": "e0ed063.c7e40f8",
-        "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": 4400.770839691162,
-        "y": 3273.2916202545166,
-        "z": "54a98307.1c261c",
-        "wires": []
-    },
-    {
-        "id": "33c37494.e5d5dc",
-        "type": "success",
-        "name": "success",
-        "xml": "<outcome value='success'>\n",
-        "comments": "",
-        "outputs": 1,
-        "x": 3994.770839691162,
-        "y": 3309.2916202545166,
-        "z": "54a98307.1c261c",
-        "wires": [
-            [
-                "b4a666e.046e798"
-            ]
-        ]
-    },
-    {
-        "id": "b4a666e.046e798",
-        "type": "block",
-        "name": "block",
-        "xml": "<block>\n",
-        "atomic": "false",
-        "comments": "",
-        "outputs": 1,
-        "x": 4159.770839691162,
-        "y": 3308.2918643951416,
-        "z": "54a98307.1c261c",
-        "wires": [
-            [
-                "8420bd79.cf46c"
-            ]
-        ]
-    },
-    {
-        "id": "8420bd79.cf46c",
-        "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": 4311.770839691162,
-        "y": 3321.2918643951416,
-        "z": "54a98307.1c261c",
-        "wires": [
-            []
-        ]
-    },
-    {
-        "id": "c05b849e.a1d4a8",
-        "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": 2586.73974609375,
-        "y": 3292.7602672576904,
-        "z": "54a98307.1c261c",
-        "wires": [
-            [
-                "40f147c1.bb9f68",
-                "13e800e7.f0c57f"
-            ]
-        ]
-    },
-    {
-        "id": "41b47a0c.5d0f44",
-        "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": 4311.739986419678,
-        "y": 3358.760585784912,
-        "z": "54a98307.1c261c",
-        "wires": []
-    },
-    {
-        "id": "ae0d9460.1646b8",
-        "type": "block",
-        "name": "block",
-        "xml": "<block>",
-        "atomic": "false",
-        "comments": "",
-        "outputs": 1,
-        "x": 4236.739765167236,
-        "y": 3416.6497478485107,
-        "z": "54a98307.1c261c",
-        "wires": [
-            [
-                "ff340821.1beef8",
-                "41b47a0c.5d0f44",
-                "f11b3f16.9273d"
-            ]
-        ]
-    },
-    {
-        "id": "ff340821.1beef8",
-        "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": 4403.739879608154,
-        "y": 3450.649209022522,
-        "z": "54a98307.1c261c",
-        "wires": []
-    },
-    {
-        "id": "d30d3904.960e78",
-        "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": 3987.73978805542,
-        "y": 3484.649387359619,
-        "z": "54a98307.1c261c",
-        "wires": [
-            []
-        ]
-    },
-    {
-        "id": "b3675f3f.0989",
-        "type": "block",
-        "name": "block",
-        "xml": "<block>\n",
-        "atomic": "false",
-        "comments": "",
-        "outputs": 1,
-        "x": 3828.7403717041016,
-        "y": 3440.649966239929,
-        "z": "54a98307.1c261c",
-        "wires": [
-            [
-                "d30d3904.960e78",
-                "53c47602.666cf8"
-            ]
-        ]
-    },
-    {
-        "id": "13e800e7.f0c57f",
-        "type": "success",
-        "name": "success",
-        "xml": "<outcome value='success'>\n",
-        "comments": "",
-        "outputs": 1,
-        "x": 3735.740036010742,
-        "y": 3372.64838886261,
-        "z": "54a98307.1c261c",
-        "wires": [
-            [
-                "b3675f3f.0989"
-            ]
-        ]
-    },
-    {
-        "id": "40f147c1.bb9f68",
-        "type": "failure",
-        "name": "failure",
-        "xml": "<outcome value='failure'>\n",
-        "comments": "",
-        "outputs": 1,
-        "x": 3736.739990234375,
-        "y": 3326.649528026581,
-        "z": "54a98307.1c261c",
-        "wires": [
-            [
-                "ae0d9460.1646b8"
-            ]
-        ]
-    },
-    {
-        "id": "53c47602.666cf8",
-        "type": "set",
-        "name": "Increment RRMPolicyID",
-        "xml": "<set>\n<parameter name='prop.configDB.rrmPolicyID' value='`$prop.configDB.rrmPolicyID + 1`' />",
-        "comments": "",
-        "x": 4039.9722023010254,
-        "y": 3436.2150707244873,
-        "z": "54a98307.1c261c",
-        "wires": []
-    },
-    {
-        "id": "c1b035a5.486b98",
-        "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": 3268.271240234375,
-        "y": 5255.291473388672,
-        "z": "54a98307.1c261c",
-        "wires": [
-            [
-                "ec1272fc.e0de3",
-                "7ad406af.71da28"
-            ]
-        ]
-    },
-    {
-        "id": "ec1272fc.e0de3",
-        "type": "failure",
-        "name": "failure",
-        "xml": "<outcome value='failure'>\n",
-        "comments": "",
-        "outputs": 1,
-        "x": 4000.27099609375,
-        "y": 5349.291961669922,
-        "z": "54a98307.1c261c",
-        "wires": [
-            [
-                "3d3d5b58.b98b94"
-            ]
-        ]
-    },
-    {
-        "id": "7ad406af.71da28",
-        "type": "success",
-        "name": "success",
-        "xml": "<outcome value='success'>\n",
-        "comments": "",
-        "outputs": 1,
-        "x": 4149.270839691162,
-        "y": 5513.291620254517,
-        "z": "54a98307.1c261c",
-        "wires": [
-            [
-                "1c1826b8.c69939"
-            ]
-        ]
-    },
-    {
-        "id": "3d3d5b58.b98b94",
-        "type": "block",
-        "name": "block",
-        "xml": "<block>",
-        "atomic": "false",
-        "comments": "",
-        "outputs": 1,
-        "x": 4315.27099609375,
-        "y": 5353.291961669922,
-        "z": "54a98307.1c261c",
-        "wires": [
-            [
-                "847cb576.188c68",
-                "3b0174b.ca42c8c",
-                "f11b3f16.9273d"
-            ]
-        ]
-    },
-    {
-        "id": "1c1826b8.c69939",
-        "type": "block",
-        "name": "block",
-        "xml": "<block>\n",
-        "atomic": "false",
-        "comments": "",
-        "outputs": 1,
-        "x": 4279.270801544189,
-        "y": 5551.291618347168,
-        "z": "54a98307.1c261c",
-        "wires": [
-            [
-                "22aa0807.fc20d8"
-            ]
-        ]
-    },
-    {
-        "id": "22aa0807.fc20d8",
-        "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": 4404.270805358887,
-        "y": 5521.291619300842,
-        "z": "54a98307.1c261c",
-        "wires": [
-            []
-        ]
-    },
-    {
-        "id": "847cb576.188c68",
-        "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": 4401.27099609375,
-        "y": 5433.291473388672,
-        "z": "54a98307.1c261c",
-        "wires": []
-    },
-    {
-        "id": "3b0174b.ca42c8c",
-        "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": 4326.27099609375,
-        "y": 5253.403289794922,
-        "z": "54a98307.1c261c",
-        "wires": []
-    },
-    {
-        "id": "d57ee8a5.8e9408",
-        "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": 4400.240531921387,
-        "y": 5568.760533332825,
-        "z": "54a98307.1c261c",
-        "wires": []
-    },
-    {
-        "id": "b28156c8.ed0388",
-        "type": "block",
-        "name": "block",
-        "xml": "<block>",
-        "atomic": "false",
-        "comments": "",
-        "outputs": 1,
-        "x": 4343.239551544189,
-        "y": 5631.649694442749,
-        "z": "54a98307.1c261c",
-        "wires": [
-            [
-                "835e83c9.bebe6",
-                "d57ee8a5.8e9408",
-                "f11b3f16.9273d"
-            ]
-        ]
-    },
-    {
-        "id": "835e83c9.bebe6",
-        "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": 4464.240207672119,
-        "y": 5695.649045944214,
-        "z": "54a98307.1c261c",
-        "wires": []
-    },
-    {
-        "id": "36d8220e.d9075e",
-        "type": "success",
-        "name": "success",
-        "xml": "<outcome value='success'>\n",
-        "comments": "",
-        "outputs": 1,
-        "x": 3890.240036010742,
-        "y": 5576.64838886261,
-        "z": "54a98307.1c261c",
-        "wires": [
-            [
-                "faf2dc9e.ed5c4"
-            ]
-        ]
-    },
-    {
-        "id": "faf2dc9e.ed5c4",
-        "type": "block",
-        "name": "block",
-        "xml": "<block>\n",
-        "atomic": "false",
-        "comments": "",
-        "outputs": 1,
-        "x": 3860.240436553955,
-        "y": 5665.649696350098,
-        "z": "54a98307.1c261c",
-        "wires": [
-            [
-                "116665bb.88939a",
-                "c7a12058.a4384"
-            ]
-        ]
-    },
-    {
-        "id": "116665bb.88939a",
-        "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": 4016.2404403686523,
-        "y": 5700.649698257446,
-        "z": "54a98307.1c261c",
-        "wires": [
-            []
-        ]
-    },
-    {
-        "id": "c7a12058.a4384",
-        "type": "set",
-        "name": "Increment RRMPolicyID",
-        "xml": "<set>\n<parameter name='prop.configDB.rrmPolicyID' value='`$prop.configDB.rrmPolicyID + 1`' />",
-        "comments": "",
-        "x": 4067.4728660583496,
-        "y": 5630.214798927307,
-        "z": "54a98307.1c261c",
-        "wires": []
-    },
-    {
-        "id": "4374f72c.243e38",
-        "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": 2970.239990234375,
-        "y": 5439.760223388672,
-        "z": "54a98307.1c261c",
-        "wires": [
-            [
-                "36d8220e.d9075e",
-                "c573fc83.875f1"
-            ]
-        ]
-    },
-    {
-        "id": "c573fc83.875f1",
-        "type": "failure",
-        "name": "failure",
-        "xml": "<outcome value='failure'>\n",
-        "comments": "",
-        "outputs": 1,
-        "x": 3895.406337738037,
-        "y": 5513.093866348267,
-        "z": "54a98307.1c261c",
-        "wires": [
-            [
-                "b28156c8.ed0388"
-            ]
-        ]
-    },
-    {
-        "id": "51fee1b0.a1538",
-        "type": "block",
-        "name": "block : SO Response",
-        "xml": "<block atomic='true'>",
-        "atomic": "true",
-        "comments": "",
-        "outputs": 1,
-        "x": 3031.0746994018555,
-        "y": 7174.431167125702,
-        "z": "54a98307.1c261c",
-        "wires": [
-            [
-                "e7a946d9.c80a38",
-                "84731624.7ed9b8",
-                "7e31703c.57f0a"
-            ]
-        ]
-    },
-    {
-        "id": "e7a946d9.c80a38",
-        "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": 3157.075355529785,
-        "y": 7071.32960319519,
-        "z": "54a98307.1c261c",
-        "wires": []
-    },
-    {
-        "id": "84731624.7ed9b8",
-        "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": 3319.07470703125,
-        "y": 7199.431167602539,
-        "z": "54a98307.1c261c",
-        "wires": [
-            []
-        ]
-    },
-    {
-        "id": "7e31703c.57f0a",
-        "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": 3138.074306488037,
-        "y": 7362.430560588837,
-        "z": "54a98307.1c261c",
-        "wires": [
-            [
-                "f1378a16.f9ead8",
-                "bc4ee866.d45cf8"
-            ]
-        ]
-    },
-    {
-        "id": "f1378a16.f9ead8",
-        "type": "failure",
-        "name": "failure",
-        "xml": "<outcome value='failure'>\n",
-        "comments": "",
-        "outputs": 1,
-        "x": 3248.074794769287,
-        "y": 7274.430316925049,
-        "z": "54a98307.1c261c",
-        "wires": [
-            [
-                "55146897.794008"
-            ]
-        ]
-    },
-    {
-        "id": "bc4ee866.d45cf8",
-        "type": "success",
-        "name": "success",
-        "xml": "<outcome value='success'>\n",
-        "comments": "",
-        "outputs": 1,
-        "x": 3190.0746726989746,
-        "y": 7448.430198192596,
-        "z": "54a98307.1c261c",
-        "wires": [
-            [
-                "a23da5de.e784c8"
-            ]
-        ]
-    },
-    {
-        "id": "a23da5de.e784c8",
-        "type": "block",
-        "name": "block",
-        "xml": "<block>\n",
-        "atomic": "false",
-        "comments": "",
-        "outputs": 1,
-        "x": 3321.074733734131,
-        "y": 7403.431175470352,
-        "z": "54a98307.1c261c",
-        "wires": [
-            [
-                "76adc907.698628"
-            ]
-        ]
-    },
-    {
-        "id": "55146897.794008",
-        "type": "block",
-        "name": "block",
-        "xml": "<block>\n",
-        "atomic": "false",
-        "comments": "",
-        "outputs": 1,
-        "x": 3357.074977874756,
-        "y": 7343.431049823761,
-        "z": "54a98307.1c261c",
-        "wires": [
-            [
-                "a0c9c2b0.201f"
-            ]
-        ]
-    },
-    {
-        "id": "a0c9c2b0.201f",
-        "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": 3446.074062347412,
-        "y": 7275.431171417236,
-        "z": "54a98307.1c261c",
-        "wires": []
-    },
-    {
-        "id": "76adc907.698628",
-        "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": 3354.0748558044434,
-        "y": 7485.430443286896,
-        "z": "54a98307.1c261c",
-        "wires": [
-            []
-        ]
-    },
-    {
-        "id": "1dbc1598.932e0a",
-        "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": 2423.0741577148438,
-        "y": 6934.7638421058655,
-        "z": "54a98307.1c261c",
-        "wires": [
-            [
-                "107ac0f7.c5d90f",
-                "7f1136e6.30b988"
-            ]
-        ]
-    },
-    {
-        "id": "107ac0f7.c5d90f",
-        "type": "failure",
-        "name": "failure",
-        "xml": "<outcome value='failure'>\n",
-        "comments": "",
-        "outputs": 1,
-        "x": 2588.073715209961,
-        "y": 6995.763192176819,
-        "z": "54a98307.1c261c",
-        "wires": [
-            [
-                "b3ef05b9.5598f8"
-            ]
-        ]
-    },
-    {
-        "id": "7f1136e6.30b988",
-        "type": "success",
-        "name": "success",
-        "xml": "<outcome value='success'>\n",
-        "comments": "",
-        "outputs": 1,
-        "x": 2638.074203491211,
-        "y": 6907.763189077377,
-        "z": "54a98307.1c261c",
-        "wires": [
-            [
-                "4fc09707.2dc378"
-            ]
-        ]
-    },
-    {
-        "id": "b3ef05b9.5598f8",
-        "type": "block",
-        "name": "block",
-        "xml": "<block>",
-        "atomic": "false",
-        "comments": "",
-        "outputs": 1,
-        "x": 2828.0733947753906,
-        "y": 6963.764492511749,
-        "z": "54a98307.1c261c",
-        "wires": [
-            [
-                "ba1fa29d.e593",
-                "99020d30.8171",
-                "51fee1b0.a1538"
-            ]
-        ]
-    },
-    {
-        "id": "4fc09707.2dc378",
-        "type": "block",
-        "name": "block",
-        "xml": "<block>\n",
-        "atomic": "false",
-        "comments": "",
-        "outputs": 1,
-        "x": 2801.0733947753906,
-        "y": 6896.763188362122,
-        "z": "54a98307.1c261c",
-        "wires": [
-            [
-                "bb10968e.c3e3c8"
-            ]
-        ]
-    },
-    {
-        "id": "bb10968e.c3e3c8",
-        "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": 2978.073398590088,
-        "y": 6914.760584831238,
-        "z": "54a98307.1c261c",
-        "wires": [
-            []
-        ]
-    },
-    {
-        "id": "ba1fa29d.e593",
-        "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": 2772.073226928711,
-        "y": 7048.763193130493,
-        "z": "54a98307.1c261c",
-        "wires": []
-    },
-    {
-        "id": "99020d30.8171",
-        "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": 2993.073402404785,
-        "y": 6977.873867034912,
-        "z": "54a98307.1c261c",
-        "wires": []
-    },
-    {
-        "id": "3d18de3c.cda792",
-        "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": 2792.043119430542,
-        "y": 7215.232110977173,
-        "z": "54a98307.1c261c",
-        "wires": []
-    },
-    {
-        "id": "dbea4100.0599a",
-        "type": "block",
-        "name": "block",
-        "xml": "<block>",
-        "atomic": "false",
-        "comments": "",
-        "outputs": 1,
-        "x": 2660.042137145996,
-        "y": 7270.119970321655,
-        "z": "54a98307.1c261c",
-        "wires": [
-            [
-                "47ae6743.716728",
-                "3d18de3c.cda792",
-                "51fee1b0.a1538"
-            ]
-        ]
-    },
-    {
-        "id": "47ae6743.716728",
-        "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": 2817.042953491211,
-        "y": 7318.120135307312,
-        "z": "54a98307.1c261c",
-        "wires": []
-    },
-    {
-        "id": "6041cdf8.ab0714",
-        "type": "success",
-        "name": "success",
-        "xml": "<outcome value='success'>\n",
-        "comments": "",
-        "outputs": 1,
-        "x": 2544.0427856445312,
-        "y": 7058.118661880493,
-        "z": "54a98307.1c261c",
-        "wires": [
-            [
-                "a129bb0d.eadaf8"
-            ]
-        ]
-    },
-    {
-        "id": "a129bb0d.eadaf8",
-        "type": "block",
-        "name": "block",
-        "xml": "<block>\n",
-        "atomic": "false",
-        "comments": "",
-        "outputs": 1,
-        "x": 2632.0434379577637,
-        "y": 7161.119316101074,
-        "z": "54a98307.1c261c",
-        "wires": [
-            [
-                "6aae1d58.216854",
-                "54ce99e.9107468"
-            ]
-        ]
-    },
-    {
-        "id": "6aae1d58.216854",
-        "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": 2776.043769836426,
-        "y": 7161.12013053894,
-        "z": "54a98307.1c261c",
-        "wires": [
-            []
-        ]
-    },
-    {
-        "id": "54ce99e.9107468",
-        "type": "set",
-        "name": "Increment RRMPolicyID",
-        "xml": "<set>\n<parameter name='prop.configDB.rrmPolicyID' value='`$prop.configDB.rrmPolicyID + 1`' />",
-        "comments": "",
-        "x": 2802.2755393981934,
-        "y": 7106.685070037842,
-        "z": "54a98307.1c261c",
-        "wires": []
-    },
-    {
-        "id": "be7871a3.76ecc",
-        "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": 2361.0428924560547,
-        "y": 7153.230644226074,
-        "z": "54a98307.1c261c",
-        "wires": [
-            [
-                "6041cdf8.ab0714",
-                "4cb5b1ef.b6331"
-            ]
-        ]
-    },
-    {
-        "id": "4cb5b1ef.b6331",
-        "type": "failure",
-        "name": "failure",
-        "xml": "<outcome value='failure'>\n",
-        "comments": "",
-        "outputs": 1,
-        "x": 2501.2089233398438,
-        "y": 7260.563982009888,
-        "z": "54a98307.1c261c",
-        "wires": [
-            [
-                "dbea4100.0599a"
-            ]
-        ]
-    },
-    {
-        "id": "36b14789.c34c18",
-        "type": "for",
-        "name": "For cellCU List",
-        "xml": "<for index='idCell' start='0' end='`$tmp.cellCUListEntries `' >",
-        "comments": "",
-        "outputs": 1,
-        "x": 2462.73974609375,
-        "y": 2357.760467529297,
-        "z": "54a98307.1c261c",
-        "wires": [
-            [
-                "32a551cc.6c701e"
-            ]
-        ]
-    },
-    {
-        "id": "da7d7341.18f2e",
-        "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": 2771.73974609375,
-        "y": 2161.760467529297,
-        "z": "54a98307.1c261c",
-        "wires": [
-            []
-        ]
-    },
-    {
-        "id": "cef58c44.a4a82",
-        "type": "switchNode",
-        "name": "switch",
-        "xml": "<switch test=\"`$tmp.gNBCUCPList.cellLocalId == $tmp.cellLocalId`\">    \n",
-        "comments": "",
-        "outputs": 1,
-        "x": 2710.740234375,
-        "y": 2413.760467529297,
-        "z": "54a98307.1c261c",
-        "wires": [
-            [
-                "7b89eede.86ad6"
-            ]
-        ]
-    },
-    {
-        "id": "7b89eede.86ad6",
-        "type": "outcomeTrue",
-        "name": "true",
-        "xml": "<outcome value='true'>\n",
-        "comments": "",
-        "outputs": 1,
-        "x": 2814.740234375,
-        "y": 2322.760467529297,
-        "z": "54a98307.1c261c",
-        "wires": [
-            [
-                "ace35e33.91e8b"
-            ]
-        ]
-    },
-    {
-        "id": "ace35e33.91e8b",
-        "type": "block",
-        "name": "UpdateCell",
-        "xml": "<block atomic='true'>",
-        "atomic": "true",
-        "comments": "",
-        "outputs": 1,
-        "x": 2892.73974609375,
-        "y": 2234.760467529297,
-        "z": "54a98307.1c261c",
-        "wires": [
-            [
-                "41050eb0.bf5a3",
-                "e466ad92.c678f",
-                "f40dbef8.c70c5",
-                "60c0bef6.a3d11",
-                "29dd5fa6.5825a",
-                "298b3320.23706c",
-                "76dac9bc.b2da38",
-                "84550c.db026af8",
-                "91a92ff.7f502d",
-                "c05b849e.a1d4a8"
-            ]
-        ]
-    },
-    {
-        "id": "32a551cc.6c701e",
-        "type": "block",
-        "name": "Block",
-        "xml": "<block atomic='true'>",
-        "atomic": "true",
-        "comments": "",
-        "outputs": 1,
-        "x": 2576.739501953125,
-        "y": 2269.760467529297,
-        "z": "54a98307.1c261c",
-        "wires": [
-            [
-                "da7d7341.18f2e",
-                "cef58c44.a4a82"
-            ]
-        ]
-    },
-    {
-        "id": "54d4f395.d0918c",
-        "type": "for",
-        "name": "For cellDU List",
-        "xml": "<for index='idCell' start='0' end='`$tmp.cellDUListEntries`' >",
-        "comments": "",
-        "outputs": 1,
-        "x": 2803.9942932128906,
-        "y": 6064.766914367676,
-        "z": "54a98307.1c261c",
-        "wires": [
-            [
-                "71ffc8c5.31c288",
-                "d905d754.20d498"
-            ]
-        ]
-    },
-    {
-        "id": "73036a2b.72f344",
-        "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": 2923.105537414551,
-        "y": 6151.764569699764,
-        "z": "54a98307.1c261c",
-        "wires": [
-            []
-        ]
-    },
-    {
-        "id": "b4617d27.b98d5",
-        "type": "switchNode",
-        "name": "switch",
-        "xml": "<switch test=\"`$tmp.gNBDUList.cellLocalId == $tmp.cellLocalId`\">",
-        "comments": "",
-        "outputs": 1,
-        "x": 2826.993980407715,
-        "y": 6251.764316558838,
-        "z": "54a98307.1c261c",
-        "wires": [
-            [
-                "7385336a.5b0abc"
-            ]
-        ]
-    },
-    {
-        "id": "7385336a.5b0abc",
-        "type": "outcomeTrue",
-        "name": "true",
-        "xml": "<outcome value='true'>\n",
-        "comments": "",
-        "outputs": 1,
-        "x": 3040.9943084716797,
-        "y": 6209.764316558838,
-        "z": "54a98307.1c261c",
-        "wires": [
-            [
-                "602b1350.3e52bc"
-            ]
-        ]
-    },
-    {
-        "id": "602b1350.3e52bc",
-        "type": "block",
-        "name": "UpdateCell",
-        "xml": "<block atomic='true'>",
-        "atomic": "true",
-        "comments": "",
-        "outputs": 1,
-        "x": 3208.9946365356445,
-        "y": 6218.764969825745,
-        "z": "54a98307.1c261c",
-        "wires": [
-            [
-                "9e313260.3a853",
-                "4d801f1e.5adeb",
-                "668c29b8.317378"
-            ]
-        ]
-    },
-    {
-        "id": "71ffc8c5.31c288",
-        "type": "block",
-        "name": "Block",
-        "xml": "<block atomic='true'>",
-        "atomic": "true",
-        "comments": "",
-        "outputs": 1,
-        "x": 2584.993965148926,
-        "y": 6192.764314651489,
-        "z": "54a98307.1c261c",
-        "wires": [
-            [
-                "73036a2b.72f344",
-                "b4617d27.b98d5",
-                "ebc3cca8.a917a"
-            ]
-        ]
-    },
-    {
-        "id": "6766aaed.fd8c74",
-        "type": "block",
-        "name": "rrmPolicyRatioPerCELLCU",
-        "xml": "<block atomic='true'>",
-        "atomic": "true",
-        "comments": "",
-        "outputs": 1,
-        "x": 2282.7397384643555,
-        "y": 1965.7604675292969,
-        "z": "54a98307.1c261c",
-        "wires": [
-            [
-                "cd8fbbb6.6015d8",
-                "5b2ab8eb.325c08",
-                "c40d8acd.af6df8",
-                "82a132f.12b33d"
-            ]
-        ]
-    },
-    {
-        "id": "cd8fbbb6.6015d8",
-        "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": 2437.7395668029785,
-        "y": 2096.205026626587,
-        "z": "54a98307.1c261c",
-        "wires": [
-            []
-        ]
-    },
-    {
-        "id": "23bd5f13.8478b",
-        "type": "set",
-        "name": "Calculate for RRM1",
-        "xml": "<set>\n<parameter name='tmp.maxNumberOfConns-CUUP' value='`$tmp.payload.maxNumberofConns/$tmp.cellCUListEntries`' />\n",
-        "comments": "",
-        "x": 3236.7402000427246,
-        "y": 3394.7602109909058,
-        "z": "54a98307.1c261c",
-        "wires": []
-    },
-    {
-        "id": "83b9dcdb.92e4f",
-        "type": "set",
-        "name": "Calculate RRM Parms1",
-        "xml": "<set>\n<parameter name='tmp.uLThptPerSlice' value='`$payloadJson.input.sliceProfile.uLThptPerSlice`' />\n",
-        "comments": "",
-        "x": 2620.740089416504,
-        "y": 5352.762084007263,
-        "z": "54a98307.1c261c",
-        "wires": []
-    },
-    {
-        "id": "cf06c6de.352398",
-        "type": "set",
-        "name": "calculation10",
-        "xml": "<set>\n<parameter name='tmp.rRMPolicyDedicatedRatio.CellDU' value='`$tmp.rRMPolicyDedicatedRatio.CellDU1 / $prop.nrcelldu.TotalPRBsPerCell`' />\n",
-        "comments": "",
-        "x": 2566.74015045166,
-        "y": 5864.761839866638,
-        "z": "54a98307.1c261c",
-        "wires": []
-    },
-    {
-        "id": "11dba4bb.b755fb",
-        "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": 1095.2541399002075,
-        "y": 2556.504009246826,
-        "z": "54a98307.1c261c",
-        "wires": []
-    },
-    {
-        "id": "269d37f1.59d8b8",
-        "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": 4091.7510986328125,
-        "y": 7381.750188827515,
-        "z": "54a98307.1c261c",
-        "wires": [
-            [
-                "3bc83419.e1b1bc",
-                "75faced1.866dc"
-            ]
-        ]
-    },
-    {
-        "id": "3bc83419.e1b1bc",
-        "type": "success",
-        "name": "success",
-        "xml": "<outcome value='success'>\n",
-        "comments": "",
-        "outputs": 1,
-        "x": 4516.750137329102,
-        "y": 7371.7397747039795,
-        "z": "54a98307.1c261c",
-        "wires": [
-            [
-                "4481deb4.65261"
-            ]
-        ]
-    },
-    {
-        "id": "4481deb4.65261",
-        "type": "block",
-        "name": "block",
-        "xml": "<block>\n",
-        "atomic": "false",
-        "comments": "",
-        "outputs": 1,
-        "x": 4702.749492645264,
-        "y": 7364.739772796631,
-        "z": "54a98307.1c261c",
-        "wires": [
-            [
-                "77f30611.fdb308"
-            ]
-        ]
-    },
-    {
-        "id": "77f30611.fdb308",
-        "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": 4882.750152587891,
-        "y": 7381.739772796631,
-        "z": "54a98307.1c261c",
-        "wires": [
-            []
-        ]
-    },
-    {
-        "id": "616820a4.d45b2",
-        "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": 785.0836296081543,
-        "y": 2495.5003398656845,
-        "z": "54a98307.1c261c",
-        "wires": [
-            []
-        ]
-    },
-    {
-        "id": "ab32a37b.a7ea9",
-        "type": "block",
-        "name": "Action Per DU",
-        "xml": "<block atomic='true'>",
-        "atomic": "true",
-        "comments": "",
-        "outputs": 1,
-        "x": 2134.250057220459,
-        "y": 5930.083639621735,
-        "z": "54a98307.1c261c",
-        "wires": [
-            [
-                "301163d1.20ee9c",
-                "8163d3a4.91eaf",
-                "86dbc745.8e5fc8",
-                "18a9ad0d.5c5343"
-            ]
-        ]
-    },
-    {
-        "id": "16752bb9.492594",
-        "type": "block",
-        "name": "Activies Per Call",
-        "xml": "<block atomic='true'>",
-        "atomic": "true",
-        "comments": "",
-        "outputs": 1,
-        "x": 2626.916702270508,
-        "y": 6025.0835518836975,
-        "z": "54a98307.1c261c",
-        "wires": [
-            [
-                "54d4f395.d0918c"
-            ]
-        ]
-    },
-    {
-        "id": "668c29b8.317378",
-        "type": "block",
-        "name": "ConfigDB DU",
-        "xml": "<block atomic='true'>",
-        "atomic": "true",
-        "comments": "",
-        "outputs": 1,
-        "x": 2258.583915710449,
-        "y": 7006.751162528992,
-        "z": "54a98307.1c261c",
-        "wires": [
-            [
-                "1dbc1598.932e0a",
-                "be7871a3.76ecc",
-                "dd84da6a.0eec48"
-            ]
-        ]
-    },
-    {
-        "id": "d905d754.20d498",
-        "type": "block",
-        "name": "Block",
-        "xml": "<block atomic='true'>",
-        "atomic": "true",
-        "comments": "",
-        "outputs": 1,
-        "x": 3079.9169540405273,
-        "y": 6066.75054359436,
-        "z": "54a98307.1c261c",
-        "wires": [
-            [
-                "f3d8819d.3f5f8",
-                "93b19d0d.e03ec",
-                "b7e0d585.4b5728"
-            ]
-        ]
-    },
-    {
-        "id": "ebc3cca8.a917a",
-        "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": 2855.917152404785,
-        "y": 6188.750642776489,
-        "z": "54a98307.1c261c",
-        "wires": [
-            []
-        ]
-    },
-    {
-        "id": "b9271318.08fc5",
-        "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": 2125.250232696533,
-        "y": 712.0834064483643,
-        "z": "54a98307.1c261c",
-        "wires": [
-            []
-        ]
-    },
-    {
-        "id": "7b399054.3f93d",
-        "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": 2150.916820526123,
-        "y": 872.4168066978455,
-        "z": "54a98307.1c261c",
-        "wires": [
-            []
-        ]
-    },
-    {
-        "id": "d7f2b22c.00ae4",
-        "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": 2172.916759490967,
-        "y": 813.0833797454834,
-        "z": "54a98307.1c261c",
-        "wires": []
-    },
-    {
-        "id": "f99edeaa.b1b62",
-        "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": 2129.2501335144043,
-        "y": 978.0834407806396,
-        "z": "54a98307.1c261c",
-        "wires": [
-            []
-        ]
-    },
-    {
-        "id": "5b2ab8eb.325c08",
-        "type": "set",
-        "name": "calculation1",
-        "xml": "<set>\n<parameter name='tmp.maxNumberOfConnsPercellCU' value='`$tmp.maxNumberOfConns / $tmp.cellCUListEntries`' />",
-        "comments": "",
-        "x": 2488.5833129882812,
-        "y": 1934.749984741211,
-        "z": "54a98307.1c261c",
-        "wires": []
-    },
-    {
-        "id": "c40d8acd.af6df8",
-        "type": "set",
-        "name": "calculation2",
-        "xml": "<set>\n<parameter name='tmp.rRMPolicyDedicatedRatio.CellCU1' value='`$tmp.maxNumberOfConnsPercellCU * 100`' />",
-        "comments": "",
-        "x": 2515.5833168029785,
-        "y": 1975.4166526794434,
-        "z": "54a98307.1c261c",
-        "wires": []
-    },
-    {
-        "id": "82a132f.12b33d",
-        "type": "set",
-        "name": "calculation3",
-        "xml": "<set>\n<parameter name='tmp.rRMPolicyDedicatedRatio.CellCU' value='`$tmp.rRMPolicyDedicatedRatio.CellCU1 / $prop.nrcellcu.maxNumberOfConnsPerCell`' />",
-        "comments": "",
-        "x": 2526.5832443237305,
-        "y": 2026.4165954589844,
-        "z": "54a98307.1c261c",
-        "wires": []
-    },
-    {
-        "id": "e17dd25a.d2dd8",
-        "type": "set",
-        "name": "Calculate for RRM2",
-        "xml": "<set>\n<parameter name='tmp.TotalNumberOfDRBForNSSAI' value='`$tmp.maxNumberOfConns-CUUP*4`' />",
-        "comments": "",
-        "x": 3262.781650543213,
-        "y": 3468.281668663025,
-        "z": "54a98307.1c261c",
-        "wires": []
-    },
-    {
-        "id": "5bb1f566.70cf0c",
-        "type": "set",
-        "name": "Calculate for RRM3",
-        "xml": "<set>\n<parameter name='tmp.DRBPerCUUPForSNSSAI' value='`$tmp.TotalNumberOfDRBForNSSAI / $tmp.CUUPListEntries`' />",
-        "comments": "",
-        "x": 3276.7817764282227,
-        "y": 3521.281545639038,
-        "z": "54a98307.1c261c",
-        "wires": []
-    },
-    {
-        "id": "ab13fa24.13ecd8",
-        "type": "set",
-        "name": "calculation rrm4",
-        "xml": "<set>\n<parameter name='tmp.rRMPolicyDedicatedRatio.CUUP1' value='`$tmp.DRBPerCUUPForSNSSAI * 100`' />",
-        "comments": "",
-        "x": 3248.7812843322754,
-        "y": 3559.2814245224,
-        "z": "54a98307.1c261c",
-        "wires": []
-    },
-    {
-        "id": "1d77c151.652b2f",
-        "type": "set",
-        "name": "Calculate RRM Parms2",
-        "xml": "<set>\n<parameter name='tmp.dLThptPerSlice' value='`$payloadJson.input.sliceProfile.dLThptPerSlice`' />\n",
-        "comments": "",
-        "x": 2629.281349182129,
-        "y": 5397.7821034789085,
-        "z": "54a98307.1c261c",
-        "wires": []
-    },
-    {
-        "id": "ac8e30b7.1940f",
-        "type": "set",
-        "name": "Calculate RRM Parms3",
-        "xml": "<set>\n<parameter name='tmp.maxNumberOfConns' value='`$payloadJson.input.sliceProfile.maxNumberOfConns`' />",
-        "comments": "",
-        "x": 2619.2814712524414,
-        "y": 5452.781981408596,
-        "z": "54a98307.1c261c",
-        "wires": []
-    },
-    {
-        "id": "60ae95a3.4dca8c",
-        "type": "set",
-        "name": "Calculate RRM Parms4",
-        "xml": "<set>\n<parameter name='tmp.nearRTRIC.trafficCapacity1' value='`$tmp.uLThptPerSlice + $tmp.dLThptPerSlice`' />\n",
-        "comments": "",
-        "x": 2619.281349182129,
-        "y": 5503.781981468201,
-        "z": "54a98307.1c261c",
-        "wires": []
-    },
-    {
-        "id": "1e994da6.548422",
-        "type": "set",
-        "name": "Calculate RRM Parms5",
-        "xml": "<set>\n<parameter name='tmp.nearRTRIC.trafficCapacity' value='`$tmp.nearRTRIC.trafficCapacity1 / 2`' />",
-        "comments": "",
-        "x": 2607.2814712524414,
-        "y": 5563.7821034789085,
-        "z": "54a98307.1c261c",
-        "wires": []
-    },
-    {
-        "id": "4d95ba67.f72534",
-        "type": "set",
-        "name": "Calculate RRM Parms6",
-        "xml": "<set>\n<parameter name='tmp.nearRTRIC.trafficCapacityBPS' value='`$tmp.nearRTRIC.trafficCapacity * 1000`' />",
-        "comments": "",
-        "x": 2645.281349182129,
-        "y": 5613.7821034789085,
-        "z": "54a98307.1c261c",
-        "wires": []
-    },
-    {
-        "id": "db956f11.57cd1",
-        "type": "set",
-        "name": "Calculate RRM Parms7",
-        "xml": "<set>\n<parameter name='tmp.nrcelldu.totalPRBForSNSSAI' value='`$tmp.nearRTRIC.trafficCapacityBPS / 1008000`' />\n",
-        "comments": "",
-        "x": 2632.2812881469727,
-        "y": 5683.782469749451,
-        "z": "54a98307.1c261c",
-        "wires": []
-    },
-    {
-        "id": "41a84fb0.0ffb8",
-        "type": "set",
-        "name": "calculation8",
-        "xml": "<set>\n<parameter name='tmp.nrcelldu.PRBPerImpactedCell' value='`$tmp.nrcelldu.totalPRBForSNSSAI / $tmp.DUListEntries`' />\n",
-        "comments": "",
-        "x": 2603.2812881469727,
-        "y": 5747.781493186951,
-        "z": "54a98307.1c261c",
-        "wires": []
-    },
-    {
-        "id": "fb9768c3.587378",
-        "type": "set",
-        "name": "calculation9",
-        "xml": "<set>\n<parameter name='tmp.rRMPolicyDedicatedRatio.CellDU1' value='`$tmp.nrcelldu.PRBPerImpactedCell * 100`' />\n",
-        "comments": "",
-        "x": 2591.281837463379,
-        "y": 5798.781371116638,
-        "z": "54a98307.1c261c",
-        "wires": []
-    },
-    {
-        "id": "f53d109e.0f989",
-        "type": "switchNode",
-        "name": "ransim mounted",
-        "xml": "<switch test='`$prop.ransim-mounted`'>\n",
-        "comments": "",
-        "outputs": 1,
-        "x": 2146.781177520752,
-        "y": 1064.8281090259552,
-        "z": "54a98307.1c261c",
-        "wires": [
-            [
-                "e983ffce.697df",
-                "c61b79b5.851588"
-            ]
-        ]
-    },
-    {
-        "id": "e983ffce.697df",
-        "type": "outcome",
-        "name": "Not Mounted",
-        "xml": "<outcome value='false'>\n",
-        "comments": "",
-        "outputs": 1,
-        "x": 2336.7811584472656,
-        "y": 1034.8278925418854,
-        "z": "54a98307.1c261c",
-        "wires": [
-            [
-                "f3b31d7b.b603b"
-            ]
-        ]
-    },
-    {
-        "id": "c61b79b5.851588",
-        "type": "outcome",
-        "name": "Mounted",
-        "xml": "<outcome value='true'>\n",
-        "comments": "",
-        "outputs": 1,
-        "x": 2316.7811317443848,
-        "y": 1113.8279840946198,
-        "z": "54a98307.1c261c",
-        "wires": [
-            [
-                "102f7d7.d88ea83"
-            ]
-        ]
-    },
-    {
-        "id": "90dd477e.fad0a8",
-        "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": 2337.781826019287,
-        "y": 1260.1613628864288,
-        "z": "54a98307.1c261c",
-        "wires": [
-            []
-        ]
-    },
-    {
-        "id": "44d9d024.fab18",
-        "type": "block",
-        "name": "Add sliceprofile NRTRIC",
-        "xml": "<block atomic='true'>",
-        "atomic": "true",
-        "comments": "",
-        "outputs": 1,
-        "x": 2012.780860900879,
-        "y": 1266.1718802452087,
-        "z": "54a98307.1c261c",
-        "wires": [
-            [
-                "90dd477e.fad0a8",
-                "3a359137.cdf98e",
-                "f53d109e.0f989",
-                "e5680662.f48e48"
-            ]
-        ]
-    },
-    {
-        "id": "e5680662.f48e48",
-        "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": 2408.782066345215,
-        "y": 1326.1720132827759,
-        "z": "54a98307.1c261c",
-        "wires": [
-            [
-                "21013089.cf8ef",
-                "1a7c30c9.494c9f"
-            ]
-        ]
-    },
-    {
-        "id": "3a359137.cdf98e",
-        "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": 2337.7814025878906,
-        "y": 1194.1720135211945,
-        "z": "54a98307.1c261c",
-        "wires": [
-            []
-        ]
-    },
-    {
-        "id": "5f4cdb00.c2fb04",
-        "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": 2724.7811241149902,
-        "y": 934.8282337486744,
-        "z": "54a98307.1c261c",
-        "wires": [
-            []
-        ]
-    },
-    {
-        "id": "21013089.cf8ef",
-        "type": "failure",
-        "name": "failure",
-        "xml": "<outcome value='failure'>\n",
-        "comments": "",
-        "outputs": 1,
-        "x": 2808.7811889648438,
-        "y": 1204.161283493042,
-        "z": "54a98307.1c261c",
-        "wires": [
-            [
-                "5b7d5a1e.aede44"
-            ]
-        ]
-    },
-    {
-        "id": "1a7c30c9.494c9f",
-        "type": "success",
-        "name": "success",
-        "xml": "<outcome value='success'>\n",
-        "comments": "",
-        "outputs": 1,
-        "x": 2718.7820739746094,
-        "y": 1319.1612710952759,
-        "z": "54a98307.1c261c",
-        "wires": [
-            [
-                "e6b809bb.a37078"
-            ]
-        ]
-    },
-    {
-        "id": "e6b809bb.a37078",
-        "type": "block",
-        "name": "block",
-        "xml": "<block>\n",
-        "atomic": "false",
-        "comments": "",
-        "outputs": 1,
-        "x": 2883.780792236328,
-        "y": 1320.1612710952759,
-        "z": "54a98307.1c261c",
-        "wires": [
-            [
-                "327b61a.a960d9e"
-            ]
-        ]
-    },
-    {
-        "id": "e949fc2b.322c",
-        "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": 2993.7816772460938,
-        "y": 1259.161527633667,
-        "z": "54a98307.1c261c",
-        "wires": []
-    },
-    {
-        "id": "327b61a.a960d9e",
-        "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": 3047.7815856933594,
-        "y": 1313.1617603302002,
-        "z": "54a98307.1c261c",
-        "wires": [
-            []
-        ]
-    },
-    {
-        "id": "102f7d7.d88ea83",
-        "type": "block",
-        "name": "ransim  URL",
-        "xml": "<block atomic='true'>",
-        "atomic": "true",
-        "comments": "",
-        "outputs": 1,
-        "x": 2509.770782470703,
-        "y": 1108.8279840946198,
-        "z": "54a98307.1c261c",
-        "wires": [
-            [
-                "c3e1045b.db61e8",
-                "4162e6dc.1e3f28",
-                "151abb30.1d1735"
-            ]
-        ]
-    },
-    {
-        "id": "ef2c25da.239dd8",
-        "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": 2725.3158988952637,
-        "y": 990.4271945953369,
-        "z": "54a98307.1c261c",
-        "wires": [
-            []
-        ]
-    },
-    {
-        "id": "c3e1045b.db61e8",
-        "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": 2789.315731048584,
-        "y": 1037.4273042678833,
-        "z": "54a98307.1c261c",
-        "wires": [
-            []
-        ]
-    },
-    {
-        "id": "4162e6dc.1e3f28",
-        "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": 2804.850730895996,
-        "y": 1089.026128768921,
-        "z": "54a98307.1c261c",
-        "wires": [
-            []
-        ]
-    },
-    {
-        "id": "151abb30.1d1735",
-        "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": 2823.3160514831543,
-        "y": 1142.4271173477173,
-        "z": "54a98307.1c261c",
-        "wires": [
-            []
-        ]
-    },
-    {
-        "id": "5b7d5a1e.aede44",
-        "type": "block",
-        "name": "block",
-        "xml": "<block>\n",
-        "atomic": "false",
-        "comments": "",
-        "outputs": 1,
-        "x": 2958.204818725586,
-        "y": 1208.9826550483704,
-        "z": "54a98307.1c261c",
-        "wires": [
-            [
-                "e949fc2b.322c"
-            ]
-        ]
-    },
-    {
-        "id": "f3b31d7b.b603b",
-        "type": "block",
-        "name": "URL",
-        "xml": "<block atomic='true'>",
-        "atomic": "true",
-        "comments": "",
-        "outputs": 1,
-        "x": 2440.9826583862305,
-        "y": 920.4270935058594,
-        "z": "54a98307.1c261c",
-        "wires": [
-            [
-                "5f4cdb00.c2fb04",
-                "ef2c25da.239dd8"
-            ]
-        ]
-    },
-    {
-        "id": "76dac9bc.b2da38",
-        "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": 3228.250274658203,
-        "y": 1873.7500886917114,
-        "z": "54a98307.1c261c",
-        "wires": [
-            []
-        ]
-    },
-    {
-        "id": "84550c.db026af8",
-        "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": 3158.25,
-        "y": 2025.7499742507935,
-        "z": "54a98307.1c261c",
-        "wires": [
-            []
-        ]
-    },
-    {
-        "id": "91a92ff.7f502d",
-        "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": 3185.499969482422,
-        "y": 1976.2499694824219,
-        "z": "54a98307.1c261c",
-        "wires": [
-            []
-        ]
-    },
-    {
-        "id": "b541e97a.091298",
-        "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": 3831.500102996826,
-        "y": 4743.750096321106,
-        "z": "54a98307.1c261c",
-        "wires": [
-            []
-        ]
-    },
-    {
-        "id": "854b6672.9b3c78",
-        "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": 3792.0001678466797,
-        "y": 6943.000070571899,
-        "z": "54a98307.1c261c",
-        "wires": [
-            []
-        ]
-    },
-    {
-        "id": "ea1799b4.500598",
-        "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": 749.0001411437988,
-        "y": 2553.249973654747,
-        "z": "54a98307.1c261c",
-        "wires": []
-    },
-    {
-        "id": "353ca2b5.8b991e",
-        "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": 3187.5,
-        "y": 1926.7499742507935,
-        "z": "54a98307.1c261c",
-        "wires": [
-            []
-        ]
-    },
-    {
-        "id": "855e02b5.654e5",
-        "type": "set",
-        "name": "set maxNumberOfConns",
-        "xml": "<set>\n<parameter name='tmp.maxNumberOfConns' value='`$tmp.payload.maxNumberofConns/$tmp.cellCUListEntries`'/>",
-        "comments": "",
-        "x": 3532.2500343322754,
-        "y": 2601.0001859664917,
-        "z": "54a98307.1c261c",
-        "wires": []
-    },
-    {
-        "id": "f675c08c.37fb7",
-        "type": "set",
-        "name": "set maxNumberOfConns",
-        "xml": "<set>\n<parameter name='tmp.maxNumberOfConns' value='`$tmp.payload.maxNumberofConns/$tmp.cellCUListEntries`'/>",
-        "comments": "",
-        "x": 3893.9999961853027,
-        "y": 4538.999972343445,
-        "z": "54a98307.1c261c",
-        "wires": []
-    },
-    {
-        "id": "ff5ac918.e30a48",
-        "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": 3998.7499961853027,
-        "y": 6728.749972343445,
-        "z": "54a98307.1c261c",
-        "wires": []
-    },
-    {
-        "id": "9f5cd12d.485b5",
-        "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": 3215.7499961853027,
-        "y": 3427.249972343445,
-        "z": "54a98307.1c261c",
-        "wires": [
-            []
-        ]
-    },
-    {
-        "id": "2e69d89d.b17738",
-        "type": "set",
-        "name": "set resourceID",
-        "xml": "<set>\n<parameter name='tmp.resourceID' value='`$tmp.cellLocalId`'/>",
-        "comments": "",
-        "x": 3510.7499961853027,
-        "y": 3075.499972343445,
-        "z": "54a98307.1c261c",
-        "wires": []
-    },
-    {
-        "id": "c71b4eec.95244",
-        "type": "set",
-        "name": "set resourceID",
-        "xml": "<set>\n<parameter name='tmp.resourceID' value='`$tmp.gNBCUUPList.gNBCUUPId`'/>",
-        "comments": "",
-        "x": 3698.4999961853027,
-        "y": 5055.249972343445,
-        "z": "54a98307.1c261c",
-        "wires": []
-    },
-    {
-        "id": "dd84da6a.0eec48",
-        "type": "set",
-        "name": "set resourceID",
-        "xml": "<set>\n<parameter name='tmp.resourceID' value='`$tmp.gNBDUList.cellLocalId`'/>",
-        "comments": "",
-        "x": 2392.7499961853027,
-        "y": 7098.499972343445,
-        "z": "54a98307.1c261c",
-        "wires": []
-    },
-    {
-        "id": "4f781aac.7f8e84",
-        "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": 743.7499961853027,
-        "y": 2269.749972343445,
-        "z": "54a98307.1c261c",
-        "wires": [
-            [
-                "fb2d1ad3.a7f9d8",
-                "bb44721e.670c7"
-            ]
-        ]
-    },
-    {
-        "id": "fb2d1ad3.a7f9d8",
-        "type": "failure",
-        "name": "failure",
-        "xml": "<outcome value='failure'>\n",
-        "comments": "",
-        "outputs": 1,
-        "x": 978.7506675720215,
-        "y": 2182.750244140625,
-        "z": "54a98307.1c261c",
-        "wires": [
-            [
-                "79aa3034.40fc2"
-            ]
-        ]
-    },
-    {
-        "id": "bb44721e.670c7",
-        "type": "success",
-        "name": "success",
-        "xml": "<outcome value='success'>\n",
-        "comments": "",
-        "outputs": 1,
-        "x": 983.7506065368652,
-        "y": 2303.7499685287476,
-        "z": "54a98307.1c261c",
-        "wires": [
-            [
-                "73e80867.8e9958"
-            ]
-        ]
-    },
-    {
-        "id": "73e80867.8e9958",
-        "type": "block",
-        "name": "block",
-        "xml": "<block>\n",
-        "atomic": "false",
-        "comments": "",
-        "outputs": 1,
-        "x": 1141.7503967285156,
-        "y": 2302.750213623047,
-        "z": "54a98307.1c261c",
-        "wires": [
-            [
-                "4ce0fb09.4ce974"
-            ]
-        ]
-    },
-    {
-        "id": "4ce0fb09.4ce974",
-        "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": 1327.750644683838,
-        "y": 2286.750457763672,
-        "z": "54a98307.1c261c",
-        "wires": [
-            []
-        ]
-    },
-    {
-        "id": "2c97a828.11f208",
-        "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": 1323.7503395080566,
-        "y": 2186.7502431869507,
-        "z": "54a98307.1c261c",
-        "wires": []
-    },
-    {
-        "id": "79aa3034.40fc2",
-        "type": "block",
-        "name": "block",
-        "xml": "<block>",
-        "atomic": "false",
-        "comments": "",
-        "outputs": 1,
-        "x": 1137.7509498596191,
-        "y": 2180.7503356933594,
-        "z": "54a98307.1c261c",
-        "wires": [
-            [
-                "2c97a828.11f208",
-                "6351c66d.759828",
-                "f11b3f16.9273d"
-            ]
-        ]
-    },
-    {
-        "id": "6351c66d.759828",
-        "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": 1313.7505798339844,
-        "y": 2100.861357688904,
-        "z": "54a98307.1c261c",
-        "wires": []
-    },
-    {
-        "id": "4254aab2.1c4e64",
-        "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": 779.0000152587891,
-        "y": 2149.2500166893005,
-        "z": "54a98307.1c261c",
-        "wires": [
-            []
-        ]
-    },
-    {
-        "id": "e193df81.4bb3b",
-        "type": "block",
-        "name": "block : atomic",
-        "xml": "<block atomic='true'>",
-        "atomic": "true",
-        "comments": "",
-        "outputs": 1,
-        "x": 1872.5832901000977,
-        "y": 355.41666889190674,
-        "z": "54a98307.1c261c",
-        "wires": [
-            [
-                "bdaa897e.2cd2b8",
-                "c6b40762.ea2b08",
-                "7f6d8a09.6705c4"
-            ]
-        ]
-    },
-    {
-        "id": "7c7117bf.eff588",
-        "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.coverageAreaTAList[' + $ta + ']'`\"/>",
-        "comments": "",
-        "outputs": 1,
-        "x": 1378.3261642456055,
-        "y": 210.23923873901367,
-        "z": "54a98307.1c261c",
-        "wires": [
-            []
-        ]
-    },
-    {
-        "id": "c0ee40ba.589e9",
-        "type": "block",
-        "name": "block : atomic",
-        "xml": "<block atomic='true'>",
-        "atomic": "true",
-        "comments": "",
-        "outputs": 1,
-        "x": 1000.7149963378906,
-        "y": 363.3502907752991,
-        "z": "54a98307.1c261c",
-        "wires": [
-            [
-                "7c7117bf.eff588",
-                "cc746ae2.0a52c8",
-                "5a3cb019.dea83",
-                "a70cf700.ce1f28"
-            ]
-        ]
-    },
-    {
-        "id": "cc746ae2.0a52c8",
-        "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": 1355.937156677246,
-        "y": 249.23921585083008,
-        "z": "54a98307.1c261c",
-        "wires": [
-            []
-        ]
-    },
-    {
-        "id": "f060cdfa.0562e",
-        "type": "for",
-        "name": "For coverageAreaTAList",
-        "xml": "<for index='ta' start='0' end='`$tmp.trackingAreaListEntries`'>",
-        "comments": "",
-        "outputs": 1,
-        "x": 766.7499771118164,
-        "y": 414.583309173584,
-        "z": "54a98307.1c261c",
-        "wires": [
-            [
-                "c0ee40ba.589e9"
-            ]
-        ]
-    },
-    {
-        "id": "9bdae950.00c5d8",
-        "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": 738.9722290039062,
-        "y": 359.30552101135254,
-        "z": "54a98307.1c261c",
-        "wires": [
-            []
-        ]
-    },
-    {
-        "id": "3582eebd.3c7cf2",
-        "type": "execute",
-        "name": "set trackingArea size",
-        "xml": "<set>\n\t<parameter name='tmp.trackingAreaListEntries' value=\"`$payloadJson.input.sliceProfile.coverageAreaTAList_length`\"/>\n\t",
-        "comments": "",
-        "outputs": 1,
-        "x": 770.0833129882812,
-        "y": 309.30552101135254,
-        "z": "54a98307.1c261c",
-        "wires": [
-            []
-        ]
-    },
-    {
-        "id": "b072d63c.a49af8",
-        "type": "set",
-        "name": "set RRMPolicyRatio IDs",
-        "xml": "<set>\n<parameter name='tmp.RRMPolicyRatioID.NearRTRIC' value=\"`'NearRTRIC-' + $tmp.payload.trackingArea`\" />\n<parameter name='tmp.RRMPolicyRatioID.GNBDUFunction' value=\"`'GNBDUFunction-' + $payloadJson.input.sliceProfile.sliceProfileId  + '-' + $tmp.payload.trackingArea`\" />\n<parameter name='tmp.RRMPolicyRatioID.NRCellDU' value=\"`'NRCellDU-' + $payloadJson.input.sliceProfile.sliceProfileId  + '-' + $tmp.payload.trackingArea`\" />\n<parameter name='tmp.RRMPolicyRatioID.GNBCUUPFunction' value=\"`'GNBCUUPFunction-' + $payloadJson.input.sliceProfile.sliceProfileId  + '-' + $tmp.payload.trackingArea`\" />\n<parameter name='tmp.RRMPolicyRatioID.GNBCUCPFunction' value=\"`'GNBCUCPFunction-' + $payloadJson.input.sliceProfile.sliceProfileId  + '-' + $tmp.payload.trackingArea`\" />\n<parameter name='tmp.RRMPolicyRatioID.NRCellCU' value=\"`'NRCellCU-' + $payloadJson.input.sliceProfile.sliceProfileId  + '-' + $tmp.payload.trackingArea`\" />\n<parameter name='prop.ranNetwork.RRMPolicyRatioMemberID' value='`$prop.ranNetwork.RRMPolicyRatioMemberID + 1`' />",
-        "comments": "",
-        "x": 1490.886474609375,
-        "y": 551.9318237304688,
-        "z": "54a98307.1c261c",
-        "wires": []
-    },
-    {
-        "id": "c3110c8d.ffdca",
-        "type": "execute",
-        "name": "tmp.ranNFNSSIListEntry",
-        "xml": "<set>\n<parameter name='tmp.ranNFNSSIListEntry' value='`$tmp.payload.RANNFNSSIId`'/>",
-        "comments": "",
-        "outputs": 1,
-        "x": 1697.386474609375,
-        "y": 718.6818237304688,
-        "z": "54a98307.1c261c",
-        "wires": [
-            []
-        ]
-    },
-    {
-        "id": "2c323ebf.7788d2",
-        "type": "switchNode",
-        "name": "check status",
-        "xml": "<switch test='`$error-code`'>\n",
-        "comments": "",
-        "outputs": 1,
-        "x": 709.2500305175781,
-        "y": 2392.5000286102295,
-        "z": "54a98307.1c261c",
-        "wires": [
-            [
-                "422c435a.dbe19c",
-                "9336c4d6.1c5b58"
-            ]
-        ]
-    },
-    {
-        "id": "422c435a.dbe19c",
-        "type": "success",
-        "name": "success",
-        "xml": "<outcome value='200'>\n",
-        "comments": "",
-        "outputs": 1,
-        "x": 892.2500114440918,
-        "y": 2349.5000957250595,
-        "z": "54a98307.1c261c",
-        "wires": [
-            [
-                "faa56729.7bb638"
-            ]
-        ]
-    },
-    {
-        "id": "faa56729.7bb638",
-        "type": "set",
-        "name": "status",
-        "xml": "<set>\n<parameter name=\"tmp.status\" value=\"success\"/>",
-        "comments": "",
-        "x": 1068.2500114440918,
-        "y": 2352.50024831295,
-        "z": "54a98307.1c261c",
-        "wires": []
-    },
-    {
-        "id": "71dbbd93.33af74",
-        "type": "set",
-        "name": "failure status",
-        "xml": "<set>\n<parameter name=\"tmp.status\" value=\"`$error-code`\"/>",
-        "comments": "",
-        "x": 1069.2499961853027,
-        "y": 2396.499973654747,
-        "z": "54a98307.1c261c",
-        "wires": []
-    },
-    {
-        "id": "9336c4d6.1c5b58",
-        "type": "other",
-        "name": "other",
-        "xml": "<outcome value='Other'>\n",
-        "comments": "",
-        "outputs": 1,
-        "x": 908.2499961853027,
-        "y": 2401.499973654747,
-        "z": "54a98307.1c261c",
-        "wires": [
-            [
-                "71dbbd93.33af74"
-            ]
-        ]
-    },
-    {
-        "id": "529080e3.eae63",
-        "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=\"Response code\"/>\n<parameter name=\"field2\" value=\"`$error-code`\" />",
-        "comments": "",
-        "outputs": 1,
-        "x": 684.2499885559082,
-        "y": 2338.7500286102295,
-        "z": "54a98307.1c261c",
-        "wires": [
-            []
-        ]
-    },
-    {
-        "id": "62b5105e.53365",
-        "type": "set",
-        "name": "set plmn id",
-        "xml": "<set>\n<parameter name=\"tmp.pLMNId\" value=\"`$tmp.payload.pLMNId`\"/>\n",
-        "comments": "",
-        "x": 3980.249984741211,
-        "y": 6118.499961853027,
-        "z": "54a98307.1c261c",
-        "wires": []
-    }
-]
\ No newline at end of file