RAN Slice - Termination testing
[ccsdk/distribution.git] / platform-logic / ran-slice-api / src / main / json / ran-slice-api_terminateRANSliceInstance.json
1 [
2     {
3         "id": "62502bcc.66f714",
4         "type": "dgstart",
5         "name": "DGSTART",
6         "outputs": 1,
7         "x": 159,
8         "y": 51,
9         "z": "681fe365.17b79c",
10         "wires": [
11             [
12                 "572064bb.8831ec"
13             ]
14         ]
15     },
16     {
17         "id": "572064bb.8831ec",
18         "type": "service-logic",
19         "name": "ran-slice-api ${project.version}",
20         "module": "ran-slice-api",
21         "version": "${project.version}",
22         "comments": "",
23         "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}'>",
24         "outputs": 1,
25         "x": 214.0000228881836,
26         "y": 137.99996852874756,
27         "z": "681fe365.17b79c",
28         "wires": [
29             [
30                 "4b7ee4fc.d1e35c"
31             ]
32         ]
33     },
34     {
35         "id": "4b7ee4fc.d1e35c",
36         "type": "method",
37         "name": "method",
38         "xml": "<method rpc='terminateRANSliceInstance' mode='sync'>\n",
39         "comments": "",
40         "outputs": 1,
41         "x": 148,
42         "y": 197.99993419647217,
43         "z": "681fe365.17b79c",
44         "wires": [
45             [
46                 "1dd439.8696abc7"
47             ]
48         ]
49     },
50     {
51         "id": "1dd439.8696abc7",
52         "type": "block",
53         "name": "block : atomic",
54         "xml": "<block atomic='true'>",
55         "atomic": "true",
56         "comments": "",
57         "outputs": 1,
58         "x": 153.99999237060547,
59         "y": 292.7499647140503,
60         "z": "681fe365.17b79c",
61         "wires": [
62             [
63                 "a13999d5.13dfa8",
64                 "9afe8a2f.2c9ce8",
65                 "cf25ee61.62168",
66                 "4b4f8ae1.4d04f4"
67             ]
68         ]
69     },
70     {
71         "id": "a13999d5.13dfa8",
72         "type": "block",
73         "name": "block : atomic",
74         "xml": "<block atomic='true'>",
75         "atomic": "true",
76         "comments": "",
77         "outputs": 1,
78         "x": 367.99999618530273,
79         "y": 315.99999713897705,
80         "z": "681fe365.17b79c",
81         "wires": [
82             [
83                 "28056d13.1adb12",
84                 "5657f5bf.8033dc",
85                 "33f9c89c.22e448",
86                 "1de52104.ed19af",
87                 "9122bb4.b278948",
88                 "29a4c2d.d7ff73e",
89                 "598df4a4.b19ffc",
90                 "3a4a34c3.80f96c",
91                 "55ae2ce.34cb9d4",
92                 "4e6886e3.a23638",
93                 "48fde408.564d5c",
94                 "47449884.5cadd8",
95                 "477a6692.3ec148",
96                 "9e3e6385.08739",
97                 "f9a1e52.1e42318",
98                 "5d7613c4.1e14ec"
99             ]
100         ]
101     },
102     {
103         "id": "28056d13.1adb12",
104         "type": "execute",
105         "name": "generate getNearRTRICsFromRANNFNSSI URL",
106         "xml": "<execute plugin='org.onap.ccsdk.sli.core.slipluginutils.SliStringUtils' method='replace' >\n    <parameter name=\"source\" value=\"`$prop.restapi.configdb.getNearRTRICByNSSI`\"/>\n    <parameter name=\"outputPath\" value=\"tmp.configdb.getNearRTRICByNSSI.url\"/>\n    <parameter name=\"target\" value=\"{ranNFNSSIId}\"/>\n    <parameter name=\"replacement\" value=\"`$payloadJson.input.RANNFNSSIId`\"/>",
107         "comments": "",
108         "outputs": 1,
109         "x": 752.25,
110         "y": 459.2500071525574,
111         "z": "681fe365.17b79c",
112         "wires": [
113             []
114         ]
115     },
116     {
117         "id": "5657f5bf.8033dc",
118         "type": "record",
119         "name": "record configdb RestAPI params",
120         "xml": "<record plugin=\"org.onap.ccsdk.sli.core.sli.recording.FileRecorder\">\n<parameter name=\"file\" value=\"/opt/opendaylight/current/data/log/terminateRANSlice.log\" />\n<parameter name=\"level\" value=\"info\" />\n<parameter name=\"field1\" value=\"URL for configDB to Get NearRTRIC for RANNFNSSI\"/>\n<parameter name='field2' value=\"`$prop.configdb.url + $tmp.configdb.getNearRTRICByNSSI.url`\" />\n<parameter name='field3' value=\"`$ranNFNSSIId`\" />",
121         "comments": "",
122         "outputs": 1,
123         "x": 692.2500152587891,
124         "y": 510.2500262260437,
125         "z": "681fe365.17b79c",
126         "wires": [
127             []
128         ]
129     },
130     {
131         "id": "33f9c89c.22e448",
132         "type": "execute",
133         "name": "Get nearRTRIC for TrackingArea",
134         "xml": "<execute plugin='org.onap.ccsdk.sli.plugins.restapicall.RestapiCallNode' method='sendRequest' >\n<parameter name=\"restapiUrl\" value=\"`$prop.configdb.url + $tmp.configdb.getNearRTRICByNSSI.url`\"/>\n<parameter name=\"httpMethod\" value=\"GET\"/>\n<parameter name=\"responsePrefix\" value=\"getNFNSSIRIC-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\"/>",
135         "comments": "",
136         "outputs": 1,
137         "x": 682.2500915527344,
138         "y": 562.2500567436218,
139         "z": "681fe365.17b79c",
140         "wires": [
141             [
142                 "afa2e394.6a35f",
143                 "8146c8e6.857c38"
144             ]
145         ]
146     },
147     {
148         "id": "afa2e394.6a35f",
149         "type": "success",
150         "name": "success",
151         "xml": "<outcome value='success'>\n",
152         "comments": "",
153         "outputs": 1,
154         "x": 981.0680961608887,
155         "y": 580.0680804252625,
156         "z": "681fe365.17b79c",
157         "wires": [
158             [
159                 "b3857860.08b528"
160             ]
161         ]
162     },
163     {
164         "id": "b3857860.08b528",
165         "type": "block",
166         "name": "block : atomic",
167         "xml": "<block atomic='true'>",
168         "atomic": "true",
169         "comments": "",
170         "outputs": 1,
171         "x": 1151.0679931640625,
172         "y": 581.0681958198547,
173         "z": "681fe365.17b79c",
174         "wires": [
175             [
176                 "6c3736e0.b50ee8",
177                 "9e72e683.e31d08"
178             ]
179         ]
180     },
181     {
182         "id": "6c3736e0.b50ee8",
183         "type": "record",
184         "name": "record",
185         "xml": "<record plugin=\"org.onap.ccsdk.sli.core.sli.recording.FileRecorder\">\n<parameter name=\"file\" value=\"/opt/opendaylight/current/data/log/terminateRANSlice.log\" />\n<parameter name=\"level\" value=\"info\" />\n<parameter name=\"field1\" value=\"Successfully Obtained NearRT RIC info from ConfigDB\"/>\n<parameter name=\"field2\" value=\"`$getNFNSSIRIC-configdb-response._length`\"/>",
186         "comments": "",
187         "outputs": 1,
188         "x": 1380.0677604675293,
189         "y": 481.0681757926941,
190         "z": "681fe365.17b79c",
191         "wires": [
192             []
193         ]
194     },
195     {
196         "id": "9e72e683.e31d08",
197         "type": "execute",
198         "name": "printContext",
199         "xml": "<execute plugin='org.onap.ccsdk.sli.core.slipluginutils.SliPluginUtils' method='printContext' >\n<parameter name='filename' value='/opt/opendaylight/current/data/log/ranSlice-terminateRANSlice-configrsp-context.log' />\n\n\n",
200         "comments": "",
201         "outputs": 1,
202         "x": 1384.8459777832031,
203         "y": 521.0681977272034,
204         "z": "681fe365.17b79c",
205         "wires": [
206             []
207         ]
208     },
209     {
210         "id": "8146c8e6.857c38",
211         "type": "failure",
212         "name": "failure",
213         "xml": "<outcome value='failure'>\n",
214         "comments": "",
215         "outputs": 1,
216         "x": 987.0680503845215,
217         "y": 520.0681643486023,
218         "z": "681fe365.17b79c",
219         "wires": [
220             [
221                 "b902a94c.b40e78"
222             ]
223         ]
224     },
225     {
226         "id": "b902a94c.b40e78",
227         "type": "block",
228         "name": "block",
229         "xml": "<block>",
230         "atomic": "false",
231         "comments": "",
232         "outputs": 1,
233         "x": 1267.0681266784668,
234         "y": 426.0682182312012,
235         "z": "681fe365.17b79c",
236         "wires": [
237             [
238                 "349fa81a.830bc8",
239                 "ad094b5c.97bfa8"
240             ]
241         ]
242     },
243     {
244         "id": "349fa81a.830bc8",
245         "type": "set",
246         "name": "set",
247         "xml": "<set>\n<parameter name='error-code' value='500'/>\n<parameter name='error-message' value='Error Getting Info from ConfigDB. Aborting RPC executiopn'/>",
248         "comments": "",
249         "x": 1445.06791305542,
250         "y": 380.1792449951172,
251         "z": "681fe365.17b79c",
252         "wires": []
253     },
254     {
255         "id": "9afe8a2f.2c9ce8",
256         "type": "for",
257         "name": "foreach NearRTRIC",
258         "xml": "<for index='idy' start='0' end='`$getNFNSSIRIC-configdb-response._length`' >\n",
259         "comments": "",
260         "outputs": 1,
261         "x": 349.25,
262         "y": 903.0681796073914,
263         "z": "681fe365.17b79c",
264         "wires": [
265             [
266                 "b10a743f.24f7b8",
267                 "4a8f6a0e.6c7b64",
268                 "b79aca29.8b4fd8",
269                 "20b1cd7e.4eef42"
270             ]
271         ]
272     },
273     {
274         "id": "b10a743f.24f7b8",
275         "type": "block",
276         "name": "Process NearRTRIC",
277         "xml": "<block atomic='true'>",
278         "atomic": "true",
279         "comments": "",
280         "outputs": 1,
281         "x": 669.6035614013672,
282         "y": 1041.643973827362,
283         "z": "681fe365.17b79c",
284         "wires": [
285             [
286                 "1c4b1870.639c38",
287                 "2df95230.31a61e",
288                 "29762dac.dd5972"
289             ]
290         ]
291     },
292     {
293         "id": "1c4b1870.639c38",
294         "type": "execute",
295         "name": "read nearRTRICId-PLMN",
296         "xml": "<execute plugin='org.onap.ccsdk.sli.core.slipluginutils.SliPluginUtils' method='getAttributeValue'>\n\t<parameter name='outputPath' value='tmp.RICPLMNEntries' />\n\t<parameter name='source' value=\"`'getNFNSSIRIC-configdb-response.['+ $idy +'].pLMNInfoList_length'`\" />\n",
297         "comments": "",
298         "outputs": 1,
299         "x": 1039.795555114746,
300         "y": 621.9773616790771,
301         "z": "681fe365.17b79c",
302         "wires": [
303             []
304         ]
305     },
306     {
307         "id": "cf13d6c4.d6c488",
308         "type": "execute",
309         "name": "read nearRTRICId",
310         "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=\"`'getNFNSSIRIC-configdb-response.[' + $idy + '].nearRTRICId'`\" />",
311         "comments": "",
312         "outputs": 1,
313         "x": 1796.7960052490234,
314         "y": 791.9775466918945,
315         "z": "681fe365.17b79c",
316         "wires": [
317             []
318         ]
319     },
320     {
321         "id": "61730f64.f5dd9",
322         "type": "execute",
323         "name": "Update nearRT RIC Details in ConfigDB",
324         "xml": "<execute plugin='org.onap.ccsdk.sli.plugins.restapicall.RestapiCallNode' method='sendRequest' >\n<parameter name=\"restapiUrl\" value=\"`$tmp.configdb.getNearRTRICNSSAIRemoval.url`\"/>\n<parameter name=\"httpMethod\" value=\"DELETE\"/>\n<parameter name=\"responsePrefix\" value=\"delete-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\"/>",
325         "comments": "",
326         "outputs": 1,
327         "x": 1557.5128631591797,
328         "y": 974.4823522567749,
329         "z": "681fe365.17b79c",
330         "wires": [
331             [
332                 "303c493d.895316",
333                 "79aca7eb.88b728"
334             ]
335         ]
336     },
337     {
338         "id": "303c493d.895316",
339         "type": "failure",
340         "name": "failure",
341         "xml": "<outcome value='failure'>\n",
342         "comments": "",
343         "outputs": 1,
344         "x": 1778.0682220458984,
345         "y": 927.52272605896,
346         "z": "681fe365.17b79c",
347         "wires": [
348             [
349                 "23dc74e6.0257ac"
350             ]
351         ]
352     },
353     {
354         "id": "23dc74e6.0257ac",
355         "type": "block",
356         "name": "block : atomic",
357         "xml": "<block atomic='true'>",
358         "atomic": "true",
359         "comments": "",
360         "outputs": 1,
361         "x": 1914.0682830810547,
362         "y": 889.5226955413818,
363         "z": "681fe365.17b79c",
364         "wires": [
365             [
366                 "3e603f60.a577f",
367                 "b24def43.a968d"
368             ]
369         ]
370     },
371     {
372         "id": "b24def43.a968d",
373         "type": "set",
374         "name": "set",
375         "xml": "<set>\n<parameter name='error-code' value='500'/>\n<parameter name='error-message' value='Error updating nearRTRIC info in ConfigDB. Aborting RPC executiopn'/>",
376         "comments": "",
377         "x": 2063.067974090576,
378         "y": 852.6336736679077,
379         "z": "681fe365.17b79c",
380         "wires": []
381     },
382     {
383         "id": "3e603f60.a577f",
384         "type": "returnFailure",
385         "name": "return failure",
386         "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'/>",
387         "comments": "",
388         "x": 2077.0679779052734,
389         "y": 927.5227422714233,
390         "z": "681fe365.17b79c",
391         "wires": []
392     },
393     {
394         "id": "79aca7eb.88b728",
395         "type": "success",
396         "name": "success",
397         "xml": "<outcome value='success'>\n",
398         "comments": "",
399         "outputs": 1,
400         "x": 1758.8863067626953,
401         "y": 1041.4317893981934,
402         "z": "681fe365.17b79c",
403         "wires": [
404             [
405                 "fc776177.7b3d1"
406             ]
407         ]
408     },
409     {
410         "id": "fc776177.7b3d1",
411         "type": "block",
412         "name": "block : atomic",
413         "xml": "<block atomic='true'>",
414         "atomic": "true",
415         "comments": "",
416         "outputs": 1,
417         "x": 1908.886215209961,
418         "y": 1056.431926727295,
419         "z": "681fe365.17b79c",
420         "wires": [
421             [
422                 "8a18101f.fd109"
423             ]
424         ]
425     },
426     {
427         "id": "8a18101f.fd109",
428         "type": "record",
429         "name": "record",
430         "xml": "<record plugin=\"org.onap.ccsdk.sli.core.sli.recording.FileRecorder\">\n<parameter name=\"file\" value=\"/opt/opendaylight/current/data/log/terminateRANSlice.log\" />\n<parameter name=\"level\" value=\"info\" />\n<parameter name=\"field1\" value=\"Successfully Updated NearRT RIC info in ConfigDB\"/>",
431         "comments": "",
432         "outputs": 1,
433         "x": 2055.8861541748047,
434         "y": 1084.4320030212402,
435         "z": "681fe365.17b79c",
436         "wires": [
437             []
438         ]
439     },
440     {
441         "id": "c64cd960.80d958",
442         "type": "execute",
443         "name": "read CUCP list size",
444         "xml": "<execute plugin='org.onap.ccsdk.sli.core.slipluginutils.SliPluginUtils' method='getAttributeValue'>\n\t<parameter name='outputPath' value='tmp.CUCPList_length' />\n\t<parameter name='source' value=\"`'getNFNSSIRIC-configdb-response.[' + $idy +'].gNBCUCPList_length'`\" />\n    ",
445         "comments": "",
446         "outputs": 1,
447         "x": 1023.25,
448         "y": 1266.25000333786,
449         "z": "681fe365.17b79c",
450         "wires": [
451             []
452         ]
453     },
454     {
455         "id": "4a8f6a0e.6c7b64",
456         "type": "block",
457         "name": "Process CUCP",
458         "xml": "<block atomic='true'>",
459         "atomic": "true",
460         "comments": "",
461         "outputs": 1,
462         "x": 650.2500228881836,
463         "y": 1179.2500567436218,
464         "z": "681fe365.17b79c",
465         "wires": [
466             [
467                 "c64cd960.80d958",
468                 "4c608981.fa98a8",
469                 "12fdf229.11278e"
470             ]
471         ]
472     },
473     {
474         "id": "4c608981.fa98a8",
475         "type": "record",
476         "name": "record",
477         "xml": "<record plugin=\"org.onap.ccsdk.sli.core.sli.recording.FileRecorder\">\n<parameter name=\"file\" value=\"/opt/opendaylight/current/data/log/terminateRANSlice.log\" />\n<parameter name=\"level\" value=\"info\" />\n<parameter name=\"field1\" value=\"Number of CUCP List Entries \"/>\n<parameter name=\"field2\" value=\"`$tmp.CUCPList_length`\"/>\n<parameter name=\"field3\" value=\"for the NearRTRIC\"/>\n<parameter name=\"field4\" value=\"`$tmp.nearRTRICId`\"/>\n",
478         "comments": "",
479         "outputs": 1,
480         "x": 995.25,
481         "y": 1331.25000333786,
482         "z": "681fe365.17b79c",
483         "wires": [
484             []
485         ]
486     },
487     {
488         "id": "12fdf229.11278e",
489         "type": "for",
490         "name": "foreach CUCP",
491         "xml": "<for index='idz' start='0' end='`$tmp.CUCPList_length`'>\n",
492         "comments": "",
493         "outputs": 1,
494         "x": 1023.25,
495         "y": 1406.25000333786,
496         "z": "681fe365.17b79c",
497         "wires": [
498             [
499                 "4cb7fc25.089984"
500             ]
501         ]
502     },
503     {
504         "id": "4cb7fc25.089984",
505         "type": "block",
506         "name": "block : process CUCP",
507         "xml": "<block atomic='true'>",
508         "atomic": "true",
509         "comments": "",
510         "outputs": 1,
511         "x": 1244.25,
512         "y": 1413.25000333786,
513         "z": "681fe365.17b79c",
514         "wires": [
515             [
516                 "4b242a2b.90f1f4",
517                 "1166c62e.d8c12a",
518                 "8fdca167.05448",
519                 "b2f34792.7f01a8"
520             ]
521         ]
522     },
523     {
524         "id": "4b242a2b.90f1f4",
525         "type": "execute",
526         "name": "read CUCP name",
527         "xml": "<execute plugin='org.onap.ccsdk.sli.core.slipluginutils.SliPluginUtils' method='getAttributeValue'>\n\t<parameter name='outputPath' value='tmp.CUCPName' />\n\t<parameter name='source' value=\"`'getNFNSSIRIC-configdb-response.['+ $idy +'].gNBCUCPList['+ $idz +'].gNBCUName'`\" />",
528         "comments": "",
529         "outputs": 1,
530         "x": 1552.2500762939453,
531         "y": 1253.8499941825867,
532         "z": "681fe365.17b79c",
533         "wires": [
534             []
535         ]
536     },
537     {
538         "id": "1166c62e.d8c12a",
539         "type": "for",
540         "name": "for cellCUList",
541         "xml": "<for index='idcu' start='0' end='`$tmp.cellCUList_length`' >\n",
542         "comments": "",
543         "outputs": 1,
544         "x": 1599.25,
545         "y": 1410.25000333786,
546         "z": "681fe365.17b79c",
547         "wires": [
548             [
549                 "60331864.c5e1a8"
550             ]
551         ]
552     },
553     {
554         "id": "9c11898d.0a7fc8",
555         "type": "execute",
556         "name": "read cellCU",
557         "xml": "<execute plugin='org.onap.ccsdk.sli.core.slipluginutils.SliPluginUtils' method='getAttributeValue'>\n\t<parameter name='outputPath' value='tmp.cellCULocalId' />\n\t<parameter name='source' value=\"`'getNFNSSIRIC-configdb-response.['+ $idy +'].gNBCUCPList['+ $idz +'].cellCUList['+ $idcu +'].cellLocalId'`\" />",
558         "comments": "",
559         "outputs": 1,
560         "x": 2311.750274658203,
561         "y": 1019.0000162124634,
562         "z": "681fe365.17b79c",
563         "wires": [
564             []
565         ]
566     },
567     {
568         "id": "99a6ac2a.09a37",
569         "type": "execute",
570         "name": "prepare mnc",
571         "xml": "<execute plugin='org.onap.ccsdk.sli.core.slipluginutils.SliStringUtils' method='replace' >\n    <parameter name=\"source\" value=\"`$tmp.deleteSNSSAIListEntry.url`\"/>\n    <parameter name=\"outputPath\" value=\"tmp.deleteSNSSAIListEntry.url\"/>\n    <parameter name=\"target\" value=\"{mnc}\"/>\n    <parameter name=\"replacement\" value=\"`$tmp.mnc`\"/>",
572         "comments": "",
573         "outputs": 1,
574         "x": 2311.50008392334,
575         "y": 1259.500020980835,
576         "z": "681fe365.17b79c",
577         "wires": [
578             []
579         ]
580     },
581     {
582         "id": "a9ca0959.5091f8",
583         "type": "execute",
584         "name": "terminate sNNSAI ToNRCellCU",
585         "xml": "<execute plugin='org.onap.ccsdk.sli.plugins.restapicall.RestapiCallNode' method='sendRequest' >\n<parameter name=\"restapiUrl\" value=\"`$prop.controller.url + $tmp.deleteSNSSAIListEntry.url`\"/>\n<parameter name=\"restapiUser\" value=\"`$prop.controller.user`\" />\n<parameter name=\"restapiPassword\" value=\"`$prop.controller.pwd`\"/>\n<parameter name=\"httpMethod\" value=\"DELETE\"/>\n<parameter name=\"responsePrefix\" value=\"delete-cellCU-sNSSAI-response\"/>\n<parameter name='contentType' value='application/json' /> \n<parameter name='format' value='json' />",
586         "comments": "",
587         "outputs": 1,
588         "x": 2266.2500762939453,
589         "y": 1403.2499732971191,
590         "z": "681fe365.17b79c",
591         "wires": [
592             [
593                 "b1b19a45.9c2198",
594                 "d9b2ac55.976ce"
595             ]
596         ]
597     },
598     {
599         "id": "37c8ac10.105a14",
600         "type": "record",
601         "name": "record API params",
602         "xml": "<record plugin=\"org.onap.ccsdk.sli.core.sli.recording.FileRecorder\">\n<parameter name=\"file\" value=\"/opt/opendaylight/current/data/log/terminateRANSliceModifyAllocate.log\" />\n<parameter name=\"level\" value=\"info\" />\n<parameter name=\"field1\" value=\"patch cellCU NSSAI parameters\"/>\n<parameter name=\"field2\" value=\"`$tmp.nearRTRICId`\"/>\n<parameter name=\"field3\" value=\"`$tmp.CUCPName`\"/>\n<parameter name=\"field4\" value=\"`$tmp.cellCULocalId`\"/>\n<parameter name=\"field5\" value=\"`$tmp.mcc`\"/>\n<parameter name=\"field6\" value=\"`$tmp.mnc`\"/>\n<parameter name=\"field7\" value=\"`$tmp.sNSSAI`\"/>\n<parameter name=\"field8\" value=\"`$tmp.deleteSNSSAIListEntry.url`\"/>\n\n",
603         "comments": "",
604         "outputs": 1,
605         "x": 2315.25008392334,
606         "y": 1351.749972820282,
607         "z": "681fe365.17b79c",
608         "wires": [
609             []
610         ]
611     },
612     {
613         "id": "a4df9676.1618b8",
614         "type": "block",
615         "name": "block : atomic",
616         "xml": "<block atomic='true'>",
617         "atomic": "true",
618         "comments": "",
619         "outputs": 1,
620         "x": 2113.25,
621         "y": 1017.2500033378601,
622         "z": "681fe365.17b79c",
623         "wires": [
624             [
625                 "9c11898d.0a7fc8",
626                 "99a6ac2a.09a37",
627                 "37c8ac10.105a14",
628                 "a9ca0959.5091f8",
629                 "93948746.ca3508",
630                 "c8a10ed9.91f9f",
631                 "f437215e.10d3b",
632                 "ead169b0.125258",
633                 "7a851d1e.4e26f4",
634                 "b90d780e.3c4118",
635                 "abe2baeb.40e348",
636                 "b45cc7bf.8981f8",
637                 "9cbbc061.21112",
638                 "d8ee9881.173788",
639                 "99c863bb.a06a2"
640             ]
641         ]
642     },
643     {
644         "id": "b1b19a45.9c2198",
645         "type": "success",
646         "name": "success",
647         "xml": "<outcome value='success'>\n",
648         "comments": "",
649         "outputs": 1,
650         "x": 2511.2499389648438,
651         "y": 1425.250069618225,
652         "z": "681fe365.17b79c",
653         "wires": [
654             [
655                 "4e2a8ab7.3aeda4"
656             ]
657         ]
658     },
659     {
660         "id": "4e2a8ab7.3aeda4",
661         "type": "block",
662         "name": "block : atomic",
663         "xml": "<block atomic='true'>",
664         "atomic": "true",
665         "comments": "",
666         "outputs": 1,
667         "x": 2694.2499389648438,
668         "y": 1418.2500705718994,
669         "z": "681fe365.17b79c",
670         "wires": [
671             [
672                 "bd20d085.ba5e8"
673             ]
674         ]
675     },
676     {
677         "id": "bd20d085.ba5e8",
678         "type": "record",
679         "name": "record",
680         "xml": "<record plugin=\"org.onap.ccsdk.sli.core.sli.recording.FileRecorder\">\n<parameter name=\"file\" value=\"/opt/opendaylight/current/data/log/terminateRANSlice.log\" />\n<parameter name=\"level\" value=\"info\" />\n<parameter name=\"field1\" value=\"Successfully Patched - cellCU PLMNInfo List\"/>",
681         "comments": "",
682         "outputs": 1,
683         "x": 2947.2499465942383,
684         "y": 1415.2503623962402,
685         "z": "681fe365.17b79c",
686         "wires": [
687             []
688         ]
689     },
690     {
691         "id": "d9b2ac55.976ce",
692         "type": "failure",
693         "name": "failure",
694         "xml": "<outcome value='failure'>\n",
695         "comments": "",
696         "outputs": 1,
697         "x": 2493.25008392334,
698         "y": 1373.2499713897705,
699         "z": "681fe365.17b79c",
700         "wires": [
701             [
702                 "2dfc0093.aea07"
703             ]
704         ]
705     },
706     {
707         "id": "2dfc0093.aea07",
708         "type": "block",
709         "name": "block : atomic",
710         "xml": "<block atomic='true'>",
711         "atomic": "true",
712         "comments": "",
713         "outputs": 1,
714         "x": 2636.2501373291016,
715         "y": 1334.2500686645508,
716         "z": "681fe365.17b79c",
717         "wires": [
718             [
719                 "722ede7.d15322",
720                 "3798963b.5543aa",
721                 "ad094b5c.97bfa8"
722             ]
723         ]
724     },
725     {
726         "id": "722ede7.d15322",
727         "type": "returnFailure",
728         "name": "return failure",
729         "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 NRcellCU - PLMNInfo. Aborting RPC executiopn'/>",
730         "comments": "",
731         "x": 2896.2499389648438,
732         "y": 1354.2501678466797,
733         "z": "681fe365.17b79c",
734         "wires": []
735     },
736     {
737         "id": "3798963b.5543aa",
738         "type": "set",
739         "name": "set",
740         "xml": "<set>\n<parameter name='error-code' value='500'/>\n<parameter name='error-message' value='Error patching cellCU PLMNInfoList. Aborting RPC executiopn'/>",
741         "comments": "",
742         "x": 2820.249942779541,
743         "y": 1316.2500686645508,
744         "z": "681fe365.17b79c",
745         "wires": []
746     },
747     {
748         "id": "93948746.ca3508",
749         "type": "execute",
750         "name": "prepare idGNBCUCPFunction",
751         "xml": "<execute plugin='org.onap.ccsdk.sli.core.slipluginutils.SliStringUtils' method='replace' >\n    <parameter name=\"source\" value=\"`$tmp.deleteSNSSAIListEntry.url`\"/>\n    <parameter name=\"outputPath\" value=\"tmp.deleteSNSSAIListEntry.url\"/>\n    <parameter name=\"target\" value=\"{idGNBCUCPFunction}\"/>\n    <parameter name=\"replacement\" value=\"`$tmp.CUCPName`\"/>\n",
752         "comments": "",
753         "outputs": 1,
754         "x": 2378.25008392334,
755         "y": 1122.2501153945923,
756         "z": "681fe365.17b79c",
757         "wires": [
758             []
759         ]
760     },
761     {
762         "id": "c8a10ed9.91f9f",
763         "type": "execute",
764         "name": "prepare idNRCellCU",
765         "xml": "<execute plugin='org.onap.ccsdk.sli.core.slipluginutils.SliStringUtils' method='replace' >\n    <parameter name=\"source\" value=\"`$tmp.deleteSNSSAIListEntry.url`\"/>\n    <parameter name=\"outputPath\" value=\"tmp.deleteSNSSAIListEntry.url\"/>\n    <parameter name=\"target\" value=\"{idNRCellCU}\"/>\n    <parameter name=\"replacement\" value=\"`$tmp.cellCULocalId`\"/>\n",
766         "comments": "",
767         "outputs": 1,
768         "x": 2352.25008392334,
769         "y": 1172.000018119812,
770         "z": "681fe365.17b79c",
771         "wires": [
772             []
773         ]
774     },
775     {
776         "id": "f437215e.10d3b",
777         "type": "execute",
778         "name": "prepare mcc",
779         "xml": "<execute plugin='org.onap.ccsdk.sli.core.slipluginutils.SliStringUtils' method='replace' >\n    <parameter name=\"source\" value=\"`$tmp.deleteSNSSAIListEntry.url`\"/>\n    <parameter name=\"outputPath\" value=\"tmp.deleteSNSSAIListEntry.url\"/>\n    <parameter name=\"target\" value=\"{mcc}\"/>\n    <parameter name=\"replacement\" value=\"`$tmp.mcc`\"/>\n   ",
780         "comments": "",
781         "outputs": 1,
782         "x": 2320.0000801086426,
783         "y": 1215.0000190734863,
784         "z": "681fe365.17b79c",
785         "wires": [
786             []
787         ]
788     },
789     {
790         "id": "8fdca167.05448",
791         "type": "record",
792         "name": "record",
793         "xml": "<record plugin=\"org.onap.ccsdk.sli.core.sli.recording.FileRecorder\">\n<parameter name=\"file\" value=\"/opt/opendaylight/current/data/log/terminateRANSlice.log\" />\n<parameter name=\"level\" value=\"info\" />\n<parameter name=\"field1\" value=\"CUCPName \"/>\n<parameter name=\"field2\" value=\"`$tmp.CUCPName`\"/>\n\n",
794         "comments": "",
795         "outputs": 1,
796         "x": 1602.2500457763672,
797         "y": 1308.2499713897705,
798         "z": "681fe365.17b79c",
799         "wires": [
800             []
801         ]
802     },
803     {
804         "id": "b2f34792.7f01a8",
805         "type": "execute",
806         "name": "read cellCU list size",
807         "xml": "<execute plugin='org.onap.ccsdk.sli.core.slipluginutils.SliPluginUtils' method='getAttributeValue'>\n\t<parameter name='outputPath' value='tmp.cellCUList_length' />\n\t<parameter name='source' value=\"`'getNFNSSIRIC-configdb-response.[' + $idy +'].gNBCUCPList[' + $idz +'].cellCUList_length'`\" />\n    ",
808         "comments": "",
809         "outputs": 1,
810         "x": 1609.25,
811         "y": 1366.25000333786,
812         "z": "681fe365.17b79c",
813         "wires": [
814             []
815         ]
816     },
817     {
818         "id": "ead169b0.125258",
819         "type": "switchNode",
820         "name": "ransim mounted",
821         "xml": "<switch test='`$prop.ransim-mounted`'>\n",
822         "comments": "",
823         "outputs": 1,
824         "x": 2307.25008392334,
825         "y": 974.2500152587891,
826         "z": "681fe365.17b79c",
827         "wires": [
828             [
829                 "c8994121.aded2",
830                 "75cad47a.7ade6c"
831             ]
832         ]
833     },
834     {
835         "id": "c8994121.aded2",
836         "type": "outcome",
837         "name": "Not Mounted",
838         "xml": "<outcome value='false'>\n",
839         "comments": "",
840         "outputs": 1,
841         "x": 2542.25008392334,
842         "y": 976.2498207092285,
843         "z": "681fe365.17b79c",
844         "wires": [
845             [
846                 "81abe548.460dc8"
847             ]
848         ]
849     },
850     {
851         "id": "81abe548.460dc8",
852         "type": "execute",
853         "name": "generate terminate sNSSAItEntry ToNRCellCU",
854         "xml": "<execute plugin='org.onap.ccsdk.sli.core.slipluginutils.SliStringUtils' method='replace' >\n    <parameter name=\"source\" value=\"`$prop.restapi.terminateSNSSAIEntry.ToNRCellCU`\"/>\n    <parameter name=\"outputPath\" value=\"tmp.deleteSNSSAIListEntry.url\"/>\n    <parameter name=\"target\" value=\"{idNearRTRIC}\"/>\n    <parameter name=\"replacement\" value=\"`$tmp.nearRTRICId`\"/>\n",
855         "comments": "",
856         "outputs": 1,
857         "x": 2864.25,
858         "y": 1060.25000333786,
859         "z": "681fe365.17b79c",
860         "wires": [
861             []
862         ]
863     },
864     {
865         "id": "75cad47a.7ade6c",
866         "type": "outcome",
867         "name": "Mounted",
868         "xml": "<outcome value='true'>\n",
869         "comments": "",
870         "outputs": 1,
871         "x": 2554.25008392334,
872         "y": 1045.2500166893005,
873         "z": "681fe365.17b79c",
874         "wires": [
875             [
876                 "774ee683.2fa458"
877             ]
878         ]
879     },
880     {
881         "id": "7a851d1e.4e26f4",
882         "type": "block",
883         "name": "block : atomic",
884         "xml": "<block atomic='true'>",
885         "atomic": "true",
886         "comments": "",
887         "outputs": 1,
888         "x": 1891.25,
889         "y": 1831.25000333786,
890         "z": "681fe365.17b79c",
891         "wires": [
892             [
893                 "4bc81889.c3e488",
894                 "13de5646.12b86a",
895                 "b8bc45c1.9b91b8",
896                 "62a739ea.2b3de8",
897                 "f9a1e0f0.4cf34",
898                 "59f372a7.4cc0dc",
899                 "a91f5808.a93658",
900                 "5fd18804.b77ea8",
901                 "f8513007.e48d1"
902             ]
903         ]
904     },
905     {
906         "id": "4bc81889.c3e488",
907         "type": "set",
908         "name": "Calculate RRMPolicyRatio",
909         "xml": "<set>\n<parameter name='tmp.maxNumberOfConnsPercellCU' value='`$tmp.payload.maxNumberofConns / $tmp.cellCUList_length`' />\n<parameter name='tmp.rRMPolicyDedicatedRatio.CellCU1' value='`$tmp.maxNumberOfConnsPercellCU * 100`' />\n<parameter name='tmp.rRMPolicyDedicatedRatio_SliceProfile' value='`$tmp.rRMPolicyDedicatedRatio.CellCU1 / $prop.nrcellcu.maxNumberOfConnsPerCell`' />",
910         "comments": "",
911         "x": 2073.25,
912         "y": 1614.25000333786,
913         "z": "681fe365.17b79c",
914         "wires": []
915     },
916     {
917         "id": "13de5646.12b86a",
918         "type": "record",
919         "name": "record",
920         "xml": "<record plugin=\"org.onap.ccsdk.sli.core.sli.recording.FileRecorder\">\n<parameter name=\"file\" value=\"/opt/opendaylight/current/data/log/terminateRANSlice.log\" />\n<parameter name=\"level\" value=\"info\" />\n<parameter name=\"field1\" value=\"RRMPolicyRatio for this profile is - \"/>\n<parameter name=\"field2\" value=\"`$tmp.rRMPolicyDedicatedRatio_SliceProfile`\"/>",
921         "comments": "",
922         "outputs": 1,
923         "x": 2072.25,
924         "y": 1675.25000333786,
925         "z": "681fe365.17b79c",
926         "wires": [
927             []
928         ]
929     },
930     {
931         "id": "b8bc45c1.9b91b8",
932         "type": "switchNode",
933         "name": "ransim mounted",
934         "xml": "<switch test='`$prop.ransim-mounted`'>\n",
935         "comments": "",
936         "outputs": 1,
937         "x": 2113.25,
938         "y": 1737.25000333786,
939         "z": "681fe365.17b79c",
940         "wires": [
941             [
942                 "a683a41c.1d4058",
943                 "9e6c15e.198abe8"
944             ]
945         ]
946     },
947     {
948         "id": "a683a41c.1d4058",
949         "type": "outcome",
950         "name": "Not Mounted",
951         "xml": "<outcome value='false'>\n",
952         "comments": "",
953         "outputs": 1,
954         "x": 2291.25,
955         "y": 1704.249759197235,
956         "z": "681fe365.17b79c",
957         "wires": [
958             [
959                 "30e2245e.8ab33c"
960             ]
961         ]
962     },
963     {
964         "id": "30e2245e.8ab33c",
965         "type": "execute",
966         "name": "fetch RRMPolicyRatio NRCellCU - URL",
967         "xml": "<execute plugin='org.onap.ccsdk.sli.core.slipluginutils.SliStringUtils' method='replace' >\n    <parameter name=\"source\" value=\"`$prop.restapi.RRMPolicyRatioEntry.ToNRCellCU`\"/>\n    <parameter name=\"outputPath\" value=\"tmp.getRRMPolicyRatio.url\"/>\n    <parameter name=\"target\" value=\"{idNearRTRIC}\"/>\n    <parameter name=\"replacement\" value=\"`$tmp.nearRTRICId`\"/>\n",
968         "comments": "",
969         "outputs": 1,
970         "x": 2569.25,
971         "y": 1696.25000333786,
972         "z": "681fe365.17b79c",
973         "wires": [
974             []
975         ]
976     },
977     {
978         "id": "62a739ea.2b3de8",
979         "type": "execute",
980         "name": "prepare idGNBCUCPFunction",
981         "xml": "<execute plugin='org.onap.ccsdk.sli.core.slipluginutils.SliStringUtils' method='replace' >\n    <parameter name=\"source\" value=\"`$tmp.getRRMPolicyRatio.url`\"/>\n    <parameter name=\"outputPath\" value=\"tmp.getRRMPolicyRatio.url\"/>\n    <parameter name=\"target\" value=\"{idGNBCUCPFunction}\"/>\n    <parameter name=\"replacement\" value=\"`$tmp.CUCPName`\"/>\n",
982         "comments": "",
983         "outputs": 1,
984         "x": 2148.25,
985         "y": 1809.25000333786,
986         "z": "681fe365.17b79c",
987         "wires": [
988             []
989         ]
990     },
991     {
992         "id": "f9a1e0f0.4cf34",
993         "type": "execute",
994         "name": "prepare idNRCellCU",
995         "xml": "<execute plugin='org.onap.ccsdk.sli.core.slipluginutils.SliStringUtils' method='replace' >\n    <parameter name=\"source\" value=\"`$tmp.getRRMPolicyRatio.url`\"/>\n    <parameter name=\"outputPath\" value=\"tmp.getRRMPolicyRatio.url\"/>\n    <parameter name=\"target\" value=\"{idNRCellCU}\"/>\n    <parameter name=\"replacement\" value=\"`$tmp.cellCULocalId`\"/>\n",
996         "comments": "",
997         "outputs": 1,
998         "x": 2113.25,
999         "y": 1861.25000333786,
1000         "z": "681fe365.17b79c",
1001         "wires": [
1002             []
1003         ]
1004     },
1005     {
1006         "id": "ec7b3808.4058b8",
1007         "type": "success",
1008         "name": "success",
1009         "xml": "<outcome value='success'>\n",
1010         "comments": "",
1011         "outputs": 1,
1012         "x": 2399.25,
1013         "y": 1988.25000333786,
1014         "z": "681fe365.17b79c",
1015         "wires": [
1016             [
1017                 "f7955dc4.a78a7"
1018             ]
1019         ]
1020     },
1021     {
1022         "id": "f7955dc4.a78a7",
1023         "type": "block",
1024         "name": "block : atomic",
1025         "xml": "<block atomic='true'>",
1026         "atomic": "true",
1027         "comments": "",
1028         "outputs": 1,
1029         "x": 2563.2498779296875,
1030         "y": 1989.2501254081726,
1031         "z": "681fe365.17b79c",
1032         "wires": [
1033             [
1034                 "44e438.54d37bc8",
1035                 "f4c556d2.a897e8"
1036             ]
1037         ]
1038     },
1039     {
1040         "id": "44e438.54d37bc8",
1041         "type": "record",
1042         "name": "record",
1043         "xml": "<record plugin=\"org.onap.ccsdk.sli.core.sli.recording.FileRecorder\">\n<parameter name=\"file\" value=\"/opt/opendaylight/current/data/log/terminateRANSlice.log\" />\n<parameter name=\"level\" value=\"info\" />\n<parameter name=\"field1\" value=\"Successfully Retrieved - RRMPolicyRatio\"/>",
1044         "comments": "",
1045         "outputs": 1,
1046         "x": 2713.2498779296875,
1047         "y": 1984.250247478485,
1048         "z": "681fe365.17b79c",
1049         "wires": [
1050             []
1051         ]
1052     },
1053     {
1054         "id": "33a55b89.b58dc4",
1055         "type": "failure",
1056         "name": "failure",
1057         "xml": "<outcome value='failure'>\n",
1058         "comments": "",
1059         "outputs": 1,
1060         "x": 2395.25,
1061         "y": 1909.25000333786,
1062         "z": "681fe365.17b79c",
1063         "wires": [
1064             [
1065                 "b15c872.ddc6978"
1066             ]
1067         ]
1068     },
1069     {
1070         "id": "b15c872.ddc6978",
1071         "type": "block",
1072         "name": "block : atomic",
1073         "xml": "<block atomic='true'>",
1074         "atomic": "true",
1075         "comments": "",
1076         "outputs": 1,
1077         "x": 2553.250244140625,
1078         "y": 1857.25000333786,
1079         "z": "681fe365.17b79c",
1080         "wires": [
1081             [
1082                 "ced8e9ed.01f3a8",
1083                 "c478c403.a695c8",
1084                 "ad094b5c.97bfa8"
1085             ]
1086         ]
1087     },
1088     {
1089         "id": "ced8e9ed.01f3a8",
1090         "type": "returnFailure",
1091         "name": "return failure",
1092         "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 in Fetching RRMPolicyRatio - CellCU. Aborting RPC executiopn'/>",
1093         "comments": "",
1094         "x": 2724.2498779296875,
1095         "y": 1918.2500643730164,
1096         "z": "681fe365.17b79c",
1097         "wires": []
1098     },
1099     {
1100         "id": "c478c403.a695c8",
1101         "type": "set",
1102         "name": "set",
1103         "xml": "<set>\n<parameter name='error-code' value='500'/>\n<parameter name='error-message' value='Error in retrieving RRMPolicyRatio. Aborting RPC executiopn'/>",
1104         "comments": "",
1105         "x": 2719.25,
1106         "y": 1823.25000333786,
1107         "z": "681fe365.17b79c",
1108         "wires": []
1109     },
1110     {
1111         "id": "59f372a7.4cc0dc",
1112         "type": "execute",
1113         "name": "fetch RRMPolicyRatio - NRCellCU",
1114         "xml": "<execute plugin='org.onap.ccsdk.sli.plugins.restapicall.RestapiCallNode' method='sendRequest' >\n<parameter name=\"restapiUrl\" value=\"`$prop.controller.url + $tmp.getRRMPolicyRatio.url`\"/>\n<parameter name=\"restapiUser\" value=\"`$prop.controller.user`\" />\n<parameter name=\"restapiPassword\" value=\"`$prop.controller.pwd`\"/>\n<parameter name=\"httpMethod\" value=\"GET\"/>\n<parameter name=\"responsePrefix\" value=\"get-rrmpolicyratio-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\"/>",
1115         "comments": "",
1116         "outputs": 1,
1117         "x": 2148.25,
1118         "y": 1936.25000333786,
1119         "z": "681fe365.17b79c",
1120         "wires": [
1121             [
1122                 "33a55b89.b58dc4",
1123                 "ec7b3808.4058b8"
1124             ]
1125         ]
1126     },
1127     {
1128         "id": "f4c556d2.a897e8",
1129         "type": "execute",
1130         "name": "printContext",
1131         "xml": "<execute plugin='org.onap.ccsdk.sli.core.slipluginutils.SliPluginUtils' method='printContext' >\n<parameter name='filename' value='/opt/opendaylight/current/data/log/ranSlice-terminateRANSlice-configrsp-context.log' />\n\n\n",
1132         "comments": "",
1133         "outputs": 1,
1134         "x": 2736.2499656677246,
1135         "y": 2021.2499423027039,
1136         "z": "681fe365.17b79c",
1137         "wires": [
1138             []
1139         ]
1140     },
1141     {
1142         "id": "a91f5808.a93658",
1143         "type": "for",
1144         "name": "for each rrmpolicyratio",
1145         "xml": "<for index='idcu-rrm' start='0' end='`$tmp.rrmPolicyRatioList_length`'>\n",
1146         "comments": "",
1147         "outputs": 1,
1148         "x": 2083.25,
1149         "y": 2094.250232219696,
1150         "z": "681fe365.17b79c",
1151         "wires": [
1152             [
1153                 "35918787.88c868"
1154             ]
1155         ]
1156     },
1157     {
1158         "id": "5fd18804.b77ea8",
1159         "type": "execute",
1160         "name": "read rrmpolicyratio list size",
1161         "xml": "<execute plugin='org.onap.ccsdk.sli.core.slipluginutils.SliPluginUtils' method='getAttributeValue'>\n\t<parameter name='outputPath' value='tmp.rrmPolicyRatioList_length' />\n\t<parameter name='source' value=\"`'get-rrmpolicyratio-response.attributes.RRMPolicyRatio_length'`\" />\n    ",
1162         "comments": "",
1163         "outputs": 1,
1164         "x": 2127.25,
1165         "y": 1990.25000333786,
1166         "z": "681fe365.17b79c",
1167         "wires": [
1168             []
1169         ]
1170     },
1171     {
1172         "id": "35918787.88c868",
1173         "type": "block",
1174         "name": "block : atomic",
1175         "xml": "<block atomic='true'>",
1176         "atomic": "true",
1177         "comments": "",
1178         "outputs": 1,
1179         "x": 2304.25,
1180         "y": 2114.250232219696,
1181         "z": "681fe365.17b79c",
1182         "wires": [
1183             [
1184                 "ce2ea549.0f1118",
1185                 "8d0a43d7.ec465",
1186                 "161f1fd6.b2ae4",
1187                 "b2831a61.7b70f8",
1188                 "714dfa37.1b8884",
1189                 "e55f953e.ae8588",
1190                 "b932805a.88184",
1191                 "f8bd009c.44741",
1192                 "875be4d4.5e6918",
1193                 "bfbb2edf.2f752",
1194                 "57973a51.8c2c54",
1195                 "558c117b.eb578"
1196             ]
1197         ]
1198     },
1199     {
1200         "id": "ce2ea549.0f1118",
1201         "type": "set",
1202         "name": "Calculate updated RRMPolicyRatio",
1203         "xml": "<set>\n<parameter name='tmp.rrmPolicyDedicatedRatio_cellCU' value=\"`'$get-rrmpolicyratio-response.attributes.RRMPolicyRatio['+ $idcu-rrm +'].attributes.rRMPolicyDedicatedRatio'`\" />\n<parameter name='tmp.rrmPolicyDedicatedRatio_CellCU_updated' value=\"`$tmp.rrmPolicyDedicatedRatio_cellCU + $tmp.rRMPolicyDedicatedRatio_SliceProfile`\" />",
1204         "comments": "",
1205         "x": 2525.2498664855957,
1206         "y": 2031.250138759613,
1207         "z": "681fe365.17b79c",
1208         "wires": []
1209     },
1210     {
1211         "id": "f8513007.e48d1",
1212         "type": "record",
1213         "name": "record",
1214         "xml": "<record plugin=\"org.onap.ccsdk.sli.core.sli.recording.FileRecorder\">\n<parameter name=\"file\" value=\"/opt/opendaylight/current/data/log/terminateRANSlice.log\" />\n<parameter name=\"level\" value=\"info\" />\n<parameter name=\"field1\" value=\"RRMPolicyRatioList size\"/>\n<parameter name=\"field2\" value=\"`$tmp.rrmPolicyRatioList_length`\"/>\n",
1215         "comments": "",
1216         "outputs": 1,
1217         "x": 2067.25,
1218         "y": 2044.25000333786,
1219         "z": "681fe365.17b79c",
1220         "wires": [
1221             []
1222         ]
1223     },
1224     {
1225         "id": "aa710b38.7299d8",
1226         "type": "for",
1227         "name": "foreach PLMNInfo",
1228         "xml": "<for index='id-cuplmn' start='0' end='`$tmp.pLMNInfoList_length`' >\n",
1229         "comments": "",
1230         "outputs": 1,
1231         "x": 2588.3611221313477,
1232         "y": 546.472261428833,
1233         "z": "681fe365.17b79c",
1234         "wires": [
1235             [
1236                 "6e69020c.ffa84c"
1237             ]
1238         ]
1239     },
1240     {
1241         "id": "60331864.c5e1a8",
1242         "type": "block",
1243         "name": "block",
1244         "xml": "<block atomic='true'>",
1245         "atomic": "true",
1246         "comments": "",
1247         "outputs": 1,
1248         "x": 1815.2499771118164,
1249         "y": 1286.2499742507935,
1250         "z": "681fe365.17b79c",
1251         "wires": [
1252             [
1253                 "84a59109.b2389",
1254                 "411987bd.6a71b8",
1255                 "615004fe.554e1c"
1256             ]
1257         ]
1258     },
1259     {
1260         "id": "54c5833d.bb252c",
1261         "type": "switchNode",
1262         "name": "is NSSAI exists",
1263         "xml": "<switch test='`$tmp.configDBSNSSAI == $tmp.sNSSAI`'>\n",
1264         "comments": "",
1265         "outputs": 1,
1266         "x": 2824.0274810791016,
1267         "y": 804.0277628898621,
1268         "z": "681fe365.17b79c",
1269         "wires": [
1270             [
1271                 "eb3203bf.9dd31"
1272             ]
1273         ]
1274     },
1275     {
1276         "id": "eb3203bf.9dd31",
1277         "type": "outcome",
1278         "name": "True",
1279         "xml": "<outcome value='true'>\n",
1280         "comments": "",
1281         "outputs": 1,
1282         "x": 2486.25,
1283         "y": 921.2500033378601,
1284         "z": "681fe365.17b79c",
1285         "wires": [
1286             [
1287                 "a4df9676.1618b8"
1288             ]
1289         ]
1290     },
1291     {
1292         "id": "b90d780e.3c4118",
1293         "type": "record",
1294         "name": "record",
1295         "xml": "<record plugin=\"org.onap.ccsdk.sli.core.sli.recording.FileRecorder\">\n<parameter name=\"file\" value=\"/opt/opendaylight/current/data/log/terminateRANSlice.log\" />\n<parameter name=\"level\" value=\"info\" />\n<parameter name=\"field1\" value=\"NSSAI exists for cucp plmninfo \"/>\n\n\n",
1296         "comments": "",
1297         "outputs": 1,
1298         "x": 2276.2500801086426,
1299         "y": 903.2500143051147,
1300         "z": "681fe365.17b79c",
1301         "wires": [
1302             []
1303         ]
1304     },
1305     {
1306         "id": "2a178a2.39b2c76",
1307         "type": "record",
1308         "name": "record",
1309         "xml": "<record plugin=\"org.onap.ccsdk.sli.core.sli.recording.FileRecorder\">\n<parameter name=\"file\" value=\"/opt/opendaylight/current/data/log/terminateRANSlice.log\" />\n<parameter name=\"level\" value=\"info\" />\n<parameter name=\"field1\" value=\"sNSSAI - getNFNSSIRIC-configdb-response\"/>\n<parameter name=\"field2\" value=\"`$tmp.configDBSNSSAI`\"/>\n<parameter name=\"field3\" value=\"sNSSAI from request\"/>\n<parameter name=\"field4\" value=\"`$tmp.sNSSAI`\"/>\n\n",
1310         "comments": "",
1311         "outputs": 1,
1312         "x": 2863.1388092041016,
1313         "y": 739.4722437858582,
1314         "z": "681fe365.17b79c",
1315         "wires": [
1316             []
1317         ]
1318     },
1319     {
1320         "id": "731a2191.f9dfb",
1321         "type": "block",
1322         "name": "block : atomic",
1323         "xml": "<block atomic='true'>",
1324         "atomic": "true",
1325         "comments": "",
1326         "outputs": 1,
1327         "x": 2672.2501373291016,
1328         "y": 713.2500758171082,
1329         "z": "681fe365.17b79c",
1330         "wires": [
1331             [
1332                 "2a178a2.39b2c76",
1333                 "54c5833d.bb252c",
1334                 "d021cf43.653b9"
1335             ]
1336         ]
1337     },
1338     {
1339         "id": "d021cf43.653b9",
1340         "type": "execute",
1341         "name": "read sNSSAI from getNFNSSIRIC-configdb-response",
1342         "xml": "<execute plugin='org.onap.ccsdk.sli.core.slipluginutils.SliPluginUtils' method='getAttributeValue'>\n\t<parameter name='outputPath' value='tmp.configDBSNSSAI' />\n\t<parameter name='source' value=\"`'getNFNSSIRIC-configdb-response.['+ $idy +'].gNBCUCPList['+ $idz +'].cellCUList['+ $idcu +'].pLMNInfoList['+ $id-cuplmn +'].sNSSAI['+ $id-cusnssai +'].sNSSAI'`\" />",
1343         "comments": "",
1344         "outputs": 1,
1345         "x": 3043.1386108398438,
1346         "y": 663.472291469574,
1347         "z": "681fe365.17b79c",
1348         "wires": [
1349             []
1350         ]
1351     },
1352     {
1353         "id": "b79aca29.8b4fd8",
1354         "type": "block",
1355         "name": "Process CUUP",
1356         "xml": "<block atomic='true'>",
1357         "atomic": "true",
1358         "comments": "",
1359         "outputs": 1,
1360         "x": 604.25,
1361         "y": 1476.25000333786,
1362         "z": "681fe365.17b79c",
1363         "wires": [
1364             [
1365                 "390c92be.363bae",
1366                 "db0968ab.63e588",
1367                 "1dcdbe00.729ff2"
1368             ]
1369         ]
1370     },
1371     {
1372         "id": "390c92be.363bae",
1373         "type": "execute",
1374         "name": "read CUUP list size",
1375         "xml": "<execute plugin='org.onap.ccsdk.sli.core.slipluginutils.SliPluginUtils' method='getAttributeValue'>\n\t<parameter name='outputPath' value='tmp.CUUPList_length' />\n\t<parameter name='source' value=\"`'getNFNSSIRIC-configdb-response.[' + $idy +'].gNBCUUPList_length'`\" />\n    ",
1376         "comments": "",
1377         "outputs": 1,
1378         "x": 935.25,
1379         "y": 1486.25000333786,
1380         "z": "681fe365.17b79c",
1381         "wires": [
1382             []
1383         ]
1384     },
1385     {
1386         "id": "db0968ab.63e588",
1387         "type": "record",
1388         "name": "record",
1389         "xml": "<record plugin=\"org.onap.ccsdk.sli.core.sli.recording.FileRecorder\">\n<parameter name=\"file\" value=\"/opt/opendaylight/current/data/log/terminateRANSlice.log\" />\n<parameter name=\"level\" value=\"info\" />\n<parameter name=\"field1\" value=\"Number of CUCP List Entries \"/>\n<parameter name=\"field2\" value=\"`$tmp.CUUPList_length`\"/>\n<parameter name=\"field3\" value=\"for the NearRTRIC\"/>\n<parameter name=\"field4\" value=\"`$tmp.nearRTRICId`\"/>\n",
1390         "comments": "",
1391         "outputs": 1,
1392         "x": 907.25,
1393         "y": 1551.25000333786,
1394         "z": "681fe365.17b79c",
1395         "wires": [
1396             []
1397         ]
1398     },
1399     {
1400         "id": "1dcdbe00.729ff2",
1401         "type": "for",
1402         "name": "foreach CUUP",
1403         "xml": "<for index='id-cuup' start='0' end='`$tmp.CUUPList_length`'>\n",
1404         "comments": "",
1405         "outputs": 1,
1406         "x": 935.25,
1407         "y": 1626.25000333786,
1408         "z": "681fe365.17b79c",
1409         "wires": [
1410             [
1411                 "e2ec8c48.6d886"
1412             ]
1413         ]
1414     },
1415     {
1416         "id": "e2ec8c48.6d886",
1417         "type": "block",
1418         "name": "block : process CUUP",
1419         "xml": "<block atomic='true'>",
1420         "atomic": "true",
1421         "comments": "",
1422         "outputs": 1,
1423         "x": 800.250129699707,
1424         "y": 1986.2502059936523,
1425         "z": "681fe365.17b79c",
1426         "wires": [
1427             [
1428                 "9dc494c6.2df118",
1429                 "22c7dabc.bd3326",
1430                 "a518b034.922ad",
1431                 "24593147.e7d6de",
1432                 "b5ba08f.5a3f3f8",
1433                 "18115eaf.388eb1",
1434                 "e70e3765.75b1f8",
1435                 "16883fd4.17cb1",
1436                 "7ef41.8ec040bf8",
1437                 "ab8499f1.764808",
1438                 "3ebdce6c.110842",
1439                 "291001de.d4d50e",
1440                 "bd924f54.c1842"
1441             ]
1442         ]
1443     },
1444     {
1445         "id": "9dc494c6.2df118",
1446         "type": "execute",
1447         "name": "read CUUP id",
1448         "xml": "<execute plugin='org.onap.ccsdk.sli.core.slipluginutils.SliPluginUtils' method='getAttributeValue'>\n\t<parameter name='outputPath' value='tmp.idGNBCUUPFunction' />\n\t<parameter name='source' value=\"`'getNFNSSIRIC-configdb-response.['+ $idy +'].gNBCUUPList['+ $id-cuup +'].gNBCUUPId'`\" />",
1449         "comments": "",
1450         "outputs": 1,
1451         "x": 1217.2500457763672,
1452         "y": 2039.2500247955322,
1453         "z": "681fe365.17b79c",
1454         "wires": [
1455             []
1456         ]
1457     },
1458     {
1459         "id": "22c7dabc.bd3326",
1460         "type": "record",
1461         "name": "record",
1462         "xml": "<record plugin=\"org.onap.ccsdk.sli.core.sli.recording.FileRecorder\">\n<parameter name=\"file\" value=\"/opt/opendaylight/current/data/log/terminateRANSlice.log\" />\n<parameter name=\"level\" value=\"info\" />\n<parameter name=\"field1\" value=\"idGNBCUUPFunction \"/>\n<parameter name=\"field2\" value=\"`$tmp.idGNBCUUPFunction`\"/>\n\n",
1463         "comments": "",
1464         "outputs": 1,
1465         "x": 1201.2501411437988,
1466         "y": 2089.2500743865967,
1467         "z": "681fe365.17b79c",
1468         "wires": [
1469             []
1470         ]
1471     },
1472     {
1473         "id": "a518b034.922ad",
1474         "type": "execute",
1475         "name": "read plmninfolist size",
1476         "xml": "<execute plugin='org.onap.ccsdk.sli.core.slipluginutils.SliPluginUtils' method='getAttributeValue'>\n\t<parameter name='outputPath' value='tmp.pLMNInfoList' />\n\t<parameter name='source' value=\"`'getNFNSSIRIC-configdb-response.['+ $idy +'].gNBCUUPList['+ $id-cuup +'].pLMNInfoList_length'`\" />",
1477         "comments": "",
1478         "outputs": 1,
1479         "x": 1197.2500457763672,
1480         "y": 2143.2500762939453,
1481         "z": "681fe365.17b79c",
1482         "wires": [
1483             []
1484         ]
1485     },
1486     {
1487         "id": "24593147.e7d6de",
1488         "type": "for",
1489         "name": "foreach pLMNInfo",
1490         "xml": "<for index='id-plmn' start='0' end='1'>\n",
1491         "comments": "",
1492         "outputs": 1,
1493         "x": 1041.2499923706055,
1494         "y": 2278.250228881836,
1495         "z": "681fe365.17b79c",
1496         "wires": [
1497             [
1498                 "c77ba88c.ad56f8"
1499             ]
1500         ]
1501     },
1502     {
1503         "id": "c77ba88c.ad56f8",
1504         "type": "block",
1505         "name": "block : atomic",
1506         "xml": "<block atomic='true'>",
1507         "atomic": "true",
1508         "comments": "",
1509         "outputs": 1,
1510         "x": 1163.2499923706055,
1511         "y": 2350.2502315044403,
1512         "z": "681fe365.17b79c",
1513         "wires": [
1514             [
1515                 "fdc0ff7c.ee3fc",
1516                 "59f3a197.71b95",
1517                 "5c179b5b.37ced4"
1518             ]
1519         ]
1520     },
1521     {
1522         "id": "880cb6d6.d4b0b8",
1523         "type": "failure",
1524         "name": "failure",
1525         "xml": "<outcome value='failure'>\n",
1526         "comments": "",
1527         "outputs": 1,
1528         "x": 2291.250270843506,
1529         "y": 2858.250334739685,
1530         "z": "681fe365.17b79c",
1531         "wires": [
1532             [
1533                 "40a6a820.627d08"
1534             ]
1535         ]
1536     },
1537     {
1538         "id": "40a6a820.627d08",
1539         "type": "block",
1540         "name": "block : atomic",
1541         "xml": "<block atomic='true'>",
1542         "atomic": "true",
1543         "comments": "",
1544         "outputs": 1,
1545         "x": 2448.250274658203,
1546         "y": 2851.2501397132874,
1547         "z": "681fe365.17b79c",
1548         "wires": [
1549             [
1550                 "1e5e96f9.deb9b9",
1551                 "228683d5.376c2c",
1552                 "ad094b5c.97bfa8"
1553             ]
1554         ]
1555     },
1556     {
1557         "id": "228683d5.376c2c",
1558         "type": "set",
1559         "name": "set",
1560         "xml": "<set>\n<parameter name='error-code' value='500'/>\n<parameter name='error-message' value='Error removing CUUP PLMNInfoList. Aborting RPC executiopn'/>",
1561         "comments": "",
1562         "x": 2693.2502822875977,
1563         "y": 2852.25053024292,
1564         "z": "681fe365.17b79c",
1565         "wires": []
1566     },
1567     {
1568         "id": "1e5e96f9.deb9b9",
1569         "type": "returnFailure",
1570         "name": "return failure",
1571         "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 removing CUUP PLMNInfo. Aborting RPC executiopn'/>",
1572         "comments": "",
1573         "x": 2681.2502822875977,
1574         "y": 2887.2505311965942,
1575         "z": "681fe365.17b79c",
1576         "wires": []
1577     },
1578     {
1579         "id": "af9dfd26.dc4ec",
1580         "type": "record",
1581         "name": "record",
1582         "xml": "<record plugin=\"org.onap.ccsdk.sli.core.sli.recording.FileRecorder\">\n<parameter name=\"file\" value=\"/opt/opendaylight/current/data/log/terminateRANSlice.log\" />\n<parameter name=\"level\" value=\"info\" />\n<parameter name=\"field1\" value=\"Successfully removed - gNBCUUP PLMNInfo Entry\"/>",
1583         "comments": "",
1584         "outputs": 1,
1585         "x": 2671.25008392334,
1586         "y": 2935.2503356933594,
1587         "z": "681fe365.17b79c",
1588         "wires": [
1589             []
1590         ]
1591     },
1592     {
1593         "id": "4da4b3f9.815d1c",
1594         "type": "block",
1595         "name": "block : atomic",
1596         "xml": "<block atomic='true'>",
1597         "atomic": "true",
1598         "comments": "",
1599         "outputs": 1,
1600         "x": 2515.2500762939453,
1601         "y": 2928.250141143799,
1602         "z": "681fe365.17b79c",
1603         "wires": [
1604             [
1605                 "af9dfd26.dc4ec"
1606             ]
1607         ]
1608     },
1609     {
1610         "id": "4594eb50.161444",
1611         "type": "success",
1612         "name": "success",
1613         "xml": "<outcome value='success'>\n",
1614         "comments": "",
1615         "outputs": 1,
1616         "x": 2355.2500762939453,
1617         "y": 2928.2503356933594,
1618         "z": "681fe365.17b79c",
1619         "wires": [
1620             [
1621                 "4da4b3f9.815d1c"
1622             ]
1623         ]
1624     },
1625     {
1626         "id": "144fa13.e80855f",
1627         "type": "switchNode",
1628         "name": "ransim mounted",
1629         "xml": "<switch test='`$prop.ransim-mounted`'>\n",
1630         "comments": "",
1631         "outputs": 1,
1632         "x": 2037.2500267028809,
1633         "y": 2649.2503805160522,
1634         "z": "681fe365.17b79c",
1635         "wires": [
1636             [
1637                 "d924133c.0f1c",
1638                 "cc1aca29.288338"
1639             ]
1640         ]
1641     },
1642     {
1643         "id": "d924133c.0f1c",
1644         "type": "outcome",
1645         "name": "Not Mounted",
1646         "xml": "<outcome value='false'>\n",
1647         "comments": "",
1648         "outputs": 1,
1649         "x": 2357.250129699707,
1650         "y": 2699.250137835741,
1651         "z": "681fe365.17b79c",
1652         "wires": [
1653             [
1654                 "2880a30.6b2b15e"
1655             ]
1656         ]
1657     },
1658     {
1659         "id": "cc1aca29.288338",
1660         "type": "outcome",
1661         "name": "Mounted",
1662         "xml": "<outcome value='true'>\n",
1663         "comments": "",
1664         "outputs": 1,
1665         "x": 2390.250015258789,
1666         "y": 2798.250346660614,
1667         "z": "681fe365.17b79c",
1668         "wires": [
1669             [
1670                 "80f5bdc1.78aaf"
1671             ]
1672         ]
1673     },
1674     {
1675         "id": "2880a30.6b2b15e",
1676         "type": "execute",
1677         "name": "generate terminate PLMNInfoListEntry CUUP URL",
1678         "xml": "<execute plugin='org.onap.ccsdk.sli.core.slipluginutils.SliStringUtils' method='replace' >\n    <parameter name=\"source\" value=\"`$prop.restapi.terminateSNSSAIEntry.ToCUUP`\"/>\n    <parameter name=\"outputPath\" value=\"tmp.deletePLMNInfo-CUUP.url\"/>\n    <parameter name=\"target\" value=\"{idNearRTRIC}\"/>\n    <parameter name=\"replacement\" value=\"`$tmp.nearRTRICId`\"/>\n",
1679         "comments": "",
1680         "outputs": 1,
1681         "x": 2722.250015258789,
1682         "y": 2711.250346660614,
1683         "z": "681fe365.17b79c",
1684         "wires": [
1685             []
1686         ]
1687     },
1688     {
1689         "id": "4db12306.f9576c",
1690         "type": "execute",
1691         "name": "prepare idGNBCUUPFunction",
1692         "xml": "<execute plugin='org.onap.ccsdk.sli.core.slipluginutils.SliStringUtils' method='replace' >\n    <parameter name=\"source\" value=\"`$tmp.deletePLMNInfo-CUUP.url`\"/>\n    <parameter name=\"outputPath\" value=\"tmp.deletePLMNInfo-CUUP.url\"/>\n    <parameter name=\"target\" value=\"{idGNBCUUPFunction}\"/>\n    <parameter name=\"replacement\" value=\"`$tmp.idGNBCUUPFunction`\"/>\n",
1693         "comments": "",
1694         "outputs": 1,
1695         "x": 2053.249969482422,
1696         "y": 2753.250138282776,
1697         "z": "681fe365.17b79c",
1698         "wires": [
1699             []
1700         ]
1701     },
1702     {
1703         "id": "18115eaf.388eb1",
1704         "type": "set",
1705         "name": "Calculate RRMPolicyRatio",
1706         "xml": "<set>\n<parameter name='tmp.maxNumberOfDRBsPerNSSAI' value='`$tmp.payload.maxNumberofConns*4`' />\n<parameter name='tmp.maxNumberOfDRBsPerCUUP' value='`$tmp.maxNumberOfDRBsPerNSSAI /$tmp.CUUPList_length`' />\n<parameter name='tmp.rRMPolicyDedicatedRatio1' value='`$tmp.maxNumberOfDRBsPerCUUP*100`' />\n<parameter name='tmp.rRMPolicyDedicatedRatio-CUUP' value='`$tmp.rRMPolicyDedicatedRatio1/$prop.cuupfunction.maxNumberOfDRBsPerCUUP`' />",
1707         "comments": "",
1708         "x": 1413.2501373291016,
1709         "y": 3128.250389099121,
1710         "z": "681fe365.17b79c",
1711         "wires": []
1712     },
1713     {
1714         "id": "e70e3765.75b1f8",
1715         "type": "record",
1716         "name": "record",
1717         "xml": "<record plugin=\"org.onap.ccsdk.sli.core.sli.recording.FileRecorder\">\n<parameter name=\"file\" value=\"/opt/opendaylight/current/data/log/terminateRANSlice.log\" />\n<parameter name=\"level\" value=\"info\" />\n<parameter name=\"field1\" value=\"RRMPolicyRatio for this profile is - \"/>\n<parameter name=\"field2\" value=\"`$tmp.rRMPolicyDedicatedRatio-CUUP`\"/>",
1718         "comments": "",
1719         "outputs": 1,
1720         "x": 1371.2501411437988,
1721         "y": 3193.250389099121,
1722         "z": "681fe365.17b79c",
1723         "wires": [
1724             []
1725         ]
1726     },
1727     {
1728         "id": "16883fd4.17cb1",
1729         "type": "switchNode",
1730         "name": "ransim mounted",
1731         "xml": "<switch test='`$prop.ransim-mounted`'>\n",
1732         "comments": "",
1733         "outputs": 1,
1734         "x": 1437.2500457763672,
1735         "y": 3239.2501945495605,
1736         "z": "681fe365.17b79c",
1737         "wires": [
1738             [
1739                 "f3536205.b6d18",
1740                 "2406512.40e87ae"
1741             ]
1742         ]
1743     },
1744     {
1745         "id": "f3536205.b6d18",
1746         "type": "outcome",
1747         "name": "Not Mounted",
1748         "xml": "<outcome value='false'>\n",
1749         "comments": "",
1750         "outputs": 1,
1751         "x": 1746.2499771118164,
1752         "y": 3195.2497539520264,
1753         "z": "681fe365.17b79c",
1754         "wires": [
1755             [
1756                 "5313b96e.3e1918"
1757             ]
1758         ]
1759     },
1760     {
1761         "id": "5313b96e.3e1918",
1762         "type": "execute",
1763         "name": "fetch RRMPolicyRatio CUUP - URL",
1764         "xml": "<execute plugin='org.onap.ccsdk.sli.core.slipluginutils.SliStringUtils' method='replace' >\n    <parameter name=\"source\" value=\"`$prop.restapi.RRMPolicyRatioEntry.ToGNBCUUP`\"/>\n    <parameter name=\"outputPath\" value=\"tmp.getRRMPolicyRatio-CUUP.url\"/>\n    <parameter name=\"target\" value=\"{idNearRTRIC}\"/>\n    <parameter name=\"replacement\" value=\"`$tmp.nearRTRICId`\"/>\n",
1765         "comments": "",
1766         "outputs": 1,
1767         "x": 2005.2497863769531,
1768         "y": 3197.249948978424,
1769         "z": "681fe365.17b79c",
1770         "wires": [
1771             []
1772         ]
1773     },
1774     {
1775         "id": "7ef41.8ec040bf8",
1776         "type": "execute",
1777         "name": "prepare idGNBCUUPFunction",
1778         "xml": "<execute plugin='org.onap.ccsdk.sli.core.slipluginutils.SliStringUtils' method='replace' >\n    <parameter name=\"source\" value=\"`$tmp.getRRMPolicyRatio-CUUP.url`\"/>\n    <parameter name=\"outputPath\" value=\"tmp.getRRMPolicyRatio-CUUP.url\"/>\n    <parameter name=\"target\" value=\"{idGNBCUUPFunction}\"/>\n    <parameter name=\"replacement\" value=\"`$tmp.idGNBCUUPFunction`\"/>\n",
1779         "comments": "",
1780         "outputs": 1,
1781         "x": 1484.2501430511475,
1782         "y": 3288.2503910064697,
1783         "z": "681fe365.17b79c",
1784         "wires": [
1785             []
1786         ]
1787     },
1788     {
1789         "id": "ab8499f1.764808",
1790         "type": "execute",
1791         "name": "fetch RRMPolicyRatio - CUUP",
1792         "xml": "<execute plugin='org.onap.ccsdk.sli.plugins.restapicall.RestapiCallNode' method='sendRequest' >\n<parameter name=\"restapiUrl\" value=\"`$prop.controller.url + $tmp.getRRMPolicyRatio-CUUP.url`\"/>\n<parameter name=\"restapiUser\" value=\"`$prop.controller.user`\" />\n<parameter name=\"restapiPassword\" value=\"`$prop.controller.pwd`\"/>\n<parameter name=\"httpMethod\" value=\"GET\"/>\n<parameter name=\"responsePrefix\" value=\"get-rrmpolicyratio-cuup-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\"/>",
1793         "comments": "",
1794         "outputs": 1,
1795         "x": 1503.2501419782639,
1796         "y": 3336.250343322754,
1797         "z": "681fe365.17b79c",
1798         "wires": [
1799             [
1800                 "e7156499.457a18",
1801                 "f9535ec6.7927"
1802             ]
1803         ]
1804     },
1805     {
1806         "id": "e7156499.457a18",
1807         "type": "failure",
1808         "name": "failure",
1809         "xml": "<outcome value='failure'>\n",
1810         "comments": "",
1811         "outputs": 1,
1812         "x": 1909.2501754760742,
1813         "y": 3301.2501459121704,
1814         "z": "681fe365.17b79c",
1815         "wires": [
1816             [
1817                 "67da9057.2ebc"
1818             ]
1819         ]
1820     },
1821     {
1822         "id": "67da9057.2ebc",
1823         "type": "block",
1824         "name": "block : atomic",
1825         "xml": "<block atomic='true'>",
1826         "atomic": "true",
1827         "comments": "",
1828         "outputs": 1,
1829         "x": 2083.250175476074,
1830         "y": 3312.2499504089355,
1831         "z": "681fe365.17b79c",
1832         "wires": [
1833             [
1834                 "8e112a81.27a5e8",
1835                 "a9910653.13d4b8",
1836                 "ad094b5c.97bfa8"
1837             ]
1838         ]
1839     },
1840     {
1841         "id": "a9910653.13d4b8",
1842         "type": "set",
1843         "name": "set",
1844         "xml": "<set>\n<parameter name='error-code' value='500'/>\n<parameter name='error-message' value='Error in retrieving RRMPolicyRatio. Aborting RPC executiopn'/>",
1845         "comments": "",
1846         "x": 2275.249984741211,
1847         "y": 3257.2499504089355,
1848         "z": "681fe365.17b79c",
1849         "wires": []
1850     },
1851     {
1852         "id": "8e112a81.27a5e8",
1853         "type": "returnFailure",
1854         "name": "return failure",
1855         "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 in fetching RRMPolicyRatio. Aborting RPC executiopn'/>",
1856         "comments": "",
1857         "x": 2319.249984741211,
1858         "y": 3301.2499504089355,
1859         "z": "681fe365.17b79c",
1860         "wires": []
1861     },
1862     {
1863         "id": "91367f6d.db4a3",
1864         "type": "execute",
1865         "name": "printContext",
1866         "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",
1867         "comments": "",
1868         "outputs": 1,
1869         "x": 2306.249984741211,
1870         "y": 3380.2503423690796,
1871         "z": "681fe365.17b79c",
1872         "wires": [
1873             []
1874         ]
1875     },
1876     {
1877         "id": "682358ee.9fe208",
1878         "type": "record",
1879         "name": "record",
1880         "xml": "<record plugin=\"org.onap.ccsdk.sli.core.sli.recording.FileRecorder\">\n<parameter name=\"file\" value=\"/opt/opendaylight/current/data/log/terminateRANSlice.log\" />\n<parameter name=\"level\" value=\"info\" />\n<parameter name=\"field1\" value=\"Successfully Retrieved - RRMPolicyRatio\"/>",
1881         "comments": "",
1882         "outputs": 1,
1883         "x": 2298.249984741211,
1884         "y": 3336.2503414154053,
1885         "z": "681fe365.17b79c",
1886         "wires": [
1887             []
1888         ]
1889     },
1890     {
1891         "id": "f2497616.c61088",
1892         "type": "block",
1893         "name": "block : atomic",
1894         "xml": "<block atomic='true'>",
1895         "atomic": "true",
1896         "comments": "",
1897         "outputs": 1,
1898         "x": 2089.2499809265137,
1899         "y": 3358.2503414154053,
1900         "z": "681fe365.17b79c",
1901         "wires": [
1902             [
1903                 "682358ee.9fe208",
1904                 "91367f6d.db4a3"
1905             ]
1906         ]
1907     },
1908     {
1909         "id": "f9535ec6.7927",
1910         "type": "success",
1911         "name": "success",
1912         "xml": "<outcome value='success'>\n",
1913         "comments": "",
1914         "outputs": 1,
1915         "x": 1908.2501754760742,
1916         "y": 3357.2501468658447,
1917         "z": "681fe365.17b79c",
1918         "wires": [
1919             [
1920                 "f2497616.c61088"
1921             ]
1922         ]
1923     },
1924     {
1925         "id": "3ebdce6c.110842",
1926         "type": "execute",
1927         "name": "read rrmpolicyratio list size",
1928         "xml": "<execute plugin='org.onap.ccsdk.sli.core.slipluginutils.SliPluginUtils' method='getAttributeValue'>\n\t<parameter name='outputPath' value='tmp.rrmPolicyRatioList_CUUP_length' />\n\t<parameter name='source' value=\"`'get-rrmpolicyratio-cuup-response.attributes.RRMPolicyRatio_length'`\" />\n    ",
1929         "comments": "",
1930         "outputs": 1,
1931         "x": 1502.2501411437988,
1932         "y": 3383.2503929138184,
1933         "z": "681fe365.17b79c",
1934         "wires": [
1935             []
1936         ]
1937     },
1938     {
1939         "id": "291001de.d4d50e",
1940         "type": "record",
1941         "name": "record",
1942         "xml": "<record plugin=\"org.onap.ccsdk.sli.core.sli.recording.FileRecorder\">\n<parameter name=\"file\" value=\"/opt/opendaylight/current/data/log/terminateRANSlice.log\" />\n<parameter name=\"level\" value=\"info\" />\n<parameter name=\"field1\" value=\"CUUP - RRMPolicyRatioList size\"/>\n<parameter name=\"field2\" value=\"`$tmp.rrmPolicyRatioList_CUUP_length`\"/>\n",
1943         "comments": "",
1944         "outputs": 1,
1945         "x": 1465.2501430511475,
1946         "y": 3432.2503929138184,
1947         "z": "681fe365.17b79c",
1948         "wires": [
1949             []
1950         ]
1951     },
1952     {
1953         "id": "bd924f54.c1842",
1954         "type": "for",
1955         "name": "for each rrmpolicyratio",
1956         "xml": "<for index='idcuup-rrm' start='0' end='`$tmp.rrmPolicyRatioList_CUUP_length`' >\n",
1957         "comments": "",
1958         "outputs": 1,
1959         "x": 1520.9166469573975,
1960         "y": 3476.5835971832275,
1961         "z": "681fe365.17b79c",
1962         "wires": [
1963             [
1964                 "358b4d42.dd07f2"
1965             ]
1966         ]
1967     },
1968     {
1969         "id": "358b4d42.dd07f2",
1970         "type": "block",
1971         "name": "block : atomic",
1972         "xml": "<block atomic='true'>",
1973         "atomic": "true",
1974         "comments": "",
1975         "outputs": 1,
1976         "x": 1846.9166793823242,
1977         "y": 3409.583484172821,
1978         "z": "681fe365.17b79c",
1979         "wires": [
1980             [
1981                 "cda8ee51.c8dd3",
1982                 "2d907870.04c9d8",
1983                 "6dcd6d8b.8f8a74",
1984                 "80c78ee4.73906",
1985                 "4270a600.32d2fc",
1986                 "57e3012b.50b3f",
1987                 "75f31ef6.92277",
1988                 "c3a3fdd9.ccf7",
1989                 "cf2e8dfd.da164",
1990                 "f259ca88.208ba8",
1991                 "ce9627e7.f46608"
1992             ]
1993         ]
1994     },
1995     {
1996         "id": "5482832f.65a86c",
1997         "type": "block",
1998         "name": "block : atomic",
1999         "xml": "<block atomic='true'>",
2000         "atomic": "true",
2001         "comments": "",
2002         "outputs": 1,
2003         "x": 2642.9165573120117,
2004         "y": 3643.5837321281433,
2005         "z": "681fe365.17b79c",
2006         "wires": [
2007             [
2008                 "e6c1d86d.e682b8"
2009             ]
2010         ]
2011     },
2012     {
2013         "id": "e6c1d86d.e682b8",
2014         "type": "record",
2015         "name": "record",
2016         "xml": "<record plugin=\"org.onap.ccsdk.sli.core.sli.recording.FileRecorder\">\n<parameter name=\"file\" value=\"/opt/opendaylight/current/data/log/terminateRANSlice.log\" />\n<parameter name=\"level\" value=\"info\" />\n<parameter name=\"field1\" value=\"Successfully removed - CUUP RRMpolicyRatio\"/>",
2017         "comments": "",
2018         "outputs": 1,
2019         "x": 2836.9167098999023,
2020         "y": 3673.5835490226746,
2021         "z": "681fe365.17b79c",
2022         "wires": [
2023             []
2024         ]
2025     },
2026     {
2027         "id": "ebe018b3.5a55b8",
2028         "type": "set",
2029         "name": "set",
2030         "xml": "<set>\n<parameter name='error-code' value='500'/>\n<parameter name='error-message' value='Error removing CUUP RRMPolicyRatio. Aborting RPC executiopn'/>",
2031         "comments": "",
2032         "x": 2902.916528701782,
2033         "y": 3730.583426475525,
2034         "z": "681fe365.17b79c",
2035         "wires": []
2036     },
2037     {
2038         "id": "7c3a20e2.bb93",
2039         "type": "returnFailure",
2040         "name": "return failure",
2041         "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 removing RRMPolicyRatio. Aborting RPC executiopn'/>",
2042         "comments": "",
2043         "x": 2917.916648864746,
2044         "y": 3778.583426475525,
2045         "z": "681fe365.17b79c",
2046         "wires": []
2047     },
2048     {
2049         "id": "1fdda310.efc3bd",
2050         "type": "block",
2051         "name": "block : atomic",
2052         "xml": "<block atomic='true'>",
2053         "atomic": "true",
2054         "comments": "",
2055         "outputs": 1,
2056         "x": 2639.91707611084,
2057         "y": 3705.583365917206,
2058         "z": "681fe365.17b79c",
2059         "wires": [
2060             [
2061                 "7c3a20e2.bb93",
2062                 "ebe018b3.5a55b8"
2063             ]
2064         ]
2065     },
2066     {
2067         "id": "81dbf1c4.f6ab9",
2068         "type": "failure",
2069         "name": "failure",
2070         "xml": "<outcome value='failure'>\n",
2071         "comments": "",
2072         "outputs": 1,
2073         "x": 2422.9165382385254,
2074         "y": 3704.5831604003906,
2075         "z": "681fe365.17b79c",
2076         "wires": [
2077             [
2078                 "1fdda310.efc3bd"
2079             ]
2080         ]
2081     },
2082     {
2083         "id": "20b1cd7e.4eef42",
2084         "type": "block",
2085         "name": "Process gNBDU",
2086         "xml": "<block atomic='true'>",
2087         "atomic": "true",
2088         "comments": "",
2089         "outputs": 1,
2090         "x": 967.0001754760742,
2091         "y": 4114.000731945038,
2092         "z": "681fe365.17b79c",
2093         "wires": [
2094             [
2095                 "5117c7e1.aa3ff8",
2096                 "cc83a77a.7ea698",
2097                 "c93d7ca9.89681"
2098             ]
2099         ]
2100     },
2101     {
2102         "id": "5117c7e1.aa3ff8",
2103         "type": "execute",
2104         "name": "read DUlist size",
2105         "xml": "<execute plugin='org.onap.ccsdk.sli.core.slipluginutils.SliPluginUtils' method='getAttributeValue'>\n\t<parameter name='outputPath' value='tmp.DUList_length' />\n\t<parameter name='source' value=\"`'getNFNSSIRIC-configdb-response.[' + $idy +'].gNBDUList_length'`\" />\n    ",
2106         "comments": "",
2107         "outputs": 1,
2108         "x": 1296.0001754760742,
2109         "y": 4145.000731945038,
2110         "z": "681fe365.17b79c",
2111         "wires": [
2112             []
2113         ]
2114     },
2115     {
2116         "id": "cc83a77a.7ea698",
2117         "type": "record",
2118         "name": "record",
2119         "xml": "<record plugin=\"org.onap.ccsdk.sli.core.sli.recording.FileRecorder\">\n<parameter name=\"file\" value=\"/opt/opendaylight/current/data/log/terminateRANSlice.log\" />\n<parameter name=\"level\" value=\"info\" />\n<parameter name=\"field1\" value=\"Number of DU List Entries \"/>\n<parameter name=\"field2\" value=\"`$tmp.DUList_length`\"/>\n<parameter name=\"field3\" value=\"for the NearRTRIC\"/>\n<parameter name=\"field4\" value=\"`$tmp.nearRTRICId`\"/>\n",
2120         "comments": "",
2121         "outputs": 1,
2122         "x": 1254.0001602172852,
2123         "y": 4206.000731945038,
2124         "z": "681fe365.17b79c",
2125         "wires": [
2126             []
2127         ]
2128     },
2129     {
2130         "id": "c93d7ca9.89681",
2131         "type": "for",
2132         "name": "foreach DU",
2133         "xml": "<for index='id-du' start='0' end='`$tmp.DUList_length`'>\n",
2134         "comments": "",
2135         "outputs": 1,
2136         "x": 1269.0001907348633,
2137         "y": 4272.000356674194,
2138         "z": "681fe365.17b79c",
2139         "wires": [
2140             [
2141                 "62543ed0.737ba"
2142             ]
2143         ]
2144     },
2145     {
2146         "id": "62543ed0.737ba",
2147         "type": "block",
2148         "name": "block : process gNBDU",
2149         "xml": "<block atomic='true'>",
2150         "atomic": "true",
2151         "comments": "",
2152         "outputs": 1,
2153         "x": 1547.0001754760742,
2154         "y": 4277.00070142746,
2155         "z": "681fe365.17b79c",
2156         "wires": [
2157             [
2158                 "6c75d78e.cd0aa8",
2159                 "c9a5618f.3f7a2",
2160                 "751771a2.1a138",
2161                 "9096a058.b945c"
2162             ]
2163         ]
2164     },
2165     {
2166         "id": "6c75d78e.cd0aa8",
2167         "type": "execute",
2168         "name": "read DU id",
2169         "xml": "<execute plugin='org.onap.ccsdk.sli.core.slipluginutils.SliPluginUtils' method='getAttributeValue'>\n\t<parameter name='outputPath' value='tmp.GNBDUId' />\n\t<parameter name='source' value=\"`'getNFNSSIRIC-configdb-response.['+ $idy +'].gNBDUList['+ $id-du +'].gNBDUId'`\" />",
2170         "comments": "",
2171         "outputs": 1,
2172         "x": 1826,
2173         "y": 4273.00000333786,
2174         "z": "681fe365.17b79c",
2175         "wires": [
2176             []
2177         ]
2178     },
2179     {
2180         "id": "c9a5618f.3f7a2",
2181         "type": "record",
2182         "name": "record",
2183         "xml": "<record plugin=\"org.onap.ccsdk.sli.core.sli.recording.FileRecorder\">\n<parameter name=\"file\" value=\"/opt/opendaylight/current/data/log/terminateRANSlice.log\" />\n<parameter name=\"level\" value=\"info\" />\n<parameter name=\"field1\" value=\"GNBDUId \"/>\n<parameter name=\"field2\" value=\"`$tmp.GNBDUId`\"/>\n\n",
2184         "comments": "",
2185         "outputs": 1,
2186         "x": 1799,
2187         "y": 4324.00000333786,
2188         "z": "681fe365.17b79c",
2189         "wires": [
2190             []
2191         ]
2192     },
2193     {
2194         "id": "751771a2.1a138",
2195         "type": "execute",
2196         "name": "read cellDU list size",
2197         "xml": "<execute plugin='org.onap.ccsdk.sli.core.slipluginutils.SliPluginUtils' method='getAttributeValue'>\n\t<parameter name='outputPath' value='tmp.cellDUList_length' />\n\t<parameter name='source' value=\"`'getNFNSSIRIC-configdb-response.[' + $idy +'].gNBDUList[' + $id-du +'].cellDUList_length'`\" />\n    ",
2198         "comments": "",
2199         "outputs": 1,
2200         "x": 1808,
2201         "y": 4383.000358581543,
2202         "z": "681fe365.17b79c",
2203         "wires": [
2204             []
2205         ]
2206     },
2207     {
2208         "id": "9096a058.b945c",
2209         "type": "for",
2210         "name": "for cellDUList",
2211         "xml": "<for index='id-celldu' start='0' end='`$tmp.cellDUList_length`' >\n",
2212         "comments": "",
2213         "outputs": 1,
2214         "x": 1844.9999771118164,
2215         "y": 4462.000261306763,
2216         "z": "681fe365.17b79c",
2217         "wires": [
2218             [
2219                 "3bf672d8.2ca8ae"
2220             ]
2221         ]
2222     },
2223     {
2224         "id": "6cc28b13.198d84",
2225         "type": "block",
2226         "name": "block : atomic",
2227         "xml": "<block atomic='true'>",
2228         "atomic": "true",
2229         "comments": "",
2230         "outputs": 1,
2231         "x": 2801.750087738037,
2232         "y": 4587.000261306763,
2233         "z": "681fe365.17b79c",
2234         "wires": [
2235             [
2236                 "28b606d9.ccd93a",
2237                 "62c2785.467a688",
2238                 "8820f797.c88e08",
2239                 "ed352474.10d9e8",
2240                 "81aeb088.da33",
2241                 "45a4a653.3864d8",
2242                 "6e0ef52d.5aaefc",
2243                 "94a85cd2.636af",
2244                 "e06200dc.fccdd",
2245                 "d7bffafc.dfc748",
2246                 "78a62f70.66a53",
2247                 "31736e25.f21fa2",
2248                 "fc5e8045.0b54b",
2249                 "37597cbc.0bed04",
2250                 "dc22d02e.6e6fe"
2251             ]
2252         ]
2253     },
2254     {
2255         "id": "94a85cd2.636af",
2256         "type": "record",
2257         "name": "record",
2258         "xml": "<record plugin=\"org.onap.ccsdk.sli.core.sli.recording.FileRecorder\">\n<parameter name=\"file\" value=\"/opt/opendaylight/current/data/log/terminateRANSlice.log\" />\n<parameter name=\"level\" value=\"info\" />\n<parameter name=\"field1\" value=\"CellDU is applicable for the NSSAI \"/>\n\n\n",
2259         "comments": "",
2260         "outputs": 1,
2261         "x": 3051.75,
2262         "y": 4466.00000333786,
2263         "z": "681fe365.17b79c",
2264         "wires": [
2265             []
2266         ]
2267     },
2268     {
2269         "id": "6e0ef52d.5aaefc",
2270         "type": "switchNode",
2271         "name": "ransim mounted",
2272         "xml": "<switch test='`$prop.ransim-mounted`'>\n",
2273         "comments": "",
2274         "outputs": 1,
2275         "x": 3079.75,
2276         "y": 4534.00000333786,
2277         "z": "681fe365.17b79c",
2278         "wires": [
2279             [
2280                 "e35db034.136b5",
2281                 "b8b0ac6c.0eaf1"
2282             ]
2283         ]
2284     },
2285     {
2286         "id": "e35db034.136b5",
2287         "type": "outcome",
2288         "name": "Not Mounted",
2289         "xml": "<outcome value='false'>\n",
2290         "comments": "",
2291         "outputs": 1,
2292         "x": 3287.75,
2293         "y": 4498.999759197235,
2294         "z": "681fe365.17b79c",
2295         "wires": [
2296             [
2297                 "fc7c4f4f.26814"
2298             ]
2299         ]
2300     },
2301     {
2302         "id": "b8b0ac6c.0eaf1",
2303         "type": "outcome",
2304         "name": "Mounted",
2305         "xml": "<outcome value='true'>\n",
2306         "comments": "",
2307         "outputs": 1,
2308         "x": 3282.7500495910645,
2309         "y": 4568.000327587128,
2310         "z": "681fe365.17b79c",
2311         "wires": [
2312             [
2313                 "579d239c.3fb1cc"
2314             ]
2315         ]
2316     },
2317     {
2318         "id": "fc7c4f4f.26814",
2319         "type": "execute",
2320         "name": "generate terminate PLMNInfoListEntry ToNRCellDU",
2321         "xml": "<execute plugin='org.onap.ccsdk.sli.core.slipluginutils.SliStringUtils' method='replace' >\n    <parameter name=\"source\" value=\"`$prop.restapi.terminateSNSSAIEntry.ToNRCellDU`\"/>\n    <parameter name=\"outputPath\" value=\"tmp.deletePLMNInfoListEntry-cellDU.url\"/>\n    <parameter name=\"target\" value=\"{idNearRTRIC}\"/>\n    <parameter name=\"replacement\" value=\"`$tmp.nearRTRICId`\"/>\n",
2322         "comments": "",
2323         "outputs": 1,
2324         "x": 3607.75,
2325         "y": 4514.00000333786,
2326         "z": "681fe365.17b79c",
2327         "wires": [
2328             []
2329         ]
2330     },
2331     {
2332         "id": "28b606d9.ccd93a",
2333         "type": "execute",
2334         "name": "read cellDU",
2335         "xml": "<execute plugin='org.onap.ccsdk.sli.core.slipluginutils.SliPluginUtils' method='getAttributeValue'>\n\t<parameter name='outputPath' value='tmp.cellDULocalId' />\n\t<parameter name='source' value=\"`'getNFNSSIRIC-configdb-response.['+ $idy +'].gNBDUList['+ $id-du +'].cellDUList['+ $id-celldu +'].cellLocalId'`\" />",
2336         "comments": "",
2337         "outputs": 1,
2338         "x": 3083.750141143799,
2339         "y": 4573.000655174255,
2340         "z": "681fe365.17b79c",
2341         "wires": [
2342             []
2343         ]
2344     },
2345     {
2346         "id": "ed352474.10d9e8",
2347         "type": "execute",
2348         "name": "prepare idGNBDUFunction",
2349         "xml": "<execute plugin='org.onap.ccsdk.sli.core.slipluginutils.SliStringUtils' method='replace' >\n    <parameter name=\"source\" value=\"`$tmp.deletePLMNInfoListEntry-cellDU.url`\"/>\n    <parameter name=\"outputPath\" value=\"tmp.deletePLMNInfoListEntry-cellDU.url\"/>\n    <parameter name=\"target\" value=\"{idGNBDUFunction}\"/>\n    <parameter name=\"replacement\" value=\"`$tmp.GNBDUId`\"/>\n",
2350         "comments": "",
2351         "outputs": 1,
2352         "x": 3131.750213623047,
2353         "y": 4687.0001854896545,
2354         "z": "681fe365.17b79c",
2355         "wires": [
2356             []
2357         ]
2358     },
2359     {
2360         "id": "81aeb088.da33",
2361         "type": "execute",
2362         "name": "prepare idNRCellDU",
2363         "xml": "<execute plugin='org.onap.ccsdk.sli.core.slipluginutils.SliStringUtils' method='replace' >\n    <parameter name=\"source\" value=\"`$tmp.deletePLMNInfoListEntry-cellDU.url`\"/>\n    <parameter name=\"outputPath\" value=\"tmp.deletePLMNInfoListEntry-cellDU.url\"/>\n    <parameter name=\"target\" value=\"{idNRCellDU}\"/>\n    <parameter name=\"replacement\" value=\"`$tmp.cellDULocalId`\"/>\n",
2364         "comments": "",
2365         "outputs": 1,
2366         "x": 3104.7503967285156,
2367         "y": 4742.000187397003,
2368         "z": "681fe365.17b79c",
2369         "wires": [
2370             []
2371         ]
2372     },
2373     {
2374         "id": "45a4a653.3864d8",
2375         "type": "execute",
2376         "name": "prepare mcc",
2377         "xml": "<execute plugin='org.onap.ccsdk.sli.core.slipluginutils.SliStringUtils' method='replace' >\n    <parameter name=\"source\" value=\"`$tmp.deletePLMNInfoListEntry-cellDU.url`\"/>\n    <parameter name=\"outputPath\" value=\"tmp.deletePLMNInfoListEntry-cellDU.url\"/>\n    <parameter name=\"target\" value=\"{mcc}\"/>\n    <parameter name=\"replacement\" value=\"`$tmp.mcc`\"/>\n   ",
2378         "comments": "",
2379         "outputs": 1,
2380         "x": 3089.750198364258,
2381         "y": 4786.250686645508,
2382         "z": "681fe365.17b79c",
2383         "wires": [
2384             []
2385         ]
2386     },
2387     {
2388         "id": "62c2785.467a688",
2389         "type": "execute",
2390         "name": "prepare mnc",
2391         "xml": "<execute plugin='org.onap.ccsdk.sli.core.slipluginutils.SliStringUtils' method='replace' >\n    <parameter name=\"source\" value=\"`$tmp.deletePLMNInfoListEntry-cellDU.url`\"/>\n    <parameter name=\"outputPath\" value=\"tmp.deletePLMNInfoListEntry-cellDU.url\"/>\n    <parameter name=\"target\" value=\"{mnc}\"/>\n    <parameter name=\"replacement\" value=\"`$tmp.mnc`\"/>",
2392         "comments": "",
2393         "outputs": 1,
2394         "x": 3090.500442504883,
2395         "y": 4830.5002608299255,
2396         "z": "681fe365.17b79c",
2397         "wires": [
2398             []
2399         ]
2400     },
2401     {
2402         "id": "8820f797.c88e08",
2403         "type": "record",
2404         "name": "record API params",
2405         "xml": "<record plugin=\"org.onap.ccsdk.sli.core.sli.recording.FileRecorder\">\n<parameter name=\"file\" value=\"/opt/opendaylight/current/data/log/terminateRANSlice.log\" />\n<parameter name=\"level\" value=\"info\" />\n<parameter name=\"field1\" value=\"patch cellCU NSSAI parameters\"/>\n<parameter name=\"field2\" value=\"`$tmp.nearRTRICId`\"/>\n<parameter name=\"field3\" value=\"`$tmp.GNBDUId`\"/>\n<parameter name=\"field4\" value=\"`$tmp.cellDULocalId`\"/>\n<parameter name=\"field5\" value=\"`$tmp.mcc`\"/>\n<parameter name=\"field6\" value=\"`$tmp.mnc`\"/>\n<parameter name=\"field7\" value=\"`$tmp.sNSSAI`\"/>\n<parameter name=\"field8\" value=\"`$tmp.deletePLMNInfoListEntry-cellDU.url`\"/>\n",
2406         "comments": "",
2407         "outputs": 1,
2408         "x": 3098.7499465942383,
2409         "y": 4919.0003662109375,
2410         "z": "681fe365.17b79c",
2411         "wires": [
2412             []
2413         ]
2414     },
2415     {
2416         "id": "e06200dc.fccdd",
2417         "type": "execute",
2418         "name": "terminate PLMNInfoListEntry ToNRCellDU",
2419         "xml": "<execute plugin='org.onap.ccsdk.sli.plugins.restapicall.RestapiCallNode' method='sendRequest' >\n<parameter name=\"restapiUrl\" value=\"`$prop.controller.url + $tmp.deletePLMNInfoListEntry-cellDU.url`\"/>\n<parameter name=\"restapiUser\" value=\"`$prop.controller.user`\" />\n<parameter name=\"restapiPassword\" value=\"`$prop.controller.pwd`\"/>\n<parameter name=\"httpMethod\" value=\"DELETE\"/>\n<parameter name=\"responsePrefix\" value=\"delete-cellDU-PLMNInfoList-response\"/>\n<parameter name='contentType' value='application/json' /> \n<parameter name='format' value='json' />",
2420         "comments": "",
2421         "outputs": 1,
2422         "x": 3146.7499465942383,
2423         "y": 4958.249977111816,
2424         "z": "681fe365.17b79c",
2425         "wires": [
2426             [
2427                 "5d696c32.9049b4",
2428                 "a5fd979b.d8abf8"
2429             ]
2430         ]
2431     },
2432     {
2433         "id": "a5fd979b.d8abf8",
2434         "type": "failure",
2435         "name": "failure",
2436         "xml": "<outcome value='failure'>\n",
2437         "comments": "",
2438         "outputs": 1,
2439         "x": 3399.749954223633,
2440         "y": 4824.249975204468,
2441         "z": "681fe365.17b79c",
2442         "wires": [
2443             [
2444                 "9da89aca.da91d8"
2445             ]
2446         ]
2447     },
2448     {
2449         "id": "5d696c32.9049b4",
2450         "type": "success",
2451         "name": "success",
2452         "xml": "<outcome value='success'>\n",
2453         "comments": "",
2454         "outputs": 1,
2455         "x": 3426.749954223633,
2456         "y": 4955.249977111816,
2457         "z": "681fe365.17b79c",
2458         "wires": [
2459             [
2460                 "e26eee45.7c83"
2461             ]
2462         ]
2463     },
2464     {
2465         "id": "9da89aca.da91d8",
2466         "type": "block",
2467         "name": "block : atomic",
2468         "xml": "<block atomic='true'>",
2469         "atomic": "true",
2470         "comments": "",
2471         "outputs": 1,
2472         "x": 3563.750343322754,
2473         "y": 4798.249975204468,
2474         "z": "681fe365.17b79c",
2475         "wires": [
2476             [
2477                 "99790677.a54548",
2478                 "309d6bd3.a93094",
2479                 "ad094b5c.97bfa8"
2480             ]
2481         ]
2482     },
2483     {
2484         "id": "e26eee45.7c83",
2485         "type": "block",
2486         "name": "block : atomic",
2487         "xml": "<block atomic='true'>",
2488         "atomic": "true",
2489         "comments": "",
2490         "outputs": 1,
2491         "x": 3570.749954223633,
2492         "y": 4953.249977111816,
2493         "z": "681fe365.17b79c",
2494         "wires": [
2495             [
2496                 "4088e67f.5cd168"
2497             ]
2498         ]
2499     },
2500     {
2501         "id": "4088e67f.5cd168",
2502         "type": "record",
2503         "name": "record",
2504         "xml": "<record plugin=\"org.onap.ccsdk.sli.core.sli.recording.FileRecorder\">\n<parameter name=\"file\" value=\"/opt/opendaylight/current/data/log/instantiateRANSliceModifyAllocate.log\" />\n<parameter name=\"level\" value=\"info\" />\n<parameter name=\"field1\" value=\"Successfully deleted - cellDU PLMNInfo List\"/>",
2505         "comments": "",
2506         "outputs": 1,
2507         "x": 3742.7495651245117,
2508         "y": 4932.250367164612,
2509         "z": "681fe365.17b79c",
2510         "wires": [
2511             []
2512         ]
2513     },
2514     {
2515         "id": "99790677.a54548",
2516         "type": "returnFailure",
2517         "name": "return failure",
2518         "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 deleting NECellDU - PLMNInfo. Aborting RPC executiopn'/>",
2519         "comments": "",
2520         "x": 3745.749954223633,
2521         "y": 4859.249975204468,
2522         "z": "681fe365.17b79c",
2523         "wires": []
2524     },
2525     {
2526         "id": "309d6bd3.a93094",
2527         "type": "set",
2528         "name": "set",
2529         "xml": "<set>\n<parameter name='error-code' value='500'/>\n<parameter name='error-message' value='Error deleting cellDU PLMNInfoList. Aborting RPC executiopn'/>",
2530         "comments": "",
2531         "x": 3744.7499561309814,
2532         "y": 4793.2499742507935,
2533         "z": "681fe365.17b79c",
2534         "wires": []
2535     },
2536     {
2537         "id": "d7bffafc.dfc748",
2538         "type": "block",
2539         "name": "block : atomic",
2540         "xml": "<block atomic='true'>",
2541         "atomic": "true",
2542         "comments": "",
2543         "outputs": 1,
2544         "x": 2950,
2545         "y": 5279.25000333786,
2546         "z": "681fe365.17b79c",
2547         "wires": [
2548             [
2549                 "2cb1bcc.d127644",
2550                 "7b13ee3e.1c26e",
2551                 "d8800150.29cff",
2552                 "f99b60b4.1820e",
2553                 "f8fa6067.7b247",
2554                 "8c5535e2.08e498",
2555                 "583ca659.cf56a8",
2556                 "378939d.f9eb1c6"
2557             ]
2558         ]
2559     },
2560     {
2561         "id": "2cb1bcc.d127644",
2562         "type": "switchNode",
2563         "name": "ransim mounted",
2564         "xml": "<switch test='`$prop.ransim-mounted`'>\n",
2565         "comments": "",
2566         "outputs": 1,
2567         "x": 3173.9999465942383,
2568         "y": 5252.249979972839,
2569         "z": "681fe365.17b79c",
2570         "wires": [
2571             [
2572                 "6e4ab177.0e2b4",
2573                 "4f10c4f5.ddb28c"
2574             ]
2575         ]
2576     },
2577     {
2578         "id": "6e4ab177.0e2b4",
2579         "type": "outcome",
2580         "name": "Not Mounted",
2581         "xml": "<outcome value='false'>\n",
2582         "comments": "",
2583         "outputs": 1,
2584         "x": 3366.000144958496,
2585         "y": 5206.250370025635,
2586         "z": "681fe365.17b79c",
2587         "wires": [
2588             [
2589                 "b92f0cf.1b455f"
2590             ]
2591         ]
2592     },
2593     {
2594         "id": "b92f0cf.1b455f",
2595         "type": "execute",
2596         "name": "fetch RRMPolicyRatio NRCellDU - URL",
2597         "xml": "<execute plugin='org.onap.ccsdk.sli.core.slipluginutils.SliStringUtils' method='replace' >\n    <parameter name=\"source\" value=\"`$prop.restapi.RRMPolicyRatioEntry.ToGNBDU`\"/>\n    <parameter name=\"outputPath\" value=\"tmp.getRRMPolicyRatio-gNBDU.url\"/>\n    <parameter name=\"target\" value=\"{idNearRTRIC}\"/>\n    <parameter name=\"replacement\" value=\"`$tmp.nearRTRICId`\"/>\n",
2598         "comments": "",
2599         "outputs": 1,
2600         "x": 3696.0003509521484,
2601         "y": 5230.250370025635,
2602         "z": "681fe365.17b79c",
2603         "wires": [
2604             []
2605         ]
2606     },
2607     {
2608         "id": "7b13ee3e.1c26e",
2609         "type": "execute",
2610         "name": "prepare idGNBDUFunction",
2611         "xml": "<execute plugin='org.onap.ccsdk.sli.core.slipluginutils.SliStringUtils' method='replace' >\n    <parameter name=\"source\" value=\"`$tmp.getRRMPolicyRatio-gNBDU.url`\"/>\n    <parameter name=\"outputPath\" value=\"tmp.getRRMPolicyRatio-gNBDU.url\"/>\n    <parameter name=\"target\" value=\"{idGNBDUFunction}\"/>\n    <parameter name=\"replacement\" value=\"`$tmp.GNBDUId`\"/>\n",
2612         "comments": "",
2613         "outputs": 1,
2614         "x": 3198.9999465942383,
2615         "y": 5319.249980926514,
2616         "z": "681fe365.17b79c",
2617         "wires": [
2618             []
2619         ]
2620     },
2621     {
2622         "id": "d8800150.29cff",
2623         "type": "execute",
2624         "name": "prepare idNRCellDU",
2625         "xml": "<execute plugin='org.onap.ccsdk.sli.core.slipluginutils.SliStringUtils' method='replace' >\n    <parameter name=\"source\" value=\"`$tmp.getRRMPolicyRatio-gNBDU.url`\"/>\n    <parameter name=\"outputPath\" value=\"tmp.getRRMPolicyRatio-gNBDU.url\"/>\n    <parameter name=\"target\" value=\"{idNRCellDU}\"/>\n    <parameter name=\"replacement\" value=\"`$tmp.cellDULocalId`\"/>\n",
2626         "comments": "",
2627         "outputs": 1,
2628         "x": 3174.9999465942383,
2629         "y": 5376.249981880188,
2630         "z": "681fe365.17b79c",
2631         "wires": [
2632             []
2633         ]
2634     },
2635     {
2636         "id": "f99b60b4.1820e",
2637         "type": "execute",
2638         "name": "fetch RRMPolicyRatio - NRCellDU",
2639         "xml": "<execute plugin='org.onap.ccsdk.sli.plugins.restapicall.RestapiCallNode' method='sendRequest' >\n<parameter name=\"restapiUrl\" value=\"`$prop.controller.url + $tmp.getRRMPolicyRatio-gNBDU.url`\"/>\n<parameter name=\"restapiUser\" value=\"`$prop.controller.user`\" />\n<parameter name=\"restapiPassword\" value=\"`$prop.controller.pwd`\"/>\n<parameter name=\"httpMethod\" value=\"GET\"/>\n<parameter name=\"responsePrefix\" value=\"get-rrmpolicyratio-du-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\"/>",
2640         "comments": "",
2641         "outputs": 1,
2642         "x": 3209.9999465942383,
2643         "y": 5423.249982833862,
2644         "z": "681fe365.17b79c",
2645         "wires": [
2646             [
2647                 "95c3716a.1a3d",
2648                 "4f022d2.4b19dd4"
2649             ]
2650         ]
2651     },
2652     {
2653         "id": "95c3716a.1a3d",
2654         "type": "failure",
2655         "name": "failure",
2656         "xml": "<outcome value='failure'>\n",
2657         "comments": "",
2658         "outputs": 1,
2659         "x": 3433.9999504089355,
2660         "y": 5409.249981880188,
2661         "z": "681fe365.17b79c",
2662         "wires": [
2663             [
2664                 "bbcb1256.3447d"
2665             ]
2666         ]
2667     },
2668     {
2669         "id": "4f022d2.4b19dd4",
2670         "type": "success",
2671         "name": "success",
2672         "xml": "<outcome value='success'>\n",
2673         "comments": "",
2674         "outputs": 1,
2675         "x": 3461.999954223633,
2676         "y": 5469.249982833862,
2677         "z": "681fe365.17b79c",
2678         "wires": [
2679             [
2680                 "47b51283.a0079c"
2681             ]
2682         ]
2683     },
2684     {
2685         "id": "bbcb1256.3447d",
2686         "type": "block",
2687         "name": "block : atomic",
2688         "xml": "<block atomic='true'>",
2689         "atomic": "true",
2690         "comments": "",
2691         "outputs": 1,
2692         "x": 3598.000343322754,
2693         "y": 5393.249980926514,
2694         "z": "681fe365.17b79c",
2695         "wires": [
2696             [
2697                 "c3e1437a.57e3f",
2698                 "c5278cf4.749ff",
2699                 "ad094b5c.97bfa8"
2700             ]
2701         ]
2702     },
2703     {
2704         "id": "c5278cf4.749ff",
2705         "type": "set",
2706         "name": "set",
2707         "xml": "<set>\n<parameter name='error-code' value='500'/>\n<parameter name='error-message' value='Error in retrieving RRMPolicyRatio. Aborting RPC executiopn'/>",
2708         "comments": "",
2709         "x": 3798.000347137451,
2710         "y": 5357.249980926514,
2711         "z": "681fe365.17b79c",
2712         "wires": []
2713     },
2714     {
2715         "id": "c3e1437a.57e3f",
2716         "type": "returnFailure",
2717         "name": "return failure",
2718         "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 in Fetching RRMPolicyRatio - CellDU. Aborting RPC executiopn'/>",
2719         "comments": "",
2720         "x": 3814.999954223633,
2721         "y": 5393.249982833862,
2722         "z": "681fe365.17b79c",
2723         "wires": []
2724     },
2725     {
2726         "id": "47b51283.a0079c",
2727         "type": "block",
2728         "name": "block : atomic",
2729         "xml": "<block atomic='true'>",
2730         "atomic": "true",
2731         "comments": "",
2732         "outputs": 1,
2733         "x": 3625.250343322754,
2734         "y": 5458.999982833862,
2735         "z": "681fe365.17b79c",
2736         "wires": [
2737             [
2738                 "4f25fd97.94b6a4",
2739                 "8465f71a.65d2a8"
2740             ]
2741         ]
2742     },
2743     {
2744         "id": "4f25fd97.94b6a4",
2745         "type": "record",
2746         "name": "record",
2747         "xml": "<record plugin=\"org.onap.ccsdk.sli.core.sli.recording.FileRecorder\">\n<parameter name=\"file\" value=\"/opt/opendaylight/current/data/log/instantiateRANSliceModifyAllocate.log\" />\n<parameter name=\"level\" value=\"info\" />\n<parameter name=\"field1\" value=\"Successfully Retrieved - RRMPolicyRatio\"/>",
2748         "comments": "",
2749         "outputs": 1,
2750         "x": 3793.500347137451,
2751         "y": 5438.999982833862,
2752         "z": "681fe365.17b79c",
2753         "wires": [
2754             []
2755         ]
2756     },
2757     {
2758         "id": "8465f71a.65d2a8",
2759         "type": "execute",
2760         "name": "printContext",
2761         "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",
2762         "comments": "",
2763         "outputs": 1,
2764         "x": 3808.0003509521484,
2765         "y": 5483.499982833862,
2766         "z": "681fe365.17b79c",
2767         "wires": [
2768             []
2769         ]
2770     },
2771     {
2772         "id": "f8fa6067.7b247",
2773         "type": "execute",
2774         "name": "read rrmpolicyratio list size",
2775         "xml": "<execute plugin='org.onap.ccsdk.sli.core.slipluginutils.SliPluginUtils' method='getAttributeValue'>\n\t<parameter name='outputPath' value='tmp.rrmPolicyRatioDUList_length' />\n\t<parameter name='source' value=\"`'get-rrmpolicyratio-du-response.attributes.RRMPolicyRatio_length'`\" />\n    ",
2776         "comments": "",
2777         "outputs": 1,
2778         "x": 3181.9999465942383,
2779         "y": 5479.249982833862,
2780         "z": "681fe365.17b79c",
2781         "wires": [
2782             []
2783         ]
2784     },
2785     {
2786         "id": "8c5535e2.08e498",
2787         "type": "record",
2788         "name": "record",
2789         "xml": "<record plugin=\"org.onap.ccsdk.sli.core.sli.recording.FileRecorder\">\n<parameter name=\"file\" value=\"/opt/opendaylight/current/data/log/terminateRANSlice.log\" />\n<parameter name=\"level\" value=\"info\" />\n<parameter name=\"field1\" value=\"RRMPolicyRatioList size\"/>\n<parameter name=\"field2\" value=\"`$tmp.rrmPolicyRatioDUList_length`\"/>\n",
2790         "comments": "",
2791         "outputs": 1,
2792         "x": 3137.9999465942383,
2793         "y": 5521.249983787537,
2794         "z": "681fe365.17b79c",
2795         "wires": [
2796             []
2797         ]
2798     },
2799     {
2800         "id": "583ca659.cf56a8",
2801         "type": "block",
2802         "name": "rrmPolicyDedicatedRatio",
2803         "xml": "<block atomic='true'>",
2804         "atomic": "true",
2805         "comments": "",
2806         "outputs": 1,
2807         "x": 3753.000343322754,
2808         "y": 5182.249979019165,
2809         "z": "681fe365.17b79c",
2810         "wires": [
2811             [
2812                 "11ccc50c.187a6b",
2813                 "904e2fa9.9a829",
2814                 "96305e85.1d1dd",
2815                 "4941850f.50f45c",
2816                 "7cb77148.10d35",
2817                 "157ff441.fcb5dc",
2818                 "e8bb2902.fe7698",
2819                 "d5ffe250.a083b",
2820                 "dd5541c0.45d2c",
2821                 "40cce691.8bb5d8",
2822                 "4178334.18bdecc"
2823             ]
2824         ]
2825     },
2826     {
2827         "id": "96305e85.1d1dd",
2828         "type": "set",
2829         "name": "Calculate RRM Parms1",
2830         "xml": "<set>\n<parameter name='tmp.uLThptPerSlice' value='`$payloadJson.input.sliceProfile.uLThptPerSlice`' />\n",
2831         "comments": "",
2832         "x": 4174.989807128906,
2833         "y": 4849.572756290436,
2834         "z": "681fe365.17b79c",
2835         "wires": []
2836     },
2837     {
2838         "id": "4941850f.50f45c",
2839         "type": "set",
2840         "name": "Calculate RRM Parms2",
2841         "xml": "<set>\n<parameter name='tmp.dLThptPerSlice' value='`$payloadJson.input.sliceProfile.dLThptPerSlice`' />\n",
2842         "comments": "",
2843         "x": 4183.531066894531,
2844         "y": 4894.592775762081,
2845         "z": "681fe365.17b79c",
2846         "wires": []
2847     },
2848     {
2849         "id": "7cb77148.10d35",
2850         "type": "set",
2851         "name": "Calculate RRM Parms3",
2852         "xml": "<set>\n<parameter name='tmp.maxNumberOfConns' value='`$payloadJson.input.sliceProfile.maxNumberOfConns`' />",
2853         "comments": "",
2854         "x": 4173.531188964844,
2855         "y": 4949.592653691769,
2856         "z": "681fe365.17b79c",
2857         "wires": []
2858     },
2859     {
2860         "id": "157ff441.fcb5dc",
2861         "type": "set",
2862         "name": "Calculate RRM Parms4",
2863         "xml": "<set>\n<parameter name='tmp.nearRTRIC.trafficCapacity1' value='`$tmp.uLThptPerSlice + $tmp.dLThptPerSlice`' />\n",
2864         "comments": "",
2865         "x": 4173.531066894531,
2866         "y": 5000.592653751373,
2867         "z": "681fe365.17b79c",
2868         "wires": []
2869     },
2870     {
2871         "id": "e8bb2902.fe7698",
2872         "type": "set",
2873         "name": "Calculate RRM Parms5",
2874         "xml": "<set>\n<parameter name='tmp.nearRTRIC.trafficCapacity' value='`$tmp.nearRTRIC.trafficCapacity1 / 2`' />",
2875         "comments": "",
2876         "x": 4161.531188964844,
2877         "y": 5060.592775762081,
2878         "z": "681fe365.17b79c",
2879         "wires": []
2880     },
2881     {
2882         "id": "d5ffe250.a083b",
2883         "type": "set",
2884         "name": "Calculate RRM Parms6",
2885         "xml": "<set>\n<parameter name='tmp.nearRTRIC.trafficCapacityBPS' value='`$tmp.nearRTRIC.trafficCapacity * 1000000`' />",
2886         "comments": "",
2887         "x": 4199.531066894531,
2888         "y": 5110.592775762081,
2889         "z": "681fe365.17b79c",
2890         "wires": []
2891     },
2892     {
2893         "id": "dd5541c0.45d2c",
2894         "type": "set",
2895         "name": "Calculate RRM Parms7",
2896         "xml": "<set>\n<parameter name='tmp.nrcelldu.totalPRBForSNSSAI' value='`$tmp.nearRTRIC.trafficCapacityBPS / 1008000`' />\n",
2897         "comments": "",
2898         "x": 4186.531005859375,
2899         "y": 5180.593142032623,
2900         "z": "681fe365.17b79c",
2901         "wires": []
2902     },
2903     {
2904         "id": "40cce691.8bb5d8",
2905         "type": "set",
2906         "name": "calculation8",
2907         "xml": "<set>\n<parameter name='tmp.nrcelldu.PRBPerImpactedCell' value='`$tmp.nrcelldu.totalPRBForSNSSAI / $tmp.cellDUList_length`' />\n",
2908         "comments": "",
2909         "x": 4157.531005859375,
2910         "y": 5244.592165470123,
2911         "z": "681fe365.17b79c",
2912         "wires": []
2913     },
2914     {
2915         "id": "4178334.18bdecc",
2916         "type": "set",
2917         "name": "calculation9",
2918         "xml": "<set>\n<parameter name='tmp.rRMPolicyDedicatedRatio.CellDU1' value='`$tmp.nrcelldu.PRBPerImpactedCell * 100`' />\n",
2919         "comments": "",
2920         "x": 4145.531555175781,
2921         "y": 5295.592043399811,
2922         "z": "681fe365.17b79c",
2923         "wires": []
2924     },
2925     {
2926         "id": "904e2fa9.9a829",
2927         "type": "set",
2928         "name": "calculation10",
2929         "xml": "<set>\n<parameter name='tmp.rRMPolicyDedicatedRatio.CellDU' value='`$tmp.rRMPolicyDedicatedRatio.CellDU1 / $prop.nrcelldu.TotalPRBsPerCell`' />\n",
2930         "comments": "",
2931         "x": 4120.9898681640625,
2932         "y": 5361.572512149811,
2933         "z": "681fe365.17b79c",
2934         "wires": []
2935     },
2936     {
2937         "id": "11ccc50c.187a6b",
2938         "type": "record",
2939         "name": "record",
2940         "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`\"/>",
2941         "comments": "",
2942         "outputs": 1,
2943         "x": 3946.9997940063477,
2944         "y": 5373.693818569183,
2945         "z": "681fe365.17b79c",
2946         "wires": [
2947             []
2948         ]
2949     },
2950     {
2951         "id": "378939d.f9eb1c6",
2952         "type": "for",
2953         "name": "for each rrmpolicyratio",
2954         "xml": "<for index='iddu-rrm' start='0' end='`$tmp.rrmPolicyRatioDUList_length`' >\n",
2955         "comments": "",
2956         "outputs": 1,
2957         "x": 3167.25,
2958         "y": 5563.25000333786,
2959         "z": "681fe365.17b79c",
2960         "wires": [
2961             [
2962                 "e87917ad.095378"
2963             ]
2964         ]
2965     },
2966     {
2967         "id": "e87917ad.095378",
2968         "type": "block",
2969         "name": "block : atomic",
2970         "xml": "<block atomic='true'>",
2971         "atomic": "true",
2972         "comments": "",
2973         "outputs": 1,
2974         "x": 3378.250343322754,
2975         "y": 5565.249984741211,
2976         "z": "681fe365.17b79c",
2977         "wires": [
2978             [
2979                 "419b3c7a.8d5e74",
2980                 "4a1ab775.d40cd8",
2981                 "71190a4a.d6c7d4",
2982                 "dd0943a9.ce117",
2983                 "487b5c6e.7df114",
2984                 "96a66afb.020568",
2985                 "3dfa7158.bac68e",
2986                 "fc300b44.066298",
2987                 "3ced6e0d.d08312",
2988                 "c65bc00f.5d59c",
2989                 "3c9a098d.1d1ba6"
2990             ]
2991         ]
2992     },
2993     {
2994         "id": "c3e1a651.fcce08",
2995         "type": "success",
2996         "name": "success",
2997         "xml": "<outcome value='success'>\n",
2998         "comments": "",
2999         "outputs": 1,
3000         "x": 3982.250160217285,
3001         "y": 5785.500283718109,
3002         "z": "681fe365.17b79c",
3003         "wires": [
3004             [
3005                 "b504213d.84065"
3006             ]
3007         ]
3008     },
3009     {
3010         "id": "b504213d.84065",
3011         "type": "block",
3012         "name": "block : atomic",
3013         "xml": "<block atomic='true'>",
3014         "atomic": "true",
3015         "comments": "",
3016         "outputs": 1,
3017         "x": 4174.500228881836,
3018         "y": 5799.250283718109,
3019         "z": "681fe365.17b79c",
3020         "wires": [
3021             [
3022                 "6397a62b.809c88"
3023             ]
3024         ]
3025     },
3026     {
3027         "id": "6397a62b.809c88",
3028         "type": "record",
3029         "name": "record",
3030         "xml": "<record plugin=\"org.onap.ccsdk.sli.core.sli.recording.FileRecorder\">\n<parameter name=\"file\" value=\"/opt/opendaylight/current/data/log/terminateRANSlice.log\" />\n<parameter name=\"level\" value=\"info\" />\n<parameter name=\"field1\" value=\"Successfully removed - cellDU RRMpolicyRatio\"/>",
3031         "comments": "",
3032         "outputs": 1,
3033         "x": 4372.000595092773,
3034         "y": 5790.25004529953,
3035         "z": "681fe365.17b79c",
3036         "wires": [
3037             []
3038         ]
3039     },
3040     {
3041         "id": "dc141615.33e088",
3042         "type": "set",
3043         "name": "set",
3044         "xml": "<set>\n<parameter name='error-code' value='500'/>\n<parameter name='error-message' value='Error removing cellDU RRMPolicyRatio. Aborting RPC executiopn'/>",
3045         "comments": "",
3046         "x": 4440.25,
3047         "y": 5818.249774456024,
3048         "z": "681fe365.17b79c",
3049         "wires": []
3050     },
3051     {
3052         "id": "3c5a7f08.76c71",
3053         "type": "returnFailure",
3054         "name": "return failure",
3055         "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 removing RRMPolicyRatio for NRCellDU. Aborting RPC executiopn'/>",
3056         "comments": "",
3057         "x": 4445.2498779296875,
3058         "y": 5913.24983549118,
3059         "z": "681fe365.17b79c",
3060         "wires": []
3061     },
3062     {
3063         "id": "970932ee.f74e7",
3064         "type": "block",
3065         "name": "block : atomic",
3066         "xml": "<block atomic='true'>",
3067         "atomic": "true",
3068         "comments": "",
3069         "outputs": 1,
3070         "x": 4200.250244140625,
3071         "y": 5867.249774456024,
3072         "z": "681fe365.17b79c",
3073         "wires": [
3074             [
3075                 "3c5a7f08.76c71",
3076                 "dc141615.33e088",
3077                 "ad094b5c.97bfa8"
3078             ]
3079         ]
3080     },
3081     {
3082         "id": "94221c7f.4de61",
3083         "type": "failure",
3084         "name": "failure",
3085         "xml": "<outcome value='failure'>\n",
3086         "comments": "",
3087         "outputs": 1,
3088         "x": 3981.25,
3089         "y": 5862.249774456024,
3090         "z": "681fe365.17b79c",
3091         "wires": [
3092             [
3093                 "970932ee.f74e7"
3094             ]
3095         ]
3096     },
3097     {
3098         "id": "ad094b5c.97bfa8",
3099         "type": "block",
3100         "name": "block : SO Response",
3101         "xml": "<block atomic='true'>",
3102         "atomic": "true",
3103         "comments": "",
3104         "outputs": 1,
3105         "x": 4524.734375,
3106         "y": 2767.2500059604645,
3107         "z": "681fe365.17b79c",
3108         "wires": [
3109             [
3110                 "f9776580.bee4c8",
3111                 "e6e71565.4b3c58",
3112                 "90776720.3db8a8"
3113             ]
3114         ]
3115     },
3116     {
3117         "id": "f9776580.bee4c8",
3118         "type": "set",
3119         "name": "set tmp variables for SO response",
3120         "xml": "<set>\n<parameter name=\"tmp.so.callbackURL\" value=\"`$payloadJson.input.callbackURL`\"/>\n<parameter name=\"tmp.status\" value=\"success\"/>\n<parameter name=\"tmp.reason\" value=\"`$error-message`\"/>\n<parameter name=\"tmp.requestID\" value=\"`$terminate-r-a-n-slice-input.common-header.request-id `\"/>\n<parameter name=\"tmp.action\" value=\"`$terminate-r-a-n-slice-instance-input.action`\"/>\n\n\n\n",
3121         "comments": "",
3122         "x": 5186.7353515625,
3123         "y": 2559.1496641635895,
3124         "z": "681fe365.17b79c",
3125         "wires": []
3126     },
3127     {
3128         "id": "e6e71565.4b3c58",
3129         "type": "record",
3130         "name": "record configdb RestAPI parms",
3131         "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`\" />",
3132         "comments": "",
3133         "outputs": 1,
3134         "x": 5161.734237670898,
3135         "y": 2656.250341653824,
3136         "z": "681fe365.17b79c",
3137         "wires": [
3138             []
3139         ]
3140     },
3141     {
3142         "id": "90776720.3db8a8",
3143         "type": "execute",
3144         "name": "Send to SO",
3145         "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-terminate-response\"/>\n<parameter name='contentType' value='application/json' /> \n<parameter name='format' value='json' />\n<parameter name='accept' value='*/*' />\n<parameter name=\"convertResponse\" value=\"true\"/>\n<parameter name=\"restapiUser\" value=\"`$prop.restapi.so.user`\" />\n<parameter name=\"restapiPassword\" value=\"`$prop.restapi.so.password`\"/>",
3146         "comments": "",
3147         "outputs": 1,
3148         "x": 5076.73424911499,
3149         "y": 2753.2502195835114,
3150         "z": "681fe365.17b79c",
3151         "wires": [
3152             [
3153                 "8d0fa9f7.b2b218",
3154                 "36ba5058.4e65f"
3155             ]
3156         ]
3157     },
3158     {
3159         "id": "8d0fa9f7.b2b218",
3160         "type": "failure",
3161         "name": "failure",
3162         "xml": "<outcome value='failure'>\n",
3163         "comments": "",
3164         "outputs": 1,
3165         "x": 5302.734257698059,
3166         "y": 2730.250188589096,
3167         "z": "681fe365.17b79c",
3168         "wires": [
3169             [
3170                 "fe48ffab.88a9e"
3171             ]
3172         ]
3173     },
3174     {
3175         "id": "36ba5058.4e65f",
3176         "type": "success",
3177         "name": "success",
3178         "xml": "<outcome value='success'>\n",
3179         "comments": "",
3180         "outputs": 1,
3181         "x": 5292.734111785889,
3182         "y": 2838.250128030777,
3183         "z": "681fe365.17b79c",
3184         "wires": [
3185             [
3186                 "1d31c34d.eb9cad"
3187             ]
3188         ]
3189     },
3190     {
3191         "id": "1d31c34d.eb9cad",
3192         "type": "block",
3193         "name": "block",
3194         "xml": "<block>\n",
3195         "atomic": "false",
3196         "comments": "",
3197         "outputs": 1,
3198         "x": 5442.733898162842,
3199         "y": 2857.2501890659332,
3200         "z": "681fe365.17b79c",
3201         "wires": [
3202             [
3203                 "c7521a04.23d468"
3204             ]
3205         ]
3206     },
3207     {
3208         "id": "fe48ffab.88a9e",
3209         "type": "block",
3210         "name": "block",
3211         "xml": "<block>\n",
3212         "atomic": "false",
3213         "comments": "",
3214         "outputs": 1,
3215         "x": 5453.734127044678,
3216         "y": 2725.2503106594086,
3217         "z": "681fe365.17b79c",
3218         "wires": [
3219             [
3220                 "38ef15b7.f3c28a"
3221             ]
3222         ]
3223     },
3224     {
3225         "id": "38ef15b7.f3c28a",
3226         "type": "returnFailure",
3227         "name": "return failure",
3228         "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\" />",
3229         "comments": "",
3230         "x": 5619.733806610107,
3231         "y": 2728.250128030777,
3232         "z": "681fe365.17b79c",
3233         "wires": []
3234     },
3235     {
3236         "id": "c7521a04.23d468",
3237         "type": "record",
3238         "name": "record",
3239         "xml": "<record plugin=\"org.onap.ccsdk.sli.core.sli.recording.FileRecorder\">\n<parameter name=\"file\" value=\"/opt/opendaylight/current/data/log/terminateRANSlice.log\" />\n<parameter name=\"level\" value=\"info\" />\n<parameter name=\"field1\" value=\"SO Response Sent \"/>",
3240         "comments": "",
3241         "outputs": 1,
3242         "x": 5606.733913421631,
3243         "y": 2863.250128030777,
3244         "z": "681fe365.17b79c",
3245         "wires": [
3246             []
3247         ]
3248     },
3249     {
3250         "id": "cf25ee61.62168",
3251         "type": "block",
3252         "name": "SO Response",
3253         "xml": "<block atomic='true'>",
3254         "atomic": "true",
3255         "comments": "",
3256         "outputs": 1,
3257         "x": 606.734375,
3258         "y": 4449.2500059604645,
3259         "z": "681fe365.17b79c",
3260         "wires": [
3261             [
3262                 "a9f82ab9.becff8",
3263                 "543afd90.024e64",
3264                 "3a69da65.01ea36",
3265                 "de0a0ada.a67e18"
3266             ]
3267         ]
3268     },
3269     {
3270         "id": "3a69da65.01ea36",
3271         "type": "set",
3272         "name": "set tmp variables for SO response",
3273         "xml": "<set>\n<parameter name=\"tmp.status\" value=\"success\"/>\n<parameter name=\"tmp.reason\" value=\"`$error-message`\"/>\n<parameter name=\"tmp.requestID\" value=\"`$terminate-r-a-n-slice-input.common-header.request-id `\"/>\n<parameter name=\"tmp.action\" value=\"`$tmp.action`\"/>\n\n\n",
3274         "comments": "",
3275         "x": 886.7355194091797,
3276         "y": 4299.149490594864,
3277         "z": "681fe365.17b79c",
3278         "wires": []
3279     },
3280     {
3281         "id": "a9f82ab9.becff8",
3282         "type": "record",
3283         "name": "record SO reply parms",
3284         "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`\" />",
3285         "comments": "",
3286         "outputs": 1,
3287         "x": 883.7343521118164,
3288         "y": 4453.250189065933,
3289         "z": "681fe365.17b79c",
3290         "wires": [
3291             []
3292         ]
3293     },
3294     {
3295         "id": "543afd90.024e64",
3296         "type": "execute",
3297         "name": "Send to SO",
3298         "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-termi-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`\"/>",
3299         "comments": "",
3300         "outputs": 1,
3301         "x": 752.7344512939453,
3302         "y": 4570.249893426895,
3303         "z": "681fe365.17b79c",
3304         "wires": [
3305             [
3306                 "daba264f.1664e8",
3307                 "c73e7e93.b685c"
3308             ]
3309         ]
3310     },
3311     {
3312         "id": "daba264f.1664e8",
3313         "type": "failure",
3314         "name": "failure",
3315         "xml": "<outcome value='failure'>\n",
3316         "comments": "",
3317         "outputs": 1,
3318         "x": 917.7344512939453,
3319         "y": 4550.249892473221,
3320         "z": "681fe365.17b79c",
3321         "wires": [
3322             [
3323                 "c0deb7fa.b4f218"
3324             ]
3325         ]
3326     },
3327     {
3328         "id": "c73e7e93.b685c",
3329         "type": "success",
3330         "name": "success",
3331         "xml": "<outcome value='success'>\n",
3332         "comments": "",
3333         "outputs": 1,
3334         "x": 909.7343444824219,
3335         "y": 4623.249842882156,
3336         "z": "681fe365.17b79c",
3337         "wires": [
3338             [
3339                 "fada3fce.c1f98"
3340             ]
3341         ]
3342     },
3343     {
3344         "id": "fada3fce.c1f98",
3345         "type": "block",
3346         "name": "block",
3347         "xml": "<block>\n",
3348         "atomic": "false",
3349         "comments": "",
3350         "outputs": 1,
3351         "x": 1055.734188079834,
3352         "y": 4628.249951601028,
3353         "z": "681fe365.17b79c",
3354         "wires": [
3355             [
3356                 "ca3537bf.0c5cc8"
3357             ]
3358         ]
3359     },
3360     {
3361         "id": "c0deb7fa.b4f218",
3362         "type": "block",
3363         "name": "block",
3364         "xml": "<block>\n",
3365         "atomic": "false",
3366         "comments": "",
3367         "outputs": 1,
3368         "x": 1066.7343521118164,
3369         "y": 4546.250027894974,
3370         "z": "681fe365.17b79c",
3371         "wires": [
3372             [
3373                 "d580c3df.332cf",
3374                 "797d20ce.18396"
3375             ]
3376         ]
3377     },
3378     {
3379         "id": "d580c3df.332cf",
3380         "type": "returnFailure",
3381         "name": "return failure",
3382         "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\" />",
3383         "comments": "",
3384         "x": 1213.7339706420898,
3385         "y": 4557.249769449234,
3386         "z": "681fe365.17b79c",
3387         "wires": []
3388     },
3389     {
3390         "id": "ca3537bf.0c5cc8",
3391         "type": "record",
3392         "name": "record",
3393         "xml": "<record plugin=\"org.onap.ccsdk.sli.core.sli.recording.FileRecorder\">\n<parameter name=\"file\" value=\"/opt/opendaylight/current/data/log/terminateRANSlice.log\" />\n<parameter name=\"level\" value=\"info\" />\n<parameter name=\"field1\" value=\"SO Response Sent \"/>",
3394         "comments": "",
3395         "outputs": 1,
3396         "x": 1216.7341079711914,
3397         "y": 4634.249843835831,
3398         "z": "681fe365.17b79c",
3399         "wires": [
3400             []
3401         ]
3402     },
3403     {
3404         "id": "797d20ce.18396",
3405         "type": "set",
3406         "name": "set",
3407         "xml": "<set>\n<parameter name='error-code' value='500'/>\n<parameter name='error-message' value='Error sending SO response. Aborting RPC executiopn'/>",
3408         "comments": "",
3409         "x": 1201.2445793151855,
3410         "y": 4461.2392609119415,
3411         "z": "681fe365.17b79c",
3412         "wires": []
3413     },
3414     {
3415         "id": "de0a0ada.a67e18",
3416         "type": "execute",
3417         "name": "generate URL for SO Callback",
3418         "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`\"/>",
3419         "comments": "",
3420         "outputs": 1,
3421         "x": 906.073974609375,
3422         "y": 4389.23534321785,
3423         "z": "681fe365.17b79c",
3424         "wires": [
3425             []
3426         ]
3427     },
3428     {
3429         "id": "9e6c15e.198abe8",
3430         "type": "outcome",
3431         "name": "Mounted",
3432         "xml": "<outcome value='true'>\n",
3433         "comments": "",
3434         "outputs": 1,
3435         "x": 2308.25,
3436         "y": 1764.25000333786,
3437         "z": "681fe365.17b79c",
3438         "wires": [
3439             [
3440                 "e0ee586e.2501d8"
3441             ]
3442         ]
3443     },
3444     {
3445         "id": "e0ee586e.2501d8",
3446         "type": "block",
3447         "name": "ransim  URL",
3448         "xml": "<block atomic='true'>",
3449         "atomic": "true",
3450         "comments": "",
3451         "outputs": 1,
3452         "x": 2501.239658355713,
3453         "y": 1764.2501254081726,
3454         "z": "681fe365.17b79c",
3455         "wires": [
3456             [
3457                 "28e68584.b3e98a",
3458                 "1efb01ae.c8758e"
3459             ]
3460         ]
3461     },
3462     {
3463         "id": "28e68584.b3e98a",
3464         "type": "execute",
3465         "name": "generate fetchRRMPolicyRatio.ToNRCellCU",
3466         "xml": "<execute plugin='org.onap.ccsdk.sli.core.slipluginutils.SliStringUtils' method='replace' >\n    <parameter name=\"source\" value=\"`$prop.restapi.RRMPolicyRatioEntry.ToNRCellCU.ransim-mounted`\"/>\n    <parameter name=\"outputPath\" value=\"tmp.getRRMPolicyRatio.url\"/>\n    <parameter name=\"target\" value=\"{idNearRTRIC}\"/>\n    <parameter name=\"replacement\" value=\"`$tmp.nearRTRICId`\"/>",
3467         "comments": "",
3468         "outputs": 1,
3469         "x": 2808.239845275879,
3470         "y": 1731.2502264976501,
3471         "z": "681fe365.17b79c",
3472         "wires": [
3473             []
3474         ]
3475     },
3476     {
3477         "id": "1efb01ae.c8758e",
3478         "type": "execute",
3479         "name": "populate mountName",
3480         "xml": "<execute plugin='org.onap.ccsdk.sli.core.slipluginutils.SliStringUtils' method='replace' >\n    <parameter name=\"source\" value=\"`$tmp.getRRMPolicyRatio.url`\"/>\n    <parameter name=\"outputPath\" value=\"tmp.getRRMPolicyRatio.url\"/>\n    <parameter name=\"target\" value=\"{mountName}\"/>\n    <parameter name=\"replacement\" value=\"`$tmp.CUCPName`\"/>",
3481         "comments": "",
3482         "outputs": 1,
3483         "x": 2752.240245819092,
3484         "y": 1784.2504200935364,
3485         "z": "681fe365.17b79c",
3486         "wires": [
3487             []
3488         ]
3489     },
3490     {
3491         "id": "774ee683.2fa458",
3492         "type": "block",
3493         "name": "ransim  URL",
3494         "xml": "<block atomic='true'>",
3495         "atomic": "true",
3496         "comments": "",
3497         "outputs": 1,
3498         "x": 2735.75,
3499         "y": 1148.25000333786,
3500         "z": "681fe365.17b79c",
3501         "wires": [
3502             [
3503                 "2e1becad.7be994",
3504                 "f0034ce.5cce0b"
3505             ]
3506         ]
3507     },
3508     {
3509         "id": "f0034ce.5cce0b",
3510         "type": "execute",
3511         "name": "populate mountName",
3512         "xml": "<execute plugin='org.onap.ccsdk.sli.core.slipluginutils.SliStringUtils' method='replace' >\n    <parameter name=\"source\" value=\"`$tmp.patchPLMNInfoListEntry.url`\"/>\n    <parameter name=\"outputPath\" value=\"tmp.patchPLMNInfoListEntry.url\"/>\n    <parameter name=\"target\" value=\"{mountName}\"/>\n    <parameter name=\"replacement\" value=\"`$tmp.CUCPName`\"/>",
3513         "comments": "",
3514         "outputs": 1,
3515         "x": 2986.750431060791,
3516         "y": 1171.25013589859,
3517         "z": "681fe365.17b79c",
3518         "wires": [
3519             []
3520         ]
3521     },
3522     {
3523         "id": "2e1becad.7be994",
3524         "type": "execute",
3525         "name": "generate TERMINATEPLMNInfoList.ToNRCellCU",
3526         "xml": "<execute plugin='org.onap.ccsdk.sli.core.slipluginutils.SliStringUtils' method='replace' >\n    <parameter name=\"source\" value=\"`$prop.restapi.terminateSNSSAIEntry.ToNRCellCU.ransim-mounted`\"/>\n    <parameter name=\"outputPath\" value=\"tmp.deleteSNSSAIListEntry.url\"/>\n    <parameter name=\"target\" value=\"{idNearRTRIC}\"/>\n    <parameter name=\"replacement\" value=\"`$tmp.nearRTRICId`\"/>",
3527         "comments": "",
3528         "outputs": 1,
3529         "x": 3042.750030517578,
3530         "y": 1118.2499423027039,
3531         "z": "681fe365.17b79c",
3532         "wires": [
3533             []
3534         ]
3535     },
3536     {
3537         "id": "9d08a978.89ba88",
3538         "type": "execute",
3539         "name": "populate mountName",
3540         "xml": "<execute plugin='org.onap.ccsdk.sli.core.slipluginutils.SliStringUtils' method='replace' >\n    <parameter name=\"source\" value=\"`$tmp.deletePLMNInfo-CUUP.url`\"/>\n    <parameter name=\"outputPath\" value=\"tmp.deletePLMNInfo-CUUP.url\"/>\n    <parameter name=\"target\" value=\"{mountName}\"/>\n    <parameter name=\"replacement\" value=\"`$tmp.idGNBCUUPFunction`\"/>",
3541         "comments": "",
3542         "outputs": 1,
3543         "x": 2813.250015258789,
3544         "y": 2813.250346660614,
3545         "z": "681fe365.17b79c",
3546         "wires": [
3547             []
3548         ]
3549     },
3550     {
3551         "id": "fd81f49d.284fc8",
3552         "type": "execute",
3553         "name": "generate terminatePLMNInfoList.TogNBCUUP",
3554         "xml": "<execute plugin='org.onap.ccsdk.sli.core.slipluginutils.SliStringUtils' method='replace' >\n    <parameter name=\"source\" value=\"`$prop.restapi.terminateSNSSAIEntry.ToCUUP.ransim-mounted`\"/>\n    <parameter name=\"outputPath\" value=\"tmp.deletePLMNInfo-CUUP.url\"/>\n    <parameter name=\"target\" value=\"{idNearRTRIC}\"/>\n    <parameter name=\"replacement\" value=\"`$tmp.nearRTRICId`\"/>",
3555         "comments": "",
3556         "outputs": 1,
3557         "x": 2887.249725341797,
3558         "y": 2762.2501006126404,
3559         "z": "681fe365.17b79c",
3560         "wires": [
3561             []
3562         ]
3563     },
3564     {
3565         "id": "80f5bdc1.78aaf",
3566         "type": "block",
3567         "name": "ransim  URL",
3568         "xml": "<block atomic='true'>",
3569         "atomic": "true",
3570         "comments": "",
3571         "outputs": 1,
3572         "x": 2567.2496795654297,
3573         "y": 2800.2500920295715,
3574         "z": "681fe365.17b79c",
3575         "wires": [
3576             [
3577                 "fd81f49d.284fc8",
3578                 "9d08a978.89ba88"
3579             ]
3580         ]
3581     },
3582     {
3583         "id": "e56d8930.4e9058",
3584         "type": "block",
3585         "name": "ransim  URL",
3586         "xml": "<block atomic='true'>",
3587         "atomic": "true",
3588         "comments": "",
3589         "outputs": 1,
3590         "x": 2078.2499809265137,
3591         "y": 3244.2499494552612,
3592         "z": "681fe365.17b79c",
3593         "wires": [
3594             [
3595                 "12f718ef.cb46b7",
3596                 "9816acdf.8076e"
3597             ]
3598         ]
3599     },
3600     {
3601         "id": "12f718ef.cb46b7",
3602         "type": "execute",
3603         "name": "fetch RRMPolicyRatio.TogNBCUUP",
3604         "xml": "<execute plugin='org.onap.ccsdk.sli.core.slipluginutils.SliStringUtils' method='replace' >\n    <parameter name=\"source\" value=\"`$prop.restapi.RRMPolicyRatioEntry.ToGNBCUUP.ransim-mounted`\"/>\n    <parameter name=\"outputPath\" value=\"tmp.getRRMPolicyRatio-CUUP.url\"/>\n    <parameter name=\"target\" value=\"{idNearRTRIC}\"/>\n    <parameter name=\"replacement\" value=\"`$tmp.nearRTRICId`\"/>",
3605         "comments": "",
3606         "outputs": 1,
3607         "x": 2345.249984741211,
3608         "y": 3177.249948501587,
3609         "z": "681fe365.17b79c",
3610         "wires": [
3611             []
3612         ]
3613     },
3614     {
3615         "id": "9816acdf.8076e",
3616         "type": "execute",
3617         "name": "populate mountName",
3618         "xml": "<execute plugin='org.onap.ccsdk.sli.core.slipluginutils.SliStringUtils' method='replace' >\n    <parameter name=\"source\" value=\"`$tmp.getRRMPolicyRatio-CUUP.url`\"/>\n    <parameter name=\"outputPath\" value=\"tmp.getRRMPolicyRatio-CUUP.url\"/>\n    <parameter name=\"target\" value=\"{mountName}\"/>\n    <parameter name=\"replacement\" value=\"`$tmp.idGNBCUUPFunction`\"/>",
3619         "comments": "",
3620         "outputs": 1,
3621         "x": 2319.2501792907715,
3622         "y": 3216.250144958496,
3623         "z": "681fe365.17b79c",
3624         "wires": [
3625             []
3626         ]
3627     },
3628     {
3629         "id": "2406512.40e87ae",
3630         "type": "outcome",
3631         "name": "Mounted",
3632         "xml": "<outcome value='true'>\n",
3633         "comments": "",
3634         "outputs": 1,
3635         "x": 1869.7499771118164,
3636         "y": 3250.2499504089355,
3637         "z": "681fe365.17b79c",
3638         "wires": [
3639             [
3640                 "e56d8930.4e9058"
3641             ]
3642         ]
3643     },
3644     {
3645         "id": "579d239c.3fb1cc",
3646         "type": "block",
3647         "name": "ransim  URL",
3648         "xml": "<block atomic='true'>",
3649         "atomic": "true",
3650         "comments": "",
3651         "outputs": 1,
3652         "x": 3477.75,
3653         "y": 4583.25000333786,
3654         "z": "681fe365.17b79c",
3655         "wires": [
3656             [
3657                 "e037676b.f3dec8",
3658                 "d5b1d8c4.61ddd8"
3659             ]
3660         ]
3661     },
3662     {
3663         "id": "e037676b.f3dec8",
3664         "type": "execute",
3665         "name": "generate patchPLMNInfoList.ToNRCellDU",
3666         "xml": "<execute plugin='org.onap.ccsdk.sli.core.slipluginutils.SliStringUtils' method='replace' >\n    <parameter name=\"source\" value=\"`$prop.restapi.terminateSNSSAIEntry.ToNRCellDU.ransim-mounted`\"/>\n    <parameter name=\"outputPath\" value=\"tmp.deletePLMNInfoListEntry-cellDU.url\"/>\n    <parameter name=\"target\" value=\"{idNearRTRIC}\"/>\n    <parameter name=\"replacement\" value=\"`$tmp.nearRTRICId`\"/>",
3667         "comments": "",
3668         "outputs": 1,
3669         "x": 3784.750030517578,
3670         "y": 4553.249942302704,
3671         "z": "681fe365.17b79c",
3672         "wires": [
3673             []
3674         ]
3675     },
3676     {
3677         "id": "d5b1d8c4.61ddd8",
3678         "type": "execute",
3679         "name": "populate mountName",
3680         "xml": "<execute plugin='org.onap.ccsdk.sli.core.slipluginutils.SliStringUtils' method='replace' >\n    <parameter name=\"source\" value=\"`$tmp.deletePLMNInfoListEntry-cellDU.url`\"/>\n    <parameter name=\"outputPath\" value=\"tmp.deletePLMNInfoListEntry-cellDU.url\"/>\n    <parameter name=\"target\" value=\"{mountName}\"/>\n    <parameter name=\"replacement\" value=\"`$tmp.GNBDUId`\"/>",
3681         "comments": "",
3682         "outputs": 1,
3683         "x": 3728.750431060791,
3684         "y": 4606.25013589859,
3685         "z": "681fe365.17b79c",
3686         "wires": [
3687             []
3688         ]
3689     },
3690     {
3691         "id": "4f10c4f5.ddb28c",
3692         "type": "outcome",
3693         "name": "Mounted",
3694         "xml": "<outcome value='true'>\n",
3695         "comments": "",
3696         "outputs": 1,
3697         "x": 3368.4999504089355,
3698         "y": 5273.249979019165,
3699         "z": "681fe365.17b79c",
3700         "wires": [
3701             [
3702                 "18f37305.8b516d"
3703             ]
3704         ]
3705     },
3706     {
3707         "id": "18f37305.8b516d",
3708         "type": "block",
3709         "name": "ransim  URL",
3710         "xml": "<block atomic='true'>",
3711         "atomic": "true",
3712         "comments": "",
3713         "outputs": 1,
3714         "x": 3529.500343322754,
3715         "y": 5329.499589920044,
3716         "z": "681fe365.17b79c",
3717         "wires": [
3718             [
3719                 "46cef023.14095",
3720                 "52cab61a.9b69a8"
3721             ]
3722         ]
3723     },
3724     {
3725         "id": "46cef023.14095",
3726         "type": "execute",
3727         "name": "generate getRRMPolicyRatio.ToNRCellDU",
3728         "xml": "<execute plugin='org.onap.ccsdk.sli.core.slipluginutils.SliStringUtils' method='replace' >\n    <parameter name=\"source\" value=\"`$prop.restapi.RRMPolicyRatioEntry.ToGNBDU.ransim-mounted`\"/>\n    <parameter name=\"outputPath\" value=\"tmp.getRRMPolicyRatio-gNBDU.url\"/>\n    <parameter name=\"target\" value=\"{idNearRTRIC}\"/>\n    <parameter name=\"replacement\" value=\"`$tmp.nearRTRICId`\"/>",
3729         "comments": "",
3730         "outputs": 1,
3731         "x": 3779.5003509521484,
3732         "y": 5273.49958896637,
3733         "z": "681fe365.17b79c",
3734         "wires": [
3735             []
3736         ]
3737     },
3738     {
3739         "id": "52cab61a.9b69a8",
3740         "type": "execute",
3741         "name": "populate mountName",
3742         "xml": "<execute plugin='org.onap.ccsdk.sli.core.slipluginutils.SliStringUtils' method='replace' >\n    <parameter name=\"source\" value=\"`$tmp.getRRMPolicyRatio-gNBDU.url`\"/>\n    <parameter name=\"outputPath\" value=\"tmp.getRRMPolicyRatio-gNBDU.url\"/>\n    <parameter name=\"target\" value=\"{mountName}\"/>\n    <parameter name=\"replacement\" value=\"`$tmp.GNBDUId`\"/>",
3743         "comments": "",
3744         "outputs": 1,
3745         "x": 3770.500343322754,
3746         "y": 5314.499980926514,
3747         "z": "681fe365.17b79c",
3748         "wires": [
3749             []
3750         ]
3751     },
3752     {
3753         "id": "cd2aa7b2.90ac88",
3754         "type": "comment",
3755         "name": "terminateRANSliceInstance/instantiateRANSliceModifyDeallocate",
3756         "info": "",
3757         "comments": "",
3758         "x": 830.5000286102295,
3759         "y": 38.50000333786011,
3760         "z": "681fe365.17b79c",
3761         "wires": []
3762     },
3763     {
3764         "id": "1de52104.ed19af",
3765         "type": "record",
3766         "name": "record",
3767         "xml": "<record plugin=\"org.onap.ccsdk.sli.core.sli.recording.FileRecorder\">\n<parameter name=\"file\" value=\"/opt/opendaylight/current/data/log/terminateRANSlice.log\" />\n<parameter name=\"level\" value=\"info\" />\n<parameter name=\"field1\" value=\"RPC to handle terminateRANSlice.: \"/>\n<parameter name=\"field2\" value=\"`$terminate-r-a-n-slice-instance-input.action`\"/>\n<parameter name=\"field3\" value=\"`$terminate-r-a-n-slice-instance-input.common-header.timestamp`\"/>\n<parameter name=\"field4\" value=\"`$terminate-r-a-n-slice-instance-input.common-header.request-id`\"/>\n<parameter name=\"field5\" value=\"`$terminate-r-a-n-slice-instance-input.common-header.originator-id`\"/>\n<parameter name=\"field6\" value=\"RPC Payload String \"/>\n<parameter name=\"field7\" value=\"`$terminate-r-a-n-slice-instance-input.payload`\"/>",
3768         "comments": "",
3769         "outputs": 1,
3770         "x": 530.7500076293945,
3771         "y": 75.74999284744263,
3772         "z": "681fe365.17b79c",
3773         "wires": [
3774             []
3775         ]
3776     },
3777     {
3778         "id": "9122bb4.b278948",
3779         "type": "set",
3780         "name": "set default status value",
3781         "xml": "<set>\n<parameter name='error-code' value='200' />\n<parameter name='error-message' value='Successful execution of terminateRANSice RPC' />",
3782         "comments": "",
3783         "x": 636.7497634887695,
3784         "y": 129.75000619888306,
3785         "z": "681fe365.17b79c",
3786         "wires": []
3787     },
3788     {
3789         "id": "29a4c2d.d7ff73e",
3790         "type": "execute",
3791         "name": "printContext",
3792         "xml": "<execute plugin='org.onap.ccsdk.sli.core.slipluginutils.SliPluginUtils' method='printContext' >\n<parameter name='filename' value='/opt/opendaylight/current/data/log/ranSlice-terminateRANSlice-context.log' />\n\n\n",
3793         "comments": "",
3794         "outputs": 1,
3795         "x": 671.7497253417969,
3796         "y": 273.73954677581787,
3797         "z": "681fe365.17b79c",
3798         "wires": [
3799             []
3800         ]
3801     },
3802     {
3803         "id": "598df4a4.b19ffc",
3804         "type": "execute",
3805         "name": "execute Properties",
3806         "xml": "<execute plugin='org.onap.ccsdk.sli.plugins.prop.PropertiesNode' method='readProperties' >\n    <parameter name='fileName' value='/opt/onap/ccsdk/data/properties/ran-slice-api-dg.properties' />\n    <parameter name='contextPrefix' value='prop' />\n",
3807         "comments": "",
3808         "outputs": 1,
3809         "x": 691.7497100830078,
3810         "y": 314.7499122619629,
3811         "z": "681fe365.17b79c",
3812         "wires": [
3813             []
3814         ]
3815     },
3816     {
3817         "id": "3a4a34c3.80f96c",
3818         "type": "record",
3819         "name": "record",
3820         "xml": "<record plugin=\"org.onap.ccsdk.sli.core.sli.recording.FileRecorder\">\n<parameter name=\"file\" value=\"/opt/opendaylight/current/data/log/terminateRANSlice.log\" />\n<parameter name=\"level\" value=\"info\" />\n<parameter name=\"field1\" value=\"Properties read .. controller details \"/>\n<parameter name=\"field2\" value=\"`$prop.controller.user`\"/>\n<parameter name=\"field3\" value=\"`$prop.controller.pwd`\"/>\n<parameter name=\"field4\" value=\"`$prop.controller.url`\"/>\n<parameter name=\"field5\" value=\"ransim-mounted (true/false): \"/>\n<parameter name=\"field6\" value=\"`$prop.ransim-mounted`\"/>\n<parameter name=\"field7\" value=\"config DB deployed (true/false): \"/>\n<parameter name=\"field8\" value=\"`$prop.configdb-deployed`\"/>",
3821         "comments": "",
3822         "outputs": 1,
3823         "x": 702.7497787475586,
3824         "y": 384.49999380111694,
3825         "z": "681fe365.17b79c",
3826         "wires": [
3827             []
3828         ]
3829     },
3830     {
3831         "id": "55ae2ce.34cb9d4",
3832         "type": "execute",
3833         "name": "get PLMNId URL",
3834         "xml": "<execute plugin='org.onap.ccsdk.sli.core.slipluginutils.SliStringUtils' method='replace' >\n    <parameter name=\"source\" value=\"`$prop.restapi.configdb.getplmn`\"/>\n    <parameter name=\"outputPath\" value=\"tmp.configdb.getPLMNId.url\"/>\n    <parameter name=\"target\" value=\"{sliceProfileId}\"/>\n    <parameter name=\"replacement\" value=\"`$tmp.sliceprofileid`\"/>",
3835         "comments": "",
3836         "outputs": 1,
3837         "x": 652.2499923706055,
3838         "y": 635.750027179718,
3839         "z": "681fe365.17b79c",
3840         "wires": [
3841             []
3842         ]
3843     },
3844     {
3845         "id": "4e6886e3.a23638",
3846         "type": "record",
3847         "name": "record",
3848         "xml": "<record plugin=\"org.onap.ccsdk.sli.core.sli.recording.FileRecorder\">\n<parameter name=\"file\" value=\"/opt/opendaylight/current/data/log/terminateRANSlice.log\" />\n<parameter name=\"level\" value=\"info\" />\n<parameter name=\"field1\" value=\"Get PLMN from SliceProfileId URL: \"/>\n<parameter name=\"field2\" value=\"`$tmp.configdb.getPLMNId.url`\"/>\n\n",
3849         "comments": "",
3850         "outputs": 1,
3851         "x": 623.2500228881836,
3852         "y": 697.5000519752502,
3853         "z": "681fe365.17b79c",
3854         "wires": [
3855             []
3856         ]
3857     },
3858     {
3859         "id": "48fde408.564d5c",
3860         "type": "execute",
3861         "name": "Get PLMN from Sliceprofile id",
3862         "xml": "<execute plugin='org.onap.ccsdk.sli.plugins.restapicall.RestapiCallNode' method='sendRequest' >\n<parameter name=\"restapiUrl\" value=\"`$prop.configdb.url + $tmp.configdb.getPLMNId.url`\"/>\n<parameter name=\"httpMethod\" value=\"GET\"/>\n<parameter name=\"responsePrefix\" value=\"getPLMN-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\"/>",
3863         "comments": "",
3864         "outputs": 1,
3865         "x": 688.2500076293945,
3866         "y": 757.250006198883,
3867         "z": "681fe365.17b79c",
3868         "wires": [
3869             []
3870         ]
3871     },
3872     {
3873         "id": "47449884.5cadd8",
3874         "type": "execute",
3875         "name": "read PLMN Id",
3876         "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=\"`getPLMN-configdb-response.plmnId`\" />\n",
3877         "comments": "",
3878         "outputs": 1,
3879         "x": 641.25,
3880         "y": 815.2500548362732,
3881         "z": "681fe365.17b79c",
3882         "wires": [
3883             []
3884         ]
3885     },
3886     {
3887         "id": "477a6692.3ec148",
3888         "type": "record",
3889         "name": "record",
3890         "xml": "<record plugin=\"org.onap.ccsdk.sli.core.sli.recording.FileRecorder\">\n<parameter name=\"file\" value=\"/opt/opendaylight/current/data/log/terminateRANSlice.log\" />\n<parameter name=\"level\" value=\"info\" />\n<parameter name=\"field1\" value=\"`$tmp.pLMNId`\"/>\n<parameter name=\"field2\" value=\"`$tmp.mcc`\"/>\n<parameter name=\"field3\" value=\"`$tmp.mnc`\"/>",
3891         "comments": "",
3892         "outputs": 1,
3893         "x": 631.4935302734375,
3894         "y": 982.493510723114,
3895         "z": "681fe365.17b79c",
3896         "wires": [
3897             []
3898         ]
3899     },
3900     {
3901         "id": "84a59109.b2389",
3902         "type": "execute",
3903         "name": "read PLMNList size",
3904         "xml": "<execute plugin='org.onap.ccsdk.sli.core.slipluginutils.SliPluginUtils' method='getAttributeValue'>\n\t<parameter name='outputPath' value='tmp.pLMNInfoList_length' />\n\t<parameter name='source' value=\"`'getNFNSSIRIC-configdb-response.['+ $idy +'].gNBCUCPList['+ $idz +'].cellCUList['+ $idcu +'].pLMNInfoList_length'`\" />",
3905         "comments": "",
3906         "outputs": 1,
3907         "x": 2117.7776947021484,
3908         "y": 545.7221846580505,
3909         "z": "681fe365.17b79c",
3910         "wires": [
3911             []
3912         ]
3913     },
3914     {
3915         "id": "8d0a43d7.ec465",
3916         "type": "for",
3917         "name": "for each rrmpolicyMember",
3918         "xml": "<for index='idcu-rrm1' start='0' end='`$tmp.NRCellCURRMPolicyMembersLength`' >\n",
3919         "comments": "",
3920         "outputs": 1,
3921         "x": 2586.749767303467,
3922         "y": 2259.333149433136,
3923         "z": "681fe365.17b79c",
3924         "wires": [
3925             [
3926                 "ee23469d.b1eb28"
3927             ]
3928         ]
3929     },
3930     {
3931         "id": "ee23469d.b1eb28",
3932         "type": "block",
3933         "name": "block : atomic",
3934         "xml": "<block atomic='true'>",
3935         "atomic": "true",
3936         "comments": "",
3937         "outputs": 1,
3938         "x": 2816.416763305664,
3939         "y": 2259.444282054901,
3940         "z": "681fe365.17b79c",
3941         "wires": [
3942             [
3943                 "7a818a33.d6fc14",
3944                 "d175e82a.acb388",
3945                 "1628cada.6921f5",
3946                 "2fd77fd1.e4a59",
3947                 "441562fc.91809c"
3948             ]
3949         ]
3950     },
3951     {
3952         "id": "7a818a33.d6fc14",
3953         "type": "switchNode",
3954         "name": "if length > 0 ",
3955         "xml": "<switch test='`$tmp.NRCellCURRMPolicyMembersLength > 0`'>\n\n    \n",
3956         "comments": "",
3957         "outputs": 1,
3958         "x": 2955.583595275879,
3959         "y": 2172.583086490631,
3960         "z": "681fe365.17b79c",
3961         "wires": [
3962             [
3963                 "91adb60a.8cb418",
3964                 "1bcd314.a7b9ccf"
3965             ]
3966         ]
3967     },
3968     {
3969         "id": "91adb60a.8cb418",
3970         "type": "success",
3971         "name": "success",
3972         "xml": "<outcome value='true'>\n",
3973         "comments": "",
3974         "outputs": 1,
3975         "x": 3107.250068664551,
3976         "y": 2147.1385684013367,
3977         "z": "681fe365.17b79c",
3978         "wires": [
3979             [
3980                 "30d013b8.c7e45c"
3981             ]
3982         ]
3983     },
3984     {
3985         "id": "30d013b8.c7e45c",
3986         "type": "block",
3987         "name": "block : atomic",
3988         "xml": "<block atomic='true'>",
3989         "atomic": "true",
3990         "comments": "",
3991         "outputs": 1,
3992         "x": 3273.9164695739746,
3993         "y": 2148.1389441490173,
3994         "z": "681fe365.17b79c",
3995         "wires": [
3996             [
3997                 "93669e64.a3703"
3998             ]
3999         ]
4000     },
4001     {
4002         "id": "93669e64.a3703",
4003         "type": "switchNode",
4004         "name": "ransim mounted",
4005         "xml": "<switch test='`$prop.ransim-mounted`'>\n",
4006         "comments": "",
4007         "outputs": 1,
4008         "x": 3121.694351196289,
4009         "y": 2027.027679681778,
4010         "z": "681fe365.17b79c",
4011         "wires": [
4012             [
4013                 "770075a9.f6528c",
4014                 "42f3ed4d.e7f564"
4015             ]
4016         ]
4017     },
4018     {
4019         "id": "770075a9.f6528c",
4020         "type": "outcome",
4021         "name": "Not Mounted",
4022         "xml": "<outcome value='false'>\n",
4023         "comments": "",
4024         "outputs": 1,
4025         "x": 3365.028091430664,
4026         "y": 2042.9163584709167,
4027         "z": "681fe365.17b79c",
4028         "wires": [
4029             [
4030                 "d50061c2.12c73"
4031             ]
4032         ]
4033     },
4034     {
4035         "id": "42f3ed4d.e7f564",
4036         "type": "outcome",
4037         "name": "Mounted",
4038         "xml": "<outcome value='true'>\n",
4039         "comments": "",
4040         "outputs": 1,
4041         "x": 3355.8716011047363,
4042         "y": 2083.3606419563293,
4043         "z": "681fe365.17b79c",
4044         "wires": [
4045             [
4046                 "97180c02.407e7"
4047             ]
4048         ]
4049     },
4050     {
4051         "id": "d50061c2.12c73",
4052         "type": "block",
4053         "name": "block : atomic",
4054         "xml": "<block atomic='true'>",
4055         "atomic": "true",
4056         "comments": "",
4057         "outputs": 1,
4058         "x": 3546.4165115356445,
4059         "y": 2044.2499585151672,
4060         "z": "681fe365.17b79c",
4061         "wires": [
4062             [
4063                 "8a5b9f90.fd4b5"
4064             ]
4065         ]
4066     },
4067     {
4068         "id": "97180c02.407e7",
4069         "type": "block",
4070         "name": "block : atomic",
4071         "xml": "<block atomic='true'>",
4072         "atomic": "true",
4073         "comments": "",
4074         "outputs": 1,
4075         "x": 3537.527587890625,
4076         "y": 2086.47199678421,
4077         "z": "681fe365.17b79c",
4078         "wires": [
4079             [
4080                 "3033725b.b1ab1e",
4081                 "b85b5e04.af828"
4082             ]
4083         ]
4084     },
4085     {
4086         "id": "8a5b9f90.fd4b5",
4087         "type": "execute",
4088         "name": "delete RRMPolicyRatio NRCellCU - URL",
4089         "xml": "<execute plugin='org.onap.ccsdk.sli.core.slipluginutils.SliStringUtils' method='replace' >\n    <parameter name=\"source\" value=\"`$prop.restapi.removeRRMPolicyRatio.ToNRCellCU`\"/>\n    <parameter name=\"outputPath\" value=\"tmp.deleteRRMPolicyRatio.url\"/>\n    <parameter name=\"target\" value=\"{idNearRTRIC}\"/>\n    <parameter name=\"replacement\" value=\"`$tmp.nearRTRICId`\"/>\n",
4090         "comments": "",
4091         "outputs": 1,
4092         "x": 3831.694221496582,
4093         "y": 2041.4722361564636,
4094         "z": "681fe365.17b79c",
4095         "wires": [
4096             []
4097         ]
4098     },
4099     {
4100         "id": "3033725b.b1ab1e",
4101         "type": "execute",
4102         "name": "generate deleteRRMPolicyRatio.ToNRCellCU URL",
4103         "xml": "<execute plugin='org.onap.ccsdk.sli.core.slipluginutils.SliStringUtils' method='replace' >\n    <parameter name=\"source\" value=\"`$prop.restapi.removeRRMPolicyRatio.ToNRCellCU.ransim-mounted`\"/>\n    <parameter name=\"outputPath\" value=\"tmp.deleteRRMPolicyRatio.url\"/>\n    <parameter name=\"target\" value=\"{idNearRTRIC}\"/>\n    <parameter name=\"replacement\" value=\"`$tmp.nearRTRICId`\"/>",
4104         "comments": "",
4105         "outputs": 1,
4106         "x": 3842.8054809570312,
4107         "y": 2084.805597782135,
4108         "z": "681fe365.17b79c",
4109         "wires": [
4110             []
4111         ]
4112     },
4113     {
4114         "id": "b85b5e04.af828",
4115         "type": "execute",
4116         "name": "populate mountName",
4117         "xml": "<execute plugin='org.onap.ccsdk.sli.core.slipluginutils.SliStringUtils' method='replace' >\n    <parameter name=\"source\" value=\"`$tmp.deleteRRMPolicyRatio.url`\"/>\n    <parameter name=\"outputPath\" value=\"tmp.deleteRRMPolicyRatio.url\"/>\n    <parameter name=\"target\" value=\"{mountName}\"/>\n    <parameter name=\"replacement\" value=\"`$tmp.CUCPName`\"/>",
4118         "comments": "",
4119         "outputs": 1,
4120         "x": 3767.2497024536133,
4121         "y": 2120.3610796928406,
4122         "z": "681fe365.17b79c",
4123         "wires": [
4124             []
4125         ]
4126     },
4127     {
4128         "id": "1bcd314.a7b9ccf",
4129         "type": "failure",
4130         "name": "failure",
4131         "xml": "<outcome value='false'>\n",
4132         "comments": "",
4133         "outputs": 1,
4134         "x": 3110.861053466797,
4135         "y": 2201.4721179008484,
4136         "z": "681fe365.17b79c",
4137         "wires": [
4138             [
4139                 "23782736.1c7578"
4140             ]
4141         ]
4142     },
4143     {
4144         "id": "23782736.1c7578",
4145         "type": "block",
4146         "name": "block : atomic",
4147         "xml": "<block atomic='true'>",
4148         "atomic": "true",
4149         "comments": "",
4150         "outputs": 1,
4151         "x": 3296.5281372070312,
4152         "y": 2189.8054366111755,
4153         "z": "681fe365.17b79c",
4154         "wires": [
4155             [
4156                 "b3f13f22.b7c39",
4157                 "e2b944e4.7d6fe8"
4158             ]
4159         ]
4160     },
4161     {
4162         "id": "b3f13f22.b7c39",
4163         "type": "set",
4164         "name": "Read RRMPolicyMember-sNSSA",
4165         "xml": "<set>\n<parameter name='tmp.RRMPolicyMember_sNSSAI' value=\"`'$get-rrmpolicyratio-response.attributes.RRMPolicyRatio['+ $idcu-rrm+'].attributes.rRMPolicyMemberList['+ $idcu-rrm1 +'].sNSSAI'`\" />",
4166         "comments": "",
4167         "x": 3588.917106628418,
4168         "y": 2153.694749355316,
4169         "z": "681fe365.17b79c",
4170         "wires": []
4171     },
4172     {
4173         "id": "e2b944e4.7d6fe8",
4174         "type": "switchNode",
4175         "name": "find matching RRMPolicyMember",
4176         "xml": "<switch test='`$tmp.RRMPolicyMember_sNSSAI==$tmp.sNSSAI`'>\n",
4177         "comments": "",
4178         "outputs": 1,
4179         "x": 3587.8055419921875,
4180         "y": 2193.6942439079285,
4181         "z": "681fe365.17b79c",
4182         "wires": [
4183             [
4184                 "995ca390.9084f"
4185             ]
4186         ]
4187     },
4188     {
4189         "id": "995ca390.9084f",
4190         "type": "success",
4191         "name": "success",
4192         "xml": "<outcome value='success'>\n",
4193         "comments": "",
4194         "outputs": 1,
4195         "x": 3818.638885498047,
4196         "y": 2198.1386218070984,
4197         "z": "681fe365.17b79c",
4198         "wires": [
4199             [
4200                 "240a42c0.bb25ee"
4201             ]
4202         ]
4203     },
4204     {
4205         "id": "240a42c0.bb25ee",
4206         "type": "block",
4207         "name": "block : atomic",
4208         "xml": "<block atomic='true'>",
4209         "atomic": "true",
4210         "comments": "",
4211         "outputs": 1,
4212         "x": 4042.249725341797,
4213         "y": 2194.8053698539734,
4214         "z": "681fe365.17b79c",
4215         "wires": [
4216             [
4217                 "8fcafc65.a8bcd",
4218                 "18463543.a9b2cb",
4219                 "6fa82472.8c635c"
4220             ]
4221         ]
4222     },
4223     {
4224         "id": "8fcafc65.a8bcd",
4225         "type": "set",
4226         "name": "Read RRMPolicyMember-id",
4227         "xml": "<set>\n<parameter name='tmp.RRMPolicyMember_id' value=\"`'$get-rrmpolicyratio-response.attributes.RRMPolicyRatio['+ $idcu-rrm+'].attributes.rRMPolicyMemberList['+ $idcu-rrm1 +'].idx'`\" />",
4228         "comments": "",
4229         "x": 4307.916458129883,
4230         "y": 2162.5832562446594,
4231         "z": "681fe365.17b79c",
4232         "wires": []
4233     },
4234     {
4235         "id": "36ec693b.2217d6",
4236         "type": "execute",
4237         "name": "generate deleteRRMPolicyMember.ToNRCellCU URL",
4238         "xml": "<execute plugin='org.onap.ccsdk.sli.core.slipluginutils.SliStringUtils' method='replace' >\n    <parameter name=\"source\" value=\"`$prop.restapi.removeRRMPolicyMember.ToNRCellCU`\"/>\n    <parameter name=\"outputPath\" value=\"tmp.deleteRRMPolicyRatio.url\"/>\n    <parameter name=\"target\" value=\"{idNearRTRIC}\"/>\n    <parameter name=\"replacement\" value=\"`$tmp.nearRTRICId`\"/>",
4239         "comments": "",
4240         "outputs": 1,
4241         "x": 4837.360374450684,
4242         "y": 2254.805455684662,
4243         "z": "681fe365.17b79c",
4244         "wires": [
4245             []
4246         ]
4247     },
4248     {
4249         "id": "18463543.a9b2cb",
4250         "type": "switchNode",
4251         "name": "ransim mounted",
4252         "xml": "<switch test='`$prop.ransim-mounted`'>\n",
4253         "comments": "",
4254         "outputs": 1,
4255         "x": 4265.138465881348,
4256         "y": 2258.1389212608337,
4257         "z": "681fe365.17b79c",
4258         "wires": [
4259             [
4260                 "caefb9c8.c0f608",
4261                 "86c27b6.8318888"
4262             ]
4263         ]
4264     },
4265     {
4266         "id": "caefb9c8.c0f608",
4267         "type": "outcome",
4268         "name": "Not Mounted",
4269         "xml": "<outcome value='false'>\n",
4270         "comments": "",
4271         "outputs": 1,
4272         "x": 4508.472526550293,
4273         "y": 2257.360945224762,
4274         "z": "681fe365.17b79c",
4275         "wires": [
4276             [
4277                 "36ec693b.2217d6"
4278             ]
4279         ]
4280     },
4281     {
4282         "id": "86c27b6.8318888",
4283         "type": "outcome",
4284         "name": "Mounted",
4285         "xml": "<outcome value='true'>\n",
4286         "comments": "",
4287         "outputs": 1,
4288         "x": 4499.315940856934,
4289         "y": 2308.9163393974304,
4290         "z": "681fe365.17b79c",
4291         "wires": [
4292             [
4293                 "940abeb7.a2bd8"
4294             ]
4295         ]
4296     },
4297     {
4298         "id": "a76004cc.2097d8",
4299         "type": "execute",
4300         "name": "generate deleteRRMPolicyRatio.ToNRCellCU URL",
4301         "xml": "<execute plugin='org.onap.ccsdk.sli.core.slipluginutils.SliStringUtils' method='replace' >\n    <parameter name=\"source\" value=\"`$prop.restapi.removeRRMPolicyMember.ToNRCellCU.ransim-mounted`\"/>\n    <parameter name=\"outputPath\" value=\"tmp.deleteRRMPolicyRatio.url\"/>\n    <parameter name=\"target\" value=\"{idNearRTRIC}\"/>\n    <parameter name=\"replacement\" value=\"`$tmp.nearRTRICId`\"/>",
4302         "comments": "",
4303         "outputs": 1,
4304         "x": 4966.527503967285,
4305         "y": 2300.3613810539246,
4306         "z": "681fe365.17b79c",
4307         "wires": [
4308             []
4309         ]
4310     },
4311     {
4312         "id": "68f1b990.92a8f8",
4313         "type": "execute",
4314         "name": "populate mountName",
4315         "xml": "<execute plugin='org.onap.ccsdk.sli.core.slipluginutils.SliStringUtils' method='replace' >\n    <parameter name=\"source\" value=\"`$tmp.deleteRRMPolicyRatio.url`\"/>\n    <parameter name=\"outputPath\" value=\"tmp.deleteRRMPolicyRatio.url\"/>\n    <parameter name=\"target\" value=\"{mountName}\"/>\n    <parameter name=\"replacement\" value=\"`$tmp.CUCPName`\"/>",
4316         "comments": "",
4317         "outputs": 1,
4318         "x": 4886.5272216796875,
4319         "y": 2359.2497973442078,
4320         "z": "681fe365.17b79c",
4321         "wires": [
4322             []
4323         ]
4324     },
4325     {
4326         "id": "940abeb7.a2bd8",
4327         "type": "block",
4328         "name": "block : atomic",
4329         "xml": "<block atomic='true'>",
4330         "atomic": "true",
4331         "comments": "",
4332         "outputs": 1,
4333         "x": 4666.249794006348,
4334         "y": 2306.4721732139587,
4335         "z": "681fe365.17b79c",
4336         "wires": [
4337             [
4338                 "a76004cc.2097d8",
4339                 "68f1b990.92a8f8"
4340             ]
4341         ]
4342     },
4343     {
4344         "id": "161f1fd6.b2ae4",
4345         "type": "record",
4346         "name": "record",
4347         "xml": "<record plugin=\"org.onap.ccsdk.sli.core.sli.recording.FileRecorder\">\n<parameter name=\"file\" value=\"/opt/opendaylight/current/data/log/terminateRANSlice.log\" />\n<parameter name=\"level\" value=\"info\" />\n<parameter name=\"field1\" value=\"Delete RRMPolicy URL - \"/>\n<parameter name=\"field2\" value=\"`$tmp.deleteRRMPolicyRatio.url`\"/>\n<parameter name=\"field3\" value=\"RRMPolicyRatio id\"/>\n<parameter name=\"field4\" value=\"`$tmp.RRMPolicyRatio_id`\"/>\n",
4348         "comments": "",
4349         "outputs": 1,
4350         "x": 2535.8609352111816,
4351         "y": 2315.639142513275,
4352         "z": "681fe365.17b79c",
4353         "wires": [
4354             []
4355         ]
4356     },
4357     {
4358         "id": "b2831a61.7b70f8",
4359         "type": "execute",
4360         "name": "Terminate NRCellCU - RRMPolicyRatio",
4361         "xml": "<execute plugin='org.onap.ccsdk.sli.plugins.restapicall.RestapiCallNode' method='sendRequest' >\n<parameter name=\"restapiUrl\" value=\"`$prop.controller.url + $tmp.deleteRRMPolicyRatio.url`\"/>\n<parameter name=\"restapiUser\" value=\"`$prop.controller.user`\" />\n<parameter name=\"restapiPassword\" value=\"`$prop.controller.pwd`\"/>\n<parameter name=\"httpMethod\" value=\"DELETE\"/>\n<parameter name=\"responsePrefix\" value=\"delete-cellCU-RRMPolicyRatio-response\"/>\n<parameter name='contentType' value='application/json' /> \n<parameter name='format' value='json' />",
4362         "comments": "",
4363         "outputs": 1,
4364         "x": 2630.6387329101562,
4365         "y": 2357.6389594078064,
4366         "z": "681fe365.17b79c",
4367         "wires": [
4368             [
4369                 "78f4ddb9.581ff4",
4370                 "b13c92c9.72f3a"
4371             ]
4372         ]
4373     },
4374     {
4375         "id": "78f4ddb9.581ff4",
4376         "type": "success",
4377         "name": "success",
4378         "xml": "<outcome value='success'>\n",
4379         "comments": "",
4380         "outputs": 1,
4381         "x": 2916.3888359069824,
4382         "y": 2403.3889288902283,
4383         "z": "681fe365.17b79c",
4384         "wires": [
4385             [
4386                 "dcea762d.5ebf28"
4387             ]
4388         ]
4389     },
4390     {
4391         "id": "dcea762d.5ebf28",
4392         "type": "block",
4393         "name": "block : atomic",
4394         "xml": "<block atomic='true'>",
4395         "atomic": "true",
4396         "comments": "",
4397         "outputs": 1,
4398         "x": 3119.8888931274414,
4399         "y": 2405.8889298439026,
4400         "z": "681fe365.17b79c",
4401         "wires": [
4402             [
4403                 "fa4fc2bc.a8266"
4404             ]
4405         ]
4406     },
4407     {
4408         "id": "fa4fc2bc.a8266",
4409         "type": "record",
4410         "name": "record",
4411         "xml": "<record plugin=\"org.onap.ccsdk.sli.core.sli.recording.FileRecorder\">\n<parameter name=\"file\" value=\"/opt/opendaylight/current/data/log/terminateRANSlice.log\" />\n<parameter name=\"level\" value=\"info\" />\n<parameter name=\"field1\" value=\"Successfully Deleted - cellCU RRMpolicyRatio/RRMPolicyMember\"/>",
4412         "comments": "",
4413         "outputs": 1,
4414         "x": 3347.3886528015137,
4415         "y": 2313.139141559601,
4416         "z": "681fe365.17b79c",
4417         "wires": [
4418             []
4419         ]
4420     },
4421     {
4422         "id": "a8ab8f1c.73a63",
4423         "type": "set",
4424         "name": "set",
4425         "xml": "<set>\n<parameter name='error-code' value='500'/>\n<parameter name='error-message' value='Error Removing cellCU RRMPolicyRatio. Aborting RPC executiopn'/>",
4426         "comments": "",
4427         "x": 3360.638641357422,
4428         "y": 2356.1388659477234,
4429         "z": "681fe365.17b79c",
4430         "wires": []
4431     },
4432     {
4433         "id": "33c478c3.0c73f8",
4434         "type": "returnFailure",
4435         "name": "return failure",
4436         "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 removing NRCellDU - RRMPolicyRAtio. Aborting RPC executiopn'/>",
4437         "comments": "",
4438         "x": 3365.6385192871094,
4439         "y": 2451.1389269828796,
4440         "z": "681fe365.17b79c",
4441         "wires": []
4442     },
4443     {
4444         "id": "e66a98fa.23da98",
4445         "type": "block",
4446         "name": "block : atomic",
4447         "xml": "<block atomic='true'>",
4448         "atomic": "true",
4449         "comments": "",
4450         "outputs": 1,
4451         "x": 3116.889320373535,
4452         "y": 2457.638961315155,
4453         "z": "681fe365.17b79c",
4454         "wires": [
4455             [
4456                 "33c478c3.0c73f8",
4457                 "a8ab8f1c.73a63",
4458                 "ad094b5c.97bfa8"
4459             ]
4460         ]
4461     },
4462     {
4463         "id": "b13c92c9.72f3a",
4464         "type": "failure",
4465         "name": "failure",
4466         "xml": "<outcome value='failure'>\n",
4467         "comments": "",
4468         "outputs": 1,
4469         "x": 2911.6388359069824,
4470         "y": 2442.638961315155,
4471         "z": "681fe365.17b79c",
4472         "wires": [
4473             [
4474                 "e66a98fa.23da98"
4475             ]
4476         ]
4477     },
4478     {
4479         "id": "6fa82472.8c635c",
4480         "type": "record",
4481         "name": "record",
4482         "xml": "<record plugin=\"org.onap.ccsdk.sli.core.sli.recording.FileRecorder\">\n<parameter name=\"file\" value=\"/opt/opendaylight/current/data/log/terminateRANSlice.log\" />\n<parameter name=\"level\" value=\"info\" />\n<parameter name=\"field1\" value=\"RRMPolicyMember id - \"/>\n<parameter name=\"field2\" value=\"`$tmp.RRMPolicyMember_id`\"/>\n",
4483         "comments": "",
4484         "outputs": 1,
4485         "x": 4259.576385498047,
4486         "y": 2210.4652819633484,
4487         "z": "681fe365.17b79c",
4488         "wires": [
4489             []
4490         ]
4491     },
4492     {
4493         "id": "abe2baeb.40e348",
4494         "type": "execute",
4495         "name": "prepare sNSSAI",
4496         "xml": "<execute plugin='org.onap.ccsdk.sli.core.slipluginutils.SliStringUtils' method='replace' >\n    <parameter name=\"source\" value=\"`$tmp.deleteSNSSAIListEntry.url`\"/>\n    <parameter name=\"outputPath\" value=\"tmp.deleteSNSSAIListEntry.url\"/>\n    <parameter name=\"target\" value=\"{sNssai}\"/>\n    <parameter name=\"replacement\" value=\"`$tmp.sNSSAI`\"/>",
4497         "comments": "",
4498         "outputs": 1,
4499         "x": 2325.138946533203,
4500         "y": 1304.652853012085,
4501         "z": "681fe365.17b79c",
4502         "wires": [
4503             []
4504         ]
4505     },
4506     {
4507         "id": "d175e82a.acb388",
4508         "type": "execute",
4509         "name": "prepare idGNBCUCPFunction",
4510         "xml": "<execute plugin='org.onap.ccsdk.sli.core.slipluginutils.SliStringUtils' method='replace' >\n    <parameter name=\"source\" value=\"`$tmp.deleteRRMPolicyRatio.url`\"/>\n    <parameter name=\"outputPath\" value=\"tmp.deleteRRMPolicyRatio.url\"/>\n    <parameter name=\"target\" value=\"{idGNBCUCPFunction}\"/>\n    <parameter name=\"replacement\" value=\"`$tmp.CUCPName`\"/>\n",
4511         "comments": "",
4512         "outputs": 1,
4513         "x": 3073.3265075683594,
4514         "y": 2251.7153429985046,
4515         "z": "681fe365.17b79c",
4516         "wires": [
4517             []
4518         ]
4519     },
4520     {
4521         "id": "1628cada.6921f5",
4522         "type": "execute",
4523         "name": "prepare idNRCellCU",
4524         "xml": "<execute plugin='org.onap.ccsdk.sli.core.slipluginutils.SliStringUtils' method='replace' >\n    <parameter name=\"source\" value=\"`$tmp.deleteRRMPolicyRatio.url`\"/>\n    <parameter name=\"outputPath\" value=\"tmp.deleteRRMPolicyRatio.url\"/>\n    <parameter name=\"target\" value=\"{idNRCellCU}\"/>\n    <parameter name=\"replacement\" value=\"`$tmp.cellCULocalId`\"/>\n",
4525         "comments": "",
4526         "outputs": 1,
4527         "x": 3045.826446533203,
4528         "y": 2284.965313434601,
4529         "z": "681fe365.17b79c",
4530         "wires": [
4531             []
4532         ]
4533     },
4534     {
4535         "id": "2fd77fd1.e4a59",
4536         "type": "execute",
4537         "name": "prepare RRMPolicyRatio id",
4538         "xml": "<execute plugin='org.onap.ccsdk.sli.core.slipluginutils.SliStringUtils' method='replace' >\n    <parameter name=\"source\" value=\"`$tmp.deleteRRMPolicyRatio.url`\"/>\n    <parameter name=\"outputPath\" value=\"tmp.deleteRRMPolicyRatio.url\"/>\n    <parameter name=\"target\" value=\"{id}\"/>\n    <parameter name=\"replacement\" value=\"`$tmp.RRMPolicyRatio_id`\"/>\n",
4539         "comments": "",
4540         "outputs": 1,
4541         "x": 3069.264389038086,
4542         "y": 2319.5278449058533,
4543         "z": "681fe365.17b79c",
4544         "wires": [
4545             []
4546         ]
4547     },
4548     {
4549         "id": "441562fc.91809c",
4550         "type": "execute",
4551         "name": "prepare RRMPolicyMember id",
4552         "xml": "<execute plugin='org.onap.ccsdk.sli.core.slipluginutils.SliStringUtils' method='replace' >\n    <parameter name=\"source\" value=\"`$tmp.getRRMPolicyRatio.url`\"/>\n    <parameter name=\"outputPath\" value=\"tmp.getRRMPolicyRatio.url\"/>\n    <parameter name=\"target\" value=\"{idx}\"/>\n    <parameter name=\"replacement\" value=\"`$tmp.RRMPolicyMember_id`\"/>\n",
4553         "comments": "",
4554         "outputs": 1,
4555         "x": 3076.763946533203,
4556         "y": 2355.277814388275,
4557         "z": "681fe365.17b79c",
4558         "wires": [
4559             []
4560         ]
4561     },
4562     {
4563         "id": "b45cc7bf.8981f8",
4564         "type": "execute",
4565         "name": "read NFType",
4566         "xml": "<execute plugin='org.onap.ccsdk.sli.core.slipluginutils.SliPluginUtils' method='getAttributeValue'>\n\t<parameter name='outputPath' value='tmp.cucpNFType' />\n\t<parameter name='source' value=\"`'getNFNSSIRIC-configdb-response.['+ $idy +'].gNBCUCPList['+ $idz +'].nFType'`\" />",
4567         "comments": "",
4568         "outputs": 1,
4569         "x": 2328.013946533203,
4570         "y": 1069.3403491973877,
4571         "z": "681fe365.17b79c",
4572         "wires": [
4573             []
4574         ]
4575     },
4576     {
4577         "id": "be30729d.352f3",
4578         "type": "execute",
4579         "name": "read sNSSAI from getNFNSSIRIC-configdb-response",
4580         "xml": "<execute plugin='org.onap.ccsdk.sli.core.slipluginutils.SliPluginUtils' method='getAttributeValue'>\n\t<parameter name='outputPath' value='tmp.configDBSNSSAI1' />\n    <parameter name='source' value=\"`'getNFNSSIRIC-configdb-response.['+ $idy +'].gNBCUUPList['+ $id-cuup +'].pLMNInfoList['+ $id-plmn +'].sNSSAI['+ $id-snssai +'].sNSSAI'`\" />",
4581         "comments": "",
4582         "outputs": 1,
4583         "x": 1602.13916015625,
4584         "y": 2594.4726457595825,
4585         "z": "681fe365.17b79c",
4586         "wires": [
4587             []
4588         ]
4589     },
4590     {
4591         "id": "27f9305c.03079",
4592         "type": "record",
4593         "name": "record",
4594         "xml": "<record plugin=\"org.onap.ccsdk.sli.core.sli.recording.FileRecorder\">\n<parameter name=\"file\" value=\"/opt/opendaylight/current/data/log/terminateRANSlice.log\" />\n<parameter name=\"level\" value=\"info\" />\n<parameter name=\"field1\" value=\"sNSSAI - getNFNSSIRIC-configdb-response\"/>\n<parameter name=\"field2\" value=\"`$tmp.configDBSNSSAI1`\"/>\n<parameter name=\"field3\" value=\"sNSSAI from Request\"/>\n<parameter name=\"field4\" value=\"`$tmp.sNSSAI`\"/>\n\n",
4595         "comments": "",
4596         "outputs": 1,
4597         "x": 1456.1390838623047,
4598         "y": 2644.472743988037,
4599         "z": "681fe365.17b79c",
4600         "wires": [
4601             []
4602         ]
4603     },
4604     {
4605         "id": "5624d3a.5123d2c",
4606         "type": "switchNode",
4607         "name": "is NSSAI exists",
4608         "xml": "<switch test='`$tmp.configDBSNSSAI1 == $tmp.sNSSAI`'>\n",
4609         "comments": "",
4610         "outputs": 1,
4611         "x": 1463.0282440185547,
4612         "y": 2688.0276279449463,
4613         "z": "681fe365.17b79c",
4614         "wires": [
4615             [
4616                 "8d44ed60.31bdf",
4617                 "91640b48.773fc8"
4618             ]
4619         ]
4620     },
4621     {
4622         "id": "8d44ed60.31bdf",
4623         "type": "outcome",
4624         "name": "True",
4625         "xml": "<outcome value='true'>\n",
4626         "comments": "",
4627         "outputs": 1,
4628         "x": 1636.2500228881836,
4629         "y": 2642.250478744507,
4630         "z": "681fe365.17b79c",
4631         "wires": [
4632             [
4633                 "ec648819.193ac8"
4634             ]
4635         ]
4636     },
4637     {
4638         "id": "9e872e2d.a50dc",
4639         "type": "execute",
4640         "name": "prepare mcc",
4641         "xml": "<execute plugin='org.onap.ccsdk.sli.core.slipluginutils.SliStringUtils' method='replace' >\n    <parameter name=\"source\" value=\"`$tmp.deletePLMNInfo-CUUP.url`\"/>\n    <parameter name=\"outputPath\" value=\"tmp.deletePLMNInfo-CUUP.url\"/>\n    <parameter name=\"target\" value=\"{mcc}\"/>\n    <parameter name=\"replacement\" value=\"`$tmp.mcc`\"/>\n   ",
4642         "comments": "",
4643         "outputs": 1,
4644         "x": 1998.2499771118164,
4645         "y": 2793.250334739685,
4646         "z": "681fe365.17b79c",
4647         "wires": [
4648             []
4649         ]
4650     },
4651     {
4652         "id": "b9198955.fb6e38",
4653         "type": "execute",
4654         "name": "prepare mnc",
4655         "xml": "<execute plugin='org.onap.ccsdk.sli.core.slipluginutils.SliStringUtils' method='replace' >\n    <parameter name=\"source\" value=\"`$tmp.deletePLMNInfo-CUUP.url`\"/>\n    <parameter name=\"outputPath\" value=\"tmp.deletePLMNInfo-CUUP.url\"/>\n    <parameter name=\"target\" value=\"{mnc}\"/>\n    <parameter name=\"replacement\" value=\"`$tmp.mnc`\"/>",
4656         "comments": "",
4657         "outputs": 1,
4658         "x": 2003.7501678466797,
4659         "y": 2828.75053024292,
4660         "z": "681fe365.17b79c",
4661         "wires": [
4662             []
4663         ]
4664     },
4665     {
4666         "id": "e152a54.0928658",
4667         "type": "execute",
4668         "name": "prepare sNSSAI",
4669         "xml": "<execute plugin='org.onap.ccsdk.sli.core.slipluginutils.SliStringUtils' method='replace' >\n    <parameter name=\"source\" value=\"`$tmp.deletePLMNInfo-CUUP.url`\"/>\n    <parameter name=\"outputPath\" value=\"tmp.deletePLMNInfo-CUUP.url\"/>\n    <parameter name=\"target\" value=\"{sNssai}\"/>\n    <parameter name=\"replacement\" value=\"`$tmp.sNSSAI`\"/>",
4670         "comments": "",
4671         "outputs": 1,
4672         "x": 1992.3891372680664,
4673         "y": 2863.9028749465942,
4674         "z": "681fe365.17b79c",
4675         "wires": [
4676             []
4677         ]
4678     },
4679     {
4680         "id": "ad3ea034.b772c",
4681         "type": "execute",
4682         "name": "terminate sNNSAI - CUUP",
4683         "xml": "<execute plugin='org.onap.ccsdk.sli.plugins.restapicall.RestapiCallNode' method='sendRequest' >\n<parameter name=\"restapiUrl\" value=\"`$prop.controller.url + $tmp.deletePLMNInfo-CUUP.url`\"/>\n<parameter name=\"restapiUser\" value=\"`$prop.controller.user`\" />\n<parameter name=\"restapiPassword\" value=\"`$prop.controller.pwd`\"/>\n<parameter name=\"httpMethod\" value=\"DELETE\"/>\n<parameter name=\"responsePrefix\" value=\"delete-CUUP-sNSSAI-response\"/>\n<parameter name='contentType' value='application/json' /> \n<parameter name='format' value='json' />",
4684         "comments": "",
4685         "outputs": 1,
4686         "x": 2005.0001678466797,
4687         "y": 2902.2503356933594,
4688         "z": "681fe365.17b79c",
4689         "wires": [
4690             [
4691                 "880cb6d6.d4b0b8",
4692                 "4594eb50.161444"
4693             ]
4694         ]
4695     },
4696     {
4697         "id": "485d7fd7.a4ea9",
4698         "type": "success",
4699         "name": "success",
4700         "xml": "<outcome value='success'>\n",
4701         "comments": "",
4702         "outputs": 1,
4703         "x": 2427.9165382385254,
4704         "y": 3644.5839405059814,
4705         "z": "681fe365.17b79c",
4706         "wires": [
4707             [
4708                 "5482832f.65a86c"
4709             ]
4710         ]
4711     },
4712     {
4713         "id": "cda8ee51.c8dd3",
4714         "type": "for",
4715         "name": "for each rrmpolicyMember",
4716         "xml": "<for index='idcu-rrm2' start='0' end='`$tmp.CUUPRRMPolicyMembersLength`' >\n",
4717         "comments": "",
4718         "outputs": 1,
4719         "x": 2120.2222442626953,
4720         "y": 3581.027786254883,
4721         "z": "681fe365.17b79c",
4722         "wires": [
4723             [
4724                 "976bfa25.a4e6d8"
4725             ]
4726         ]
4727     },
4728     {
4729         "id": "976bfa25.a4e6d8",
4730         "type": "block",
4731         "name": "block : atomic",
4732         "xml": "<block atomic='true'>",
4733         "atomic": "true",
4734         "comments": "",
4735         "outputs": 1,
4736         "x": 2345.888900756836,
4737         "y": 3471.1390647888184,
4738         "z": "681fe365.17b79c",
4739         "wires": [
4740             [
4741                 "40fda035.3c346",
4742                 "3bf69c69.a43924",
4743                 "9f2ab222.4805",
4744                 "8523ea44.7a0898",
4745                 "68e1a6fb.7b3038"
4746             ]
4747         ]
4748     },
4749     {
4750         "id": "40fda035.3c346",
4751         "type": "switchNode",
4752         "name": "if length > 0 ",
4753         "xml": "<switch test='`$tmp.CUUPRRMPolicyMembersLength > 0`'>\n  \n",
4754         "comments": "",
4755         "outputs": 1,
4756         "x": 2484.055892944336,
4757         "y": 3372.277886867523,
4758         "z": "681fe365.17b79c",
4759         "wires": [
4760             [
4761                 "4a95c73a.bd5818",
4762                 "299092ec.4f94ee"
4763             ]
4764         ]
4765     },
4766     {
4767         "id": "4a95c73a.bd5818",
4768         "type": "success",
4769         "name": "True",
4770         "xml": "<outcome value='true'>\n",
4771         "comments": "",
4772         "outputs": 1,
4773         "x": 2632.722499847412,
4774         "y": 3326.8329634666443,
4775         "z": "681fe365.17b79c",
4776         "wires": [
4777             [
4778                 "8a107f01.6629d"
4779             ]
4780         ]
4781     },
4782     {
4783         "id": "8a107f01.6629d",
4784         "type": "block",
4785         "name": "block : atomic",
4786         "xml": "<block atomic='true'>",
4787         "atomic": "true",
4788         "comments": "",
4789         "outputs": 1,
4790         "x": 2792.3888511657715,
4791         "y": 3383.833547115326,
4792         "z": "681fe365.17b79c",
4793         "wires": [
4794             [
4795                 "a2066ac5.655ec8",
4796                 "549253e4.9adfac"
4797             ]
4798         ]
4799     },
4800     {
4801         "id": "a2066ac5.655ec8",
4802         "type": "switchNode",
4803         "name": "ransim mounted",
4804         "xml": "<switch test='`$prop.ransim-mounted`'>\n",
4805         "comments": "",
4806         "outputs": 1,
4807         "x": 2840.1669311523438,
4808         "y": 3199.722415447235,
4809         "z": "681fe365.17b79c",
4810         "wires": [
4811             [
4812                 "62789a95.7abe44",
4813                 "6525774b.52a8f8"
4814             ]
4815         ]
4816     },
4817     {
4818         "id": "62789a95.7abe44",
4819         "type": "outcome",
4820         "name": "Not Mounted",
4821         "xml": "<outcome value='false'>\n",
4822         "comments": "",
4823         "outputs": 1,
4824         "x": 2883.500473022461,
4825         "y": 3278.6109614372253,
4826         "z": "681fe365.17b79c",
4827         "wires": [
4828             [
4829                 "5a86a6bc.5c0af8"
4830             ]
4831         ]
4832     },
4833     {
4834         "id": "6525774b.52a8f8",
4835         "type": "outcome",
4836         "name": "Mounted",
4837         "xml": "<outcome value='true'>\n",
4838         "comments": "",
4839         "outputs": 1,
4840         "x": 2874.343982696533,
4841         "y": 3319.055244922638,
4842         "z": "681fe365.17b79c",
4843         "wires": [
4844             [
4845                 "70aa389e.a34318"
4846             ]
4847         ]
4848     },
4849     {
4850         "id": "5a86a6bc.5c0af8",
4851         "type": "block",
4852         "name": "block : atomic",
4853         "xml": "<block atomic='true'>",
4854         "atomic": "true",
4855         "comments": "",
4856         "outputs": 1,
4857         "x": 3064.8888931274414,
4858         "y": 3279.944561481476,
4859         "z": "681fe365.17b79c",
4860         "wires": [
4861             [
4862                 "d7229dd0.69289",
4863                 "f07f39b4.b6e5f8",
4864                 "7247259b.963b9c"
4865             ]
4866         ]
4867     },
4868     {
4869         "id": "70aa389e.a34318",
4870         "type": "block",
4871         "name": "block : atomic",
4872         "xml": "<block atomic='true'>",
4873         "atomic": "true",
4874         "comments": "",
4875         "outputs": 1,
4876         "x": 3055.999969482422,
4877         "y": 3322.166599750519,
4878         "z": "681fe365.17b79c",
4879         "wires": [
4880             [
4881                 "3d797d7c.1afe82",
4882                 "eed8719a.a190e"
4883             ]
4884         ]
4885     },
4886     {
4887         "id": "f07f39b4.b6e5f8",
4888         "type": "execute",
4889         "name": "delete RRMPolicyRatio CUUP- URL",
4890         "xml": "<execute plugin='org.onap.ccsdk.sli.core.slipluginutils.SliStringUtils' method='replace' >\n    <parameter name=\"source\" value=\"`$prop.restapi.removeRRMPolicyRatio.ToCUUP`\"/>\n    <parameter name=\"outputPath\" value=\"tmp.deleteRRMPolicyRatio-CUUP.url\"/>\n    <parameter name=\"target\" value=\"{idNearRTRIC}\"/>\n    <parameter name=\"replacement\" value=\"`$tmp.nearRTRICId`\"/>\n",
4891         "comments": "",
4892         "outputs": 1,
4893         "x": 3386.1665000915527,
4894         "y": 3179.167140483856,
4895         "z": "681fe365.17b79c",
4896         "wires": [
4897             []
4898         ]
4899     },
4900     {
4901         "id": "3d797d7c.1afe82",
4902         "type": "execute",
4903         "name": "generate deleteRRMPolicyRatio.ToNRCellCU URL",
4904         "xml": "<execute plugin='org.onap.ccsdk.sli.core.slipluginutils.SliStringUtils' method='replace' >\n    <parameter name=\"source\" value=\"`$prop.restapi.removeRRMPolicyRatio.ToCUUP.ransim-mounted`\"/>\n    <parameter name=\"outputPath\" value=\"tmp.deleteRRMPolicyRatio-CUUP.url\"/>\n    <parameter name=\"target\" value=\"{idNearRTRIC}\"/>\n    <parameter name=\"replacement\" value=\"`$tmp.nearRTRICId`\"/>",
4905         "comments": "",
4906         "outputs": 1,
4907         "x": 3361.277862548828,
4908         "y": 3320.5002007484436,
4909         "z": "681fe365.17b79c",
4910         "wires": [
4911             []
4912         ]
4913     },
4914     {
4915         "id": "eed8719a.a190e",
4916         "type": "execute",
4917         "name": "populate mountName",
4918         "xml": "<execute plugin='org.onap.ccsdk.sli.core.slipluginutils.SliStringUtils' method='replace' >\n    <parameter name=\"source\" value=\"`$tmp.deleteRRMPolicyRatio-CUUP.url`\"/>\n    <parameter name=\"outputPath\" value=\"tmp.deleteRRMPolicyRatio-CUUP.url\"/>\n    <parameter name=\"target\" value=\"{mountName}\"/>\n    <parameter name=\"replacement\" value=\"`$tmp.idGNBCUUPFunction`\"/>",
4919         "comments": "",
4920         "outputs": 1,
4921         "x": 3285.72208404541,
4922         "y": 3356.055682659149,
4923         "z": "681fe365.17b79c",
4924         "wires": [
4925             []
4926         ]
4927     },
4928     {
4929         "id": "299092ec.4f94ee",
4930         "type": "failure",
4931         "name": "False",
4932         "xml": "<outcome value='false'>\n",
4933         "comments": "",
4934         "outputs": 1,
4935         "x": 2632.3336296081543,
4936         "y": 3417.166949748993,
4937         "z": "681fe365.17b79c",
4938         "wires": [
4939             [
4940                 "4a95431c.70f23c"
4941             ]
4942         ]
4943     },
4944     {
4945         "id": "4a95431c.70f23c",
4946         "type": "block",
4947         "name": "block : atomic",
4948         "xml": "<block atomic='true'>",
4949         "atomic": "true",
4950         "comments": "",
4951         "outputs": 1,
4952         "x": 2815.000518798828,
4953         "y": 3425.500039577484,
4954         "z": "681fe365.17b79c",
4955         "wires": [
4956             [
4957                 "f3edc121.dc54c",
4958                 "eb7faaa4.236888",
4959                 "44e516c5.1c0268"
4960             ]
4961         ]
4962     },
4963     {
4964         "id": "f3edc121.dc54c",
4965         "type": "set",
4966         "name": "Read RRMPolicyMember-sNSSAI",
4967         "xml": "<set>\n<parameter name='tmp.CUUPRRMPolicyMember_sNSSAI' value=\"`'$get-rrmpolicyratio-cuup-response.attributes.RRMPolicyRatio['+ $idcuup-rrm+'].attributes.rRMPolicyMemberList['+ $idcu-rrm2 +'].sNSSAI'`\" />",
4968         "comments": "",
4969         "x": 3111.3894958496094,
4970         "y": 3423.3896050453186,
4971         "z": "681fe365.17b79c",
4972         "wires": []
4973     },
4974     {
4975         "id": "eb7faaa4.236888",
4976         "type": "switchNode",
4977         "name": "find matching RRMPolicyMember",
4978         "xml": "<switch test='`$tmp.CUUPRRMPolicyMember_sNSSAI==$tmp.sNSSAI`'>\n",
4979         "comments": "",
4980         "outputs": 1,
4981         "x": 3106.2777786254883,
4982         "y": 3466.389214992523,
4983         "z": "681fe365.17b79c",
4984         "wires": [
4985             [
4986                 "2047fa72.8af306"
4987             ]
4988         ]
4989     },
4990     {
4991         "id": "2047fa72.8af306",
4992         "type": "success",
4993         "name": "success",
4994         "xml": "<outcome value='success'>\n",
4995         "comments": "",
4996         "outputs": 1,
4997         "x": 3337.1112670898438,
4998         "y": 3433.833224773407,
4999         "z": "681fe365.17b79c",
5000         "wires": [
5001             [
5002                 "359033fe.1a7d3c"
5003             ]
5004         ]
5005     },
5006     {
5007         "id": "359033fe.1a7d3c",
5008         "type": "block",
5009         "name": "block : atomic",
5010         "xml": "<block atomic='true'>",
5011         "atomic": "true",
5012         "comments": "",
5013         "outputs": 1,
5014         "x": 3560.7221069335938,
5015         "y": 3430.499972820282,
5016         "z": "681fe365.17b79c",
5017         "wires": [
5018             [
5019                 "4d5fc4b1.c2afec",
5020                 "23c7d6da.504a6a",
5021                 "2223cf6.d9cd53"
5022             ]
5023         ]
5024     },
5025     {
5026         "id": "4d5fc4b1.c2afec",
5027         "type": "set",
5028         "name": "Read RRMPolicyMember-id",
5029         "xml": "<set>\n<parameter name='tmp.CUUPRRMPolicyMember_id' value=\"`'$get-rrmpolicyratio-cuup-response.attributes.RRMPolicyRatio['+ $idcuup-rrm+'].attributes.rRMPolicyMemberList['+ $idcu-rrm2 +'].idx'`\" />",
5030         "comments": "",
5031         "x": 3826.3888397216797,
5032         "y": 3398.277859210968,
5033         "z": "681fe365.17b79c",
5034         "wires": []
5035     },
5036     {
5037         "id": "2223cf6.d9cd53",
5038         "type": "record",
5039         "name": "record",
5040         "xml": "<record plugin=\"org.onap.ccsdk.sli.core.sli.recording.FileRecorder\">\n<parameter name=\"file\" value=\"/opt/opendaylight/current/data/log/terminateRANSlice.log\" />\n<parameter name=\"level\" value=\"info\" />\n<parameter name=\"field1\" value=\"RRMPolicyMember id - \"/>\n<parameter name=\"field2\" value=\"`$tmp.CUUPRRMPolicyMember_id`\"/>\n",
5041         "comments": "",
5042         "outputs": 1,
5043         "x": 3778.0487670898438,
5044         "y": 3446.159884929657,
5045         "z": "681fe365.17b79c",
5046         "wires": [
5047             []
5048         ]
5049     },
5050     {
5051         "id": "23c7d6da.504a6a",
5052         "type": "switchNode",
5053         "name": "ransim mounted",
5054         "xml": "<switch test='`$prop.ransim-mounted`'>\n",
5055         "comments": "",
5056         "outputs": 1,
5057         "x": 3783.6108474731445,
5058         "y": 3493.8335242271423,
5059         "z": "681fe365.17b79c",
5060         "wires": [
5061             [
5062                 "8437cb4c.202b68",
5063                 "168c5d63.e199f3"
5064             ]
5065         ]
5066     },
5067     {
5068         "id": "8437cb4c.202b68",
5069         "type": "outcome",
5070         "name": "Not Mounted",
5071         "xml": "<outcome value='false'>\n",
5072         "comments": "",
5073         "outputs": 1,
5074         "x": 4026.94490814209,
5075         "y": 3493.0555481910706,
5076         "z": "681fe365.17b79c",
5077         "wires": [
5078             [
5079                 "8403aa2d.ece708"
5080             ]
5081         ]
5082     },
5083     {
5084         "id": "168c5d63.e199f3",
5085         "type": "outcome",
5086         "name": "Mounted",
5087         "xml": "<outcome value='true'>\n",
5088         "comments": "",
5089         "outputs": 1,
5090         "x": 4017.7883224487305,
5091         "y": 3544.610942363739,
5092         "z": "681fe365.17b79c",
5093         "wires": [
5094             [
5095                 "34a4274d.228e98"
5096             ]
5097         ]
5098     },
5099     {
5100         "id": "8403aa2d.ece708",
5101         "type": "execute",
5102         "name": "generate deleteRRMPolicyMember.CUUP URL",
5103         "xml": "<execute plugin='org.onap.ccsdk.sli.core.slipluginutils.SliStringUtils' method='replace' >\n    <parameter name=\"source\" value=\"`$prop.restapi.removeRRMPolicyMember.ToCUUP`\"/>\n    <parameter name=\"outputPath\" value=\"tmp.deleteRRMPolicyRatio-CUUP.url\"/>\n    <parameter name=\"target\" value=\"{idNearRTRIC}\"/>\n    <parameter name=\"replacement\" value=\"`$tmp.nearRTRICId`\"/>",
5104         "comments": "",
5105         "outputs": 1,
5106         "x": 4355.8327560424805,
5107         "y": 3490.5000586509705,
5108         "z": "681fe365.17b79c",
5109         "wires": [
5110             []
5111         ]
5112     },
5113     {
5114         "id": "34a4274d.228e98",
5115         "type": "block",
5116         "name": "block : atomic",
5117         "xml": "<block atomic='true'>",
5118         "atomic": "true",
5119         "comments": "",
5120         "outputs": 1,
5121         "x": 4184.7221755981445,
5122         "y": 3542.1667761802673,
5123         "z": "681fe365.17b79c",
5124         "wires": [
5125             [
5126                 "bba97216.61a4e",
5127                 "b42ffe76.91a9"
5128             ]
5129         ]
5130     },
5131     {
5132         "id": "bba97216.61a4e",
5133         "type": "execute",
5134         "name": "generate deleteRRMPolicyRatio.ToNRCellCU URL",
5135         "xml": "<execute plugin='org.onap.ccsdk.sli.core.slipluginutils.SliStringUtils' method='replace' >\n    <parameter name=\"source\" value=\"`$prop.restapi.removeRRMPolicyMember.CUUP.ransim-mounted`\"/>\n    <parameter name=\"outputPath\" value=\"tmp.deleteRRMPolicyRatio-CUUP.url\"/>\n    <parameter name=\"target\" value=\"{idNearRTRIC}\"/>\n    <parameter name=\"replacement\" value=\"`$tmp.nearRTRICId`\"/>",
5136         "comments": "",
5137         "outputs": 1,
5138         "x": 4484.999885559082,
5139         "y": 3536.055984020233,
5140         "z": "681fe365.17b79c",
5141         "wires": [
5142             []
5143         ]
5144     },
5145     {
5146         "id": "b42ffe76.91a9",
5147         "type": "execute",
5148         "name": "populate mountName",
5149         "xml": "<execute plugin='org.onap.ccsdk.sli.core.slipluginutils.SliStringUtils' method='replace' >\n    <parameter name=\"source\" value=\"`$tmp.deleteRRMPolicyRatio-CUUP.url`\"/>\n    <parameter name=\"outputPath\" value=\"tmp.deleteRRMPolicyRatio-CUUP.url\"/>\n    <parameter name=\"target\" value=\"{mountName}\"/>\n    <parameter name=\"replacement\" value=\"`$tmp.idGNBCUUPFunction`\"/>",
5150         "comments": "",
5151         "outputs": 1,
5152         "x": 4404.999603271484,
5153         "y": 3594.9444003105164,
5154         "z": "681fe365.17b79c",
5155         "wires": [
5156             []
5157         ]
5158     },
5159     {
5160         "id": "3bf69c69.a43924",
5161         "type": "execute",
5162         "name": "prepare idGNBCUUPFunction",
5163         "xml": "<execute plugin='org.onap.ccsdk.sli.core.slipluginutils.SliStringUtils' method='replace' >\n    <parameter name=\"source\" value=\"`$tmp.deleteRRMPolicyRatio-CUUP.url`\"/>\n    <parameter name=\"outputPath\" value=\"tmp.deleteRRMPolicyRatio-CUUP.url\"/>\n    <parameter name=\"target\" value=\"{idGNBCUUPFunction}\"/>\n    <parameter name=\"replacement\" value=\"`$tmp.idGNBCUUPFunction`\"/>\n",
5164         "comments": "",
5165         "outputs": 1,
5166         "x": 2578.5001373291016,
5167         "y": 3489.5003447532654,
5168         "z": "681fe365.17b79c",
5169         "wires": [
5170             []
5171         ]
5172     },
5173     {
5174         "id": "9f2ab222.4805",
5175         "type": "execute",
5176         "name": "prepare RRMPolicyRatio id",
5177         "xml": "<execute plugin='org.onap.ccsdk.sli.core.slipluginutils.SliStringUtils' method='replace' >\n    <parameter name=\"source\" value=\"`$tmp.deleteRRMPolicyRatio-CUUP.url`\"/>\n    <parameter name=\"outputPath\" value=\"tmp.deleteRRMPolicyRatio-CUUP.url\"/>\n    <parameter name=\"target\" value=\"{id}\"/>\n    <parameter name=\"replacement\" value=\"`$tmp.CUUPRRMPolicyRatio_id`\"/>\n",
5178         "comments": "",
5179         "outputs": 1,
5180         "x": 2567.4380264282227,
5181         "y": 3522.3128452301025,
5182         "z": "681fe365.17b79c",
5183         "wires": [
5184             []
5185         ]
5186     },
5187     {
5188         "id": "8523ea44.7a0898",
5189         "type": "execute",
5190         "name": "prepare RRMPolicyMember id",
5191         "xml": "<execute plugin='org.onap.ccsdk.sli.core.slipluginutils.SliStringUtils' method='replace' >\n    <parameter name=\"source\" value=\"`$tmp.deleteRRMPolicyRatio-CUUP.url`\"/>\n    <parameter name=\"outputPath\" value=\"tmp.deleteRRMPolicyRatio-CUUP.url\"/>\n    <parameter name=\"target\" value=\"{idx}\"/>\n    <parameter name=\"replacement\" value=\"`$tmp.CUUPRRMPolicyMember_id`\"/>\n",
5192         "comments": "",
5193         "outputs": 1,
5194         "x": 2577.9376373291016,
5195         "y": 3559.062846183777,
5196         "z": "681fe365.17b79c",
5197         "wires": [
5198             []
5199         ]
5200     },
5201     {
5202         "id": "2d907870.04c9d8",
5203         "type": "record",
5204         "name": "record",
5205         "xml": "<record plugin=\"org.onap.ccsdk.sli.core.sli.recording.FileRecorder\">\n<parameter name=\"file\" value=\"/opt/opendaylight/current/data/log/terminateRANSlice.log\" />\n<parameter name=\"level\" value=\"info\" />\n<parameter name=\"field1\" value=\"Delete RRMPolicy URL - \"/>\n<parameter name=\"field2\" value=\"`$tmp.deleteRRMPolicyRatio-CUUP.url`\"/>\n<parameter name=\"field3\" value=\"RRMPolicyRatio id\"/>\n<parameter name=\"field4\" value=\"`$tmp.CUUPRRMPolicyRatio_id`\"/>\n",
5206         "comments": "",
5207         "outputs": 1,
5208         "x": 2066.034355163574,
5209         "y": 3625.4242725372314,
5210         "z": "681fe365.17b79c",
5211         "wires": [
5212             []
5213         ]
5214     },
5215     {
5216         "id": "6dcd6d8b.8f8a74",
5217         "type": "execute",
5218         "name": "Terminate NRCellCU - RRMPolicyRatio",
5219         "xml": "<execute plugin='org.onap.ccsdk.sli.plugins.restapicall.RestapiCallNode' method='sendRequest' >\n<parameter name=\"restapiUrl\" value=\"`$prop.controller.url + $tmp.deleteRRMPolicyRatio-CUUP.url`\"/>\n<parameter name=\"restapiUser\" value=\"`$prop.controller.user`\" />\n<parameter name=\"restapiPassword\" value=\"`$prop.controller.pwd`\"/>\n<parameter name=\"httpMethod\" value=\"DELETE\"/>\n<parameter name=\"responsePrefix\" value=\"delete-CUUP-RRMPolicyRatio-response\"/>\n<parameter name='contentType' value='application/json' /> \n<parameter name='format' value='json' />",
5220         "comments": "",
5221         "outputs": 1,
5222         "x": 2142.812286376953,
5223         "y": 3671.423490524292,
5224         "z": "681fe365.17b79c",
5225         "wires": [
5226             [
5227                 "485d7fd7.a4ea9",
5228                 "81dbf1c4.f6ab9"
5229             ]
5230         ]
5231     },
5232     {
5233         "id": "1a09eab5.8fb4d5",
5234         "type": "execute",
5235         "name": "read PLMNList size",
5236         "xml": "<execute plugin='org.onap.ccsdk.sli.core.slipluginutils.SliPluginUtils' method='getAttributeValue'>\n\t<parameter name='outputPath' value='tmp.DUpLMNInfoList_length' />\n\t<parameter name='source' value=\"`'getNFNSSIRIC-configdb-response.['+ $idy +'].gNBDUList['+ $id-du +'].cellDUList['+ $id-celldu +'].pLMNInfoList_length'`\" />",
5237         "comments": "",
5238         "outputs": 1,
5239         "x": 2194.437728881836,
5240         "y": 4194.125453948975,
5241         "z": "681fe365.17b79c",
5242         "wires": [
5243             []
5244         ]
5245     },
5246     {
5247         "id": "a8c983be.71b54",
5248         "type": "for",
5249         "name": "foreach PLMNInfo",
5250         "xml": "<for index='id-duplmn' start='0' end='`$tmp.DUpLMNInfoList_length`' >\n",
5251         "comments": "",
5252         "outputs": 1,
5253         "x": 2237.7713165283203,
5254         "y": 4311.125455856323,
5255         "z": "681fe365.17b79c",
5256         "wires": [
5257             [
5258                 "7ff37c7f.b02e84"
5259             ]
5260         ]
5261     },
5262     {
5263         "id": "ba53b011.6cacf",
5264         "type": "execute",
5265         "name": "read sNSSAI from getNFNSSIRIC-configdb-response",
5266         "xml": "<execute plugin='org.onap.ccsdk.sli.core.slipluginutils.SliPluginUtils' method='getAttributeValue'>\n\t<parameter name='outputPath' value='tmp.configDBSNSSAI-DU' />\n\t<parameter name='source' value=\"`'getNFNSSIRIC-configdb-response.['+ $idy +'].gNBDUList['+ $id-du +'].cellDUList['+ $id-celldu +'].pLMNInfoList['+ $id-duplmn +'].sNSSAI['+ $id-dusnssai +'].sNSSAI'`\" />",
5267         "comments": "",
5268         "outputs": 1,
5269         "x": 2859.29891204834,
5270         "y": 4309.375453948975,
5271         "z": "681fe365.17b79c",
5272         "wires": [
5273             []
5274         ]
5275     },
5276     {
5277         "id": "79da80d7.0799b",
5278         "type": "record",
5279         "name": "record",
5280         "xml": "<record plugin=\"org.onap.ccsdk.sli.core.sli.recording.FileRecorder\">\n<parameter name=\"file\" value=\"/opt/opendaylight/current/data/log/terminateRANSlice.log\" />\n<parameter name=\"level\" value=\"info\" />\n<parameter name=\"field1\" value=\"sNSSAI - getNFNSSIRIC-configdb-response\"/>\n<parameter name=\"field2\" value=\"`$tmp.configDBSNSSAI-DU`\"/>\n<parameter name=\"field3\" value=\"sNSSAI from request\"/>\n<parameter name=\"field4\" value=\"`$tmp.sNSSAI`\"/>\n\n",
5281         "comments": "",
5282         "outputs": 1,
5283         "x": 2779.0487670898438,
5284         "y": 4351.3750648498535,
5285         "z": "681fe365.17b79c",
5286         "wires": [
5287             []
5288         ]
5289     },
5290     {
5291         "id": "ca93bc12.6b465",
5292         "type": "switchNode",
5293         "name": "is NSSAI exists",
5294         "xml": "<switch test='`$tmp.configDBSNSSAI-DU == $tmp.sNSSAI`'>\n",
5295         "comments": "",
5296         "outputs": 1,
5297         "x": 2777.1876335144043,
5298         "y": 4407.680534362793,
5299         "z": "681fe365.17b79c",
5300         "wires": [
5301             [
5302                 "5da516e.208e1e8"
5303             ]
5304         ]
5305     },
5306     {
5307         "id": "5da516e.208e1e8",
5308         "type": "outcome",
5309         "name": "True",
5310         "xml": "<outcome value='true'>\n",
5311         "comments": "",
5312         "outputs": 1,
5313         "x": 2930.659900665283,
5314         "y": 4411.152799606323,
5315         "z": "681fe365.17b79c",
5316         "wires": [
5317             [
5318                 "6cc28b13.198d84"
5319             ]
5320         ]
5321     },
5322     {
5323         "id": "78a62f70.66a53",
5324         "type": "execute",
5325         "name": "prepare sNSSAI",
5326         "xml": "<execute plugin='org.onap.ccsdk.sli.core.slipluginutils.SliStringUtils' method='replace' >\n    <parameter name=\"source\" value=\"`$tmp.deletePLMNInfoListEntry-cellDU.url`\"/>\n    <parameter name=\"outputPath\" value=\"tmp.deletePLMNInfoListEntry-cellDU.url\"/>\n    <parameter name=\"target\" value=\"{sNssai}\"/>\n    <parameter name=\"replacement\" value=\"`$tmp.sNSSAI`\"/>",
5327         "comments": "",
5328         "outputs": 1,
5329         "x": 3106.1875,
5330         "y": 4878.81250333786,
5331         "z": "681fe365.17b79c",
5332         "wires": [
5333             []
5334         ]
5335     },
5336     {
5337         "id": "419b3c7a.8d5e74",
5338         "type": "for",
5339         "name": "for each rrmpolicyMember",
5340         "xml": "<for index='iddu-rrm2' start='0' end='`$tmp.DURRMPolicyMembersLength`' >\n",
5341         "comments": "",
5342         "outputs": 1,
5343         "x": 3697.4722213745117,
5344         "y": 5644.71551322937,
5345         "z": "681fe365.17b79c",
5346         "wires": [
5347             [
5348                 "9bef1746.084298"
5349             ]
5350         ]
5351     },
5352     {
5353         "id": "9bef1746.084298",
5354         "type": "block",
5355         "name": "block : atomic",
5356         "xml": "<block atomic='true'>",
5357         "atomic": "true",
5358         "comments": "",
5359         "outputs": 1,
5360         "x": 3915.1390228271484,
5361         "y": 5643.82684135437,
5362         "z": "681fe365.17b79c",
5363         "wires": [
5364             [
5365                 "ab01c8e3.401bb8",
5366                 "67081354.58f73c",
5367                 "51bbb837.90d658",
5368                 "eeb5bbb0.1d6178",
5369                 "1e206743.3e5689"
5370             ]
5371         ]
5372     },
5373     {
5374         "id": "ab01c8e3.401bb8",
5375         "type": "switchNode",
5376         "name": "if length > 0 ",
5377         "xml": "<switch test='`$tmp.DURRMPolicyMembersLength > 0`'>\n",
5378         "comments": "",
5379         "outputs": 1,
5380         "x": 4072.056137084961,
5381         "y": 5558.465371608734,
5382         "z": "681fe365.17b79c",
5383         "wires": [
5384             [
5385                 "11a49643.82feda",
5386                 "84eaecde.16ac4"
5387             ]
5388         ]
5389     },
5390     {
5391         "id": "11a49643.82feda",
5392         "type": "success",
5393         "name": "success",
5394         "xml": "<outcome value='true'>\n",
5395         "comments": "",
5396         "outputs": 1,
5397         "x": 4214.972393035889,
5398         "y": 5516.520587444305,
5399         "z": "681fe365.17b79c",
5400         "wires": [
5401             [
5402                 "4a3b73e1.f2a4ac"
5403             ]
5404         ]
5405     },
5406     {
5407         "id": "4a3b73e1.f2a4ac",
5408         "type": "block",
5409         "name": "block : atomic",
5410         "xml": "<block atomic='true'>",
5411         "atomic": "true",
5412         "comments": "",
5413         "outputs": 1,
5414         "x": 4381.6388511657715,
5415         "y": 5516.521047115326,
5416         "z": "681fe365.17b79c",
5417         "wires": [
5418             [
5419                 "5550981e.495028"
5420             ]
5421         ]
5422     },
5423     {
5424         "id": "5550981e.495028",
5425         "type": "switchNode",
5426         "name": "ransim mounted",
5427         "xml": "<switch test='`$prop.ransim-mounted`'>\n",
5428         "comments": "",
5429         "outputs": 1,
5430         "x": 4229.416732788086,
5431         "y": 5395.409782648087,
5432         "z": "681fe365.17b79c",
5433         "wires": [
5434             [
5435                 "a42c02b.48062",
5436                 "5f174b6.c0149b4"
5437             ]
5438         ]
5439     },
5440     {
5441         "id": "a42c02b.48062",
5442         "type": "outcome",
5443         "name": "Not Mounted",
5444         "xml": "<outcome value='false'>\n",
5445         "comments": "",
5446         "outputs": 1,
5447         "x": 4472.750473022461,
5448         "y": 5411.298461437225,
5449         "z": "681fe365.17b79c",
5450         "wires": [
5451             [
5452                 "bebaeb62.53f558"
5453             ]
5454         ]
5455     },
5456     {
5457         "id": "5f174b6.c0149b4",
5458         "type": "outcome",
5459         "name": "Mounted",
5460         "xml": "<outcome value='true'>\n",
5461         "comments": "",
5462         "outputs": 1,
5463         "x": 4463.593982696533,
5464         "y": 5451.742744922638,
5465         "z": "681fe365.17b79c",
5466         "wires": [
5467             [
5468                 "287d0ad9.cbaf16"
5469             ]
5470         ]
5471     },
5472     {
5473         "id": "bebaeb62.53f558",
5474         "type": "block",
5475         "name": "block : atomic",
5476         "xml": "<block atomic='true'>",
5477         "atomic": "true",
5478         "comments": "",
5479         "outputs": 1,
5480         "x": 4654.138893127441,
5481         "y": 5412.632061481476,
5482         "z": "681fe365.17b79c",
5483         "wires": [
5484             [
5485                 "682537c.8c9fec8"
5486             ]
5487         ]
5488     },
5489     {
5490         "id": "682537c.8c9fec8",
5491         "type": "execute",
5492         "name": "delete RRMPolicyRatio DU- URL",
5493         "xml": "<execute plugin='org.onap.ccsdk.sli.core.slipluginutils.SliStringUtils' method='replace' >\n    <parameter name=\"source\" value=\"`$prop.restapi.removeRRMPolicyRatio.ToNRCellDU`\"/>\n    <parameter name=\"outputPath\" value=\"tmp.deleteRRMPolicyRatio-DU.url\"/>\n    <parameter name=\"target\" value=\"{idNearRTRIC}\"/>\n    <parameter name=\"replacement\" value=\"`$tmp.nearRTRICId`\"/>\n",
5494         "comments": "",
5495         "outputs": 1,
5496         "x": 4939.416603088379,
5497         "y": 5409.854339122772,
5498         "z": "681fe365.17b79c",
5499         "wires": [
5500             []
5501         ]
5502     },
5503     {
5504         "id": "865d667d.44a788",
5505         "type": "execute",
5506         "name": "generate deleteRRMPolicyRatio.ToNRCellCU URL",
5507         "xml": "<execute plugin='org.onap.ccsdk.sli.core.slipluginutils.SliStringUtils' method='replace' >\n    <parameter name=\"source\" value=\"`$prop.restapi.removeRRMPolicyRatio.ToNRCellDU.ransim-mounted`\"/>\n    <parameter name=\"outputPath\" value=\"tmp.deleteRRMPolicyRatio-DU.url\"/>\n    <parameter name=\"target\" value=\"{idNearRTRIC}\"/>\n    <parameter name=\"replacement\" value=\"`$tmp.nearRTRICId`\"/>",
5508         "comments": "",
5509         "outputs": 1,
5510         "x": 4950.527862548828,
5511         "y": 5453.187700748444,
5512         "z": "681fe365.17b79c",
5513         "wires": [
5514             []
5515         ]
5516     },
5517     {
5518         "id": "c25a5885.480138",
5519         "type": "execute",
5520         "name": "populate mountName",
5521         "xml": "<execute plugin='org.onap.ccsdk.sli.core.slipluginutils.SliStringUtils' method='replace' >\n    <parameter name=\"source\" value=\"`$tmp.deleteRRMPolicyRatio-DU.url`\"/>\n    <parameter name=\"outputPath\" value=\"tmp.deleteRRMPolicyRatio-DU.url\"/>\n    <parameter name=\"target\" value=\"{mountName}\"/>\n    <parameter name=\"replacement\" value=\"`$tmp.GNBDUId`\"/>",
5522         "comments": "",
5523         "outputs": 1,
5524         "x": 4874.97208404541,
5525         "y": 5488.743182659149,
5526         "z": "681fe365.17b79c",
5527         "wires": [
5528             []
5529         ]
5530     },
5531     {
5532         "id": "287d0ad9.cbaf16",
5533         "type": "block",
5534         "name": "block : atomic",
5535         "xml": "<block atomic='true'>",
5536         "atomic": "true",
5537         "comments": "",
5538         "outputs": 1,
5539         "x": 4645.249969482422,
5540         "y": 5454.854099750519,
5541         "z": "681fe365.17b79c",
5542         "wires": [
5543             [
5544                 "865d667d.44a788",
5545                 "c25a5885.480138"
5546             ]
5547         ]
5548     },
5549     {
5550         "id": "84eaecde.16ac4",
5551         "type": "failure",
5552         "name": "failure",
5553         "xml": "<outcome value='false'>\n",
5554         "comments": "",
5555         "outputs": 1,
5556         "x": 4218.6875,
5557         "y": 5588.18750333786,
5558         "z": "681fe365.17b79c",
5559         "wires": [
5560             [
5561                 "62cc2b9d.546bb4"
5562             ]
5563         ]
5564     },
5565     {
5566         "id": "62cc2b9d.546bb4",
5567         "type": "block",
5568         "name": "block : atomic",
5569         "xml": "<block atomic='true'>",
5570         "atomic": "true",
5571         "comments": "",
5572         "outputs": 1,
5573         "x": 4404.354583740234,
5574         "y": 5576.520822048187,
5575         "z": "681fe365.17b79c",
5576         "wires": [
5577             [
5578                 "175773e3.cc37dc",
5579                 "fb24bd1d.849a9"
5580             ]
5581         ]
5582     },
5583     {
5584         "id": "175773e3.cc37dc",
5585         "type": "set",
5586         "name": "Read RRMPolicyMember-sNSSA",
5587         "xml": "<set>\n<parameter name='tmp.cellDURRMPolicyMember_sNSSAI' value=\"`'$get-rrmpolicyratio-du-response.attributes.RRMPolicyRatio['+ $iddu-rrm+'].attributes.rRMPolicyMemberList['+ $iddu-rrm2 +'].sNSSAI'`\" />",
5588         "comments": "",
5589         "x": 4697.993957519531,
5590         "y": 5535.410562038422,
5591         "z": "681fe365.17b79c",
5592         "wires": []
5593     },
5594     {
5595         "id": "fb24bd1d.849a9",
5596         "type": "switchNode",
5597         "name": "find matching RRMPolicyMember",
5598         "xml": "<switch test='`$tmp.cellDURRMPolicyMember_sNSSAI==$tmp.sNSSAI`'>\n",
5599         "comments": "",
5600         "outputs": 1,
5601         "x": 4695.631988525391,
5602         "y": 5580.40962934494,
5603         "z": "681fe365.17b79c",
5604         "wires": [
5605             [
5606                 "5178497a.c66ab8"
5607             ]
5608         ]
5609     },
5610     {
5611         "id": "5178497a.c66ab8",
5612         "type": "success",
5613         "name": "success",
5614         "xml": "<outcome value='success'>\n",
5615         "comments": "",
5616         "outputs": 1,
5617         "x": 4926.46533203125,
5618         "y": 5584.85400724411,
5619         "z": "681fe365.17b79c",
5620         "wires": [
5621             [
5622                 "2b7a1103.21e69e"
5623             ]
5624         ]
5625     },
5626     {
5627         "id": "2b7a1103.21e69e",
5628         "type": "block",
5629         "name": "block : atomic",
5630         "xml": "<block atomic='true'>",
5631         "atomic": "true",
5632         "comments": "",
5633         "outputs": 1,
5634         "x": 5150.076171875,
5635         "y": 5581.520755290985,
5636         "z": "681fe365.17b79c",
5637         "wires": [
5638             [
5639                 "4bf0ba64.99cd64",
5640                 "49bec677.8498b8",
5641                 "39296eb4.0ec192"
5642             ]
5643         ]
5644     },
5645     {
5646         "id": "4bf0ba64.99cd64",
5647         "type": "set",
5648         "name": "Read RRMPolicyMember-id",
5649         "xml": "<set>\n<parameter name='tmp.CellDURRMPolicyMember_id' value=\"`'$get-rrmpolicyratio-du-response.attributes.RRMPolicyRatio['+ $iddu-rrm+'].attributes.rRMPolicyMemberList['+ $iddu-rrm2 +'].idx'`\" />",
5650         "comments": "",
5651         "x": 5415.742904663086,
5652         "y": 5549.298641681671,
5653         "z": "681fe365.17b79c",
5654         "wires": []
5655     },
5656     {
5657         "id": "39296eb4.0ec192",
5658         "type": "record",
5659         "name": "record",
5660         "xml": "<record plugin=\"org.onap.ccsdk.sli.core.sli.recording.FileRecorder\">\n<parameter name=\"file\" value=\"/opt/opendaylight/current/data/log/terminateRANSlice.log\" />\n<parameter name=\"level\" value=\"info\" />\n<parameter name=\"field1\" value=\"RRMPolicyMember id - \"/>\n<parameter name=\"field2\" value=\"`$tmp.CellDURRMPolicyMember_id`\"/>\n",
5661         "comments": "",
5662         "outputs": 1,
5663         "x": 5367.40283203125,
5664         "y": 5597.18066740036,
5665         "z": "681fe365.17b79c",
5666         "wires": [
5667             []
5668         ]
5669     },
5670     {
5671         "id": "49bec677.8498b8",
5672         "type": "switchNode",
5673         "name": "ransim mounted",
5674         "xml": "<switch test='`$prop.ransim-mounted`'>\n",
5675         "comments": "",
5676         "outputs": 1,
5677         "x": 5372.964912414551,
5678         "y": 5644.8543066978455,
5679         "z": "681fe365.17b79c",
5680         "wires": [
5681             [
5682                 "fce33118.ec5fd",
5683                 "8218be6f.080e6"
5684             ]
5685         ]
5686     },
5687     {
5688         "id": "fce33118.ec5fd",
5689         "type": "outcome",
5690         "name": "Not Mounted",
5691         "xml": "<outcome value='false'>\n",
5692         "comments": "",
5693         "outputs": 1,
5694         "x": 5616.298973083496,
5695         "y": 5644.076330661774,
5696         "z": "681fe365.17b79c",
5697         "wires": [
5698             [
5699                 "e0e45f3c.5ef9c"
5700             ]
5701         ]
5702     },
5703     {
5704         "id": "8218be6f.080e6",
5705         "type": "outcome",
5706         "name": "Mounted",
5707         "xml": "<outcome value='true'>\n",
5708         "comments": "",
5709         "outputs": 1,
5710         "x": 5607.142387390137,
5711         "y": 5695.631724834442,
5712         "z": "681fe365.17b79c",
5713         "wires": [
5714             [
5715                 "44f1224c.d6f38c"
5716             ]
5717         ]
5718     },
5719     {
5720         "id": "e0e45f3c.5ef9c",
5721         "type": "execute",
5722         "name": "generate deleteRRMPolicyMember.ToNRCellDU URL",
5723         "xml": "<execute plugin='org.onap.ccsdk.sli.core.slipluginutils.SliStringUtils' method='replace' >\n    <parameter name=\"source\" value=\"`$prop.restapi.removeRRMPolicyMember.ToNRCellDU`\"/>\n    <parameter name=\"outputPath\" value=\"tmp.deleteRRMPolicyRatio-DU.url\"/>\n    <parameter name=\"target\" value=\"{idNearRTRIC}\"/>\n    <parameter name=\"replacement\" value=\"`$tmp.nearRTRICId`\"/>",
5724         "comments": "",
5725         "outputs": 1,
5726         "x": 5945.186820983887,
5727         "y": 5641.520841121674,
5728         "z": "681fe365.17b79c",
5729         "wires": [
5730             []
5731         ]
5732     },
5733     {
5734         "id": "44f1224c.d6f38c",
5735         "type": "block",
5736         "name": "block : atomic",
5737         "xml": "<block atomic='true'>",
5738         "atomic": "true",
5739         "comments": "",
5740         "outputs": 1,
5741         "x": 5774.076240539551,
5742         "y": 5693.1875586509705,
5743         "z": "681fe365.17b79c",
5744         "wires": [
5745             [
5746                 "e3154c8e.1db27",
5747                 "2dc2c715.203168"
5748             ]
5749         ]
5750     },
5751     {
5752         "id": "e3154c8e.1db27",
5753         "type": "execute",
5754         "name": "generate deleteRRMPolicyRatio.ToNRCellCU URL",
5755         "xml": "<execute plugin='org.onap.ccsdk.sli.core.slipluginutils.SliStringUtils' method='replace' >\n    <parameter name=\"source\" value=\"`$prop.restapi.removeRRMPolicyMember.ToNRCellDU.ransim-mounted`\"/>\n    <parameter name=\"outputPath\" value=\"tmp.deleteRRMPolicyRatio-DU.url\"/>\n    <parameter name=\"target\" value=\"{idNearRTRIC}\"/>\n    <parameter name=\"replacement\" value=\"`$tmp.nearRTRICId`\"/>",
5756         "comments": "",
5757         "outputs": 1,
5758         "x": 6074.353950500488,
5759         "y": 5687.076766490936,
5760         "z": "681fe365.17b79c",
5761         "wires": [
5762             []
5763         ]
5764     },
5765     {
5766         "id": "2dc2c715.203168",
5767         "type": "execute",
5768         "name": "populate mountName",
5769         "xml": "<execute plugin='org.onap.ccsdk.sli.core.slipluginutils.SliStringUtils' method='replace' >\n    <parameter name=\"source\" value=\"`$tmp.deleteRRMPolicyRatio-DU.url`\"/>\n    <parameter name=\"outputPath\" value=\"tmp.deleteRRMPolicyRatio-DU.url\"/>\n    <parameter name=\"target\" value=\"{mountName}\"/>\n    <parameter name=\"replacement\" value=\"`$tmp.GNBDUId`\"/>",
5770         "comments": "",
5771         "outputs": 1,
5772         "x": 5994.353668212891,
5773         "y": 5745.9651827812195,
5774         "z": "681fe365.17b79c",
5775         "wires": [
5776             []
5777         ]
5778     },
5779     {
5780         "id": "67081354.58f73c",
5781         "type": "execute",
5782         "name": "prepare idGNBDUFunction",
5783         "xml": "<execute plugin='org.onap.ccsdk.sli.core.slipluginutils.SliStringUtils' method='replace' >\n    <parameter name=\"source\" value=\"`$tmp.deleteRRMPolicyRatio-DU.url`\"/>\n    <parameter name=\"outputPath\" value=\"tmp.deleteRRMPolicyRatio-DU.url\"/>\n    <parameter name=\"target\" value=\"{idGNBDUFunction}\"/>\n    <parameter name=\"replacement\" value=\"`$tmp.GNBDUId`\"/>\n",
5784         "comments": "",
5785         "outputs": 1,
5786         "x": 4247.750144958496,
5787         "y": 5630.688269615173,
5788         "z": "681fe365.17b79c",
5789         "wires": [
5790             []
5791         ]
5792     },
5793     {
5794         "id": "51bbb837.90d658",
5795         "type": "execute",
5796         "name": "prepare idNRCellDu",
5797         "xml": "<execute plugin='org.onap.ccsdk.sli.core.slipluginutils.SliStringUtils' method='replace' >\n    <parameter name=\"source\" value=\"`$tmp.deleteRRMPolicyRatio-DU.url`\"/>\n    <parameter name=\"outputPath\" value=\"tmp.deleteRRMPolicyRatio-DU.url\"/>\n    <parameter name=\"target\" value=\"{idNRCellDU}\"/>\n    <parameter name=\"replacement\" value=\"`$tmp.cellDULocalId`\"/>\n",
5798         "comments": "",
5799         "outputs": 1,
5800         "x": 4220.25008392334,
5801         "y": 5663.9382400512695,
5802         "z": "681fe365.17b79c",
5803         "wires": [
5804             []
5805         ]
5806     },
5807     {
5808         "id": "eeb5bbb0.1d6178",
5809         "type": "execute",
5810         "name": "prepare RRMPolicyRatio id",
5811         "xml": "<execute plugin='org.onap.ccsdk.sli.core.slipluginutils.SliStringUtils' method='replace' >\n    <parameter name=\"source\" value=\"`$tmp.deleteRRMPolicyRatio-DU.url`\"/>\n    <parameter name=\"outputPath\" value=\"tmp.deleteRRMPolicyRatio-DU.url\"/>\n    <parameter name=\"target\" value=\"{id}\"/>\n    <parameter name=\"replacement\" value=\"`$tmp.cellDURRMPolicyRatio_id`\"/>\n",
5812         "comments": "",
5813         "outputs": 1,
5814         "x": 4243.688026428223,
5815         "y": 5698.500771522522,
5816         "z": "681fe365.17b79c",
5817         "wires": [
5818             []
5819         ]
5820     },
5821     {
5822         "id": "1e206743.3e5689",
5823         "type": "execute",
5824         "name": "prepare RRMPolicyMember id",
5825         "xml": "<execute plugin='org.onap.ccsdk.sli.core.slipluginutils.SliStringUtils' method='replace' >\n    <parameter name=\"source\" value=\"`$tmp.deleteRRMPolicyRatio-DU.url`\"/>\n    <parameter name=\"outputPath\" value=\"tmp.deleteRRMPolicyRatio-DU.url\"/>\n    <parameter name=\"target\" value=\"{idx}\"/>\n    <parameter name=\"replacement\" value=\"`$tmp.cellDURRMPolicyMember_sNSSAI`\"/>\n",
5826         "comments": "",
5827         "outputs": 1,
5828         "x": 4251.18758392334,
5829         "y": 5734.250741004944,
5830         "z": "681fe365.17b79c",
5831         "wires": [
5832             []
5833         ]
5834     },
5835     {
5836         "id": "4a1ab775.d40cd8",
5837         "type": "record",
5838         "name": "record",
5839         "xml": "<record plugin=\"org.onap.ccsdk.sli.core.sli.recording.FileRecorder\">\n<parameter name=\"file\" value=\"/opt/opendaylight/current/data/log/terminateRANSlice.log\" />\n<parameter name=\"level\" value=\"info\" />\n<parameter name=\"field1\" value=\"Delete RRMPolicy URL - \"/>\n<parameter name=\"field2\" value=\"`$tmp.deleteRRMPolicyRatio-DU.url`\"/>\n<parameter name=\"field3\" value=\"RRMPolicyRatio id\"/>\n<parameter name=\"field4\" value=\"`$tmp.cellDURRMPolicyRatio_id`\"/>\n",
5840         "comments": "",
5841         "outputs": 1,
5842         "x": 3614.035189628601,
5843         "y": 5727.112832546234,
5844         "z": "681fe365.17b79c",
5845         "wires": [
5846             []
5847         ]
5848     },
5849     {
5850         "id": "71190a4a.d6c7d4",
5851         "type": "execute",
5852         "name": "Terminate NRCellDU - RRMPolicyRatio",
5853         "xml": "<execute plugin='org.onap.ccsdk.sli.plugins.restapicall.RestapiCallNode' method='sendRequest' >\n<parameter name=\"restapiUrl\" value=\"`$prop.controller.url + $tmp.deleteRRMPolicyRatio-DU.url`\"/>\n<parameter name=\"restapiUser\" value=\"`$prop.controller.user`\" />\n<parameter name=\"restapiPassword\" value=\"`$prop.controller.pwd`\"/>\n<parameter name=\"httpMethod\" value=\"DELETE\"/>\n<parameter name=\"responsePrefix\" value=\"delete-cellDU-RRMPolicyRatio-response\"/>\n<parameter name='contentType' value='application/json' /> \n<parameter name='format' value='json' />",
5854         "comments": "",
5855         "outputs": 1,
5856         "x": 3701.312454223633,
5857         "y": 5793.362391471863,
5858         "z": "681fe365.17b79c",
5859         "wires": [
5860             [
5861                 "c3e1a651.fcce08",
5862                 "94221c7f.4de61"
5863             ]
5864         ]
5865     },
5866     {
5867         "id": "4b4f8ae1.4d04f4",
5868         "type": "returnSuccess",
5869         "name": "return success",
5870         "xml": "<return status='success'>\n<parameter name=\"ack-final\" value=\"Y\" />\n<parameter name=\"error-code\" value=\"200\" />\n<parameter name=\"error-message\" value=\"SUCCESSFUL Execution\" />",
5871         "comments": "",
5872         "x": 256.0833339691162,
5873         "y": 1664.3333678245544,
5874         "z": "681fe365.17b79c",
5875         "wires": []
5876     },
5877     {
5878         "id": "2df95230.31a61e",
5879         "type": "for",
5880         "name": "foreach PLMNInfo",
5881         "xml": "<for index='id-ric' start='0' end='`$tmp.RICPLMNEntries`' >\n",
5882         "comments": "",
5883         "outputs": 1,
5884         "x": 1013.0000534057617,
5885         "y": 712.2500514984131,
5886         "z": "681fe365.17b79c",
5887         "wires": [
5888             [
5889                 "e9250659.cd2a98"
5890             ]
5891         ]
5892     },
5893     {
5894         "id": "e9250659.cd2a98",
5895         "type": "block",
5896         "name": "block : atomic",
5897         "xml": "<block atomic='true'>",
5898         "atomic": "true",
5899         "comments": "",
5900         "outputs": 1,
5901         "x": 1210.25,
5902         "y": 694.2500042915344,
5903         "z": "681fe365.17b79c",
5904         "wires": [
5905             [
5906                 "132c0105.fd3bff",
5907                 "e17349fb.a93e98"
5908             ]
5909         ]
5910     },
5911     {
5912         "id": "cff035e0.5202f8",
5913         "type": "switchNode",
5914         "name": "is NSSAI exists",
5915         "xml": "<switch test='`$tmp.ric.sNSSAI == $tmp.sNSSAI`'>\n",
5916         "comments": "",
5917         "outputs": 1,
5918         "x": 1385.2499771118164,
5919         "y": 741.5000486373901,
5920         "z": "681fe365.17b79c",
5921         "wires": [
5922             [
5923                 "13f08b41.a30fa5"
5924             ]
5925         ]
5926     },
5927     {
5928         "id": "3085002d.6fbc9",
5929         "type": "block",
5930         "name": "block : atomic",
5931         "xml": "<block atomic='true'>",
5932         "atomic": "true",
5933         "comments": "",
5934         "outputs": 1,
5935         "x": 1627.500259399414,
5936         "y": 654.2500514984131,
5937         "z": "681fe365.17b79c",
5938         "wires": [
5939             [
5940                 "9add7f06.c1df6",
5941                 "cf13d6c4.d6c488",
5942                 "61730f64.f5dd9",
5943                 "88a345ab.17f1a8",
5944                 "f60f717d.ccb86",
5945                 "cc300987.609d18",
5946                 "3d0dd40f.2855dc"
5947             ]
5948         ]
5949     },
5950     {
5951         "id": "29762dac.dd5972",
5952         "type": "record",
5953         "name": "record",
5954         "xml": "<record plugin=\"org.onap.ccsdk.sli.core.sli.recording.FileRecorder\">\n<parameter name=\"file\" value=\"/opt/opendaylight/current/data/log/terminateRANSlice.log\" />\n<parameter name=\"level\" value=\"info\" />\n<parameter name=\"field1\" value=\"PLMNInfo List before removal\"/>\n<parameter name=\"field2\" value=\"`$tmp.RICPLMNEntries`\"/>\n",
5955         "comments": "",
5956         "outputs": 1,
5957         "x": 994.25,
5958         "y": 665,
5959         "z": "681fe365.17b79c",
5960         "wires": [
5961             []
5962         ]
5963     },
5964     {
5965         "id": "9add7f06.c1df6",
5966         "type": "record",
5967         "name": "record",
5968         "xml": "<record plugin=\"org.onap.ccsdk.sli.core.sli.recording.FileRecorder\">\n<parameter name=\"file\" value=\"/opt/opendaylight/current/data/log/terminateRANSlice.log\" />\n<parameter name=\"level\" value=\"info\" />\n<parameter name=\"field1\" value=\"sNSSAI\"/>\n<parameter name=\"field2\" value=\"`$tmp.ric.sNSSAIremoved`\" />\n<parameter name=\"field3\" value=\"nearRTRICId\"/>\n<parameter name=\"field4\" value=\"`$tmp.nearRTRICId`\" />\n<parameter name=\"field5\" value=\"endpoint URL\"/>\n<parameter name=\"field6\" value=\"`$tmp.configdb.getNearRTRICNSSAIRemoval.url`\" />\n",
5969         "comments": "",
5970         "outputs": 1,
5971         "x": 1705.4546966552734,
5972         "y": 893.0228490829468,
5973         "z": "681fe365.17b79c",
5974         "wires": [
5975             []
5976         ]
5977     },
5978     {
5979         "id": "13f08b41.a30fa5",
5980         "type": "outcome",
5981         "name": "True",
5982         "xml": "<outcome value='true'>\n",
5983         "comments": "",
5984         "outputs": 1,
5985         "x": 1553.0000762939453,
5986         "y": 708.5000514984131,
5987         "z": "681fe365.17b79c",
5988         "wires": [
5989             [
5990                 "3085002d.6fbc9"
5991             ]
5992         ]
5993     },
5994     {
5995         "id": "f8cbcae3.d42898",
5996         "type": "failure",
5997         "name": "false",
5998         "xml": "<outcome value='false'>\n",
5999         "comments": "",
6000         "outputs": 1,
6001         "x": 1425.75,
6002         "y": 831,
6003         "z": "681fe365.17b79c",
6004         "wires": [
6005             [
6006                 "4860f747.6f2588"
6007             ]
6008         ]
6009     },
6010     {
6011         "id": "4860f747.6f2588",
6012         "type": "record",
6013         "name": "record",
6014         "xml": "<record plugin=\"org.onap.ccsdk.sli.core.sli.recording.FileRecorder\">\n<parameter name=\"file\" value=\"/opt/opendaylight/current/data/log/terminateRANSlice.log\" />\n<parameter name=\"level\" value=\"info\" />\n<parameter name=\"field1\" value=\"NSSAI doesn't exist \"/>\n\n\n",
6015         "comments": "",
6016         "outputs": 1,
6017         "x": 1421.75,
6018         "y": 876,
6019         "z": "681fe365.17b79c",
6020         "wires": [
6021             []
6022         ]
6023     },
6024     {
6025         "id": "d72cfacf.381158",
6026         "type": "record",
6027         "name": "record",
6028         "xml": "<record plugin=\"org.onap.ccsdk.sli.core.sli.recording.FileRecorder\">\n<parameter name=\"file\" value=\"/opt/opendaylight/current/data/log/terminateRANSlice.log\" />\n<parameter name=\"level\" value=\"info\" />\n<parameter name=\"field1\" value=\"plmninfolistlength in true \"/>\n<parameter name=\"field2\" value=\"`$tmp.pLMNInfoList_length`\"/>\n\n",
6029         "comments": "",
6030         "outputs": 1,
6031         "x": 2539.399990081787,
6032         "y": 489.19999599456787,
6033         "z": "681fe365.17b79c",
6034         "wires": [
6035             []
6036         ]
6037     },
6038     {
6039         "id": "411987bd.6a71b8",
6040         "type": "switchNode",
6041         "name": "check the action",
6042         "xml": "<switch test='`$tmp.pLMNInfoList_length > 0`'>\n",
6043         "comments": "",
6044         "outputs": 1,
6045         "x": 2095.600082397461,
6046         "y": 765.800060749054,
6047         "z": "681fe365.17b79c",
6048         "wires": [
6049             [
6050                 "bbed825b.f57ac",
6051                 "3f02158c.add85a"
6052             ]
6053         ]
6054     },
6055     {
6056         "id": "bbed825b.f57ac",
6057         "type": "outcome",
6058         "name": "True",
6059         "xml": "<outcome value='true'>\n",
6060         "comments": "",
6061         "outputs": 1,
6062         "x": 2230.5998573303223,
6063         "y": 636.8000245094299,
6064         "z": "681fe365.17b79c",
6065         "wires": [
6066             [
6067                 "32b20b0d.818f84"
6068             ]
6069         ]
6070     },
6071     {
6072         "id": "3f02158c.add85a",
6073         "type": "outcome",
6074         "name": "False",
6075         "xml": "<outcome value='false'>\n",
6076         "comments": "",
6077         "outputs": 1,
6078         "x": 2249.599884033203,
6079         "y": 687.8000469207764,
6080         "z": "681fe365.17b79c",
6081         "wires": [
6082             [
6083                 "2d394f29.95bfe"
6084             ]
6085         ]
6086     },
6087     {
6088         "id": "8bea641e.7f78f8",
6089         "type": "record",
6090         "name": "record",
6091         "xml": "<record plugin=\"org.onap.ccsdk.sli.core.sli.recording.FileRecorder\">\n<parameter name=\"file\" value=\"/opt/opendaylight/current/data/log/terminateRANSlice.log\" />\n<parameter name=\"level\" value=\"info\" />\n<parameter name=\"field1\" value=\"plmninfolistlength in false \"/>\n<parameter name=\"field2\" value=\"`$tmp.pLMNInfoList_length`\"/>\n\n",
6092         "comments": "",
6093         "outputs": 1,
6094         "x": 2424.400375366211,
6095         "y": 766.6001257896423,
6096         "z": "681fe365.17b79c",
6097         "wires": [
6098             []
6099         ]
6100     },
6101     {
6102         "id": "32b20b0d.818f84",
6103         "type": "block",
6104         "name": "block : atomic",
6105         "xml": "<block atomic='true'>",
6106         "atomic": "true",
6107         "comments": "",
6108         "outputs": 1,
6109         "x": 2400.599937438965,
6110         "y": 629.0000739097595,
6111         "z": "681fe365.17b79c",
6112         "wires": [
6113             [
6114                 "d72cfacf.381158",
6115                 "aa710b38.7299d8"
6116             ]
6117         ]
6118     },
6119     {
6120         "id": "2d394f29.95bfe",
6121         "type": "block",
6122         "name": "block : atomic",
6123         "xml": "<block atomic='true'>",
6124         "atomic": "true",
6125         "comments": "",
6126         "outputs": 1,
6127         "x": 2385.600051879883,
6128         "y": 677.0000491142273,
6129         "z": "681fe365.17b79c",
6130         "wires": [
6131             [
6132                 "8bea641e.7f78f8"
6133             ]
6134         ]
6135     },
6136     {
6137         "id": "615004fe.554e1c",
6138         "type": "record",
6139         "name": "record",
6140         "xml": "<record plugin=\"org.onap.ccsdk.sli.core.sli.recording.FileRecorder\">\n<parameter name=\"file\" value=\"/opt/opendaylight/current/data/log/terminateRANSlice.log\" />\n<parameter name=\"level\" value=\"info\" />\n<parameter name=\"field1\" value=\"`'getNFNSSIRIC-configdb-response.['+ $idy +'].gNBCUCPList['+ $idz +'].cellCUList['+ $idcu +'].pLMNInfoList_length'`\"/>\n<parameter name=\"field2\" value=\"`$tmp.pLMNInfoList_length`\"/>\n\n",
6141         "comments": "",
6142         "outputs": 1,
6143         "x": 2095.599868774414,
6144         "y": 599.5001158714294,
6145         "z": "681fe365.17b79c",
6146         "wires": [
6147             []
6148         ]
6149     },
6150     {
6151         "id": "b5ba08f.5a3f3f8",
6152         "type": "record",
6153         "name": "record",
6154         "xml": "<record plugin=\"org.onap.ccsdk.sli.core.sli.recording.FileRecorder\">\n<parameter name=\"file\" value=\"/opt/opendaylight/current/data/log/terminateRANSlice.log\" />\n<parameter name=\"level\" value=\"info\" />\n<parameter name=\"field1\" value=\"cuup_plmninfolength \"/>\n<parameter name=\"field2\" value=\"`$tmp.pLMNInfoList`\"/>\n\n",
6155         "comments": "",
6156         "outputs": 1,
6157         "x": 1168.8000411987305,
6158         "y": 2196.8999786376953,
6159         "z": "681fe365.17b79c",
6160         "wires": [
6161             []
6162         ]
6163     },
6164     {
6165         "id": "714dfa37.1b8884",
6166         "type": "record",
6167         "name": "record",
6168         "xml": "<record plugin=\"org.onap.ccsdk.sli.core.sli.recording.FileRecorder\">\n<parameter name=\"file\" value=\"/opt/opendaylight/current/data/log/terminateRANSlice.log\" />\n<parameter name=\"level\" value=\"info\" />\n<parameter name=\"field1\" value=\"RRMPolicyMembersList size\"/>\n<parameter name=\"field2\" value=\"`$tmp.NRCellCURRMPolicyMembersLength`\"/>\n",
6169         "comments": "",
6170         "outputs": 1,
6171         "x": 2542.999984741211,
6172         "y": 2221.4999351501465,
6173         "z": "681fe365.17b79c",
6174         "wires": [
6175             []
6176         ]
6177     },
6178     {
6179         "id": "e55f953e.ae8588",
6180         "type": "execute",
6181         "name": "Read RRMPolicy Member List Length",
6182         "xml": "<execute plugin='org.onap.ccsdk.sli.core.slipluginutils.SliPluginUtils' method='getAttributeValue'>\n\t<parameter name='outputPath' value='tmp.NRCellCURRMPolicyMembersLength' />\n\t<parameter name='source' value=\"`'get-rrmpolicyratio-response.attributes.RRMPolicyRatio['+ $idcu-rrm+'].attributes.rRMPolicyMemberList_length'`\" />\n    ",
6183         "comments": "",
6184         "outputs": 1,
6185         "x": 2593.000129699707,
6186         "y": 2108.6999340057373,
6187         "z": "681fe365.17b79c",
6188         "wires": [
6189             []
6190         ]
6191     },
6192     {
6193         "id": "b932805a.88184",
6194         "type": "execute",
6195         "name": "RRMPolicyRatio id",
6196         "xml": "<execute plugin='org.onap.ccsdk.sli.core.slipluginutils.SliPluginUtils' method='getAttributeValue'>\n\t<parameter name='outputPath' value='tmp.RRMPolicyRatio_id' />\n\t<parameter name='source' value=\"`'get-rrmpolicyratio-response.attributes.RRMPolicyRatio['+ $idcu-rrm+'].id'`\" />\n    ",
6197         "comments": "",
6198         "outputs": 1,
6199         "x": 2537.400131225586,
6200         "y": 2066.6999320983887,
6201         "z": "681fe365.17b79c",
6202         "wires": [
6203             []
6204         ]
6205     },
6206     {
6207         "id": "9e3e6385.08739",
6208         "type": "execute",
6209         "name": "split pLMNId",
6210         "xml": "<execute plugin='org.onap.ccsdk.sli.core.slipluginutils.SliStringUtils' method='split'>\n    <parameter name=\"original_string\" value=\"`$tmp.pLMNId`\" />\n    <parameter name=\"regex\" value=\"-\"/>\n    <parameter name=\"ctx_memory_result_key\" value=\"tmp.plmnList\" />",
6211         "comments": "",
6212         "outputs": 1,
6213         "x": 659.5,
6214         "y": 871.0000042915344,
6215         "z": "681fe365.17b79c",
6216         "wires": [
6217             []
6218         ]
6219     },
6220     {
6221         "id": "f9a1e52.1e42318",
6222         "type": "set",
6223         "name": "set mcc & mnc Variables",
6224         "xml": "<set>\n<parameter name='tmp.mcc' value='`$tmp.plmnList[0]`'/>\n<parameter name='tmp.mnc' value='`$tmp.plmnList[1]`'/>",
6225         "comments": "",
6226         "x": 689.95458984375,
6227         "y": 918.0454449653625,
6228         "z": "681fe365.17b79c",
6229         "wires": []
6230     },
6231     {
6232         "id": "132c0105.fd3bff",
6233         "type": "execute",
6234         "name": "read sNSSAIList Length",
6235         "xml": "<execute plugin='org.onap.ccsdk.sli.core.slipluginutils.SliPluginUtils' method='getAttributeValue'>\n\t<parameter name='outputPath' value='tmp.ric.sNSSAILength' />\n\t<parameter name='source' value=\"`'getNFNSSIRIC-configdb-response.['+ $idy +'].pLMNInfoList['+$id-ric+'].sNSSAI_length'`\" />\n",
6236         "comments": "",
6237         "outputs": 1,
6238         "x": 1412,
6239         "y": 558.2500042915344,
6240         "z": "681fe365.17b79c",
6241         "wires": [
6242             []
6243         ]
6244     },
6245     {
6246         "id": "e17349fb.a93e98",
6247         "type": "for",
6248         "name": "foreach sNSSAI",
6249         "xml": "<for index='id-ric-snssai' start='0' end='`$tmp.ric.sNSSAILength`' >\n",
6250         "comments": "",
6251         "outputs": 1,
6252         "x": 1399,
6253         "y": 600.2500042915344,
6254         "z": "681fe365.17b79c",
6255         "wires": [
6256             [
6257                 "ca1ece70.b9e06"
6258             ]
6259         ]
6260     },
6261     {
6262         "id": "ca1ece70.b9e06",
6263         "type": "block",
6264         "name": "block : atomic",
6265         "xml": "<block atomic='true'>",
6266         "atomic": "true",
6267         "comments": "",
6268         "outputs": 1,
6269         "x": 1590,
6270         "y": 592.2500042915344,
6271         "z": "681fe365.17b79c",
6272         "wires": [
6273             [
6274                 "97edef79.690cf",
6275                 "cff035e0.5202f8"
6276             ]
6277         ]
6278     },
6279     {
6280         "id": "97edef79.690cf",
6281         "type": "execute",
6282         "name": "read sNSSAI",
6283         "xml": "<execute plugin='org.onap.ccsdk.sli.core.slipluginutils.SliPluginUtils' method='getAttributeValue'>\n\t<parameter name='outputPath' value='tmp.ric.sNSSAI' />\n\t<parameter name='source' value=\"`'getNFNSSIRIC-configdb-response.['+ $idy +'].pLMNInfoList['+$id-ric+'].sNSSAI['+$id-ric-snssai+'].sNSSAI'`\" />\n",
6284         "comments": "",
6285         "outputs": 1,
6286         "x": 1783.999984741211,
6287         "y": 512.2500071525574,
6288         "z": "681fe365.17b79c",
6289         "wires": [
6290             []
6291         ]
6292     },
6293     {
6294         "id": "88a345ab.17f1a8",
6295         "type": "record",
6296         "name": "record",
6297         "xml": "<record plugin=\"org.onap.ccsdk.sli.core.sli.recording.FileRecorder\">\n<parameter name=\"file\" value=\"/opt/opendaylight/current/data/log/terminateRANSlice.log\" />\n<parameter name=\"level\" value=\"info\" />\n<parameter name=\"field1\" value=\"Matching sNSSAI found in config DB\"/>\n<parameter name=\"field2\" value=\"`$tmp.ric.sNSSAI`\"/>\n<parameter name=\"field3\" value=\"sNSSAI List length before removal\"/>\n<parameter name=\"field4\" value=\"`$tmp.ric.sNSSAILength`\"/>",
6298         "comments": "",
6299         "outputs": 1,
6300         "x": 1771.7501068115234,
6301         "y": 625.2500057220459,
6302         "z": "681fe365.17b79c",
6303         "wires": [
6304             []
6305         ]
6306     },
6307     {
6308         "id": "b1472f5c.61cce",
6309         "type": "execute",
6310         "name": "set list prefix",
6311         "xml": "<execute plugin='org.onap.ccsdk.sli.core.slipluginutils.SliPluginUtils' method='setPropertiesForRoot'>\n\n\t<parameter name='root' value=\"`'getNFNSSIRIC-configdb-response.['+idy+'].pLMNInfoList['+id-ric+'].sNSSAI'`\" />\n",
6312         "comments": "",
6313         "outputs": 1,
6314         "x": 1829.5,
6315         "y": 570.2500042915344,
6316         "z": "681fe365.17b79c",
6317         "wires": [
6318             []
6319         ]
6320     },
6321     {
6322         "id": "f9a91980.a13638",
6323         "type": "set",
6324         "name": "set",
6325         "xml": "<set>\n<parameter name=\"`'getNFNSSIRIC-configdb-response.['+ $idy +'].pLMNInfoList['+$id-ric+'].sNSSAI['+$id-ric-snssai+'].sNSSAI'`\"  value=\"\" />\n",
6326         "comments": "",
6327         "x": 1804.250015258789,
6328         "y": 713.0001735687256,
6329         "z": "681fe365.17b79c",
6330         "wires": []
6331     },
6332     {
6333         "id": "f60f717d.ccb86",
6334         "type": "execute",
6335         "name": "read sNSSAI",
6336         "xml": "<execute plugin='org.onap.ccsdk.sli.core.slipluginutils.SliPluginUtils' method='getAttributeValue'>\n\t<parameter name='outputPath' value='tmp.ric.sNSSAIremoved' />\n\t<parameter name='source' value=\"`'getNFNSSIRIC-configdb-response.['+ $idy +'].pLMNInfoList['+$id-ric+'].sNSSAI['+$id-ric-snssai+'].sNSSAI'`\" />\n",
6337         "comments": "",
6338         "outputs": 1,
6339         "x": 1787.249984741211,
6340         "y": 757.9999923706055,
6341         "z": "681fe365.17b79c",
6342         "wires": [
6343             []
6344         ]
6345     },
6346     {
6347         "id": "cc300987.609d18",
6348         "type": "execute",
6349         "name": "generate removesNSSAIFromRIC URL",
6350         "xml": "<execute plugin='org.onap.ccsdk.sli.core.slipluginutils.SliStringUtils' method='replace' >\n    <parameter name=\"source\" value=\"`$prop.configdb.url + $prop.restapi.configdb.removenSSAINearRTRIC`\"/>\n    <parameter name=\"outputPath\" value=\"tmp.configdb.getNearRTRICNSSAIRemoval.url\"/>\n    <parameter name=\"target\" value=\"{nearRTRICId}\"/>\n    <parameter name=\"replacement\" value=\"`$tmp.nearRTRICId`\"/>",
6351         "comments": "",
6352         "outputs": 1,
6353         "x": 1852.2499771118164,
6354         "y": 829.2501149177551,
6355         "z": "681fe365.17b79c",
6356         "wires": [
6357             []
6358         ]
6359     },
6360     {
6361         "id": "3d0dd40f.2855dc",
6362         "type": "execute",
6363         "name": "prepare sNSSAI",
6364         "xml": "<execute plugin='org.onap.ccsdk.sli.core.slipluginutils.SliStringUtils' method='replace' >\n    <parameter name=\"source\" value=\"`$tmp.configdb.getNearRTRICNSSAIRemoval.url`\"/>\n    <parameter name=\"outputPath\" value=\"tmp.configdb.getNearRTRICNSSAIRemoval.url\"/>\n    <parameter name=\"target\" value=\"{sNSSAI}\"/>\n    <parameter name=\"replacement\" value=\"`$tmp.ric.sNSSAIremoved`\"/>",
6365         "comments": "",
6366         "outputs": 1,
6367         "x": 1779.2500076293945,
6368         "y": 865.7500548362732,
6369         "z": "681fe365.17b79c",
6370         "wires": [
6371             []
6372         ]
6373     },
6374     {
6375         "id": "80c78ee4.73906",
6376         "type": "execute",
6377         "name": "Read RRMPolicy Member List Length",
6378         "xml": "<execute plugin='org.onap.ccsdk.sli.core.slipluginutils.SliPluginUtils' method='getAttributeValue'>\n\t<parameter name='outputPath' value='tmp.CUUPRRMPolicyMembersLength' />\n\t<parameter name='source' value=\"`'get-rrmpolicyratio-cuup-response.attributes.RRMPolicyRatio['+ $idcuup-rrm+'].attributes.rRMPolicyMemberList_length'`\" />\n    ",
6379         "comments": "",
6380         "outputs": 1,
6381         "x": 2083.0002517700195,
6382         "y": 3491.199954032898,
6383         "z": "681fe365.17b79c",
6384         "wires": [
6385             []
6386         ]
6387     },
6388     {
6389         "id": "4270a600.32d2fc",
6390         "type": "record",
6391         "name": "record",
6392         "xml": "<record plugin=\"org.onap.ccsdk.sli.core.sli.recording.FileRecorder\">\n<parameter name=\"file\" value=\"/opt/opendaylight/current/data/log/terminateRANSlice.log\" />\n<parameter name=\"level\" value=\"info\" />\n<parameter name=\"field1\" value=\"CUUP - RRMPolicyMembersList size\"/>\n<parameter name=\"field2\" value=\"`$tmp.CUUPRRMPolicyMembersLength`\"/>\n",
6393         "comments": "",
6394         "outputs": 1,
6395         "x": 2068.000175476074,
6396         "y": 3539.2000522613525,
6397         "z": "681fe365.17b79c",
6398         "wires": [
6399             []
6400         ]
6401     },
6402     {
6403         "id": "57e3012b.50b3f",
6404         "type": "execute",
6405         "name": "RRMPolicyRatio id",
6406         "xml": "<execute plugin='org.onap.ccsdk.sli.core.slipluginutils.SliPluginUtils' method='getAttributeValue'>\n\t<parameter name='outputPath' value='tmp.CUUPRRMPolicyRatio_id' />\n\t<parameter name='source' value=\"`'get-rrmpolicyratio-cuup-response.attributes.RRMPolicyRatio['+ $idcuup-rrm+'].id'`\" />\n    ",
6407         "comments": "",
6408         "outputs": 1,
6409         "x": 2071.799934387207,
6410         "y": 3450.1999530792236,
6411         "z": "681fe365.17b79c",
6412         "wires": [
6413             []
6414         ]
6415     },
6416     {
6417         "id": "68e1a6fb.7b3038",
6418         "type": "record",
6419         "name": "record",
6420         "xml": "<record plugin=\"org.onap.ccsdk.sli.core.sli.recording.FileRecorder\">\n<parameter name=\"file\" value=\"/opt/opendaylight/current/data/log/terminateRANSlice.log\" />\n<parameter name=\"level\" value=\"info\" />\n<parameter name=\"field1\" value=\"Delete RRMPolicy URL first - \"/>\n<parameter name=\"field2\" value=\"`$tmp.deleteRRMPolicyRatio-CUUP.url`\"/>\n",
6421         "comments": "",
6422         "outputs": 1,
6423         "x": 2515.0001335144043,
6424         "y": 3453.899953842163,
6425         "z": "681fe365.17b79c",
6426         "wires": [
6427             []
6428         ]
6429     },
6430     {
6431         "id": "d7229dd0.69289",
6432         "type": "record",
6433         "name": "record",
6434         "xml": "<record plugin=\"org.onap.ccsdk.sli.core.sli.recording.FileRecorder\">\n<parameter name=\"file\" value=\"/opt/opendaylight/current/data/log/terminateRANSlice.log\" />\n<parameter name=\"level\" value=\"info\" />\n<parameter name=\"field1\" value=\"before setting url\" />\n<parameter name=\"field2\" value=\"ransimnot mounted\" />\n\n",
6435         "comments": "",
6436         "outputs": 1,
6437         "x": 3230.199996948242,
6438         "y": 3126.300099849701,
6439         "z": "681fe365.17b79c",
6440         "wires": [
6441             []
6442         ]
6443     },
6444     {
6445         "id": "7247259b.963b9c",
6446         "type": "record",
6447         "name": "record",
6448         "xml": "<record plugin=\"org.onap.ccsdk.sli.core.sli.recording.FileRecorder\">\n<parameter name=\"file\" value=\"/opt/opendaylight/current/data/log/terminateRANSlice.log\" />\n<parameter name=\"level\" value=\"info\" />\n<parameter name=\"field1\" value=\"Delete RRMPolicy URL after setting - \"/>\n<parameter name=\"field2\" value=\"`$tmp.deleteRRMPolicyRatio-CUUP.url`\"/>\n",
6449         "comments": "",
6450         "outputs": 1,
6451         "x": 3263.199951171875,
6452         "y": 3239.300052165985,
6453         "z": "681fe365.17b79c",
6454         "wires": [
6455             []
6456         ]
6457     },
6458     {
6459         "id": "549253e4.9adfac",
6460         "type": "record",
6461         "name": "record",
6462         "xml": "<record plugin=\"org.onap.ccsdk.sli.core.sli.recording.FileRecorder\">\n<parameter name=\"file\" value=\"/opt/opendaylight/current/data/log/terminateRANSlice.log\" />\n<parameter name=\"level\" value=\"info\" />\n<parameter name=\"field1\" value=\"Success\" />\n<parameter name=\"field2\" value=\"Tocheck if ransim  mounted\" />\n\n",
6463         "comments": "",
6464         "outputs": 1,
6465         "x": 2803.60009765625,
6466         "y": 3149.10010099411,
6467         "z": "681fe365.17b79c",
6468         "wires": [
6469             []
6470         ]
6471     },
6472     {
6473         "id": "44e516c5.1c0268",
6474         "type": "record",
6475         "name": "record",
6476         "xml": "<record plugin=\"org.onap.ccsdk.sli.core.sli.recording.FileRecorder\">\n<parameter name=\"file\" value=\"/opt/opendaylight/current/data/log/terminateRANSlice.log\" />\n<parameter name=\"level\" value=\"info\" />\n<parameter name=\"field1\" value=\"Failure\" />\n<parameter name=\"field2\" value=\"Tocheck if ransim  mounted\" />\n\n",
6477         "comments": "",
6478         "outputs": 1,
6479         "x": 3019.00004196167,
6480         "y": 3377.1001505851746,
6481         "z": "681fe365.17b79c",
6482         "wires": [
6483             []
6484         ]
6485     },
6486     {
6487         "id": "3a5aa655.217c0a",
6488         "type": "execute",
6489         "name": "generate terminate PLMNInfoListEntry CUUP URL for configdb",
6490         "xml": "<execute plugin='org.onap.ccsdk.sli.core.slipluginutils.SliStringUtils' method='replace' >\n    <parameter name=\"source\" value=\"`$prop.restapi.configdb.removenSSAICUUP`\"/>\n    <parameter name=\"outputPath\" value=\"tmp.deletePLMNInfo-CUUP.configdb.url\"/>\n    <parameter name=\"target\" value=\"{gnbCUUPId}\"/>\n    <parameter name=\"replacement\" value=\"`$tmp.idGNBCUUPFunction`\"/>\n",
6491         "comments": "",
6492         "outputs": 1,
6493         "x": 2016.0000305175781,
6494         "y": 2956.8000440597534,
6495         "z": "681fe365.17b79c",
6496         "wires": [
6497             []
6498         ]
6499     },
6500     {
6501         "id": "9b2d73cb.8acaa",
6502         "type": "execute",
6503         "name": "prepare sNSSAI",
6504         "xml": "<execute plugin='org.onap.ccsdk.sli.core.slipluginutils.SliStringUtils' method='replace' >\n    <parameter name=\"source\" value=\"`$tmp.deletePLMNInfo-CUUP.configdb.url`\"/>\n    <parameter name=\"outputPath\" value=\"tmp.deletePLMNInfo-CUUP.configdb.url\"/>\n    <parameter name=\"target\" value=\"{sNSSAI}\"/>\n    <parameter name=\"replacement\" value=\"`$tmp.sNSSAI`\"/>",
6505         "comments": "",
6506         "outputs": 1,
6507         "x": 1859.0000228881836,
6508         "y": 2996.200240135193,
6509         "z": "681fe365.17b79c",
6510         "wires": [
6511             []
6512         ]
6513     },
6514     {
6515         "id": "fb827cb5.f070e",
6516         "type": "execute",
6517         "name": "Update nearRT RIC Details in ConfigDB",
6518         "xml": "<execute plugin='org.onap.ccsdk.sli.plugins.restapicall.RestapiCallNode' method='sendRequest' >\n<parameter name=\"restapiUrl\" value=\"`$prop.configdb.url + $tmp.deletePLMNInfo-CUUP.configdb.url`\"/>\n<parameter name=\"httpMethod\" value=\"DELETE\"/>\n<parameter name=\"responsePrefix\" value=\"delete-CUUP-plmninfo-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\"/>",
6519         "comments": "",
6520         "outputs": 1,
6521         "x": 1922.000015258789,
6522         "y": 3044.8000450134277,
6523         "z": "681fe365.17b79c",
6524         "wires": [
6525             [
6526                 "8e330d1.8f3c4f",
6527                 "d7e39049.2d67a"
6528             ]
6529         ]
6530     },
6531     {
6532         "id": "8e330d1.8f3c4f",
6533         "type": "failure",
6534         "name": "failure",
6535         "xml": "<outcome value='failure'>\n",
6536         "comments": "",
6537         "outputs": 1,
6538         "x": 2180.4000282287598,
6539         "y": 3003.200044631958,
6540         "z": "681fe365.17b79c",
6541         "wires": [
6542             [
6543                 "e12b9c7c.757b"
6544             ]
6545         ]
6546     },
6547     {
6548         "id": "d7e39049.2d67a",
6549         "type": "success",
6550         "name": "success",
6551         "xml": "<outcome value='success'>\n",
6552         "comments": "",
6553         "outputs": 1,
6554         "x": 2207.4000244140625,
6555         "y": 3081.2000455856323,
6556         "z": "681fe365.17b79c",
6557         "wires": [
6558             [
6559                 "93c86d.b72a379"
6560             ]
6561         ]
6562     },
6563     {
6564         "id": "e12b9c7c.757b",
6565         "type": "block",
6566         "name": "block : atomic",
6567         "xml": "<block atomic='true'>",
6568         "atomic": "true",
6569         "comments": "",
6570         "outputs": 1,
6571         "x": 2375.400032043457,
6572         "y": 2996.200044631958,
6573         "z": "681fe365.17b79c",
6574         "wires": [
6575             [
6576                 "6f56c1e5.df8e5",
6577                 "2ce01f3b.97fa1"
6578             ]
6579         ]
6580     },
6581     {
6582         "id": "93c86d.b72a379",
6583         "type": "block",
6584         "name": "block : atomic",
6585         "xml": "<block atomic='true'>",
6586         "atomic": "true",
6587         "comments": "",
6588         "outputs": 1,
6589         "x": 2381.400032043457,
6590         "y": 3074.200044631958,
6591         "z": "681fe365.17b79c",
6592         "wires": [
6593             [
6594                 "b111e2a1.a27af"
6595             ]
6596         ]
6597     },
6598     {
6599         "id": "b111e2a1.a27af",
6600         "type": "record",
6601         "name": "record",
6602         "xml": "<record plugin=\"org.onap.ccsdk.sli.core.sli.recording.FileRecorder\">\n<parameter name=\"file\" value=\"/opt/opendaylight/current/data/log/terminateRANSlice.log\" />\n<parameter name=\"level\" value=\"info\" />\n<parameter name=\"field1\" value=\"Successfully removed - gNBCUUP PLMNInfo Entry from configdb\"/>",
6603         "comments": "",
6604         "outputs": 1,
6605         "x": 2560.4000358581543,
6606         "y": 3093.2000455856323,
6607         "z": "681fe365.17b79c",
6608         "wires": [
6609             []
6610         ]
6611     },
6612     {
6613         "id": "2ce01f3b.97fa1",
6614         "type": "returnFailure",
6615         "name": "return failure",
6616         "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 removing CUUP PLMNInfo. Aborting RPC executiopn'/>",
6617         "comments": "",
6618         "x": 2606.6000366210938,
6619         "y": 3020.200044631958,
6620         "z": "681fe365.17b79c",
6621         "wires": []
6622     },
6623     {
6624         "id": "6f56c1e5.df8e5",
6625         "type": "set",
6626         "name": "set",
6627         "xml": "<set>\n<parameter name='error-code' value='500'/>\n<parameter name='error-message' value='Error removing CUUP PLMNInfoList. Aborting RPC executiopn'/>",
6628         "comments": "",
6629         "x": 2607.6000366210938,
6630         "y": 2982.2000436782837,
6631         "z": "681fe365.17b79c",
6632         "wires": []
6633     },
6634     {
6635         "id": "fdc0ff7c.ee3fc",
6636         "type": "execute",
6637         "name": "read snssailist size",
6638         "xml": "<execute plugin='org.onap.ccsdk.sli.core.slipluginutils.SliPluginUtils' method='getAttributeValue'>\n\t<parameter name='outputPath' value='tmp.sNssaiListLength' />\n\t<parameter name='source' value=\"`'getNFNSSIRIC-configdb-response.['+ $idy +'].gNBCUUPList['+ $id-cuup +'].pLMNInfoList['+ $id-plmn +'].sNSSAI_length'`\" />",
6639         "comments": "",
6640         "outputs": 1,
6641         "x": 1328.9999923706055,
6642         "y": 2263.599838256836,
6643         "z": "681fe365.17b79c",
6644         "wires": [
6645             []
6646         ]
6647     },
6648     {
6649         "id": "59f3a197.71b95",
6650         "type": "record",
6651         "name": "record",
6652         "xml": "<record plugin=\"org.onap.ccsdk.sli.core.sli.recording.FileRecorder\">\n<parameter name=\"file\" value=\"/opt/opendaylight/current/data/log/terminateRANSlice.log\" />\n<parameter name=\"level\" value=\"info\" />\n<parameter name=\"field1\" value=\"cuup_plmninfolength_nssailength \"/>\n<parameter name=\"field2\" value=\"`$tmp.sNssaiListLength`\"/>\n\n",
6653         "comments": "",
6654         "outputs": 1,
6655         "x": 1326.0000686645508,
6656         "y": 2316.800033569336,
6657         "z": "681fe365.17b79c",
6658         "wires": [
6659             []
6660         ]
6661     },
6662     {
6663         "id": "786097b9.2ed618",
6664         "type": "for",
6665         "name": "foreach snssai",
6666         "xml": "<for index='id-snssai' start='0' end='`$tmp.sNssaiListLength`'>\n",
6667         "comments": "",
6668         "outputs": 1,
6669         "x": 1514.0000915527344,
6670         "y": 2478.4004287719727,
6671         "z": "681fe365.17b79c",
6672         "wires": [
6673             [
6674                 "893e8751.d204c8"
6675             ]
6676         ]
6677     },
6678     {
6679         "id": "893e8751.d204c8",
6680         "type": "block",
6681         "name": "block : atomic",
6682         "xml": "<block atomic='true'>",
6683         "atomic": "true",
6684         "comments": "",
6685         "outputs": 1,
6686         "x": 1260.0000915527344,
6687         "y": 2563.400478363037,
6688         "z": "681fe365.17b79c",
6689         "wires": [
6690             [
6691                 "be30729d.352f3",
6692                 "27f9305c.03079",
6693                 "5624d3a.5123d2c"
6694             ]
6695         ]
6696     },
6697     {
6698         "id": "5c179b5b.37ced4",
6699         "type": "switchNode",
6700         "name": "check the action",
6701         "xml": "<switch test='`$tmp.sNssaiListLength > 0`'>\n",
6702         "comments": "",
6703         "outputs": 1,
6704         "x": 1261.9999923706055,
6705         "y": 2407.200428009033,
6706         "z": "681fe365.17b79c",
6707         "wires": [
6708             [
6709                 "612ff568.abd7cc",
6710                 "8251537f.4ff64"
6711             ]
6712         ]
6713     },
6714     {
6715         "id": "612ff568.abd7cc",
6716         "type": "outcome",
6717         "name": "True",
6718         "xml": "<outcome value='true'>\n",
6719         "comments": "",
6720         "outputs": 1,
6721         "x": 1435.9999961853027,
6722         "y": 2353.4000358581543,
6723         "z": "681fe365.17b79c",
6724         "wires": [
6725             [
6726                 "203bbf87.6a945"
6727             ]
6728         ]
6729     },
6730     {
6731         "id": "8251537f.4ff64",
6732         "type": "outcome",
6733         "name": "False",
6734         "xml": "<outcome value='false'>\n",
6735         "comments": "",
6736         "outputs": 1,
6737         "x": 1430.799997329712,
6738         "y": 2422.599841117859,
6739         "z": "681fe365.17b79c",
6740         "wires": [
6741             [
6742                 "fa5fb0b0.6fbb3"
6743             ]
6744         ]
6745     },
6746     {
6747         "id": "203bbf87.6a945",
6748         "type": "block",
6749         "name": "block : atomic",
6750         "xml": "<block atomic='true'>",
6751         "atomic": "true",
6752         "comments": "",
6753         "outputs": 1,
6754         "x": 1533.9999980926514,
6755         "y": 2284.0000343322754,
6756         "z": "681fe365.17b79c",
6757         "wires": [
6758             [
6759                 "786097b9.2ed618",
6760                 "d904c835.9ac858"
6761             ]
6762         ]
6763     },
6764     {
6765         "id": "fa5fb0b0.6fbb3",
6766         "type": "block",
6767         "name": "block : atomic",
6768         "xml": "<block atomic='true'>",
6769         "atomic": "true",
6770         "comments": "",
6771         "outputs": 1,
6772         "x": 1576.0000953674316,
6773         "y": 2424.000036239624,
6774         "z": "681fe365.17b79c",
6775         "wires": [
6776             [
6777                 "39e2ffc7.d358f"
6778             ]
6779         ]
6780     },
6781     {
6782         "id": "39e2ffc7.d358f",
6783         "type": "record",
6784         "name": "record",
6785         "xml": "<record plugin=\"org.onap.ccsdk.sli.core.sli.recording.FileRecorder\">\n<parameter name=\"file\" value=\"/opt/opendaylight/current/data/log/terminateRANSlice.log\" />\n<parameter name=\"level\" value=\"info\" />\n<parameter name=\"field1\" value=\"plmninfolistnssailength in false \"/>\n<parameter name=\"field2\" value=\"`$tmp.sNssaiListLength`\"/>\n\n",
6786         "comments": "",
6787         "outputs": 1,
6788         "x": 1653.599998474121,
6789         "y": 2369.2000370025635,
6790         "z": "681fe365.17b79c",
6791         "wires": [
6792             []
6793         ]
6794     },
6795     {
6796         "id": "d904c835.9ac858",
6797         "type": "record",
6798         "name": "record",
6799         "xml": "<record plugin=\"org.onap.ccsdk.sli.core.sli.recording.FileRecorder\">\n<parameter name=\"file\" value=\"/opt/opendaylight/current/data/log/terminateRANSlice.log\" />\n<parameter name=\"level\" value=\"info\" />\n<parameter name=\"field1\" value=\"plmninfolistnssailength in true \"/>\n<parameter name=\"field2\" value=\"`$tmp.sNssaiListLength`\"/>\n\n",
6800         "comments": "",
6801         "outputs": 1,
6802         "x": 1681.400074005127,
6803         "y": 2263.200033187866,
6804         "z": "681fe365.17b79c",
6805         "wires": [
6806             []
6807         ]
6808     },
6809     {
6810         "id": "ec648819.193ac8",
6811         "type": "block",
6812         "name": "block : atomic",
6813         "xml": "<block atomic='true'>",
6814         "atomic": "true",
6815         "comments": "",
6816         "outputs": 1,
6817         "x": 1810.2000274658203,
6818         "y": 2640.4002838134766,
6819         "z": "681fe365.17b79c",
6820         "wires": [
6821             [
6822                 "144fa13.e80855f",
6823                 "4db12306.f9576c",
6824                 "9e872e2d.a50dc",
6825                 "b9198955.fb6e38",
6826                 "e152a54.0928658",
6827                 "ad3ea034.b772c",
6828                 "3a5aa655.217c0a",
6829                 "9b2d73cb.8acaa",
6830                 "fb827cb5.f070e",
6831                 "5a98b905.00d298"
6832             ]
6833         ]
6834     },
6835     {
6836         "id": "91640b48.773fc8",
6837         "type": "outcome",
6838         "name": "False",
6839         "xml": "<outcome value='false'>\n",
6840         "comments": "",
6841         "outputs": 1,
6842         "x": 1628,
6843         "y": 2693.800040245056,
6844         "z": "681fe365.17b79c",
6845         "wires": [
6846             [
6847                 "b2f45fa0.36d07"
6848             ]
6849         ]
6850     },
6851     {
6852         "id": "b2f45fa0.36d07",
6853         "type": "block",
6854         "name": "block : atomic",
6855         "xml": "<block atomic='true'>",
6856         "atomic": "true",
6857         "comments": "",
6858         "outputs": 1,
6859         "x": 1778,
6860         "y": 2692.800039291382,
6861         "z": "681fe365.17b79c",
6862         "wires": [
6863             [
6864                 "546fadd3.b99304"
6865             ]
6866         ]
6867     },
6868     {
6869         "id": "546fadd3.b99304",
6870         "type": "record",
6871         "name": "record",
6872         "xml": "<record plugin=\"org.onap.ccsdk.sli.core.sli.recording.FileRecorder\">\n<parameter name=\"file\" value=\"/opt/opendaylight/current/data/log/terminateRANSlice.log\" />\n<parameter name=\"level\" value=\"info\" />\n<parameter name=\"field1\" value=\"nssaimatch in false \"/>\n<parameter name=\"field2\" value=\"`nssai deletion does not takes place`\"/>\n\n",
6873         "comments": "",
6874         "outputs": 1,
6875         "x": 1771.0000038146973,
6876         "y": 2758.800039291382,
6877         "z": "681fe365.17b79c",
6878         "wires": [
6879             []
6880         ]
6881     },
6882     {
6883         "id": "5a98b905.00d298",
6884         "type": "record",
6885         "name": "record",
6886         "xml": "<record plugin=\"org.onap.ccsdk.sli.core.sli.recording.FileRecorder\">\n<parameter name=\"file\" value=\"/opt/opendaylight/current/data/log/terminateRANSlice.log\" />\n<parameter name=\"level\" value=\"info\" />\n<parameter name=\"field1\" value=\"nssaimatch in True \"/>\n<parameter name=\"field2\" value=\"`Proceeding for nssai deletion`\"/>\n\n",
6887         "comments": "",
6888         "outputs": 1,
6889         "x": 1981.0000267028809,
6890         "y": 2602.8000869750977,
6891         "z": "681fe365.17b79c",
6892         "wires": [
6893             []
6894         ]
6895     },
6896     {
6897         "id": "75f31ef6.92277",
6898         "type": "execute",
6899         "name": "Read RRMPolicyResourcetype",
6900         "xml": "<execute plugin='org.onap.ccsdk.sli.core.slipluginutils.SliPluginUtils' method='getAttributeValue'>\n\t<parameter name='outputPath' value='tmp.CUUPRRMPolicyMembersResourceType' />\n\t<parameter name='source' value=\"`'get-rrmpolicyratio-cuup-response.attributes.RRMPolicyRatio['+ $idcuup-rrm+'].attributes.resourceType'`\" />\n    ",
6901         "comments": "",
6902         "outputs": 1,
6903         "x": 2110.199981689453,
6904         "y": 3720.3999576568604,
6905         "z": "681fe365.17b79c",
6906         "wires": [
6907             []
6908         ]
6909     },
6910     {
6911         "id": "c3a3fdd9.ccf7",
6912         "type": "execute",
6913         "name": "generate terminate rrmpolicy CUUP URL for configdb",
6914         "xml": "<execute plugin='org.onap.ccsdk.sli.core.slipluginutils.SliStringUtils' method='replace' >\n    <parameter name=\"source\" value=\"`$prop.restapi.configdb.removenSSAICUUPRRMPOLICY`\"/>\n    <parameter name=\"outputPath\" value=\"tmp.deleteRRMPolicy-CUUP.configdb.url\"/>\n    <parameter name=\"target\" value=\"{gnbCUUPId}\"/>\n    <parameter name=\"replacement\" value=\"`$tmp.idGNBCUUPFunction`\"/>\n",
6915         "comments": "",
6916         "outputs": 1,
6917         "x": 2171.600128173828,
6918         "y": 3761.3999576568604,
6919         "z": "681fe365.17b79c",
6920         "wires": [
6921             []
6922         ]
6923     },
6924     {
6925         "id": "f259ca88.208ba8",
6926         "type": "execute",
6927         "name": "prepare sNSSAI",
6928         "xml": "<execute plugin='org.onap.ccsdk.sli.core.slipluginutils.SliStringUtils' method='replace' >\n    <parameter name=\"source\" value=\"`$tmp.deleteRRMPolicy-CUUP.configdb.url`\"/>\n    <parameter name=\"outputPath\" value=\"tmp.deleteRRMPolicy-CUUP.configdb.url\"/>\n    <parameter name=\"target\" value=\"{sNSSAI}\"/>\n    <parameter name=\"replacement\" value=\"`$tmp.sNSSAI`\"/>",
6929         "comments": "",
6930         "outputs": 1,
6931         "x": 2045.6000061035156,
6932         "y": 3852.3999586105347,
6933         "z": "681fe365.17b79c",
6934         "wires": [
6935             []
6936         ]
6937     },
6938     {
6939         "id": "cf2e8dfd.da164",
6940         "type": "execute",
6941         "name": "prepare resourcetype",
6942         "xml": "<execute plugin='org.onap.ccsdk.sli.core.slipluginutils.SliStringUtils' method='replace' >\n    <parameter name=\"source\" value=\"`$tmp.deleteRRMPolicy-CUUP.configdb.url`\"/>\n    <parameter name=\"outputPath\" value=\"tmp.deleteRRMPolicy-CUUP.configdb.url\"/>\n    <parameter name=\"target\" value=\"{resourcetype}\"/>\n    <parameter name=\"replacement\" value=\"`$tmp.CUUPRRMPolicyMembersResourceType`\"/>",
6943         "comments": "",
6944         "outputs": 1,
6945         "x": 2044.5999755859375,
6946         "y": 3811.39990234375,
6947         "z": "681fe365.17b79c",
6948         "wires": [
6949             []
6950         ]
6951     },
6952     {
6953         "id": "ce9627e7.f46608",
6954         "type": "execute",
6955         "name": "Update nearRT RIC Details in ConfigDB",
6956         "xml": "<execute plugin='org.onap.ccsdk.sli.plugins.restapicall.RestapiCallNode' method='sendRequest' >\n<parameter name=\"restapiUrl\" value=\"`$prop.configdb.url + $tmp.deleteRRMPolicy-CUUP.configdb.url`\"/>\n<parameter name=\"httpMethod\" value=\"DELETE\"/>\n<parameter name=\"responsePrefix\" value=\"delete-CUUP-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\"/>",
6957         "comments": "",
6958         "outputs": 1,
6959         "x": 2099.600128173828,
6960         "y": 3910.3999605178833,
6961         "z": "681fe365.17b79c",
6962         "wires": [
6963             [
6964                 "8dba0f18.7791c",
6965                 "b98881f5.8f88f"
6966             ]
6967         ]
6968     },
6969     {
6970         "id": "8dba0f18.7791c",
6971         "type": "failure",
6972         "name": "failure",
6973         "xml": "<outcome value='failure'>\n",
6974         "comments": "",
6975         "outputs": 1,
6976         "x": 2345.60009765625,
6977         "y": 3851.39990234375,
6978         "z": "681fe365.17b79c",
6979         "wires": [
6980             [
6981                 "a3eb9f30.0e2c4"
6982             ]
6983         ]
6984     },
6985     {
6986         "id": "b98881f5.8f88f",
6987         "type": "success",
6988         "name": "success",
6989         "xml": "<outcome value='success'>\n",
6990         "comments": "",
6991         "outputs": 1,
6992         "x": 2352.600128173828,
6993         "y": 3923.6001567840576,
6994         "z": "681fe365.17b79c",
6995         "wires": [
6996             [
6997                 "102e371a.fde299"
6998             ]
6999         ]
7000     },
7001     {
7002         "id": "a3eb9f30.0e2c4",
7003         "type": "block",
7004         "name": "block : atomic",
7005         "xml": "<block atomic='true'>",
7006         "atomic": "true",
7007         "comments": "",
7008         "outputs": 1,
7009         "x": 2514.60009765625,
7010         "y": 3850.39990234375,
7011         "z": "681fe365.17b79c",
7012         "wires": [
7013             [
7014                 "406c227e.45374c",
7015                 "dd45538e.6f3b4"
7016             ]
7017         ]
7018     },
7019     {
7020         "id": "dd45538e.6f3b4",
7021         "type": "returnFailure",
7022         "name": "return failure",
7023         "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 removing CUUP PLMNInfo. Aborting RPC executiopn'/>",
7024         "comments": "",
7025         "x": 2703.6001358032227,
7026         "y": 3853.399959564209,
7027         "z": "681fe365.17b79c",
7028         "wires": []
7029     },
7030     {
7031         "id": "406c227e.45374c",
7032         "type": "set",
7033         "name": "set",
7034         "xml": "<set>\n<parameter name='error-code' value='500'/>\n<parameter name='error-message' value='Error removing CUUP PLMNInfoList. Aborting RPC executiopn'/>",
7035         "comments": "",
7036         "x": 2694.60009765625,
7037         "y": 3803.3999013900757,
7038         "z": "681fe365.17b79c",
7039         "wires": []
7040     },
7041     {
7042         "id": "102e371a.fde299",
7043         "type": "record",
7044         "name": "record",
7045         "xml": "<record plugin=\"org.onap.ccsdk.sli.core.sli.recording.FileRecorder\">\n<parameter name=\"file\" value=\"/opt/opendaylight/current/data/log/terminateRANSlice.log\" />\n<parameter name=\"level\" value=\"info\" />\n<parameter name=\"field1\" value=\"Successfully removed - gNBCUUP rrmpolicy Entry from configdb\"/>",
7046         "comments": "",
7047         "outputs": 1,
7048         "x": 2595.60009765625,
7049         "y": 3935.39990234375,
7050         "z": "681fe365.17b79c",
7051         "wires": [
7052             []
7053         ]
7054     },
7055     {
7056         "id": "3bf672d8.2ca8ae",
7057         "type": "block",
7058         "name": "block :  gNBDU",
7059         "xml": "<block atomic='true'>",
7060         "atomic": "true",
7061         "comments": "",
7062         "outputs": 1,
7063         "x": 2013.1999778747559,
7064         "y": 4269.2002601623535,
7065         "z": "681fe365.17b79c",
7066         "wires": [
7067             [
7068                 "1a09eab5.8fb4d5",
7069                 "a8c983be.71b54",
7070                 "1b4d1262.0f377e",
7071                 "38afa430.f0fa0c"
7072             ]
7073         ]
7074     },
7075     {
7076         "id": "1b4d1262.0f377e",
7077         "type": "record",
7078         "name": "record",
7079         "xml": "<record plugin=\"org.onap.ccsdk.sli.core.sli.recording.FileRecorder\">\n<parameter name=\"file\" value=\"/opt/opendaylight/current/data/log/terminateRANSlice.log\" />\n<parameter name=\"level\" value=\"info\" />\n<parameter name=\"field1\" value=\"Iterating \"/>\n<parameter name=\"field2\" value=\"`CellDU`\"/>\n\n",
7080         "comments": "",
7081         "outputs": 1,
7082         "x": 2132.2000312805176,
7083         "y": 4140.200061798096,
7084         "z": "681fe365.17b79c",
7085         "wires": [
7086             []
7087         ]
7088     },
7089     {
7090         "id": "38afa430.f0fa0c",
7091         "type": "record",
7092         "name": "record",
7093         "xml": "<record plugin=\"org.onap.ccsdk.sli.core.sli.recording.FileRecorder\">\n<parameter name=\"file\" value=\"/opt/opendaylight/current/data/log/terminateRANSlice.log\" />\n<parameter name=\"level\" value=\"info\" />\n<parameter name=\"field1\" value=\"plmninfolengthcelldu \"/>\n<parameter name=\"field2\" value=\"`$tmp.DUpLMNInfoList_length`\"/>\n\n",
7094         "comments": "",
7095         "outputs": 1,
7096         "x": 2197.2000312805176,
7097         "y": 4267.200063705444,
7098         "z": "681fe365.17b79c",
7099         "wires": [
7100             []
7101         ]
7102     },
7103     {
7104         "id": "31736e25.f21fa2",
7105         "type": "record",
7106         "name": "record",
7107         "xml": "<record plugin=\"org.onap.ccsdk.sli.core.sli.recording.FileRecorder\">\n<parameter name=\"file\" value=\"/opt/opendaylight/current/data/log/terminateRANSlice.log\" />\n<parameter name=\"level\" value=\"info\" />\n<parameter name=\"field1\" value=\"LocalId \"/>\n<parameter name=\"field2\" value=\"`$tmp.cellDULocalId`\"/>\n\n\n",
7108         "comments": "",
7109         "outputs": 1,
7110         "x": 3088.39990234375,
7111         "y": 4633.2001953125,
7112         "z": "681fe365.17b79c",
7113         "wires": [
7114             []
7115         ]
7116     },
7117     {
7118         "id": "dd0943a9.ce117",
7119         "type": "execute",
7120         "name": "RRMPolicyRatio id",
7121         "xml": "<execute plugin='org.onap.ccsdk.sli.core.slipluginutils.SliPluginUtils' method='getAttributeValue'>\n\t<parameter name='outputPath' value='tmp.cellDURRMPolicyRatio_id' />\n\t<parameter name='source' value=\"`'get-rrmpolicyratio-du-response.attributes.RRMPolicyRatio['+ $iddu-rrm+'].id'`\" />\n    ",
7122         "comments": "",
7123         "outputs": 1,
7124         "x": 3611.199951171875,
7125         "y": 5507.1998863220215,
7126         "z": "681fe365.17b79c",
7127         "wires": [
7128             []
7129         ]
7130     },
7131     {
7132         "id": "a39116a0.330918",
7133         "type": "set",
7134         "name": "RRMPolicyRatio id",
7135         "xml": "<set>\n<parameter name='tmp.cellDURRMPolicyRatio_id' value=\"`'$get-rrmpolicyratio-du-response.attributes.RRMPolicyRatio['+ $iddu-rrm+'].id'`\" />",
7136         "comments": "",
7137         "x": 3980.2503509521484,
7138         "y": 5498.750373840332,
7139         "z": "681fe365.17b79c",
7140         "wires": []
7141     },
7142     {
7143         "id": "487b5c6e.7df114",
7144         "type": "execute",
7145         "name": "Read RRMPolicy Member List Length",
7146         "xml": "<execute plugin='org.onap.ccsdk.sli.core.slipluginutils.SliPluginUtils' method='getAttributeValue'>\n\t<parameter name='outputPath' value='tmp.DURRMPolicyMembersLength' />\n\t<parameter name='source' value=\"`'get-rrmpolicyratio-du-response.attributes.RRMPolicyRatio['+ $iddu-rrm+'].attributes.rRMPolicyMemberList_length'`\" />\n                                                                                                ",
7147         "comments": "",
7148         "outputs": 1,
7149         "x": 3673.999954223633,
7150         "y": 5548.1998863220215,
7151         "z": "681fe365.17b79c",
7152         "wires": [
7153             []
7154         ]
7155     },
7156     {
7157         "id": "96a66afb.020568",
7158         "type": "record",
7159         "name": "record",
7160         "xml": "<record plugin=\"org.onap.ccsdk.sli.core.sli.recording.FileRecorder\">\n<parameter name=\"file\" value=\"/opt/opendaylight/current/data/log/terminateRANSlice.log\" />\n<parameter name=\"level\" value=\"info\" />\n<parameter name=\"field1\" value=\"RRMPOLICYmemberslength\"/>\n<parameter name=\"field2\" value=\"`$tmp.DURRMPolicyMembersLength`\"/>\n\n",
7161         "comments": "",
7162         "outputs": 1,
7163         "x": 3701.7999572753906,
7164         "y": 5595.800277709961,
7165         "z": "681fe365.17b79c",
7166         "wires": [
7167             []
7168         ]
7169     },
7170     {
7171         "id": "fc5e8045.0b54b",
7172         "type": "execute",
7173         "name": "generate terminate plmn GNBDU URL for configdb",
7174         "xml": "<execute plugin='org.onap.ccsdk.sli.core.slipluginutils.SliStringUtils' method='replace' >\n    <parameter name=\"source\" value=\"`$prop.restapi.configdb.removenSSAINRCellDU`\"/>\n    <parameter name=\"outputPath\" value=\"tmp.deleteplmninfo-GNBDU.configdb.url\"/>\n    <parameter name=\"target\" value=\"{idNRCellDU}\"/>\n    <parameter name=\"replacement\" value=\"`$tmp.cellDULocalId`\"/>\n",
7175         "comments": "",
7176         "outputs": 1,
7177         "x": 3139.39990234375,
7178         "y": 4999.39990234375,
7179         "z": "681fe365.17b79c",
7180         "wires": [
7181             []
7182         ]
7183     },
7184     {
7185         "id": "37597cbc.0bed04",
7186         "type": "execute",
7187         "name": "prepare sNSSAI",
7188         "xml": "<execute plugin='org.onap.ccsdk.sli.core.slipluginutils.SliStringUtils' method='replace' >\n    <parameter name=\"source\" value=\"`$tmp.deleteplmninfo-GNBDU.configdb.url`\"/>\n    <parameter name=\"outputPath\" value=\"tmp.deleteplmninfo-GNBDU.configdb.url\"/>\n    <parameter name=\"target\" value=\"{sNSSAI}\"/>\n    <parameter name=\"replacement\" value=\"`$tmp.sNSSAI`\"/>",
7189         "comments": "",
7190         "outputs": 1,
7191         "x": 3034.4000930786133,
7192         "y": 5061.400075912476,
7193         "z": "681fe365.17b79c",
7194         "wires": [
7195             []
7196         ]
7197     },
7198     {
7199         "id": "dc22d02e.6e6fe",
7200         "type": "execute",
7201         "name": "Update nearRT RIC Details in ConfigDB",
7202         "xml": "<execute plugin='org.onap.ccsdk.sli.plugins.restapicall.RestapiCallNode' method='sendRequest' >\n<parameter name=\"restapiUrl\" value=\"`$prop.configdb.url + $tmp.deleteplmninfo-GNBDU.configdb.url`\"/>\n<parameter name=\"httpMethod\" value=\"DELETE\"/>\n<parameter name=\"responsePrefix\" value=\"delete-GNBDU-plmninfo-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\"/>",
7203         "comments": "",
7204         "outputs": 1,
7205         "x": 3071.4002838134766,
7206         "y": 5114.400075912476,
7207         "z": "681fe365.17b79c",
7208         "wires": [
7209             [
7210                 "970c2ef9.58e39",
7211                 "cb563901.266e88"
7212             ]
7213         ]
7214     },
7215     {
7216         "id": "970c2ef9.58e39",
7217         "type": "failure",
7218         "name": "failure",
7219         "xml": "<outcome value='failure'>\n",
7220         "comments": "",
7221         "outputs": 1,
7222         "x": 3313.399871826172,
7223         "y": 5089.39984703064,
7224         "z": "681fe365.17b79c",
7225         "wires": [
7226             [
7227                 "4a852b2.e02e4d4"
7228             ]
7229         ]
7230     },
7231     {
7232         "id": "cb563901.266e88",
7233         "type": "success",
7234         "name": "success",
7235         "xml": "<outcome value='success'>\n",
7236         "comments": "",
7237         "outputs": 1,
7238         "x": 3320.39990234375,
7239         "y": 5161.600101470947,
7240         "z": "681fe365.17b79c",
7241         "wires": [
7242             [
7243                 "63cb1c57.10f9b4"
7244             ]
7245         ]
7246     },
7247     {
7248         "id": "4a852b2.e02e4d4",
7249         "type": "block",
7250         "name": "block : atomic",
7251         "xml": "<block atomic='true'>",
7252         "atomic": "true",
7253         "comments": "",
7254         "outputs": 1,
7255         "x": 3482.399871826172,
7256         "y": 5088.39984703064,
7257         "z": "681fe365.17b79c",
7258         "wires": [
7259             [
7260                 "f5cd4698.bcdb08",
7261                 "bd3c1ce5.c6e53"
7262             ]
7263         ]
7264     },
7265     {
7266         "id": "bd3c1ce5.c6e53",
7267         "type": "returnFailure",
7268         "name": "return failure",
7269         "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 removing CUUP PLMNInfo. Aborting RPC executiopn'/>",
7270         "comments": "",
7271         "x": 3671.3999099731445,
7272         "y": 5091.399904251099,
7273         "z": "681fe365.17b79c",
7274         "wires": []
7275     },
7276     {
7277         "id": "f5cd4698.bcdb08",
7278         "type": "set",
7279         "name": "set",
7280         "xml": "<set>\n<parameter name='error-code' value='500'/>\n<parameter name='error-message' value='Error removing CUUP PLMNInfoList. Aborting RPC executiopn'/>",
7281         "comments": "",
7282         "x": 3662.399871826172,
7283         "y": 5041.399846076965,
7284         "z": "681fe365.17b79c",
7285         "wires": []
7286     },
7287     {
7288         "id": "63cb1c57.10f9b4",
7289         "type": "record",
7290         "name": "record",
7291         "xml": "<record plugin=\"org.onap.ccsdk.sli.core.sli.recording.FileRecorder\">\n<parameter name=\"file\" value=\"/opt/opendaylight/current/data/log/terminateRANSlice.log\" />\n<parameter name=\"level\" value=\"info\" />\n<parameter name=\"field1\" value=\"Successfully removed - gNBDU pmmninfo Entry from configdb\"/>",
7292         "comments": "",
7293         "outputs": 1,
7294         "x": 3543.4001502990723,
7295         "y": 5147.4001750946045,
7296         "z": "681fe365.17b79c",
7297         "wires": [
7298             []
7299         ]
7300     },
7301     {
7302         "id": "3dfa7158.bac68e",
7303         "type": "execute",
7304         "name": "Read RRMPolicyResourcetype",
7305         "xml": "<execute plugin='org.onap.ccsdk.sli.core.slipluginutils.SliPluginUtils' method='getAttributeValue'>\n\t<parameter name='outputPath' value='tmp.DURRMPolicyMembersResourceType' />\n\t<parameter name='source' value=\"`'get-rrmpolicyratio-du-response.attributes.RRMPolicyRatio['+ $iddu-rrm+'].attributes.resourceType'`\" />\n    ",
7306         "comments": "",
7307         "outputs": 1,
7308         "x": 3573.400146484375,
7309         "y": 5881.600184440613,
7310         "z": "681fe365.17b79c",
7311         "wires": [
7312             []
7313         ]
7314     },
7315     {
7316         "id": "fc300b44.066298",
7317         "type": "execute",
7318         "name": "generate terminate rrmpolicy CUUP URL for configdb",
7319         "xml": "<execute plugin='org.onap.ccsdk.sli.core.slipluginutils.SliStringUtils' method='replace' >\n    <parameter name=\"source\" value=\"`$prop.restapi.configdb.removenSSAICUUPRRMPOLICY`\"/>\n    <parameter name=\"outputPath\" value=\"tmp.deleteRRMPolicy-CUUP.configdb.url\"/>\n    <parameter name=\"target\" value=\"{gnbCUUPId}\"/>\n    <parameter name=\"replacement\" value=\"`$tmp.cellDULocalId`\"/>\n",
7320         "comments": "",
7321         "outputs": 1,
7322         "x": 3631.800148010254,
7323         "y": 5924.600184440613,
7324         "z": "681fe365.17b79c",
7325         "wires": [
7326             []
7327         ]
7328     },
7329     {
7330         "id": "c65bc00f.5d59c",
7331         "type": "execute",
7332         "name": "prepare sNSSAI",
7333         "xml": "<execute plugin='org.onap.ccsdk.sli.core.slipluginutils.SliStringUtils' method='replace' >\n    <parameter name=\"source\" value=\"`$tmp.deleteRRMPolicy-CUUP.configdb.url`\"/>\n    <parameter name=\"outputPath\" value=\"tmp.deleteRRMPolicy-CUUP.configdb.url\"/>\n    <parameter name=\"target\" value=\"{sNSSAI}\"/>\n    <parameter name=\"replacement\" value=\"`$tmp.sNSSAI`\"/>",
7334         "comments": "",
7335         "outputs": 1,
7336         "x": 3526.800148010254,
7337         "y": 6009.600185394287,
7338         "z": "681fe365.17b79c",
7339         "wires": [
7340             []
7341         ]
7342     },
7343     {
7344         "id": "3ced6e0d.d08312",
7345         "type": "execute",
7346         "name": "prepare resourcetype",
7347         "xml": "<execute plugin='org.onap.ccsdk.sli.core.slipluginutils.SliStringUtils' method='replace' >\n    <parameter name=\"source\" value=\"`$tmp.deleteRRMPolicy-CUUP.configdb.url`\"/>\n    <parameter name=\"outputPath\" value=\"tmp.deleteRRMPolicy-CUUP.configdb.url\"/>\n    <parameter name=\"target\" value=\"{resourcetype}\"/>\n    <parameter name=\"replacement\" value=\"`$tmp.DURRMPolicyMembersResourceType`\"/>",
7348         "comments": "",
7349         "outputs": 1,
7350         "x": 3536.800148010254,
7351         "y": 5964.600185394287,
7352         "z": "681fe365.17b79c",
7353         "wires": [
7354             []
7355         ]
7356     },
7357     {
7358         "id": "3c9a098d.1d1ba6",
7359         "type": "execute",
7360         "name": "Update nearRT RIC Details in ConfigDB",
7361         "xml": "<execute plugin='org.onap.ccsdk.sli.plugins.restapicall.RestapiCallNode' method='sendRequest' >\n<parameter name=\"restapiUrl\" value=\"`$prop.configdb.url + $tmp.deleteRRMPolicy-CUUP.configdb.url`\"/>\n<parameter name=\"httpMethod\" value=\"DELETE\"/>\n<parameter name=\"responsePrefix\" value=\"delete-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\"/>",
7362         "comments": "",
7363         "outputs": 1,
7364         "x": 3587.800148010254,
7365         "y": 6052.600186824799,
7366         "z": "681fe365.17b79c",
7367         "wires": [
7368             [
7369                 "b65ba96c.a34208",
7370                 "67ea2fda.efaab"
7371             ]
7372         ]
7373     },
7374     {
7375         "id": "b65ba96c.a34208",
7376         "type": "failure",
7377         "name": "failure",
7378         "xml": "<outcome value='failure'>\n",
7379         "comments": "",
7380         "outputs": 1,
7381         "x": 3842.800151824951,
7382         "y": 6010.600185394287,
7383         "z": "681fe365.17b79c",
7384         "wires": [
7385             [
7386                 "a0b7b2e2.6c017"
7387             ]
7388         ]
7389     },
7390     {
7391         "id": "67ea2fda.efaab",
7392         "type": "success",
7393         "name": "success",
7394         "xml": "<outcome value='success'>\n",
7395         "comments": "",
7396         "outputs": 1,
7397         "x": 3855.800151824951,
7398         "y": 6058.800578117371,
7399         "z": "681fe365.17b79c",
7400         "wires": [
7401             [
7402                 "161471a3.7d09be"
7403             ]
7404         ]
7405     },
7406     {
7407         "id": "a0b7b2e2.6c017",
7408         "type": "block",
7409         "name": "block : atomic",
7410         "xml": "<block atomic='true'>",
7411         "atomic": "true",
7412         "comments": "",
7413         "outputs": 1,
7414         "x": 4003.8001556396484,
7415         "y": 6017.600185394287,
7416         "z": "681fe365.17b79c",
7417         "wires": [
7418             []
7419         ]
7420     },
7421     {
7422         "id": "161471a3.7d09be",
7423         "type": "record",
7424         "name": "record",
7425         "xml": "<record plugin=\"org.onap.ccsdk.sli.core.sli.recording.FileRecorder\">\n<parameter name=\"file\" value=\"/opt/opendaylight/current/data/log/terminateRANSlice.log\" />\n<parameter name=\"level\" value=\"info\" />\n<parameter name=\"field1\" value=\"Successfully removed - gNBDU rrmpolicy Entry from configdb\"/>",
7426         "comments": "",
7427         "outputs": 1,
7428         "x": 4012.8001556396484,
7429         "y": 6059.600187301636,
7430         "z": "681fe365.17b79c",
7431         "wires": [
7432             []
7433         ]
7434     },
7435     {
7436         "id": "f8bd009c.44741",
7437         "type": "execute",
7438         "name": "Read RRMPolicyResourcetype",
7439         "xml": "<execute plugin='org.onap.ccsdk.sli.core.slipluginutils.SliPluginUtils' method='getAttributeValue'>\n\t<parameter name='outputPath' value='tmp.CURRMPolicyMembersResourceType' />\n\t<parameter name='source' value=\"`'get-rrmpolicyratio-response.attributes.RRMPolicyRatio['+ $idcu-rrm+'].attributes.resourceType'`\" />\n    ",
7440         "comments": "",
7441         "outputs": 1,
7442         "x": 2564.199951171875,
7443         "y": 2429.60009765625,
7444         "z": "681fe365.17b79c",
7445         "wires": [
7446             []
7447         ]
7448     },
7449     {
7450         "id": "875be4d4.5e6918",
7451         "type": "execute",
7452         "name": "generate terminate rrmpolicy CUUP URL for configdb",
7453         "xml": "<execute plugin='org.onap.ccsdk.sli.core.slipluginutils.SliStringUtils' method='replace' >\n    <parameter name=\"source\" value=\"`$prop.restapi.configdb.removenSSAICUUPRRMPOLICY`\"/>\n    <parameter name=\"outputPath\" value=\"tmp.deleteRRMPolicy-CUUP.configdb.url\"/>\n    <parameter name=\"target\" value=\"{gnbCUUPId}\"/>\n    <parameter name=\"replacement\" value=\"`$tmp.cellCULocalId`\"/>\n",
7454         "comments": "",
7455         "outputs": 1,
7456         "x": 2622.599952697754,
7457         "y": 2472.60009765625,
7458         "z": "681fe365.17b79c",
7459         "wires": [
7460             []
7461         ]
7462     },
7463     {
7464         "id": "57973a51.8c2c54",
7465         "type": "execute",
7466         "name": "prepare sNSSAI",
7467         "xml": "<execute plugin='org.onap.ccsdk.sli.core.slipluginutils.SliStringUtils' method='replace' >\n    <parameter name=\"source\" value=\"`$tmp.deleteRRMPolicy-CUUP.configdb.url`\"/>\n    <parameter name=\"outputPath\" value=\"tmp.deleteRRMPolicy-CUUP.configdb.url\"/>\n    <parameter name=\"target\" value=\"{sNSSAI}\"/>\n    <parameter name=\"replacement\" value=\"`$tmp.sNSSAI`\"/>",
7468         "comments": "",
7469         "outputs": 1,
7470         "x": 2517.599952697754,
7471         "y": 2557.6000986099243,
7472         "z": "681fe365.17b79c",
7473         "wires": [
7474             []
7475         ]
7476     },
7477     {
7478         "id": "bfbb2edf.2f752",
7479         "type": "execute",
7480         "name": "prepare resourcetype",
7481         "xml": "<execute plugin='org.onap.ccsdk.sli.core.slipluginutils.SliStringUtils' method='replace' >\n    <parameter name=\"source\" value=\"`$tmp.deleteRRMPolicy-CUUP.configdb.url`\"/>\n    <parameter name=\"outputPath\" value=\"tmp.deleteRRMPolicy-CUUP.configdb.url\"/>\n    <parameter name=\"target\" value=\"{resourcetype}\"/>\n    <parameter name=\"replacement\" value=\"`$tmp.CURRMPolicyMembersResourceType`\"/>",
7482         "comments": "",
7483         "outputs": 1,
7484         "x": 2527.599952697754,
7485         "y": 2512.6000986099243,
7486         "z": "681fe365.17b79c",
7487         "wires": [
7488             []
7489         ]
7490     },
7491     {
7492         "id": "558c117b.eb578",
7493         "type": "execute",
7494         "name": "Update nearRT RIC Details in ConfigDB",
7495         "xml": "<execute plugin='org.onap.ccsdk.sli.plugins.restapicall.RestapiCallNode' method='sendRequest' >\n<parameter name=\"restapiUrl\" value=\"`$prop.configdb.url + $tmp.deleteRRMPolicy-CUUP.configdb.url`\"/>\n<parameter name=\"httpMethod\" value=\"DELETE\"/>\n<parameter name=\"responsePrefix\" value=\"delete-CU-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\"/>",
7496         "comments": "",
7497         "outputs": 1,
7498         "x": 2578.599952697754,
7499         "y": 2600.600100040436,
7500         "z": "681fe365.17b79c",
7501         "wires": [
7502             [
7503                 "34654bbd.6f9cd4",
7504                 "61bd7c01.466ef4"
7505             ]
7506         ]
7507     },
7508     {
7509         "id": "34654bbd.6f9cd4",
7510         "type": "failure",
7511         "name": "failure",
7512         "xml": "<outcome value='failure'>\n",
7513         "comments": "",
7514         "outputs": 1,
7515         "x": 2833.599956512451,
7516         "y": 2558.6000986099243,
7517         "z": "681fe365.17b79c",
7518         "wires": [
7519             [
7520                 "a8c877fa.780ce8"
7521             ]
7522         ]
7523     },
7524     {
7525         "id": "61bd7c01.466ef4",
7526         "type": "success",
7527         "name": "success",
7528         "xml": "<outcome value='success'>\n",
7529         "comments": "",
7530         "outputs": 1,
7531         "x": 2846.599956512451,
7532         "y": 2606.800491333008,
7533         "z": "681fe365.17b79c",
7534         "wires": [
7535             [
7536                 "42d079b.aca4d88"
7537             ]
7538         ]
7539     },
7540     {
7541         "id": "a8c877fa.780ce8",
7542         "type": "block",
7543         "name": "block : atomic",
7544         "xml": "<block atomic='true'>",
7545         "atomic": "true",
7546         "comments": "",
7547         "outputs": 1,
7548         "x": 2994.5999603271484,
7549         "y": 2565.6000986099243,
7550         "z": "681fe365.17b79c",
7551         "wires": [
7552             []
7553         ]
7554     },
7555     {
7556         "id": "42d079b.aca4d88",
7557         "type": "record",
7558         "name": "record",
7559         "xml": "<record plugin=\"org.onap.ccsdk.sli.core.sli.recording.FileRecorder\">\n<parameter name=\"file\" value=\"/opt/opendaylight/current/data/log/terminateRANSlice.log\" />\n<parameter name=\"level\" value=\"info\" />\n<parameter name=\"field1\" value=\"Successfully removed - gNBCU rrmpolicy Entry from configdb\"/>",
7560         "comments": "",
7561         "outputs": 1,
7562         "x": 3003.5999603271484,
7563         "y": 2607.600100517273,
7564         "z": "681fe365.17b79c",
7565         "wires": [
7566             []
7567         ]
7568     },
7569     {
7570         "id": "9cbbc061.21112",
7571         "type": "execute",
7572         "name": "generate terminate PLMNInfoListEntry CellCU URL for configdb",
7573         "xml": "<execute plugin='org.onap.ccsdk.sli.core.slipluginutils.SliStringUtils' method='replace' >\n    <parameter name=\"source\" value=\"`$prop.restapi.configdb.removenSSAINRCellCU`\"/>\n    <parameter name=\"outputPath\" value=\"tmp.deletePLMNInfo-CellCU.configdb.url\"/>\n    <parameter name=\"target\" value=\"{idNRCellCU}\"/>\n    <parameter name=\"replacement\" value=\"`$tmp.cellCULocalId`\"/>\n",
7574         "comments": "",
7575         "outputs": 1,
7576         "x": 2321.800048828125,
7577         "y": 1460.5999755859375,
7578         "z": "681fe365.17b79c",
7579         "wires": [
7580             []
7581         ]
7582     },
7583     {
7584         "id": "d8ee9881.173788",
7585         "type": "execute",
7586         "name": "prepare sNSSAI",
7587         "xml": "<execute plugin='org.onap.ccsdk.sli.core.slipluginutils.SliStringUtils' method='replace' >\n    <parameter name=\"source\" value=\"`$tmp.deletePLMNInfo-CellCU.configdb.url`\"/>\n    <parameter name=\"outputPath\" value=\"tmp.deletePLMNInfo-CellCU.configdb.url\"/>\n    <parameter name=\"target\" value=\"{sNSSAI}\"/>\n    <parameter name=\"replacement\" value=\"`$tmp.sNSSAI`\"/>",
7588         "comments": "",
7589         "outputs": 1,
7590         "x": 2164.8000411987305,
7591         "y": 1500.000171661377,
7592         "z": "681fe365.17b79c",
7593         "wires": [
7594             []
7595         ]
7596     },
7597     {
7598         "id": "99c863bb.a06a2",
7599         "type": "execute",
7600         "name": "Update nearRT RIC Details in ConfigDB",
7601         "xml": "<execute plugin='org.onap.ccsdk.sli.plugins.restapicall.RestapiCallNode' method='sendRequest' >\n<parameter name=\"restapiUrl\" value=\"`$prop.configdb.url + $tmp.deletePLMNInfo-CellCU.configdb.url`\"/>\n<parameter name=\"httpMethod\" value=\"DELETE\"/>\n<parameter name=\"responsePrefix\" value=\"delete-CELLCU-plmninfo-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\"/>",
7602         "comments": "",
7603         "outputs": 1,
7604         "x": 2227.800033569336,
7605         "y": 1548.5999765396118,
7606         "z": "681fe365.17b79c",
7607         "wires": [
7608             [
7609                 "4ff57e1e.5755a",
7610                 "73250f4a.bdceb"
7611             ]
7612         ]
7613     },
7614     {
7615         "id": "4ff57e1e.5755a",
7616         "type": "failure",
7617         "name": "failure",
7618         "xml": "<outcome value='failure'>\n",
7619         "comments": "",
7620         "outputs": 1,
7621         "x": 2486.2000465393066,
7622         "y": 1506.999976158142,
7623         "z": "681fe365.17b79c",
7624         "wires": [
7625             [
7626                 "da61a63.df44658"
7627             ]
7628         ]
7629     },
7630     {
7631         "id": "73250f4a.bdceb",
7632         "type": "success",
7633         "name": "success",
7634         "xml": "<outcome value='success'>\n",
7635         "comments": "",
7636         "outputs": 1,
7637         "x": 2513.2000427246094,
7638         "y": 1584.9999771118164,
7639         "z": "681fe365.17b79c",
7640         "wires": [
7641             [
7642                 "f99fff0e.400ac"
7643             ]
7644         ]
7645     },
7646     {
7647         "id": "da61a63.df44658",
7648         "type": "block",
7649         "name": "block : atomic",
7650         "xml": "<block atomic='true'>",
7651         "atomic": "true",
7652         "comments": "",
7653         "outputs": 1,
7654         "x": 2681.200050354004,
7655         "y": 1499.999976158142,
7656         "z": "681fe365.17b79c",
7657         "wires": [
7658             [
7659                 "57df227e.6d767c",
7660                 "17b46f22.2c4ce1"
7661             ]
7662         ]
7663     },
7664     {
7665         "id": "f99fff0e.400ac",
7666         "type": "block",
7667         "name": "block : atomic",
7668         "xml": "<block atomic='true'>",
7669         "atomic": "true",
7670         "comments": "",
7671         "outputs": 1,
7672         "x": 2687.200050354004,
7673         "y": 1577.999976158142,
7674         "z": "681fe365.17b79c",
7675         "wires": [
7676             [
7677                 "7e89d315.e20edc"
7678             ]
7679         ]
7680     },
7681     {
7682         "id": "7e89d315.e20edc",
7683         "type": "record",
7684         "name": "record",
7685         "xml": "<record plugin=\"org.onap.ccsdk.sli.core.sli.recording.FileRecorder\">\n<parameter name=\"file\" value=\"/opt/opendaylight/current/data/log/terminateRANSlice.log\" />\n<parameter name=\"level\" value=\"info\" />\n<parameter name=\"field1\" value=\"Successfully removed - CEllCU PLMNInfo Entry from configdb\"/>",
7686         "comments": "",
7687         "outputs": 1,
7688         "x": 2866.200054168701,
7689         "y": 1596.9999771118164,
7690         "z": "681fe365.17b79c",
7691         "wires": [
7692             []
7693         ]
7694     },
7695     {
7696         "id": "17b46f22.2c4ce1",
7697         "type": "returnFailure",
7698         "name": "return failure",
7699         "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 removing CUUP PLMNInfo. Aborting RPC executiopn'/>",
7700         "comments": "",
7701         "x": 2912.4000549316406,
7702         "y": 1523.999976158142,
7703         "z": "681fe365.17b79c",
7704         "wires": []
7705     },
7706     {
7707         "id": "57df227e.6d767c",
7708         "type": "set",
7709         "name": "set",
7710         "xml": "<set>\n<parameter name='error-code' value='500'/>\n<parameter name='error-message' value='Error removing CUUP PLMNInfoList. Aborting RPC executiopn'/>",
7711         "comments": "",
7712         "x": 2913.4000549316406,
7713         "y": 1485.9999752044678,
7714         "z": "681fe365.17b79c",
7715         "wires": []
7716     },
7717     {
7718         "id": "7ff37c7f.b02e84",
7719         "type": "block",
7720         "name": "block : atomic",
7721         "xml": "<block atomic='true'>",
7722         "atomic": "true",
7723         "comments": "",
7724         "outputs": 1,
7725         "x": 2359.3999366760254,
7726         "y": 4083.000060081482,
7727         "z": "681fe365.17b79c",
7728         "wires": [
7729             [
7730                 "6740dc9f.71ec44",
7731                 "774658e0.74a298",
7732                 "d6c5d5ed.30fc68"
7733             ]
7734         ]
7735     },
7736     {
7737         "id": "6740dc9f.71ec44",
7738         "type": "execute",
7739         "name": "read snssailist size",
7740         "xml": "<execute plugin='org.onap.ccsdk.sli.core.slipluginutils.SliPluginUtils' method='getAttributeValue'>\n\t<parameter name='outputPath' value='tmp.sNssaiListLengthDU' />\n\t<parameter name='source' value=\"`'getNFNSSIRIC-configdb-response.['+ $idy +'].gNBDUList['+ $id-du +'].cellDUList['+ $id-celldu +'].pLMNInfoList['+ $id-duplmn +'].sNSSAI_length'`\" />",
7741         "comments": "",
7742         "outputs": 1,
7743         "x": 2610.14990234375,
7744         "y": 4015.3496067523956,
7745         "z": "681fe365.17b79c",
7746         "wires": [
7747             []
7748         ]
7749     },
7750     {
7751         "id": "774658e0.74a298",
7752         "type": "record",
7753         "name": "record",
7754         "xml": "<record plugin=\"org.onap.ccsdk.sli.core.sli.recording.FileRecorder\">\n<parameter name=\"file\" value=\"/opt/opendaylight/current/data/log/terminateRANSlice.log\" />\n<parameter name=\"level\" value=\"info\" />\n<parameter name=\"field1\" value=\"DU_plmninfolength_nssailength \"/>\n<parameter name=\"field2\" value=\"`$tmp.sNssaiListLengthDU`\"/>\n\n",
7755         "comments": "",
7756         "outputs": 1,
7757         "x": 2607.1500358581543,
7758         "y": 4065.550060272217,
7759         "z": "681fe365.17b79c",
7760         "wires": [
7761             []
7762         ]
7763     },
7764     {
7765         "id": "337db247.c2fe7e",
7766         "type": "for",
7767         "name": "foreach snssai",
7768         "xml": "<for index='id-dusnssai' start='0' end='`$tmp.sNssaiListLengthDU`'>\n",
7769         "comments": "",
7770         "outputs": 1,
7771         "x": 2795.150001525879,
7772         "y": 4230.150197267532,
7773         "z": "681fe365.17b79c",
7774         "wires": [
7775             [
7776                 "133b96ae.ed80a9"
7777             ]
7778         ]
7779     },
7780     {
7781         "id": "133b96ae.ed80a9",
7782         "type": "block",
7783         "name": "block : atomic",
7784         "xml": "<block atomic='true'>",
7785         "atomic": "true",
7786         "comments": "",
7787         "outputs": 1,
7788         "x": 2541.150001525879,
7789         "y": 4315.150246858597,
7790         "z": "681fe365.17b79c",
7791         "wires": [
7792             [
7793                 "ba53b011.6cacf",
7794                 "79da80d7.0799b",
7795                 "ca93bc12.6b465"
7796             ]
7797         ]
7798     },
7799     {
7800         "id": "d6c5d5ed.30fc68",
7801         "type": "switchNode",
7802         "name": "check the action",
7803         "xml": "<switch test='`$tmp.sNssaiListLengthDU > 0`'>\n",
7804         "comments": "",
7805         "outputs": 1,
7806         "x": 2543.14990234375,
7807         "y": 4158.950196504593,
7808         "z": "681fe365.17b79c",
7809         "wires": [
7810             [
7811                 "4aa3d4ed.beb08c",
7812                 "12d533dd.e71aac"
7813             ]
7814         ]
7815     },
7816     {
7817         "id": "4aa3d4ed.beb08c",
7818         "type": "outcome",
7819         "name": "True",
7820         "xml": "<outcome value='true'>\n",
7821         "comments": "",
7822         "outputs": 1,
7823         "x": 2717.1499061584473,
7824         "y": 4105.149804353714,
7825         "z": "681fe365.17b79c",
7826         "wires": [
7827             [
7828                 "c509333b.3ae73"
7829             ]
7830         ]
7831     },
7832     {
7833         "id": "12d533dd.e71aac",
7834         "type": "outcome",
7835         "name": "False",
7836         "xml": "<outcome value='false'>\n",
7837         "comments": "",
7838         "outputs": 1,
7839         "x": 2711.9499073028564,
7840         "y": 4174.349609613419,
7841         "z": "681fe365.17b79c",
7842         "wires": [
7843             [
7844                 "b7e8ccc0.b1672"
7845             ]
7846         ]
7847     },
7848     {
7849         "id": "c509333b.3ae73",
7850         "type": "block",
7851         "name": "block : atomic",
7852         "xml": "<block atomic='true'>",
7853         "atomic": "true",
7854         "comments": "",
7855         "outputs": 1,
7856         "x": 2815.149908065796,
7857         "y": 4035.749802827835,
7858         "z": "681fe365.17b79c",
7859         "wires": [
7860             [
7861                 "337db247.c2fe7e",
7862                 "9266d7bf.db4298"
7863             ]
7864         ]
7865     },
7866     {
7867         "id": "b7e8ccc0.b1672",
7868         "type": "block",
7869         "name": "block : atomic",
7870         "xml": "<block atomic='true'>",
7871         "atomic": "true",
7872         "comments": "",
7873         "outputs": 1,
7874         "x": 2857.150005340576,
7875         "y": 4175.749804735184,
7876         "z": "681fe365.17b79c",
7877         "wires": [
7878             [
7879                 "fa38e911.b82678"
7880             ]
7881         ]
7882     },
7883     {
7884         "id": "fa38e911.b82678",
7885         "type": "record",
7886         "name": "record",
7887         "xml": "<record plugin=\"org.onap.ccsdk.sli.core.sli.recording.FileRecorder\">\n<parameter name=\"file\" value=\"/opt/opendaylight/current/data/log/terminateRANSlice.log\" />\n<parameter name=\"level\" value=\"info\" />\n<parameter name=\"field1\" value=\"plmninfolistnssailength in false in DU \"/>\n<parameter name=\"field2\" value=\"`$tmp.sNssaiListLengthDU`\"/>\n\n",
7888         "comments": "",
7889         "outputs": 1,
7890         "x": 2934.7499084472656,
7891         "y": 4120.949805498123,
7892         "z": "681fe365.17b79c",
7893         "wires": [
7894             []
7895         ]
7896     },
7897     {
7898         "id": "9266d7bf.db4298",
7899         "type": "record",
7900         "name": "record",
7901         "xml": "<record plugin=\"org.onap.ccsdk.sli.core.sli.recording.FileRecorder\">\n<parameter name=\"file\" value=\"/opt/opendaylight/current/data/log/terminateRANSlice.log\" />\n<parameter name=\"level\" value=\"info\" />\n<parameter name=\"field1\" value=\"plmninfolistnssailength in true in DU \"/>\n<parameter name=\"field2\" value=\"`$tmp.sNssaiListLengthDU`\"/>\n\n",
7902         "comments": "",
7903         "outputs": 1,
7904         "x": 2962.5499839782715,
7905         "y": 4014.949801683426,
7906         "z": "681fe365.17b79c",
7907         "wires": [
7908             []
7909         ]
7910     },
7911     {
7912         "id": "6e69020c.ffa84c",
7913         "type": "block",
7914         "name": "block : atomic",
7915         "xml": "<block atomic='true'>",
7916         "atomic": "true",
7917         "comments": "",
7918         "outputs": 1,
7919         "x": 2641.199951171875,
7920         "y": 393.3999938964844,
7921         "z": "681fe365.17b79c",
7922         "wires": [
7923             [
7924                 "ea60bc2c.f3ce4",
7925                 "6337305.6eeabd",
7926                 "e2c08dd6.fcaaf"
7927             ]
7928         ]
7929     },
7930     {
7931         "id": "ea60bc2c.f3ce4",
7932         "type": "execute",
7933         "name": "read snssailist size",
7934         "xml": "<execute plugin='org.onap.ccsdk.sli.core.slipluginutils.SliPluginUtils' method='getAttributeValue'>\n\t<parameter name='outputPath' value='tmp.sNssaiListLengthCU' />\n\t<parameter name='source' value=\"`'getNFNSSIRIC-configdb-response.['+ $idy +'].gNBCUCPList['+ $idz +'].cellCUList['+ $idcu +'].pLMNInfoList['+ $id-cuplmn +'].sNSSAI_length'`\" />",
7935         "comments": "",
7936         "outputs": 1,
7937         "x": 2891.9499168395996,
7938         "y": 325.74954056739807,
7939         "z": "681fe365.17b79c",
7940         "wires": [
7941             []
7942         ]
7943     },
7944     {
7945         "id": "6337305.6eeabd",
7946         "type": "record",
7947         "name": "record",
7948         "xml": "<record plugin=\"org.onap.ccsdk.sli.core.sli.recording.FileRecorder\">\n<parameter name=\"file\" value=\"/opt/opendaylight/current/data/log/terminateRANSlice.log\" />\n<parameter name=\"level\" value=\"info\" />\n<parameter name=\"field1\" value=\"CU_plmninfolength_nssailength \"/>\n<parameter name=\"field2\" value=\"`$tmp.sNssaiListLengthCU`\"/>\n\n",
7949         "comments": "",
7950         "outputs": 1,
7951         "x": 2888.950050354004,
7952         "y": 375.94999408721924,
7953         "z": "681fe365.17b79c",
7954         "wires": [
7955             []
7956         ]
7957     },
7958     {
7959         "id": "f9c4fc8.90513",
7960         "type": "for",
7961         "name": "foreach snssai",
7962         "xml": "<for index='id-cusnssai' start='0' end='`$tmp.sNssaiListLengthCU`'>\n",
7963         "comments": "",
7964         "outputs": 1,
7965         "x": 3076.9500160217285,
7966         "y": 540.5501310825348,
7967         "z": "681fe365.17b79c",
7968         "wires": [
7969             [
7970                 "731a2191.f9dfb"
7971             ]
7972         ]
7973     },
7974     {
7975         "id": "e2c08dd6.fcaaf",
7976         "type": "switchNode",
7977         "name": "check the action",
7978         "xml": "<switch test='`$tmp.sNssaiListLengthCU > 0`'>\n",
7979         "comments": "",
7980         "outputs": 1,
7981         "x": 2824.9499168395996,
7982         "y": 469.35013031959534,
7983         "z": "681fe365.17b79c",
7984         "wires": [
7985             [
7986                 "5adc7d2.dd38d84",
7987                 "10d1ebf0.68d2c4"
7988             ]
7989         ]
7990     },
7991     {
7992         "id": "5adc7d2.dd38d84",
7993         "type": "outcome",
7994         "name": "True",
7995         "xml": "<outcome value='true'>\n",
7996         "comments": "",
7997         "outputs": 1,
7998         "x": 2998.949920654297,
7999         "y": 415.54973816871643,
8000         "z": "681fe365.17b79c",
8001         "wires": [
8002             [
8003                 "faa71bdf.bbd398"
8004             ]
8005         ]
8006     },
8007     {
8008         "id": "10d1ebf0.68d2c4",
8009         "type": "outcome",
8010         "name": "False",
8011         "xml": "<outcome value='false'>\n",
8012         "comments": "",
8013         "outputs": 1,
8014         "x": 2994.7500915527344,
8015         "y": 465.74956130981445,
8016         "z": "681fe365.17b79c",
8017         "wires": [
8018             [
8019                 "ebd30403.5f2f58"
8020             ]
8021         ]
8022     },
8023     {
8024         "id": "faa71bdf.bbd398",
8025         "type": "block",
8026         "name": "block : atomic",
8027         "xml": "<block atomic='true'>",
8028         "atomic": "true",
8029         "comments": "",
8030         "outputs": 1,
8031         "x": 3096.9499225616455,
8032         "y": 346.1497366428375,
8033         "z": "681fe365.17b79c",
8034         "wires": [
8035             [
8036                 "f9c4fc8.90513",
8037                 "f57a14ae.3c4058"
8038             ]
8039         ]
8040     },
8041     {
8042         "id": "ebd30403.5f2f58",
8043         "type": "block",
8044         "name": "block : atomic",
8045         "xml": "<block atomic='true'>",
8046         "atomic": "true",
8047         "comments": "",
8048         "outputs": 1,
8049         "x": 3147.950096130371,
8050         "y": 478.1497564315796,
8051         "z": "681fe365.17b79c",
8052         "wires": [
8053             [
8054                 "49b19cb2.416634"
8055             ]
8056         ]
8057     },
8058     {
8059         "id": "49b19cb2.416634",
8060         "type": "record",
8061         "name": "record",
8062         "xml": "<record plugin=\"org.onap.ccsdk.sli.core.sli.recording.FileRecorder\">\n<parameter name=\"file\" value=\"/opt/opendaylight/current/data/log/terminateRANSlice.log\" />\n<parameter name=\"level\" value=\"info\" />\n<parameter name=\"field1\" value=\"plmninfolistnssailength in false in CU \"/>\n<parameter name=\"field2\" value=\"`$tmp.sNssaiListLengthCU`\"/>\n\n",
8063         "comments": "",
8064         "outputs": 1,
8065         "x": 3324.5499000549316,
8066         "y": 475.3497314453125,
8067         "z": "681fe365.17b79c",
8068         "wires": [
8069             []
8070         ]
8071     },
8072     {
8073         "id": "f57a14ae.3c4058",
8074         "type": "record",
8075         "name": "record",
8076         "xml": "<record plugin=\"org.onap.ccsdk.sli.core.sli.recording.FileRecorder\">\n<parameter name=\"file\" value=\"/opt/opendaylight/current/data/log/terminateRANSlice.log\" />\n<parameter name=\"level\" value=\"info\" />\n<parameter name=\"field1\" value=\"plmninfolistnssailength in true in CU \"/>\n<parameter name=\"field2\" value=\"`$tmp.sNssaiListLengthCU`\"/>\n\n",
8077         "comments": "",
8078         "outputs": 1,
8079         "x": 3244.349998474121,
8080         "y": 325.34973549842834,
8081         "z": "681fe365.17b79c",
8082         "wires": [
8083             []
8084         ]
8085     },
8086     {
8087         "id": "5d7613c4.1e14ec",
8088         "type": "switchNode",
8089         "name": "check the action for terminate",
8090         "xml": "<switch test='`$terminate-r-a-n-slice-instance-input.action == deallocate`'>\n",
8091         "comments": "",
8092         "outputs": 1,
8093         "x": 660,
8094         "y": 200.5000033378601,
8095         "z": "681fe365.17b79c",
8096         "wires": [
8097             [
8098                 "f02356b0.6de838",
8099                 "a41c0012.ee0be"
8100             ]
8101         ]
8102     },
8103     {
8104         "id": "f02356b0.6de838",
8105         "type": "outcome",
8106         "name": "True",
8107         "xml": "<outcome value='true'>\n",
8108         "comments": "",
8109         "outputs": 1,
8110         "x": 870,
8111         "y": 119.50000333786011,
8112         "z": "681fe365.17b79c",
8113         "wires": [
8114             [
8115                 "34257438.f039cc"
8116             ]
8117         ]
8118     },
8119     {
8120         "id": "a41c0012.ee0be",
8121         "type": "outcome",
8122         "name": "False",
8123         "xml": "<outcome value='false'>\n",
8124         "comments": "",
8125         "outputs": 1,
8126         "x": 888.9999885559082,
8127         "y": 273.50002670288086,
8128         "z": "681fe365.17b79c",
8129         "wires": [
8130             [
8131                 "3f71f50f.bfb31a"
8132             ]
8133         ]
8134     },
8135     {
8136         "id": "8c2b4fb0.9c3af",
8137         "type": "record",
8138         "name": "record",
8139         "xml": "<record plugin=\"org.onap.ccsdk.sli.core.sli.recording.FileRecorder\">\n<parameter name=\"file\" value=\"/opt/opendaylight/current/data/log/terminateRANSlice.log\" />\n<parameter name=\"level\" value=\"info\" />\n<parameter name=\"field1\" value=\"modify deallocate called\" />\n\n",
8140         "comments": "",
8141         "outputs": 1,
8142         "x": 1219.8007507324219,
8143         "y": 239.30010223388672,
8144         "z": "681fe365.17b79c",
8145         "wires": [
8146             []
8147         ]
8148     },
8149     {
8150         "id": "34257438.f039cc",
8151         "type": "block",
8152         "name": "block : atomic",
8153         "xml": "<block atomic='true'>",
8154         "atomic": "true",
8155         "comments": "",
8156         "outputs": 1,
8157         "x": 1040.0000801086426,
8158         "y": 111.7000527381897,
8159         "z": "681fe365.17b79c",
8160         "wires": [
8161             [
8162                 "edc863cd.4c065",
8163                 "62627cc.ad28b84"
8164             ]
8165         ]
8166     },
8167     {
8168         "id": "3f71f50f.bfb31a",
8169         "type": "block",
8170         "name": "block : atomic",
8171         "xml": "<block atomic='true'>",
8172         "atomic": "true",
8173         "comments": "",
8174         "outputs": 1,
8175         "x": 1050.0001831054688,
8176         "y": 273.700026512146,
8177         "z": "681fe365.17b79c",
8178         "wires": [
8179             [
8180                 "8c2b4fb0.9c3af",
8181                 "ff8631bd.6cfcf"
8182             ]
8183         ]
8184     },
8185     {
8186         "id": "edc863cd.4c065",
8187         "type": "record",
8188         "name": "record",
8189         "xml": "<record plugin=\"org.onap.ccsdk.sli.core.sli.recording.FileRecorder\">\n<parameter name=\"file\" value=\"/opt/opendaylight/current/data/log/terminateRANSlice.log\" />\n<parameter name=\"level\" value=\"info\" />\n<parameter name=\"field1\" value=\"deallocate called\" />\n\n",
8190         "comments": "",
8191         "outputs": 1,
8192         "x": 1210.7999687194824,
8193         "y": 45.500006675720215,
8194         "z": "681fe365.17b79c",
8195         "wires": [
8196             []
8197         ]
8198     },
8199     {
8200         "id": "5c716f1e.34b",
8201         "type": "execute",
8202         "name": "printContext",
8203         "xml": "<execute plugin='org.onap.ccsdk.sli.core.slipluginutils.SliPluginUtils' method='printContext' >\n<parameter name='filename' value='/opt/opendaylight/current/data/log/ranSlice-terminateRANSlice-context.log' />\n\n\n",
8204         "comments": "",
8205         "outputs": 1,
8206         "x": 3302.800048828125,
8207         "y": 138.50000190734863,
8208         "z": "681fe365.17b79c",
8209         "wires": [
8210             []
8211         ]
8212     },
8213     {
8214         "id": "ddeb48d8.c64e38",
8215         "type": "record",
8216         "name": "record",
8217         "xml": "<record plugin=\"org.onap.ccsdk.sli.core.sli.recording.FileRecorder\">\n<parameter name=\"file\" value=\"/opt/opendaylight/current/data/log/terminateRANSlice.log\" />\n<parameter name=\"level\" value=\"info\" />\n<parameter name=\"field1\" value=\"Payload for terminateRANSlice.: \"/>\n<parameter name=\"field2\" value=\"`$tmp.sNSSAI`\"/>\n<parameter name=\"field3\" value=\"`$payloadJson.input.RANNFNSSIId`\"/>\n<parameter name=\"field4\" value=\"`$payloadJson.input.callbackURL`\"/>\n<parameter name=\"field5\" value=\"`$payloadJson.input.sliceProfileId`\"/>\n\n\n",
8218         "comments": "",
8219         "outputs": 1,
8220         "x": 3321.549945831299,
8221         "y": 183.00000190734863,
8222         "z": "681fe365.17b79c",
8223         "wires": [
8224             []
8225         ]
8226     },
8227     {
8228         "id": "4114cd81.dc40a4",
8229         "type": "switchNode",
8230         "name": "check action",
8231         "xml": "<switch test='`$tmp.action`'>",
8232         "comments": "",
8233         "outputs": 1,
8234         "x": 3322.300247192383,
8235         "y": 69.75,
8236         "z": "681fe365.17b79c",
8237         "wires": [
8238             [
8239                 "2237a97e.6e8ce6",
8240                 "69fe5985.2d2b48"
8241             ]
8242         ]
8243     },
8244     {
8245         "id": "2237a97e.6e8ce6",
8246         "type": "success",
8247         "name": "deallocate",
8248         "xml": "<outcome value='deallocate'>\n",
8249         "comments": "",
8250         "outputs": 1,
8251         "x": 3509.300048828125,
8252         "y": 80.50002574920654,
8253         "z": "681fe365.17b79c",
8254         "wires": [
8255             [
8256                 "57900bf5.5165c4"
8257             ]
8258         ]
8259     },
8260     {
8261         "id": "898231d5.b9473",
8262         "type": "execute",
8263         "name": "read sNSSAI from sliceProfile",
8264         "xml": "<execute plugin='org.onap.ccsdk.sli.core.slipluginutils.SliPluginUtils' method='getAttributeValue'>\n\t<parameter name='outputPath' value='tmp.sNSSAI' />\n\t<parameter name='source' value=\"`$payloadJson.input.sliceProfile.sNSSAI`\" />\n",
8265         "comments": "",
8266         "outputs": 1,
8267         "x": 3920.3002548217773,
8268         "y": 154.50000286102295,
8269         "z": "681fe365.17b79c",
8270         "wires": [
8271             []
8272         ]
8273     },
8274     {
8275         "id": "69fe5985.2d2b48",
8276         "type": "failure",
8277         "name": "modify-deallocate",
8278         "xml": "<outcome value='modify-deallocate'>\n",
8279         "comments": "",
8280         "outputs": 1,
8281         "x": 3504.300048828125,
8282         "y": 178.50000190734863,
8283         "z": "681fe365.17b79c",
8284         "wires": [
8285             [
8286                 "d9fb6d98.dc5ab"
8287             ]
8288         ]
8289     },
8290     {
8291         "id": "c43a7e48.c891f",
8292         "type": "record",
8293         "name": "record",
8294         "xml": "<record plugin=\"org.onap.ccsdk.sli.core.sli.recording.FileRecorder\">\n<parameter name=\"file\" value=\"/opt/opendaylight/current/data/log/terminateRANSlice.log\" />\n<parameter name=\"level\" value=\"info\" />\n<parameter name=\"field1\" value=\"sNSSAI: \"/>\n<parameter name=\"field2\" value=\"`$tmp.sNSSAI`\"/>\n\n\n",
8295         "comments": "",
8296         "outputs": 1,
8297         "x": 3881.5500526428223,
8298         "y": 108.50000190734863,
8299         "z": "681fe365.17b79c",
8300         "wires": [
8301             []
8302         ]
8303     },
8304     {
8305         "id": "57900bf5.5165c4",
8306         "type": "block",
8307         "name": "block : atomic",
8308         "xml": "<block atomic='true'>",
8309         "atomic": "true",
8310         "comments": "",
8311         "outputs": 1,
8312         "x": 3681.550048828125,
8313         "y": 80.50000190734863,
8314         "z": "681fe365.17b79c",
8315         "wires": [
8316             [
8317                 "c43a7e48.c891f",
8318                 "e218fee3.836c3"
8319             ]
8320         ]
8321     },
8322     {
8323         "id": "e218fee3.836c3",
8324         "type": "set",
8325         "name": "read sNSSAI from input",
8326         "xml": "<set>\n<parameter name='tmp.sNSSAI' value=\"`$payloadJson.input.sNSSAI`\"/>",
8327         "comments": "",
8328         "x": 3883.5500564575195,
8329         "y": 59.500000953674316,
8330         "z": "681fe365.17b79c",
8331         "wires": []
8332     },
8333     {
8334         "id": "f7b8b284.68822",
8335         "type": "set",
8336         "name": "read action from input",
8337         "xml": "<set>\n<parameter name='tmp.action' value=\"`$terminate-r-a-n-slice-instance-input.action`\"/>",
8338         "comments": "",
8339         "x": 3341.050048828125,
8340         "y": 23,
8341         "z": "681fe365.17b79c",
8342         "wires": []
8343     },
8344     {
8345         "id": "d9fb6d98.dc5ab",
8346         "type": "block",
8347         "name": "block : atomic",
8348         "xml": "<block atomic='true'>",
8349         "atomic": "true",
8350         "comments": "",
8351         "outputs": 1,
8352         "x": 3698.100051879883,
8353         "y": 175.00000190734863,
8354         "z": "681fe365.17b79c",
8355         "wires": [
8356             [
8357                 "898231d5.b9473",
8358                 "a5799116.cf38a"
8359             ]
8360         ]
8361     },
8362     {
8363         "id": "a5799116.cf38a",
8364         "type": "record",
8365         "name": "record",
8366         "xml": "<record plugin=\"org.onap.ccsdk.sli.core.sli.recording.FileRecorder\">\n<parameter name=\"file\" value=\"/opt/opendaylight/current/data/log/terminateRANSlice.log\" />\n<parameter name=\"level\" value=\"info\" />\n<parameter name=\"field1\" value=\"modify-deallocate-sNSSAI: \"/>\n<parameter name=\"field2\" value=\"`$tmp.sNSSAI`\"/>\n\n\n",
8367         "comments": "",
8368         "outputs": 1,
8369         "x": 3940.10005569458,
8370         "y": 223.00000381469727,
8371         "z": "681fe365.17b79c",
8372         "wires": [
8373             []
8374         ]
8375     },
8376     {
8377         "id": "c6867b74.42eca8",
8378         "type": "execute",
8379         "name": "execute jsonStringToCtx",
8380         "xml": "<execute plugin='org.onap.ccsdk.sli.core.slipluginutils.SliPluginUtils' method='jsonStringToCtx'>\n\t<parameter name='source' value='terminate-r-a-n-slice-instance-input.payload' />\n\t<parameter name='outputPath' value='payloadJson' />\n\t<parameter name='isEscaped' value='false' />",
8381         "comments": "",
8382         "outputs": 1,
8383         "x": 2734.199951171875,
8384         "y": 110,
8385         "z": "681fe365.17b79c",
8386         "wires": [
8387             [
8388                 "c370df41.5a98f"
8389             ]
8390         ]
8391     },
8392     {
8393         "id": "c370df41.5a98f",
8394         "type": "other",
8395         "name": "success",
8396         "xml": "<outcome value='success'>\n",
8397         "comments": "",
8398         "outputs": 1,
8399         "x": 2935.4497604370117,
8400         "y": 99.25,
8401         "z": "681fe365.17b79c",
8402         "wires": [
8403             [
8404                 "e240bfcf.89f1a"
8405             ]
8406         ]
8407     },
8408     {
8409         "id": "e240bfcf.89f1a",
8410         "type": "block",
8411         "name": "block : atomic",
8412         "xml": "<block atomic='true'>",
8413         "atomic": "true",
8414         "comments": "",
8415         "outputs": 1,
8416         "x": 3101.4498596191406,
8417         "y": 93.25,
8418         "z": "681fe365.17b79c",
8419         "wires": [
8420             [
8421                 "f7b8b284.68822",
8422                 "4114cd81.dc40a4",
8423                 "5c716f1e.34b",
8424                 "ddeb48d8.c64e38"
8425             ]
8426         ]
8427     },
8428     {
8429         "id": "ff8631bd.6cfcf",
8430         "type": "execute",
8431         "name": "execute jsonStringToCtx",
8432         "xml": "<execute plugin='org.onap.ccsdk.sli.core.slipluginutils.SliPluginUtils' method='jsonStringToCtx'>\n\t<parameter name='source' value='instantiate-r-a-n-slice-input.payload' />\n\t<parameter name='outputPath' value='payloadJson' />\n\t<parameter name='isEscaped' value='false' />",
8433         "comments": "",
8434         "outputs": 1,
8435         "x": 1333.2001647949219,
8436         "y": 320.00000381469727,
8437         "z": "681fe365.17b79c",
8438         "wires": [
8439             [
8440                 "d44cf593.409d78"
8441             ]
8442         ]
8443     },
8444     {
8445         "id": "d44cf593.409d78",
8446         "type": "other",
8447         "name": "success",
8448         "xml": "<outcome value='success'>\n",
8449         "comments": "",
8450         "outputs": 1,
8451         "x": 1594.1999740600586,
8452         "y": 268,
8453         "z": "681fe365.17b79c",
8454         "wires": [
8455             [
8456                 "1a8e8463.6e1cac"
8457             ]
8458         ]
8459     },
8460     {
8461         "id": "1a8e8463.6e1cac",
8462         "type": "block",
8463         "name": "block : atomic",
8464         "xml": "<block atomic='true'>",
8465         "atomic": "true",
8466         "comments": "",
8467         "outputs": 1,
8468         "x": 1765.1999740600586,
8469         "y": 269.0000009536743,
8470         "z": "681fe365.17b79c",
8471         "wires": [
8472             [
8473                 "55fac337.1bb07c",
8474                 "6956064c.db7758",
8475                 "891aa56b.e3e208",
8476                 "d12e26d5.f8e5b8",
8477                 "612cfde.0b0cf04",
8478                 "24a7035.a5e46fc"
8479             ]
8480         ]
8481     },
8482     {
8483         "id": "55fac337.1bb07c",
8484         "type": "set",
8485         "name": "read action from input",
8486         "xml": "<set>\n<parameter name='tmp.action' value=\"`$instantiate-r-a-n-slice-input.action`\"/>",
8487         "comments": "",
8488         "x": 1985.2000732421875,
8489         "y": 251.00000381469727,
8490         "z": "681fe365.17b79c",
8491         "wires": []
8492     },
8493     {
8494         "id": "6956064c.db7758",
8495         "type": "execute",
8496         "name": "printContext",
8497         "xml": "<execute plugin='org.onap.ccsdk.sli.core.slipluginutils.SliPluginUtils' method='printContext' >\n<parameter name='filename' value='/opt/opendaylight/current/data/log/ranSlice-terminateRANSlice-context.log' />\n\n\n",
8498         "comments": "",
8499         "outputs": 1,
8500         "x": 1955.1999816894531,
8501         "y": 288,
8502         "z": "681fe365.17b79c",
8503         "wires": [
8504             []
8505         ]
8506     },
8507     {
8508         "id": "891aa56b.e3e208",
8509         "type": "record",
8510         "name": "record",
8511         "xml": "<record plugin=\"org.onap.ccsdk.sli.core.sli.recording.FileRecorder\">\n<parameter name=\"file\" value=\"/opt/opendaylight/current/data/log/terminateRANSlice.log\" />\n<parameter name=\"level\" value=\"info\" />\n<parameter name=\"field1\" value=\"Payload for modifyallocateRANSlice.: \"/>\n<parameter name=\"field2\" value=\"`$payloadJson.input.RANNFNSSIId`\"/>\n<parameter name=\"field3\" value=\"`$payloadJson.input.callbackURL`\"/>\n<parameter name=\"field4\" value=\"`$payloadJson.input.sliceProfile.sliceProfileId`\"/>\n\n\n\n",
8512         "comments": "",
8513         "outputs": 1,
8514         "x": 1953.9497833251953,
8515         "y": 334.5000009536743,
8516         "z": "681fe365.17b79c",
8517         "wires": [
8518             []
8519         ]
8520     },
8521     {
8522         "id": "d12e26d5.f8e5b8",
8523         "type": "record",
8524         "name": "record",
8525         "xml": "<record plugin=\"org.onap.ccsdk.sli.core.sli.recording.FileRecorder\">\n<parameter name=\"file\" value=\"/opt/opendaylight/current/data/log/terminateRANSlice.log\" />\n<parameter name=\"level\" value=\"info\" />\n<parameter name=\"field1\" value=\"modify-deallocate-sNSSAI: \"/>\n<parameter name=\"field2\" value=\"`$tmp.sNSSAI`\"/>\n<parameter name=\"field3\" value=\"`$tmp.sliceprofileid`\"/>\n\n\n",
8526         "comments": "",
8527         "outputs": 1,
8528         "x": 1945.4000778198242,
8529         "y": 468.50000762939453,
8530         "z": "681fe365.17b79c",
8531         "wires": [
8532             []
8533         ]
8534     },
8535     {
8536         "id": "62627cc.ad28b84",
8537         "type": "execute",
8538         "name": "execute jsonStringToCtx",
8539         "xml": "<execute plugin='org.onap.ccsdk.sli.core.slipluginutils.SliPluginUtils' method='jsonStringToCtx'>\n\t<parameter name='source' value='terminate-r-a-n-slice-instance-input.payload' />\n\t<parameter name='outputPath' value='payloadJson' />\n\t<parameter name='isEscaped' value='false' />",
8540         "comments": "",
8541         "outputs": 1,
8542         "x": 1428.8000679016113,
8543         "y": 123,
8544         "z": "681fe365.17b79c",
8545         "wires": [
8546             [
8547                 "dfd96611.c23fa8"
8548             ]
8549         ]
8550     },
8551     {
8552         "id": "dfd96611.c23fa8",
8553         "type": "other",
8554         "name": "success",
8555         "xml": "<outcome value='success'>\n",
8556         "comments": "",
8557         "outputs": 1,
8558         "x": 1630.8000259399414,
8559         "y": 48.99999809265137,
8560         "z": "681fe365.17b79c",
8561         "wires": [
8562             [
8563                 "82baaeb7.084c9"
8564             ]
8565         ]
8566     },
8567     {
8568         "id": "82baaeb7.084c9",
8569         "type": "block",
8570         "name": "block : atomic",
8571         "xml": "<block atomic='true'>",
8572         "atomic": "true",
8573         "comments": "",
8574         "outputs": 1,
8575         "x": 1801.8000259399414,
8576         "y": 49.999999046325684,
8577         "z": "681fe365.17b79c",
8578         "wires": [
8579             [
8580                 "f4ea7153.1e445",
8581                 "61de822f.baef2c",
8582                 "51156788.f2a778",
8583                 "dc28934c.bf03",
8584                 "2b705c38.4bd364",
8585                 "d81a0a.007775f8"
8586             ]
8587         ]
8588     },
8589     {
8590         "id": "f4ea7153.1e445",
8591         "type": "set",
8592         "name": "read action from input",
8593         "xml": "<set>\n<parameter name='tmp.action' value=\"`$terminate-r-a-n-slice-instance-input.action`\"/>",
8594         "comments": "",
8595         "x": 2021.8000259399414,
8596         "y": 26.999998092651367,
8597         "z": "681fe365.17b79c",
8598         "wires": []
8599     },
8600     {
8601         "id": "61de822f.baef2c",
8602         "type": "execute",
8603         "name": "printContext",
8604         "xml": "<execute plugin='org.onap.ccsdk.sli.core.slipluginutils.SliPluginUtils' method='printContext' >\n<parameter name='filename' value='/opt/opendaylight/current/data/log/ranSlice-terminateRANSlice-context.log' />\n\n\n",
8605         "comments": "",
8606         "outputs": 1,
8607         "x": 1991.800033569336,
8608         "y": 68.99999809265137,
8609         "z": "681fe365.17b79c",
8610         "wires": [
8611             []
8612         ]
8613     },
8614     {
8615         "id": "51156788.f2a778",
8616         "type": "record",
8617         "name": "record",
8618         "xml": "<record plugin=\"org.onap.ccsdk.sli.core.sli.recording.FileRecorder\">\n<parameter name=\"file\" value=\"/opt/opendaylight/current/data/log/terminateRANSlice.log\" />\n<parameter name=\"level\" value=\"info\" />\n<parameter name=\"field1\" value=\"Payload for terminateRANSlice.: \"/>\n<parameter name=\"field2\" value=\"`$tmp.sNSSAI`\"/>\n<parameter name=\"field3\" value=\"`$payloadJson.input.RANNFNSSIId`\"/>\n<parameter name=\"field4\" value=\"`$payloadJson.input.callbackURL`\"/>\n<parameter name=\"field5\" value=\"`$payloadJson.input.sliceProfileId`\"/>\n\n\n",
8619         "comments": "",
8620         "outputs": 1,
8621         "x": 1984.800048828125,
8622         "y": 106,
8623         "z": "681fe365.17b79c",
8624         "wires": [
8625             []
8626         ]
8627     },
8628     {
8629         "id": "2b705c38.4bd364",
8630         "type": "record",
8631         "name": "record",
8632         "xml": "<record plugin=\"org.onap.ccsdk.sli.core.sli.recording.FileRecorder\">\n<parameter name=\"file\" value=\"/opt/opendaylight/current/data/log/terminateRANSlice.log\" />\n<parameter name=\"level\" value=\"info\" />\n<parameter name=\"field1\" value=\"DEallocate sNSSAI: \"/>\n<parameter name=\"field2\" value=\"`$tmp.sNSSAI`\"/>\n<parameter name=\"field3\" value=\"`$tmp.sliceprofileid`\"/>\n\n\n",
8633         "comments": "",
8634         "outputs": 1,
8635         "x": 1986.8000793457031,
8636         "y": 214.00000381469727,
8637         "z": "681fe365.17b79c",
8638         "wires": [
8639             []
8640         ]
8641     },
8642     {
8643         "id": "dc28934c.bf03",
8644         "type": "set",
8645         "name": "read sNSSAI from input",
8646         "xml": "<set>\n<parameter name='tmp.sNSSAI' value=\"`$payloadJson.input.sNSSAI`\"/>",
8647         "comments": "",
8648         "x": 2051.800079345703,
8649         "y": 144.00000190734863,
8650         "z": "681fe365.17b79c",
8651         "wires": []
8652     },
8653     {
8654         "id": "612cfde.0b0cf04",
8655         "type": "set",
8656         "name": "read sNSSAI from input sliceprofile",
8657         "xml": "<set>\n<parameter name='tmp.sNSSAI' value=\"`$payloadJson.input.sliceProfile.sNSSAI`\"/>",
8658         "comments": "",
8659         "x": 2010.4000244140625,
8660         "y": 379,
8661         "z": "681fe365.17b79c",
8662         "wires": []
8663     },
8664     {
8665         "id": "24a7035.a5e46fc",
8666         "type": "set",
8667         "name": "read SpId from input sliceprofile",
8668         "xml": "<set>\n<parameter name='tmp.sliceprofileid' value=\"`$payloadJson.input.sliceProfile.sliceProfileId`\"/>",
8669         "comments": "",
8670         "x": 2037.800048828125,
8671         "y": 424,
8672         "z": "681fe365.17b79c",
8673         "wires": []
8674     },
8675     {
8676         "id": "d81a0a.007775f8",
8677         "type": "set",
8678         "name": "read SpId from input ",
8679         "xml": "<set>\n<parameter name='tmp.sliceprofileid' value=\"`$payloadJson.input.sliceProfileId`\"/>",
8680         "comments": "",
8681         "x": 2075.800079345703,
8682         "y": 178.00000190734863,
8683         "z": "681fe365.17b79c",
8684         "wires": []
8685     }
8686 ]