aboutsummaryrefslogtreecommitdiffstats
path: root/src/test/resources/notification2.json
blob: 7d0a8adf47d65de285785154800148ebd8ebed03 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
{
	"requestID": "9d2d790e-a5f0-11e8-98d0-529269fb1459",
	"AAI": {
		
	},
	"from": "SDNR",
	"version": "1.0.2",
	"Action": "NeighborListModified",
	"Payload": {
		"RadioAccess": {
			"FAPServiceNumberOfEntries": "1",
			"FAPServiceList": [
				{
					"alias": "120",
					"X0005b9Lte": {
						"phyCellIdInUse": "2",
						"pnfName": "ncserver2"
					},
					"CellConfig": {
						"LTE": {
							"RAN": {
								"CellIdentity": "120",
								"NeighborListInUse": {
									"LTECellNumberOfEntries": "3",
									"LTENeighborListInUseLTECell": [
										{
											"pnfName": "ncserver1",
											"enable": "true",
											"alias": "123",
											"mustInclude": "true",
											"plmnid": "ran-1",
											"cid": "123",
											"phyCellId": "6",
											"blacklisted": "false"
										},
										{
											"pnfName": "ncserver1",
											"enable": "true",
											"alias": "49",
											"mustInclude": "true",
											"plmnid": "ran-1",
											"cid": "124",
											"phyCellId": "4",
											"blacklisted": "false"
										}
									]
								}
							}
						}
					}
				}
			]
		}
	}
}