aboutsummaryrefslogtreecommitdiffstats
path: root/src/test/resources/clusterInfo4.json
blob: f620e732a53da9f019c32c1edbbb9dff83d607d8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
[
	{
		"cellId": "2",
		"physicalCellId": 20,
		"neighbours": "[]"
	},
	{
		"cellId": "5",
		"physicalCellId": 30,
		"neighbours": "[{\"physicalCellId\":20,\"cellId\":\"2\"}]"
	}
]