Remove enodeB code
[clamp.git] / src / test / resources / clds / templates / op-eNodeB-recipe.json
1 {
2         "eNodeBRecipes": [
3                 {
4                         "Actor": "AOTS",
5                         "Recipe": "checkENodeBTicketHours",
6                         "ParentPolicy": "",
7                         "PPConditions": "",
8                         "Retry": "0",
9                         "TimeLimit": "120"
10                 },
11                 {
12                         "Actor": "AOTS",
13                         "Recipe": "checkEquipmentStatus",
14                         "ParentPolicy": "checkENodeBTicketHours",
15                         "PPConditions": "Success",
16                         "Retry": "0",
17                         "TimeLimit": "120"
18                 },
19                 {
20                         "Actor": "AOTS",
21                         "Recipe": "checkEimStatus",
22                         "ParentPolicy": "checkEquipmentStatus",
23                         "PPConditions": "Success",
24                         "Retry": "0",
25                         "TimeLimit": "120"
26                 },
27                 {
28                         "Actor": "AOTS",
29                         "Recipe": "checkMaintenanceWindow",
30                         "ParentPolicy": "checkEimStatus",
31                         "PPConditions": "Success",
32                         "Retry": "0",
33                         "TimeLimit": "120"
34                 },
35                 {
36                         "Actor": "SDNR",
37                         "Recipe": "Reset",
38                         "ParentPolicy": "checkMaintenanceWindow",
39                         "PPConditions": "Success",
40                         "Retry": "",
41                         "TimeLimit": ""
42                 }
43         ]
44 }