aboutsummaryrefslogtreecommitdiffstats
path: root/src/test/resources/AsyncRespBody.json
blob: 08a8e51657039cd70d10341db2e493d04d7ff471 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
  "requestId":"9d2d790e-a5f0-11e8-98d0-529269fb1459",
  "transactionId":"9d2d790e-a5f0-11e8-98d0-529269fb1458",
  "statusMessage":"accepted",
  "requestStatus":"success",
  "solutions":{
    "networkId":"NTWK005",
    "pciSolutions":[
      {
        "cellId":"EXP001",
        "pci":"101"
      },
      {
        "cellId":"EXP002",
        "pci":"102"
      }
    ],
    "anrSolutions":[
      {"cellId":"EXP003",
	"removeableNeighbors":["EXP006"]}
    ]
  }
}