aboutsummaryrefslogtreecommitdiffstats
path: root/src/test/resources/solutions.json
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/resources/solutions.json')
-rw-r--r--src/test/resources/solutions.json17
1 files changed, 16 insertions, 1 deletions
diff --git a/src/test/resources/solutions.json b/src/test/resources/solutions.json
index cf82283..8f6f41f 100644
--- a/src/test/resources/solutions.json
+++ b/src/test/resources/solutions.json
@@ -1 +1,16 @@
-[{"startTime":"2016-10-01T00:30+01:00","finishTime":"2016-10-01T00:40+01.00","networkId":"NTWK005","pciSolutions":[{"cellId":"EXP001","pci":"101"},{"cellId":"EXP002","pci":"102"}]}]
+{
+ "networkId":"NTWK005",
+ "pciSolutions":[
+ {
+ "cellId":"EXP001",
+ "pci":"101"
+ },
+ {
+ "cellId":"EXP002",
+ "pci":"102"
+ }
+ ],
+ "anrSolutions":[
+
+ ]
+}