aboutsummaryrefslogtreecommitdiffstats
path: root/src/test/resources/clusterInfo5.json
blob: 37c1a13d076163570f50e1a5bda8e6449d0d7eeb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[
	{
		"cellId": "44",
		"physicalCellId": 3,
		"neighbours": "[]"
	},
	{
		"cellId": "48",
		"physicalCellId": 0,
		"neighbours": "[{\"physicalCellId\":3,\"cellId\":\"44\"}]"
	},
	{
		"cellId": "45",
		"physicalCellId": 310,
		"neighbours": "[{\"physicalCellId\":0,\"cellId\":\"48\"}]"
	}
]