The Automatic Neighbor Relation (ANR) resides in the gNB and manages the Neighbor Relation Table.

Example of sample ANR metrics.
{
    "type": "Kafka-Collector",
    "instance": "KC-1",
    "timestamp": "2021-11-11T23:04:24.044000Z",
    "metricType": "ANR",
    "domain": "5G",
    "sub-domain": "vRAN",
    "properties": {
      "dataSource": "100.127.46.83:6060",
      "deviceType": "cucp",
      "deviceName": "cucp-851008000",
      "entityType": "gnbmgr",
      "entityName": "gnbmgr-9f9567b57-vn9rw"
    },
    "metrics": {
      "ANR_currentNoOfNRNeighbors": 10,
      "ANR_newlyAddedNRNeighbors": 0,
      "ANR_removedNRNeighbors": 0,
      "ANR_reportNRCgiAttempt": 0,
      "ANR_reportNRCgiSuccess": 0
    },
    "tags": {
      "CUCPID": "851008000",
      "RUID": "851008213",
      "DUID": "851008008",
      "CellClusterId": "111",
      "kubernetes_namespace": "lasnv001b-ns-mv-cucp-851008"
    }
  },
The following table lists the JSON definitions.
JSON Description Units
ANR_currentNoOfNRNeighbors

Indicates the current number of NR neighbors.

Double

ANR_newlyAddedNRNeighbors

Indicates the newly added NR neighbors.

Double

ANR_removedNRNeighbors

Indicates the number of removed NR neighbors.

Double

ANR_reportNRCgiAttempt

Indicates the number of attempts to identify the NR cells globally.

Double

ANR_reportNRCgiSuccess

Indicates the number of success attempts to identify the NR cells globally.

Double