MeasurementConfig.schema.json 10.5 KB
Newer Older
piscione's avatar
piscione committed
{
				"properties": {
					"_links": {
						"properties": {
							"self": {
								"properties": {
									"href": {
										"description": "URI referring to a resource",
										"type": "string",
										"x-etsi-mec-cardinality": "1",
										"x-etsi-mec-origin-type": "String"
									}
								},
								"required": [
									"href"
								],
								"type": "object",
								"x-etsi-ref": "6.5.23"
							}
						},
						"required": [
							"self"
						],
						"type": "object",
						"x-etsi-mec-cardinality": "0..1"
					},
					"staId": {
						"minItems": 1,
						"type": "array",
						"items": {
							"properties": {
								"aid": {
									"description": "Number which identifies a particular association between a station and an Access Point ",
									"type": "string",
									"x-etsi-mec-cardinality": "0..1",
									"x-etsi-mec-origin-type": "String"
								},
								"ipAddress": {
									"description": "IPv4 or IPv6 address allocated for the station.",
									"items": {
										"type": "string"
									},
									"minItems": 0,
									"type": "array",
									"x-etsi-mec-cardinality": "0..N",
									"x-etsi-mec-origin-type": "String"
								},
								"macId": {
									"description": "Unique identifier assigned to station (as network interface controller) for communications at the data link layer of a network segment.",
									"type": "string",
									"x-etsi-mec-cardinality": "1",
									"x-etsi-mec-origin-type": "String"
								},
								"ssid": {
									"description": "Service Set Identifier to identify logical networks.",
									"items": {
										"type": "string"
									},
									"minItems": 0,
									"type": "array",
									"x-etsi-mec-cardinality": "0..N",
									"x-etsi-mec-origin-type": "String"
								}
							},
							"required": [
								"macId"
							],
							"type": "object",
							"x-etsi-ref": "6.5.11"
						}
					},
					"measurementId": {
						"type": "string"
					},
					"measurementInfo": {
						"properties": {
							"measurementDuration": {
								"type": "integer",
								"format": "unit16"
							},
							"randomInterval": {
								"type": "integer",
								"format": "unit16"
							},
							"channelLoadConf": {
								"properties": {
									"apId": {
										"properties": {
											"ipAddress": {
												"description": "IPv4 or IPv6 address allocated for the Access Point.",
												"items": {
													"type": "string"
												},
												"minItems": 0,
												"type": "array",
												"x-etsi-mec-cardinality": "0..N",
												"x-etsi-mec-origin-type": "String"
											},
											"macId": {
												"description": "Unique Identifier assigned to an Access Point (as network interface controller) for communications at the data link layer of a network segment.",
												"type": "string",
												"x-etsi-mec-cardinality": "1",
												"x-etsi-mec-origin-type": "String"
											},
											"ssid": {
												"description": "Service Set Identifier to identify logical networks including Basic Service Set and Extended Service Set.",
												"items": {
													"type": "string"
												},
												"minItems": 0,
												"type": "array",
												"x-etsi-mec-cardinality": "0..N",
												"x-etsi-mec-origin-type": "String"
											}
										},
										"required": [
											"macId"
										],
										"type": "object",
										"x-etsi-ref": "6.5.3"
									},
									"cChannelId": {
										"description": "Channel number which load is reported",
										"type": "integer",
										"x-etsi-mec-cardinality": "1",
										"x-etsi-mec-origin-type": "Integer"
									},
									"channelLoad": {
										"description": "Channel load as per IEEE 802.11-2012 [8], section 11.11.9.3",
										"type": "integer",
										"x-etsi-mec-cardinality": "1",
										"x-etsi-mec-origin-type": "Integer"
									}
								},
								"required": [
									"apId",
									"cChannelId",
									"channelLoad"
								],
								"type": "object",
								"x-etsi-ref": "6.5.24"
							},
							"beaconRequestConf": {
								"properties": {
									"bssId": {
										"description": "The BSSID field indicates the BSSID of the BSS(s) for which a beacon report is requested. When requesting beacon reports for all BSSs on the channel, the BSSID field contains the wildcard BSSID.",
										"items": {
											"type": "string"
										},
										"minItems": 1,
										"type": "array",
										"x-etsi-mec-cardinality": "1..N",
										"x-etsi-mec-origin-type": "String"
									},
									"channelId": {
										"description": "Channel number to scan. A Channel Number of 0 indicates a request to make iterative measurements for all supported channels in the Operating Class where the measurement is permitted on the channel and the channel is valid for the current regulatory domain. A Channel Number of 255 indicates a request to make iterative measurements for all supported channels in the current Operating Class listed in the latest AP Channel Report received from the serving AP.",
										"type": "integer",
										"x-etsi-mec-cardinality": "1",
										"x-etsi-mec-origin-type": "Integer"
									},
									"measurementMode": {
										"description": "0 for passive.\n1 for active.\n2 for beacon table.",
										"type": "integer",
										"x-etsi-mec-cardinality": "1",
										"x-etsi-mec-origin-type": "Integer"
									},
									"reportingCondition": {
										"description": "As in table T9-89 of IEEE 802.11-2012 [8].",
										"type": "integer",
										"x-etsi-mec-cardinality": "1",
										"x-etsi-mec-origin-type": "Integer"
									},
									"ssId": {
										"description": "(Optional) The SSID subelement indicates the ESS(s) or IBSS(s) for which a beacon report is requested.",
										"items": {
											"type": "string"
										},
										"minItems": 1,
										"type": "array",
										"x-etsi-mec-cardinality": "1..N",
										"x-etsi-mec-origin-type": "String"
									},
									"staId": {
										"properties": {
											"aid": {
												"description": "Number which identifies a particular association between a station and an Access Point ",
												"type": "string",
												"x-etsi-mec-cardinality": "0..1",
												"x-etsi-mec-origin-type": "String"
											},
											"ipAddress": {
												"description": "IPv4 or IPv6 address allocated for the station.",
												"items": {
													"type": "string"
												},
												"minItems": 0,
												"type": "array",
												"x-etsi-mec-cardinality": "0..N",
												"x-etsi-mec-origin-type": "String"
											},
											"macId": {
												"description": "Unique identifier assigned to station (as network interface controller) for communications at the data link layer of a network segment.",
												"type": "string",
												"x-etsi-mec-cardinality": "1",
												"x-etsi-mec-origin-type": "String"
											},
											"ssid": {
												"description": "Service Set Identifier to identify logical networks.",
												"items": {
													"type": "string"
												},
												"minItems": 0,
												"type": "array",
												"x-etsi-mec-cardinality": "0..N",
												"x-etsi-mec-origin-type": "String"
											}
										},
										"required": [
											"macId"
										],
										"type": "object",
										"x-etsi-ref": "6.5.11"
									}
								},
								"required": [
									"staId",
									"channelId",
									"measurementMode",
									"bssId",
									"ssId",
									"reportingCondition"
								],
								"type": "object",
								"x-etsi-ref": "6.5.25"
							},
							"staStatisticsConf": {
								"properties": {
									"groupIdentity": {
										"description": "As per table T 9-114 of IEEE 802.11-2012 [8].",
										"type": "integer",
										"x-etsi-mec-cardinality": "1",
										"x-etsi-mec-origin-type": "Integer"
									},
									"staId": {
										"properties": {
											"aid": {
												"description": "Number which identifies a particular association between a station and an Access Point ",
												"type": "string",
												"x-etsi-mec-cardinality": "0..1",
												"x-etsi-mec-origin-type": "String"
											},
											"ipAddress": {
												"description": "IPv4 or IPv6 address allocated for the station.",
												"items": {
													"type": "string"
												},
												"minItems": 0,
												"type": "array",
												"x-etsi-mec-cardinality": "0..N",
												"x-etsi-mec-origin-type": "String"
											},
											"macId": {
												"description": "Unique identifier assigned to station (as network interface controller) for communications at the data link layer of a network segment.",
												"type": "string",
												"x-etsi-mec-cardinality": "1",
												"x-etsi-mec-origin-type": "String"
											},
											"ssid": {
												"description": "Service Set Identifier to identify logical networks.",
												"items": {
													"type": "string"
												},
												"minItems": 0,
												"type": "array",
												"x-etsi-mec-cardinality": "0..N",
												"x-etsi-mec-origin-type": "String"
											}
										},
										"required": [
											"macId"
										],
										"type": "object",
										"x-etsi-ref": "6.5.11"
									},
									"triggerCondition": {
										"type": "integer"
									},
									"triggerTimeout": {
										"description": "The Trigger Timeout field contains a value in units of 100 TUs during which a measuring STA does not generate further triggered STA Statistics Reports after a trigger condition has been met.",
										"type": "integer",
										"x-etsi-mec-cardinality": "1",
										"x-etsi-mec-origin-type": "Integer"
									},
									"triggeredReport": {
										"type": "boolean"
									}
								},
								"required": [
									"staId",
									"groupIdentity",
									"triggeredReport",
									"triggerTimeout",
									"triggerCondition"
								],
								"type": "object",
								"x-etsi-ref": "6.5.26"
							},
							"neighborReportConf": {
								"properties": {
									"ssid": {
										"type": "string"
									},
									"bssid": {
										"type": "string"
									}
								}
							}
						},
						"type": "object",
						"x-etsi-ref": "6.2.3"
					}
				},
				"required": [
					"staId",
					"measurementId",
					"measurementInfo"
				],
				"type": "object"
			}