From 1d09cf0154c7bfd9bb7e73126fd933916500c8c7 Mon Sep 17 00:00:00 2001 From: ajasnosz <139114006+ajasnosz@users.noreply.github.com> Date: Mon, 9 Sep 2024 10:57:51 +0200 Subject: [PATCH 1/6] chore: fix precommit (#153) * chore: fix precommit * chore: run make render --- .pre-commit-config.yaml | 11 +++++------ .../default/mibserver/templates/deployment.yaml | 6 +++--- .../manifests/default/mibserver/templates/hpa.yaml | 4 ++-- .../manifests/default/mibserver/templates/pdb.yaml | 4 ++-- .../default/mibserver/templates/service.yaml | 4 ++-- .../default/mibserver/templates/serviceaccount.yaml | 4 ++-- .../mibserver/templates/tests/test-connection.yaml | 4 ++-- .../local_mibs/mibserver/templates/deployment.yaml | 6 +++--- .../manifests/local_mibs/mibserver/templates/hpa.yaml | 4 ++-- .../manifests/local_mibs/mibserver/templates/pdb.yaml | 4 ++-- .../local_mibs/mibserver/templates/pv-claim.yaml | 4 ++-- .../local_mibs/mibserver/templates/pv-volume.yaml | 4 ++-- .../local_mibs/mibserver/templates/service.yaml | 4 ++-- .../mibserver/templates/serviceaccount.yaml | 4 ++-- .../mibserver/templates/tests/test-connection.yaml | 4 ++-- 15 files changed, 35 insertions(+), 36 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index bf75bd26e2e1..304b64e40b2c 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -15,24 +15,23 @@ # repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.3.0 + rev: v4.6.0 hooks: - id: check-merge-conflict - id: debug-statements - repo: https://github.com/psf/black - rev: 22.6.0 + rev: 24.8.0 hooks: - id: black - repo: https://github.com/PyCQA/isort - rev: 5.12.0 + rev: 5.13.2 hooks: - id: isort - repo: https://github.com/pre-commit/mirrors-mypy - rev: v0.961 + rev: v1.11.2 hooks: - id: mypy - additional_dependencies: [types-all] - repo: https://github.com/PyCQA/flake8 - rev: 4.0.1 + rev: 7.1.1 hooks: - id: flake8 \ No newline at end of file diff --git a/rendered/manifests/default/mibserver/templates/deployment.yaml b/rendered/manifests/default/mibserver/templates/deployment.yaml index ac8084dd5897..382e365ffb88 100644 --- a/rendered/manifests/default/mibserver/templates/deployment.yaml +++ b/rendered/manifests/default/mibserver/templates/deployment.yaml @@ -5,10 +5,10 @@ kind: Deployment metadata: name: default-mibserver labels: - helm.sh/chart: mibserver-1.15.10 + helm.sh/chart: mibserver-1.15.11 app.kubernetes.io/name: mibserver app.kubernetes.io/instance: default - app.kubernetes.io/version: "1.15.10" + app.kubernetes.io/version: "1.15.11" app.kubernetes.io/managed-by: Helm annotations: "kube-score/ignore": "container-image-pull-policy" @@ -36,7 +36,7 @@ spec: runAsNonRoot: true runAsUser: 10001 runAsGroup: 10001 - image: "ghcr.io/pysnmp/mibs/container:1.15.10" + image: "ghcr.io/pysnmp/mibs/container:1.15.11" imagePullPolicy: IfNotPresent env: - name: NGINX_ENTRYPOINT_QUIET_LOGS diff --git a/rendered/manifests/default/mibserver/templates/hpa.yaml b/rendered/manifests/default/mibserver/templates/hpa.yaml index 9652aa865da7..6d8bec44429f 100644 --- a/rendered/manifests/default/mibserver/templates/hpa.yaml +++ b/rendered/manifests/default/mibserver/templates/hpa.yaml @@ -5,10 +5,10 @@ kind: HorizontalPodAutoscaler metadata: name: default-mibserver labels: - helm.sh/chart: mibserver-1.15.10 + helm.sh/chart: mibserver-1.15.11 app.kubernetes.io/name: mibserver app.kubernetes.io/instance: default - app.kubernetes.io/version: "1.15.10" + app.kubernetes.io/version: "1.15.11" app.kubernetes.io/managed-by: Helm spec: scaleTargetRef: diff --git a/rendered/manifests/default/mibserver/templates/pdb.yaml b/rendered/manifests/default/mibserver/templates/pdb.yaml index 0e25c8b9210f..becae1ea8115 100644 --- a/rendered/manifests/default/mibserver/templates/pdb.yaml +++ b/rendered/manifests/default/mibserver/templates/pdb.yaml @@ -5,10 +5,10 @@ kind: PodDisruptionBudget metadata: name: default-mibserver labels: - helm.sh/chart: mibserver-1.15.10 + helm.sh/chart: mibserver-1.15.11 app.kubernetes.io/name: mibserver app.kubernetes.io/instance: default - app.kubernetes.io/version: "1.15.10" + app.kubernetes.io/version: "1.15.11" app.kubernetes.io/managed-by: Helm spec: minAvailable: 80% diff --git a/rendered/manifests/default/mibserver/templates/service.yaml b/rendered/manifests/default/mibserver/templates/service.yaml index be3dcf146e6f..ec3919043841 100644 --- a/rendered/manifests/default/mibserver/templates/service.yaml +++ b/rendered/manifests/default/mibserver/templates/service.yaml @@ -5,10 +5,10 @@ kind: Service metadata: name: default-mibserver labels: - helm.sh/chart: mibserver-1.15.10 + helm.sh/chart: mibserver-1.15.11 app.kubernetes.io/name: mibserver app.kubernetes.io/instance: default - app.kubernetes.io/version: "1.15.10" + app.kubernetes.io/version: "1.15.11" app.kubernetes.io/managed-by: Helm spec: type: ClusterIP diff --git a/rendered/manifests/default/mibserver/templates/serviceaccount.yaml b/rendered/manifests/default/mibserver/templates/serviceaccount.yaml index efbf9366cf22..2323e36744cc 100644 --- a/rendered/manifests/default/mibserver/templates/serviceaccount.yaml +++ b/rendered/manifests/default/mibserver/templates/serviceaccount.yaml @@ -5,8 +5,8 @@ kind: ServiceAccount metadata: name: default-mibserver labels: - helm.sh/chart: mibserver-1.15.10 + helm.sh/chart: mibserver-1.15.11 app.kubernetes.io/name: mibserver app.kubernetes.io/instance: default - app.kubernetes.io/version: "1.15.10" + app.kubernetes.io/version: "1.15.11" app.kubernetes.io/managed-by: Helm diff --git a/rendered/manifests/default/mibserver/templates/tests/test-connection.yaml b/rendered/manifests/default/mibserver/templates/tests/test-connection.yaml index 55a28ed991a1..11347e7ef6c5 100644 --- a/rendered/manifests/default/mibserver/templates/tests/test-connection.yaml +++ b/rendered/manifests/default/mibserver/templates/tests/test-connection.yaml @@ -5,10 +5,10 @@ kind: Pod metadata: name: "default-mibserver-test-connection" labels: - helm.sh/chart: mibserver-1.15.10 + helm.sh/chart: mibserver-1.15.11 app.kubernetes.io/name: mibserver app.kubernetes.io/instance: default - app.kubernetes.io/version: "1.15.10" + app.kubernetes.io/version: "1.15.11" app.kubernetes.io/managed-by: Helm annotations: "helm.sh/hook": test diff --git a/rendered/manifests/local_mibs/mibserver/templates/deployment.yaml b/rendered/manifests/local_mibs/mibserver/templates/deployment.yaml index ea089f549dc8..24902e004998 100644 --- a/rendered/manifests/local_mibs/mibserver/templates/deployment.yaml +++ b/rendered/manifests/local_mibs/mibserver/templates/deployment.yaml @@ -5,10 +5,10 @@ kind: Deployment metadata: name: default-mibserver labels: - helm.sh/chart: mibserver-1.15.10 + helm.sh/chart: mibserver-1.15.11 app.kubernetes.io/name: mibserver app.kubernetes.io/instance: default - app.kubernetes.io/version: "1.15.10" + app.kubernetes.io/version: "1.15.11" app.kubernetes.io/managed-by: Helm annotations: "kube-score/ignore": "container-image-pull-policy" @@ -36,7 +36,7 @@ spec: runAsNonRoot: true runAsUser: 10001 runAsGroup: 10001 - image: "ghcr.io/pysnmp/mibs/container:1.15.10" + image: "ghcr.io/pysnmp/mibs/container:1.15.11" imagePullPolicy: IfNotPresent env: - name: NGINX_ENTRYPOINT_QUIET_LOGS diff --git a/rendered/manifests/local_mibs/mibserver/templates/hpa.yaml b/rendered/manifests/local_mibs/mibserver/templates/hpa.yaml index 9652aa865da7..6d8bec44429f 100644 --- a/rendered/manifests/local_mibs/mibserver/templates/hpa.yaml +++ b/rendered/manifests/local_mibs/mibserver/templates/hpa.yaml @@ -5,10 +5,10 @@ kind: HorizontalPodAutoscaler metadata: name: default-mibserver labels: - helm.sh/chart: mibserver-1.15.10 + helm.sh/chart: mibserver-1.15.11 app.kubernetes.io/name: mibserver app.kubernetes.io/instance: default - app.kubernetes.io/version: "1.15.10" + app.kubernetes.io/version: "1.15.11" app.kubernetes.io/managed-by: Helm spec: scaleTargetRef: diff --git a/rendered/manifests/local_mibs/mibserver/templates/pdb.yaml b/rendered/manifests/local_mibs/mibserver/templates/pdb.yaml index 0e25c8b9210f..becae1ea8115 100644 --- a/rendered/manifests/local_mibs/mibserver/templates/pdb.yaml +++ b/rendered/manifests/local_mibs/mibserver/templates/pdb.yaml @@ -5,10 +5,10 @@ kind: PodDisruptionBudget metadata: name: default-mibserver labels: - helm.sh/chart: mibserver-1.15.10 + helm.sh/chart: mibserver-1.15.11 app.kubernetes.io/name: mibserver app.kubernetes.io/instance: default - app.kubernetes.io/version: "1.15.10" + app.kubernetes.io/version: "1.15.11" app.kubernetes.io/managed-by: Helm spec: minAvailable: 80% diff --git a/rendered/manifests/local_mibs/mibserver/templates/pv-claim.yaml b/rendered/manifests/local_mibs/mibserver/templates/pv-claim.yaml index 0e417416645b..3ed95c6e0666 100644 --- a/rendered/manifests/local_mibs/mibserver/templates/pv-claim.yaml +++ b/rendered/manifests/local_mibs/mibserver/templates/pv-claim.yaml @@ -5,10 +5,10 @@ kind: PersistentVolumeClaim metadata: name: default-mibserver labels: - helm.sh/chart: mibserver-1.15.10 + helm.sh/chart: mibserver-1.15.11 app.kubernetes.io/name: mibserver app.kubernetes.io/instance: default - app.kubernetes.io/version: "1.15.10" + app.kubernetes.io/version: "1.15.11" app.kubernetes.io/managed-by: Helm spec: storageClassName: microk8s-hostpath diff --git a/rendered/manifests/local_mibs/mibserver/templates/pv-volume.yaml b/rendered/manifests/local_mibs/mibserver/templates/pv-volume.yaml index b67954752912..ac5b39660560 100644 --- a/rendered/manifests/local_mibs/mibserver/templates/pv-volume.yaml +++ b/rendered/manifests/local_mibs/mibserver/templates/pv-volume.yaml @@ -6,10 +6,10 @@ metadata: name: default-mibserver labels: type: local - helm.sh/chart: mibserver-1.15.10 + helm.sh/chart: mibserver-1.15.11 app.kubernetes.io/name: mibserver app.kubernetes.io/instance: default - app.kubernetes.io/version: "1.15.10" + app.kubernetes.io/version: "1.15.11" app.kubernetes.io/managed-by: Helm spec: storageClassName: microk8s-hostpath diff --git a/rendered/manifests/local_mibs/mibserver/templates/service.yaml b/rendered/manifests/local_mibs/mibserver/templates/service.yaml index be3dcf146e6f..ec3919043841 100644 --- a/rendered/manifests/local_mibs/mibserver/templates/service.yaml +++ b/rendered/manifests/local_mibs/mibserver/templates/service.yaml @@ -5,10 +5,10 @@ kind: Service metadata: name: default-mibserver labels: - helm.sh/chart: mibserver-1.15.10 + helm.sh/chart: mibserver-1.15.11 app.kubernetes.io/name: mibserver app.kubernetes.io/instance: default - app.kubernetes.io/version: "1.15.10" + app.kubernetes.io/version: "1.15.11" app.kubernetes.io/managed-by: Helm spec: type: ClusterIP diff --git a/rendered/manifests/local_mibs/mibserver/templates/serviceaccount.yaml b/rendered/manifests/local_mibs/mibserver/templates/serviceaccount.yaml index efbf9366cf22..2323e36744cc 100644 --- a/rendered/manifests/local_mibs/mibserver/templates/serviceaccount.yaml +++ b/rendered/manifests/local_mibs/mibserver/templates/serviceaccount.yaml @@ -5,8 +5,8 @@ kind: ServiceAccount metadata: name: default-mibserver labels: - helm.sh/chart: mibserver-1.15.10 + helm.sh/chart: mibserver-1.15.11 app.kubernetes.io/name: mibserver app.kubernetes.io/instance: default - app.kubernetes.io/version: "1.15.10" + app.kubernetes.io/version: "1.15.11" app.kubernetes.io/managed-by: Helm diff --git a/rendered/manifests/local_mibs/mibserver/templates/tests/test-connection.yaml b/rendered/manifests/local_mibs/mibserver/templates/tests/test-connection.yaml index 55a28ed991a1..11347e7ef6c5 100644 --- a/rendered/manifests/local_mibs/mibserver/templates/tests/test-connection.yaml +++ b/rendered/manifests/local_mibs/mibserver/templates/tests/test-connection.yaml @@ -5,10 +5,10 @@ kind: Pod metadata: name: "default-mibserver-test-connection" labels: - helm.sh/chart: mibserver-1.15.10 + helm.sh/chart: mibserver-1.15.11 app.kubernetes.io/name: mibserver app.kubernetes.io/instance: default - app.kubernetes.io/version: "1.15.10" + app.kubernetes.io/version: "1.15.11" app.kubernetes.io/managed-by: Helm annotations: "helm.sh/hook": test From 16051e1cff94a0151ccd65d2b5590ccf7af00ebd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Sep 2024 11:45:25 +0200 Subject: [PATCH 2/6] ci(actions): bump docker/login-action in /.github/workflows (#147) Bumps [docker/login-action](https://github.com/docker/login-action) from 3.2.0 to 3.3.0. - [Release notes](https://github.com/docker/login-action/releases) - [Commits](https://github.com/docker/login-action/compare/v3.2.0...v3.3.0) --- updated-dependencies: - dependency-name: docker/login-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/build-test-release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-test-release.yml b/.github/workflows/build-test-release.yml index e32c46771c7e..f978b1b4489d 100644 --- a/.github/workflows/build-test-release.yml +++ b/.github/workflows/build-test-release.yml @@ -86,7 +86,7 @@ jobs: - name: Set up Docker Buildx uses: docker/setup-buildx-action@v3 - name: Login to GitHub Packages Docker Registry - uses: docker/login-action@v3.2.0 + uses: docker/login-action@v3.3.0 with: registry: ghcr.io username: ${{ github.actor }} From 3dcf2dff249d108bfb24f5a78e30afecd14a8607 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Sep 2024 11:58:00 +0200 Subject: [PATCH 3/6] build(pip): (deps-dev): bump pre-commit from 3.7.1 to 3.8.0 (#148) Bumps [pre-commit](https://github.com/pre-commit/pre-commit) from 3.7.1 to 3.8.0. - [Release notes](https://github.com/pre-commit/pre-commit/releases) - [Changelog](https://github.com/pre-commit/pre-commit/blob/main/CHANGELOG.md) - [Commits](https://github.com/pre-commit/pre-commit/compare/v3.7.1...v3.8.0) --- updated-dependencies: - dependency-name: pre-commit dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- poetry.lock | 19 +++++++++++++++---- pyproject.toml | 2 +- 2 files changed, 16 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index a094e2227735..99c6f2557da5 100644 --- a/poetry.lock +++ b/poetry.lock @@ -126,13 +126,13 @@ files = [ [[package]] name = "pre-commit" -version = "3.7.1" +version = "3.8.0" description = "A framework for managing and maintaining multi-language pre-commit hooks." optional = false python-versions = ">=3.9" files = [ - {file = "pre_commit-3.7.1-py2.py3-none-any.whl", hash = "sha256:fae36fd1d7ad7d6a5a1c0b0d5adb2ed1a3bda5a21bf6c3e5372073d7a11cd4c5"}, - {file = "pre_commit-3.7.1.tar.gz", hash = "sha256:8ca3ad567bc78a4972a3f1a477e94a79d4597e8140a6e0b651c5e33899c3654a"}, + {file = "pre_commit-3.8.0-py2.py3-none-any.whl", hash = "sha256:9a90a53bf82fdd8778d58085faf8d83df56e40dfe18f45b19446e26bf1b3a63f"}, + {file = "pre_commit-3.8.0.tar.gz", hash = "sha256:8bb6494d4a20423842e198980c9ecf9f96607a07ea29549e180eef9ae80fe7af"}, ] [package.dependencies] @@ -169,6 +169,7 @@ files = [ {file = "PyYAML-6.0.1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:69b023b2b4daa7548bcfbd4aa3da05b3a74b772db9e23b982788168117739938"}, {file = "PyYAML-6.0.1-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:81e0b275a9ecc9c0c0c07b4b90ba548307583c125f54d5b6946cfee6360c733d"}, {file = "PyYAML-6.0.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:ba336e390cd8e4d1739f42dfe9bb83a3cc2e80f567d8805e11b46f4a943f5515"}, + {file = "PyYAML-6.0.1-cp310-cp310-musllinux_1_1_x86_64.whl", hash = "sha256:326c013efe8048858a6d312ddd31d56e468118ad4cdeda36c719bf5bb6192290"}, {file = "PyYAML-6.0.1-cp310-cp310-win32.whl", hash = "sha256:bd4af7373a854424dabd882decdc5579653d7868b8fb26dc7d0e99f823aa5924"}, {file = "PyYAML-6.0.1-cp310-cp310-win_amd64.whl", hash = "sha256:fd1592b3fdf65fff2ad0004b5e363300ef59ced41c2e6b3a99d4089fa8c5435d"}, {file = "PyYAML-6.0.1-cp311-cp311-macosx_10_9_x86_64.whl", hash = "sha256:6965a7bc3cf88e5a1c3bd2e0b5c22f8d677dc88a455344035f03399034eb3007"}, @@ -176,8 +177,16 @@ files = [ {file = "PyYAML-6.0.1-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:42f8152b8dbc4fe7d96729ec2b99c7097d656dc1213a3229ca5383f973a5ed6d"}, {file = "PyYAML-6.0.1-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:062582fca9fabdd2c8b54a3ef1c978d786e0f6b3a1510e0ac93ef59e0ddae2bc"}, {file = "PyYAML-6.0.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:d2b04aac4d386b172d5b9692e2d2da8de7bfb6c387fa4f801fbf6fb2e6ba4673"}, + {file = "PyYAML-6.0.1-cp311-cp311-musllinux_1_1_x86_64.whl", hash = "sha256:e7d73685e87afe9f3b36c799222440d6cf362062f78be1013661b00c5c6f678b"}, {file = "PyYAML-6.0.1-cp311-cp311-win32.whl", hash = "sha256:1635fd110e8d85d55237ab316b5b011de701ea0f29d07611174a1b42f1444741"}, {file = "PyYAML-6.0.1-cp311-cp311-win_amd64.whl", hash = "sha256:bf07ee2fef7014951eeb99f56f39c9bb4af143d8aa3c21b1677805985307da34"}, + {file = "PyYAML-6.0.1-cp312-cp312-macosx_10_9_x86_64.whl", hash = "sha256:855fb52b0dc35af121542a76b9a84f8d1cd886ea97c84703eaa6d88e37a2ad28"}, + {file = "PyYAML-6.0.1-cp312-cp312-macosx_11_0_arm64.whl", hash = "sha256:40df9b996c2b73138957fe23a16a4f0ba614f4c0efce1e9406a184b6d07fa3a9"}, + {file = "PyYAML-6.0.1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:a08c6f0fe150303c1c6b71ebcd7213c2858041a7e01975da3a99aed1e7a378ef"}, + {file = "PyYAML-6.0.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:6c22bec3fbe2524cde73d7ada88f6566758a8f7227bfbf93a408a9d86bcc12a0"}, + {file = "PyYAML-6.0.1-cp312-cp312-musllinux_1_1_x86_64.whl", hash = "sha256:8d4e9c88387b0f5c7d5f281e55304de64cf7f9c0021a3525bd3b1c542da3b0e4"}, + {file = "PyYAML-6.0.1-cp312-cp312-win32.whl", hash = "sha256:d483d2cdf104e7c9fa60c544d92981f12ad66a457afae824d146093b8c294c54"}, + {file = "PyYAML-6.0.1-cp312-cp312-win_amd64.whl", hash = "sha256:0d3304d8c0adc42be59c5f8a4d9e3d7379e6955ad754aa9d6ab7a398b59dd1df"}, {file = "PyYAML-6.0.1-cp36-cp36m-macosx_10_9_x86_64.whl", hash = "sha256:50550eb667afee136e9a77d6dc71ae76a44df8b3e51e41b77f6de2932bfe0f47"}, {file = "PyYAML-6.0.1-cp36-cp36m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:1fe35611261b29bd1de0070f0b2f47cb6ff71fa6595c077e42bd0c419fa27b98"}, {file = "PyYAML-6.0.1-cp36-cp36m-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:704219a11b772aea0d8ecd7058d0082713c3562b4e271b849ad7dc4a5c90c13c"}, @@ -194,6 +203,7 @@ files = [ {file = "PyYAML-6.0.1-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:a0cd17c15d3bb3fa06978b4e8958dcdc6e0174ccea823003a106c7d4d7899ac5"}, {file = "PyYAML-6.0.1-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:28c119d996beec18c05208a8bd78cbe4007878c6dd15091efb73a30e90539696"}, {file = "PyYAML-6.0.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:7e07cbde391ba96ab58e532ff4803f79c4129397514e1413a7dc761ccd755735"}, + {file = "PyYAML-6.0.1-cp38-cp38-musllinux_1_1_x86_64.whl", hash = "sha256:49a183be227561de579b4a36efbb21b3eab9651dd81b1858589f796549873dd6"}, {file = "PyYAML-6.0.1-cp38-cp38-win32.whl", hash = "sha256:184c5108a2aca3c5b3d3bf9395d50893a7ab82a38004c8f61c258d4428e80206"}, {file = "PyYAML-6.0.1-cp38-cp38-win_amd64.whl", hash = "sha256:1e2722cc9fbb45d9b87631ac70924c11d3a401b2d7f410cc0e3bbf249f2dca62"}, {file = "PyYAML-6.0.1-cp39-cp39-macosx_10_9_x86_64.whl", hash = "sha256:9eb6caa9a297fc2c2fb8862bc5370d0303ddba53ba97e71f08023b6cd73d16a8"}, @@ -201,6 +211,7 @@ files = [ {file = "PyYAML-6.0.1-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:5773183b6446b2c99bb77e77595dd486303b4faab2b086e7b17bc6bef28865f6"}, {file = "PyYAML-6.0.1-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:b786eecbdf8499b9ca1d697215862083bd6d2a99965554781d0d8d1ad31e13a0"}, {file = "PyYAML-6.0.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:bc1bf2925a1ecd43da378f4db9e4f799775d6367bdb94671027b73b393a7c42c"}, + {file = "PyYAML-6.0.1-cp39-cp39-musllinux_1_1_x86_64.whl", hash = "sha256:04ac92ad1925b2cff1db0cfebffb6ffc43457495c9b3c39d3fcae417d7125dc5"}, {file = "PyYAML-6.0.1-cp39-cp39-win32.whl", hash = "sha256:faca3bdcf85b2fc05d06ff3fbc1f83e1391b3e724afa3feba7d13eeab355484c"}, {file = "PyYAML-6.0.1-cp39-cp39-win_amd64.whl", hash = "sha256:510c9deebc5c0225e8c96813043e62b680ba2f9c50a08d3724c7f28a747d1486"}, {file = "PyYAML-6.0.1.tar.gz", hash = "sha256:bfdf460b1736c775f2ba9f6a92bca30bc2095067b8a9d77876d1fad6cc3b4a43"}, @@ -278,4 +289,4 @@ testing = ["coverage (>=4)", "coverage-enable-subprocess (>=1)", "flaky (>=3)", [metadata] lock-version = "2.0" python-versions = "^3.9" -content-hash = "be663566bc9ceb97d3af22dc947ad76dccde561cfb9bda105ca2c7578230cf49" +content-hash = "3eef0f17315ef7cad2a76831c2b58bd55786e7947b9f1468a7b2e7fad2e53d58" diff --git a/pyproject.toml b/pyproject.toml index da55bebc9d30..cdbbad371f96 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -11,7 +11,7 @@ pysnmp-pysmi = "^1.1.12" pyyaml = { version = "!=6.0.0" } [tool.poetry.dev-dependencies] -pre-commit = "^3.7.1" +pre-commit = "^3.8.0" [build-system] requires = ["poetry-core>=1.0.0"] From e6b78700c4ba441be50d5acd859abbc7379057d5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Sep 2024 12:16:59 +0200 Subject: [PATCH 4/6] build(pip): (deps): bump pyyaml from 6.0.1 to 6.0.2 (#149) Bumps [pyyaml](https://github.com/yaml/pyyaml) from 6.0.1 to 6.0.2. - [Release notes](https://github.com/yaml/pyyaml/releases) - [Changelog](https://github.com/yaml/pyyaml/blob/main/CHANGES) - [Commits](https://github.com/yaml/pyyaml/compare/6.0.1...6.0.2) --- updated-dependencies: - dependency-name: pyyaml dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- poetry.lock | 108 ++++++++++++++++++++++++++-------------------------- 1 file changed, 55 insertions(+), 53 deletions(-) diff --git a/poetry.lock b/poetry.lock index 99c6f2557da5..003a6d8338be 100644 --- a/poetry.lock +++ b/poetry.lock @@ -159,62 +159,64 @@ requests = ">=2.31.0,<3.0.0" [[package]] name = "pyyaml" -version = "6.0.1" +version = "6.0.2" description = "YAML parser and emitter for Python" optional = false -python-versions = ">=3.6" +python-versions = ">=3.8" files = [ - {file = "PyYAML-6.0.1-cp310-cp310-macosx_10_9_x86_64.whl", hash = "sha256:d858aa552c999bc8a8d57426ed01e40bef403cd8ccdd0fc5f6f04a00414cac2a"}, - {file = "PyYAML-6.0.1-cp310-cp310-macosx_11_0_arm64.whl", hash = "sha256:fd66fc5d0da6d9815ba2cebeb4205f95818ff4b79c3ebe268e75d961704af52f"}, - {file = "PyYAML-6.0.1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:69b023b2b4daa7548bcfbd4aa3da05b3a74b772db9e23b982788168117739938"}, - {file = "PyYAML-6.0.1-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:81e0b275a9ecc9c0c0c07b4b90ba548307583c125f54d5b6946cfee6360c733d"}, - {file = "PyYAML-6.0.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:ba336e390cd8e4d1739f42dfe9bb83a3cc2e80f567d8805e11b46f4a943f5515"}, - {file = "PyYAML-6.0.1-cp310-cp310-musllinux_1_1_x86_64.whl", hash = "sha256:326c013efe8048858a6d312ddd31d56e468118ad4cdeda36c719bf5bb6192290"}, - {file = "PyYAML-6.0.1-cp310-cp310-win32.whl", hash = "sha256:bd4af7373a854424dabd882decdc5579653d7868b8fb26dc7d0e99f823aa5924"}, - {file = "PyYAML-6.0.1-cp310-cp310-win_amd64.whl", hash = "sha256:fd1592b3fdf65fff2ad0004b5e363300ef59ced41c2e6b3a99d4089fa8c5435d"}, - {file = "PyYAML-6.0.1-cp311-cp311-macosx_10_9_x86_64.whl", hash = "sha256:6965a7bc3cf88e5a1c3bd2e0b5c22f8d677dc88a455344035f03399034eb3007"}, - {file = "PyYAML-6.0.1-cp311-cp311-macosx_11_0_arm64.whl", hash = "sha256:f003ed9ad21d6a4713f0a9b5a7a0a79e08dd0f221aff4525a2be4c346ee60aab"}, - {file = "PyYAML-6.0.1-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:42f8152b8dbc4fe7d96729ec2b99c7097d656dc1213a3229ca5383f973a5ed6d"}, - {file = "PyYAML-6.0.1-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:062582fca9fabdd2c8b54a3ef1c978d786e0f6b3a1510e0ac93ef59e0ddae2bc"}, - {file = "PyYAML-6.0.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:d2b04aac4d386b172d5b9692e2d2da8de7bfb6c387fa4f801fbf6fb2e6ba4673"}, - {file = "PyYAML-6.0.1-cp311-cp311-musllinux_1_1_x86_64.whl", hash = "sha256:e7d73685e87afe9f3b36c799222440d6cf362062f78be1013661b00c5c6f678b"}, - {file = "PyYAML-6.0.1-cp311-cp311-win32.whl", hash = "sha256:1635fd110e8d85d55237ab316b5b011de701ea0f29d07611174a1b42f1444741"}, - {file = "PyYAML-6.0.1-cp311-cp311-win_amd64.whl", hash = "sha256:bf07ee2fef7014951eeb99f56f39c9bb4af143d8aa3c21b1677805985307da34"}, - {file = "PyYAML-6.0.1-cp312-cp312-macosx_10_9_x86_64.whl", hash = "sha256:855fb52b0dc35af121542a76b9a84f8d1cd886ea97c84703eaa6d88e37a2ad28"}, - {file = "PyYAML-6.0.1-cp312-cp312-macosx_11_0_arm64.whl", hash = "sha256:40df9b996c2b73138957fe23a16a4f0ba614f4c0efce1e9406a184b6d07fa3a9"}, - {file = "PyYAML-6.0.1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:a08c6f0fe150303c1c6b71ebcd7213c2858041a7e01975da3a99aed1e7a378ef"}, - {file = "PyYAML-6.0.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:6c22bec3fbe2524cde73d7ada88f6566758a8f7227bfbf93a408a9d86bcc12a0"}, - {file = "PyYAML-6.0.1-cp312-cp312-musllinux_1_1_x86_64.whl", hash = "sha256:8d4e9c88387b0f5c7d5f281e55304de64cf7f9c0021a3525bd3b1c542da3b0e4"}, - {file = "PyYAML-6.0.1-cp312-cp312-win32.whl", hash = "sha256:d483d2cdf104e7c9fa60c544d92981f12ad66a457afae824d146093b8c294c54"}, - {file = "PyYAML-6.0.1-cp312-cp312-win_amd64.whl", hash = "sha256:0d3304d8c0adc42be59c5f8a4d9e3d7379e6955ad754aa9d6ab7a398b59dd1df"}, - {file = "PyYAML-6.0.1-cp36-cp36m-macosx_10_9_x86_64.whl", hash = "sha256:50550eb667afee136e9a77d6dc71ae76a44df8b3e51e41b77f6de2932bfe0f47"}, - {file = "PyYAML-6.0.1-cp36-cp36m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:1fe35611261b29bd1de0070f0b2f47cb6ff71fa6595c077e42bd0c419fa27b98"}, - {file = "PyYAML-6.0.1-cp36-cp36m-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:704219a11b772aea0d8ecd7058d0082713c3562b4e271b849ad7dc4a5c90c13c"}, - {file = "PyYAML-6.0.1-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:afd7e57eddb1a54f0f1a974bc4391af8bcce0b444685d936840f125cf046d5bd"}, - {file = "PyYAML-6.0.1-cp36-cp36m-win32.whl", hash = "sha256:fca0e3a251908a499833aa292323f32437106001d436eca0e6e7833256674585"}, - {file = "PyYAML-6.0.1-cp36-cp36m-win_amd64.whl", hash = "sha256:f22ac1c3cac4dbc50079e965eba2c1058622631e526bd9afd45fedd49ba781fa"}, - {file = "PyYAML-6.0.1-cp37-cp37m-macosx_10_9_x86_64.whl", hash = "sha256:b1275ad35a5d18c62a7220633c913e1b42d44b46ee12554e5fd39c70a243d6a3"}, - {file = "PyYAML-6.0.1-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:18aeb1bf9a78867dc38b259769503436b7c72f7a1f1f4c93ff9a17de54319b27"}, - {file = "PyYAML-6.0.1-cp37-cp37m-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:596106435fa6ad000c2991a98fa58eeb8656ef2325d7e158344fb33864ed87e3"}, - {file = "PyYAML-6.0.1-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:baa90d3f661d43131ca170712d903e6295d1f7a0f595074f151c0aed377c9b9c"}, - {file = "PyYAML-6.0.1-cp37-cp37m-win32.whl", hash = "sha256:9046c58c4395dff28dd494285c82ba00b546adfc7ef001486fbf0324bc174fba"}, - {file = "PyYAML-6.0.1-cp37-cp37m-win_amd64.whl", hash = "sha256:4fb147e7a67ef577a588a0e2c17b6db51dda102c71de36f8549b6816a96e1867"}, - {file = "PyYAML-6.0.1-cp38-cp38-macosx_10_9_x86_64.whl", hash = "sha256:1d4c7e777c441b20e32f52bd377e0c409713e8bb1386e1099c2415f26e479595"}, - {file = "PyYAML-6.0.1-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:a0cd17c15d3bb3fa06978b4e8958dcdc6e0174ccea823003a106c7d4d7899ac5"}, - {file = "PyYAML-6.0.1-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:28c119d996beec18c05208a8bd78cbe4007878c6dd15091efb73a30e90539696"}, - {file = "PyYAML-6.0.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:7e07cbde391ba96ab58e532ff4803f79c4129397514e1413a7dc761ccd755735"}, - {file = "PyYAML-6.0.1-cp38-cp38-musllinux_1_1_x86_64.whl", hash = "sha256:49a183be227561de579b4a36efbb21b3eab9651dd81b1858589f796549873dd6"}, - {file = "PyYAML-6.0.1-cp38-cp38-win32.whl", hash = "sha256:184c5108a2aca3c5b3d3bf9395d50893a7ab82a38004c8f61c258d4428e80206"}, - {file = "PyYAML-6.0.1-cp38-cp38-win_amd64.whl", hash = "sha256:1e2722cc9fbb45d9b87631ac70924c11d3a401b2d7f410cc0e3bbf249f2dca62"}, - {file = "PyYAML-6.0.1-cp39-cp39-macosx_10_9_x86_64.whl", hash = "sha256:9eb6caa9a297fc2c2fb8862bc5370d0303ddba53ba97e71f08023b6cd73d16a8"}, - {file = "PyYAML-6.0.1-cp39-cp39-macosx_11_0_arm64.whl", hash = "sha256:c8098ddcc2a85b61647b2590f825f3db38891662cfc2fc776415143f599bb859"}, - {file = "PyYAML-6.0.1-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:5773183b6446b2c99bb77e77595dd486303b4faab2b086e7b17bc6bef28865f6"}, - {file = "PyYAML-6.0.1-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:b786eecbdf8499b9ca1d697215862083bd6d2a99965554781d0d8d1ad31e13a0"}, - {file = "PyYAML-6.0.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:bc1bf2925a1ecd43da378f4db9e4f799775d6367bdb94671027b73b393a7c42c"}, - {file = "PyYAML-6.0.1-cp39-cp39-musllinux_1_1_x86_64.whl", hash = "sha256:04ac92ad1925b2cff1db0cfebffb6ffc43457495c9b3c39d3fcae417d7125dc5"}, - {file = "PyYAML-6.0.1-cp39-cp39-win32.whl", hash = "sha256:faca3bdcf85b2fc05d06ff3fbc1f83e1391b3e724afa3feba7d13eeab355484c"}, - {file = "PyYAML-6.0.1-cp39-cp39-win_amd64.whl", hash = "sha256:510c9deebc5c0225e8c96813043e62b680ba2f9c50a08d3724c7f28a747d1486"}, - {file = "PyYAML-6.0.1.tar.gz", hash = "sha256:bfdf460b1736c775f2ba9f6a92bca30bc2095067b8a9d77876d1fad6cc3b4a43"}, + {file = "PyYAML-6.0.2-cp310-cp310-macosx_10_9_x86_64.whl", hash = "sha256:0a9a2848a5b7feac301353437eb7d5957887edbf81d56e903999a75a3d743086"}, + {file = "PyYAML-6.0.2-cp310-cp310-macosx_11_0_arm64.whl", hash = "sha256:29717114e51c84ddfba879543fb232a6ed60086602313ca38cce623c1d62cfbf"}, + {file = "PyYAML-6.0.2-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:8824b5a04a04a047e72eea5cec3bc266db09e35de6bdfe34c9436ac5ee27d237"}, + {file = "PyYAML-6.0.2-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:7c36280e6fb8385e520936c3cb3b8042851904eba0e58d277dca80a5cfed590b"}, + {file = "PyYAML-6.0.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:ec031d5d2feb36d1d1a24380e4db6d43695f3748343d99434e6f5f9156aaa2ed"}, + {file = "PyYAML-6.0.2-cp310-cp310-musllinux_1_1_aarch64.whl", hash = "sha256:936d68689298c36b53b29f23c6dbb74de12b4ac12ca6cfe0e047bedceea56180"}, + {file = "PyYAML-6.0.2-cp310-cp310-musllinux_1_1_x86_64.whl", hash = "sha256:23502f431948090f597378482b4812b0caae32c22213aecf3b55325e049a6c68"}, + {file = "PyYAML-6.0.2-cp310-cp310-win32.whl", hash = "sha256:2e99c6826ffa974fe6e27cdb5ed0021786b03fc98e5ee3c5bfe1fd5015f42b99"}, + {file = "PyYAML-6.0.2-cp310-cp310-win_amd64.whl", hash = "sha256:a4d3091415f010369ae4ed1fc6b79def9416358877534caf6a0fdd2146c87a3e"}, + {file = "PyYAML-6.0.2-cp311-cp311-macosx_10_9_x86_64.whl", hash = "sha256:cc1c1159b3d456576af7a3e4d1ba7e6924cb39de8f67111c735f6fc832082774"}, + {file = "PyYAML-6.0.2-cp311-cp311-macosx_11_0_arm64.whl", hash = "sha256:1e2120ef853f59c7419231f3bf4e7021f1b936f6ebd222406c3b60212205d2ee"}, + {file = "PyYAML-6.0.2-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:5d225db5a45f21e78dd9358e58a98702a0302f2659a3c6cd320564b75b86f47c"}, + {file = "PyYAML-6.0.2-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:5ac9328ec4831237bec75defaf839f7d4564be1e6b25ac710bd1a96321cc8317"}, + {file = "PyYAML-6.0.2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:3ad2a3decf9aaba3d29c8f537ac4b243e36bef957511b4766cb0057d32b0be85"}, + {file = "PyYAML-6.0.2-cp311-cp311-musllinux_1_1_aarch64.whl", hash = "sha256:ff3824dc5261f50c9b0dfb3be22b4567a6f938ccce4587b38952d85fd9e9afe4"}, + {file = "PyYAML-6.0.2-cp311-cp311-musllinux_1_1_x86_64.whl", hash = "sha256:797b4f722ffa07cc8d62053e4cff1486fa6dc094105d13fea7b1de7d8bf71c9e"}, + {file = "PyYAML-6.0.2-cp311-cp311-win32.whl", hash = "sha256:11d8f3dd2b9c1207dcaf2ee0bbbfd5991f571186ec9cc78427ba5bd32afae4b5"}, + {file = "PyYAML-6.0.2-cp311-cp311-win_amd64.whl", hash = "sha256:e10ce637b18caea04431ce14fabcf5c64a1c61ec9c56b071a4b7ca131ca52d44"}, + {file = "PyYAML-6.0.2-cp312-cp312-macosx_10_9_x86_64.whl", hash = "sha256:c70c95198c015b85feafc136515252a261a84561b7b1d51e3384e0655ddf25ab"}, + {file = "PyYAML-6.0.2-cp312-cp312-macosx_11_0_arm64.whl", hash = "sha256:ce826d6ef20b1bc864f0a68340c8b3287705cae2f8b4b1d932177dcc76721725"}, + {file = "PyYAML-6.0.2-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:1f71ea527786de97d1a0cc0eacd1defc0985dcf6b3f17bb77dcfc8c34bec4dc5"}, + {file = "PyYAML-6.0.2-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:9b22676e8097e9e22e36d6b7bda33190d0d400f345f23d4065d48f4ca7ae0425"}, + {file = "PyYAML-6.0.2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:80bab7bfc629882493af4aa31a4cfa43a4c57c83813253626916b8c7ada83476"}, + {file = "PyYAML-6.0.2-cp312-cp312-musllinux_1_1_aarch64.whl", hash = "sha256:0833f8694549e586547b576dcfaba4a6b55b9e96098b36cdc7ebefe667dfed48"}, + {file = "PyYAML-6.0.2-cp312-cp312-musllinux_1_1_x86_64.whl", hash = "sha256:8b9c7197f7cb2738065c481a0461e50ad02f18c78cd75775628afb4d7137fb3b"}, + {file = "PyYAML-6.0.2-cp312-cp312-win32.whl", hash = "sha256:ef6107725bd54b262d6dedcc2af448a266975032bc85ef0172c5f059da6325b4"}, + {file = "PyYAML-6.0.2-cp312-cp312-win_amd64.whl", hash = "sha256:7e7401d0de89a9a855c839bc697c079a4af81cf878373abd7dc625847d25cbd8"}, + {file = "PyYAML-6.0.2-cp313-cp313-macosx_10_13_x86_64.whl", hash = "sha256:efdca5630322a10774e8e98e1af481aad470dd62c3170801852d752aa7a783ba"}, + {file = "PyYAML-6.0.2-cp313-cp313-macosx_11_0_arm64.whl", hash = "sha256:50187695423ffe49e2deacb8cd10510bc361faac997de9efef88badc3bb9e2d1"}, + {file = "PyYAML-6.0.2-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:0ffe8360bab4910ef1b9e87fb812d8bc0a308b0d0eef8c8f44e0254ab3b07133"}, + {file = "PyYAML-6.0.2-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:17e311b6c678207928d649faa7cb0d7b4c26a0ba73d41e99c4fff6b6c3276484"}, + {file = "PyYAML-6.0.2-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:70b189594dbe54f75ab3a1acec5f1e3faa7e8cf2f1e08d9b561cb41b845f69d5"}, + {file = "PyYAML-6.0.2-cp313-cp313-musllinux_1_1_aarch64.whl", hash = "sha256:41e4e3953a79407c794916fa277a82531dd93aad34e29c2a514c2c0c5fe971cc"}, + {file = "PyYAML-6.0.2-cp313-cp313-musllinux_1_1_x86_64.whl", hash = "sha256:68ccc6023a3400877818152ad9a1033e3db8625d899c72eacb5a668902e4d652"}, + {file = "PyYAML-6.0.2-cp313-cp313-win32.whl", hash = "sha256:bc2fa7c6b47d6bc618dd7fb02ef6fdedb1090ec036abab80d4681424b84c1183"}, + {file = "PyYAML-6.0.2-cp313-cp313-win_amd64.whl", hash = "sha256:8388ee1976c416731879ac16da0aff3f63b286ffdd57cdeb95f3f2e085687563"}, + {file = "PyYAML-6.0.2-cp38-cp38-macosx_10_9_x86_64.whl", hash = "sha256:24471b829b3bf607e04e88d79542a9d48bb037c2267d7927a874e6c205ca7e9a"}, + {file = "PyYAML-6.0.2-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:d7fded462629cfa4b685c5416b949ebad6cec74af5e2d42905d41e257e0869f5"}, + {file = "PyYAML-6.0.2-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:d84a1718ee396f54f3a086ea0a66d8e552b2ab2017ef8b420e92edbc841c352d"}, + {file = "PyYAML-6.0.2-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:9056c1ecd25795207ad294bcf39f2db3d845767be0ea6e6a34d856f006006083"}, + {file = "PyYAML-6.0.2-cp38-cp38-musllinux_1_1_x86_64.whl", hash = "sha256:82d09873e40955485746739bcb8b4586983670466c23382c19cffecbf1fd8706"}, + {file = "PyYAML-6.0.2-cp38-cp38-win32.whl", hash = "sha256:43fa96a3ca0d6b1812e01ced1044a003533c47f6ee8aca31724f78e93ccc089a"}, + {file = "PyYAML-6.0.2-cp38-cp38-win_amd64.whl", hash = "sha256:01179a4a8559ab5de078078f37e5c1a30d76bb88519906844fd7bdea1b7729ff"}, + {file = "PyYAML-6.0.2-cp39-cp39-macosx_10_9_x86_64.whl", hash = "sha256:688ba32a1cffef67fd2e9398a2efebaea461578b0923624778664cc1c914db5d"}, + {file = "PyYAML-6.0.2-cp39-cp39-macosx_11_0_arm64.whl", hash = "sha256:a8786accb172bd8afb8be14490a16625cbc387036876ab6ba70912730faf8e1f"}, + {file = "PyYAML-6.0.2-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:d8e03406cac8513435335dbab54c0d385e4a49e4945d2909a581c83647ca0290"}, + {file = "PyYAML-6.0.2-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:f753120cb8181e736c57ef7636e83f31b9c0d1722c516f7e86cf15b7aa57ff12"}, + {file = "PyYAML-6.0.2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:3b1fdb9dc17f5a7677423d508ab4f243a726dea51fa5e70992e59a7411c89d19"}, + {file = "PyYAML-6.0.2-cp39-cp39-musllinux_1_1_aarch64.whl", hash = "sha256:0b69e4ce7a131fe56b7e4d770c67429700908fc0752af059838b1cfb41960e4e"}, + {file = "PyYAML-6.0.2-cp39-cp39-musllinux_1_1_x86_64.whl", hash = "sha256:a9f8c2e67970f13b16084e04f134610fd1d374bf477b17ec1599185cf611d725"}, + {file = "PyYAML-6.0.2-cp39-cp39-win32.whl", hash = "sha256:6395c297d42274772abc367baaa79683958044e5d3835486c16da75d2a694631"}, + {file = "PyYAML-6.0.2-cp39-cp39-win_amd64.whl", hash = "sha256:39693e1f8320ae4f43943590b49779ffb98acb81f788220ea932a6b6c51004d8"}, + {file = "pyyaml-6.0.2.tar.gz", hash = "sha256:d584d9ec91ad65861cc08d42e834324ef890a082e591037abe114850ff7bbc3e"}, ] [[package]] From c740b8bb21461c22873e8b40b42781c4d4319882 Mon Sep 17 00:00:00 2001 From: ajasnosz <139114006+ajasnosz@users.noreply.github.com> Date: Mon, 9 Sep 2024 12:24:41 +0200 Subject: [PATCH 5/6] fix: add rs mib (#152) --- src/vendor/{rs => irt}/IRT-COMMONVARBINDS-MIB | 0 src/vendor/irt/IRT-DAB-ACTIVERESERVE-MIB | 2303 ++++ src/vendor/irt/IRT-DAB-DUALDRIVE-MIB | 1848 ++++ src/vendor/irt/IRT-DAB-NPLUS1-MIB | 2701 +++++ src/vendor/irt/IRT-DAB-SINGLETRANSMITTER-MIB | 864 ++ src/vendor/irt/IRT-DVBT-ACTIVERESERVE-MIB | 2393 +++++ src/vendor/irt/IRT-DVBT-DUALDRIVE-MIB | 2015 ++++ src/vendor/irt/IRT-DVBT-NPLUS1-MIB | 2811 +++++ .../IRT-DVBT-SINGLETRANSMITTER-MIB | 0 src/vendor/irt/IRT-FM-ACTIVERESERVE-MIB | 1506 +++ src/vendor/irt/IRT-FM-DUALDRIVE-MIB | 1073 ++ src/vendor/irt/IRT-FM-NPLUS1-MIB | 1515 +++ src/vendor/irt/IRT-FM-SINGLETRANSMITTER-MIB | 390 + .../{rs => irt}/IRT-TRANSMITTER-SMI-MIB | 0 src/vendor/rs/RS-COMMON-MIB | 107 +- src/vendor/rs/RS-XX9-AIR-COOLING-MIB | 525 + src/vendor/rs/RS-XX9-ATSC-MIB | 487 + src/vendor/rs/RS-XX9-ATV-MIB | 1647 +++ src/vendor/rs/RS-XX9-COMMON-MIB | 2990 ++++++ src/vendor/rs/RS-XX9-DAB-MIB | 1873 ++++ src/vendor/rs/RS-XX9-DTMB-MIB | 972 ++ src/vendor/rs/RS-XX9-DVBT-MIB | 1017 ++ src/vendor/rs/RS-XX9-DVBT2-MIB | 4004 +++++++ src/vendor/rs/RS-XX9-FM-MIB | 1808 ++++ src/vendor/rs/RS-XX9-ISDBT-MIB | 1196 +++ src/vendor/rs/RS-XX9-LIQUID-COOLING-MIB | 1225 +++ src/vendor/rs/RS-XX9-MTX-MIB | 1295 +++ src/vendor/rs/RS-XX9-SMI-MIB | 166 + src/vendor/rs/RS-XX9-TC-MIB | 302 + src/vendor/rs/RS-XX9-TX-MIB | 9297 +++++++++++++++++ 30 files changed, 48311 insertions(+), 19 deletions(-) rename src/vendor/{rs => irt}/IRT-COMMONVARBINDS-MIB (100%) create mode 100644 src/vendor/irt/IRT-DAB-ACTIVERESERVE-MIB create mode 100644 src/vendor/irt/IRT-DAB-DUALDRIVE-MIB create mode 100644 src/vendor/irt/IRT-DAB-NPLUS1-MIB create mode 100644 src/vendor/irt/IRT-DAB-SINGLETRANSMITTER-MIB create mode 100644 src/vendor/irt/IRT-DVBT-ACTIVERESERVE-MIB create mode 100644 src/vendor/irt/IRT-DVBT-DUALDRIVE-MIB create mode 100644 src/vendor/irt/IRT-DVBT-NPLUS1-MIB rename src/vendor/{rs => irt}/IRT-DVBT-SINGLETRANSMITTER-MIB (100%) create mode 100644 src/vendor/irt/IRT-FM-ACTIVERESERVE-MIB create mode 100644 src/vendor/irt/IRT-FM-DUALDRIVE-MIB create mode 100644 src/vendor/irt/IRT-FM-NPLUS1-MIB create mode 100644 src/vendor/irt/IRT-FM-SINGLETRANSMITTER-MIB rename src/vendor/{rs => irt}/IRT-TRANSMITTER-SMI-MIB (100%) create mode 100644 src/vendor/rs/RS-XX9-AIR-COOLING-MIB create mode 100644 src/vendor/rs/RS-XX9-ATSC-MIB create mode 100644 src/vendor/rs/RS-XX9-ATV-MIB create mode 100644 src/vendor/rs/RS-XX9-COMMON-MIB create mode 100644 src/vendor/rs/RS-XX9-DAB-MIB create mode 100644 src/vendor/rs/RS-XX9-DTMB-MIB create mode 100644 src/vendor/rs/RS-XX9-DVBT-MIB create mode 100644 src/vendor/rs/RS-XX9-DVBT2-MIB create mode 100644 src/vendor/rs/RS-XX9-FM-MIB create mode 100644 src/vendor/rs/RS-XX9-ISDBT-MIB create mode 100644 src/vendor/rs/RS-XX9-LIQUID-COOLING-MIB create mode 100644 src/vendor/rs/RS-XX9-MTX-MIB create mode 100644 src/vendor/rs/RS-XX9-SMI-MIB create mode 100644 src/vendor/rs/RS-XX9-TC-MIB create mode 100644 src/vendor/rs/RS-XX9-TX-MIB diff --git a/src/vendor/rs/IRT-COMMONVARBINDS-MIB b/src/vendor/irt/IRT-COMMONVARBINDS-MIB similarity index 100% rename from src/vendor/rs/IRT-COMMONVARBINDS-MIB rename to src/vendor/irt/IRT-COMMONVARBINDS-MIB diff --git a/src/vendor/irt/IRT-DAB-ACTIVERESERVE-MIB b/src/vendor/irt/IRT-DAB-ACTIVERESERVE-MIB new file mode 100644 index 000000000000..7515e42c484a --- /dev/null +++ b/src/vendor/irt/IRT-DAB-ACTIVERESERVE-MIB @@ -0,0 +1,2303 @@ +-- +-- IRT-DAB-ACTIVERESERVE-MIB.my +-- MIB generated by MG-SOFT Visual MIB Builder Version 6.0 Build 88 +-- Friday, May 04, 2007 at 17:04:49 +-- + + IRT-DAB-ACTIVERESERVE-MIB DEFINITIONS ::= BEGIN + + IMPORTS + eventTimeStamp, eventPriority, eventCounter, mibRelease + FROM IRT-COMMONVARBINDS-MIB + dab, Input1Input2, SelectManualAuto, SelectOnOff, LocalRemote, + FaultOK, ReadyNotReady, ExecutedNotExecuted, PresentNotPresent, WarningOK, + OkNotOk, MuteOk, SFNMFN + FROM IRT-TRANSMITTER-SMI-MIB + OBJECT-GROUP, MODULE-COMPLIANCE, NOTIFICATION-GROUP + FROM SNMPv2-CONF + sysDescr, sysName, sysLocation + FROM SNMPv2-MIB + Unsigned32, OBJECT-TYPE, MODULE-IDENTITY, NOTIFICATION-TYPE + FROM SNMPv2-SMI + DisplayString, TruthValue + FROM SNMPv2-TC; + + + -- 1.3.6.1.4.1.19831.1.1.2.2 + dabActiveReserve MODULE-IDENTITY + LAST-UPDATED "200705041400Z" -- May 04, 2007 at 14:00 GMT + ORGANIZATION + "IRT for WORKING-GROUP-TC-MIB" + CONTACT-INFO + "Contact-info. + + Andreas Metz + + Institut fuer Rundfunktechnik GmbH + Broadcast Networks and Servers (SN) + + Floriansmuehlstr.60 + 80939 Munich + Germany + + Phone: +49 89 32399 325 + Fax: +49 89 32399 354 + " + DESCRIPTION + "Description. + + branch definition + + 1st level + + events OBJECT IDENTIFIER ::= { dabActiveReserve 0 } + dabARGeneral OBJECT IDENTIFIER ::= { dabActiveReserve 1 } + dabARAmplifierA OBJECT IDENTIFIER ::= { dabActiveReserve 2 } + dabARAmplifierB OBJECT IDENTIFIER ::= { dabActiveReserve 3 } + dabARExciterA OBJECT IDENTIFIER ::= { dabActiveReserve 4 } + dabARExciterB OBJECT IDENTIFIER ::= { dabActiveReserve 5 } + dabAREventEnable OBJECT IDENTIFIER ::= { dabActiveReserve 6 } + dabAREventPriority OBJECT IDENTIFIER ::= { dabActiveReserve 7 } + groups OBJECT IDENTIFIER ::= { dabActiveReserve 8 } + + 2nd level + + dabAREventEnableGeneral OBJECT IDENTIFIER ::= { dabAREventEnable 1 } + dabAREventEnableAmplifierA OBJECT IDENTIFIER ::= { dabAREventEnable 2 } + dabAREventEnableAmplifierB OBJECT IDENTIFIER ::= { dabAREventEnable 3 } + dabAREventEnableExciterA OBJECT IDENTIFIER ::= { dabAREventEnable 4 } + dabAREventEnableExciterB OBJECT IDENTIFIER ::= { dabAREventEnable 5 } + + dabAREventPriorityGeneral OBJECT IDENTIFIER ::= { dabAREventPriority 1 } + dabAREventPriorityAmplifierA OBJECT IDENTIFIER ::= { dabAREventPriority 2 } + dabAREventPriorityAmplifierB OBJECT IDENTIFIER ::= { dabAREventPriority 3 } + dabAREventPriorityExciterA OBJECT IDENTIFIER ::= { dabAREventPriority 4 } + dabAREventPriorityExciterB OBJECT IDENTIFIER ::= { dabAREventPriority 5 } + + end branch" + REVISION "200705041400Z" -- May 04, 2007 at 14:00 GMT + DESCRIPTION + "change SFNMode, LocalMode (description only) and Module-COMPLIANCE + change numbering: OIDs 1.3.6.1.4.1.19831.1.1.2.2.7.1.13-19 and 1.3.6.1.4.1.19831.1.1.2.2.6.1.13-19! + " + REVISION "200612201400Z" -- December 20, 2006 at 14:00 GMT + DESCRIPTION + "corrections" + REVISION "200609211400Z" -- September 21, 2006 at 14:00 GMT + DESCRIPTION + "Adding Compliance Statement" + REVISION "200609191400Z" -- September 19, 2006 at 14:00 GMT + DESCRIPTION + "Correcting Imports" + REVISION "200609071400Z" -- September 07, 2006 at 14:00 GMT + DESCRIPTION + "Relocation of the TC-MIB from the standard OID area at IEC into the private OID area of the IRT" + ::= { dab 2 } + + + + +-- +-- Node definitions +-- + +-- dab active reserve events + -- 1.3.6.1.4.1.19831.1.1.2.2.0 + dabEventsAR OBJECT IDENTIFIER ::= { dabActiveReserve 0 } + + + -- 1.3.6.1.4.1.19831.1.1.2.2.0.1 + dabARInputPreselectionEvent NOTIFICATION-TYPE + OBJECTS { sysDescr, sysName, sysLocation, eventTimeStamp, eventPriority, + eventCounter, dabARInputPreselection } + STATUS current + DESCRIPTION + "Description. dabARInputPreselection notification" + ::= { dabEventsAR 1 } + + + -- 1.3.6.1.4.1.19831.1.1.2.2.0.2 + dabARInputAutomaticEvent NOTIFICATION-TYPE + OBJECTS { sysDescr, sysName, sysLocation, eventTimeStamp, eventPriority, + eventCounter, dabARInputAutomatic } + STATUS current + DESCRIPTION + "Description. dabARInputAutomatic notification" + ::= { dabEventsAR 2 } + + + -- 1.3.6.1.4.1.19831.1.1.2.2.0.3 + dabARPreselectionExciterEvent NOTIFICATION-TYPE + OBJECTS { sysDescr, sysName, sysLocation, eventTimeStamp, eventPriority, + eventCounter, dabARPreselectionExciter } + STATUS current + DESCRIPTION + "Description. dabARPreselectionExciter notification" + ::= { dabEventsAR 3 } + + + -- 1.3.6.1.4.1.19831.1.1.2.2.0.4 + dabARPreselectionAmplifierEvent NOTIFICATION-TYPE + OBJECTS { sysDescr, sysName, sysLocation, eventTimeStamp, eventPriority, + eventCounter, dabARPreselectionAmplifier } + STATUS current + DESCRIPTION + "Description. dabARPreselectionAmplifier notification" + ::= { dabEventsAR 4 } + + + -- 1.3.6.1.4.1.19831.1.1.2.2.0.5 + dabARTransmitterOpModeEvent NOTIFICATION-TYPE + OBJECTS { sysDescr, sysName, sysLocation, eventTimeStamp, eventPriority, + eventCounter, dabARTransmitterOpMode } + STATUS current + DESCRIPTION + "Description. dabARTransmitterOpMode notification" + ::= { dabEventsAR 5 } + + + -- 1.3.6.1.4.1.19831.1.1.2.2.0.6 + dabARReserveControlEvent NOTIFICATION-TYPE + OBJECTS { sysDescr, sysName, sysLocation, eventTimeStamp, eventPriority, + eventCounter, dabARReserveControl } + STATUS current + DESCRIPTION + "Description. dabARReserveControl notification" + ::= { dabEventsAR 6 } + + + -- 1.3.6.1.4.1.19831.1.1.2.2.0.7 + dabARResetFaultEvent NOTIFICATION-TYPE + OBJECTS { sysDescr, sysName, sysLocation, eventTimeStamp, eventPriority, + eventCounter, dabARResetFault } + STATUS obsolete + DESCRIPTION + "Notification is inactive! + + Description. dabARResetFaultEvent notification" + ::= { dabEventsAR 7 } + + + -- 1.3.6.1.4.1.19831.1.1.2.2.0.8 + dabARActiveAmplifierEvent NOTIFICATION-TYPE + OBJECTS { sysDescr, sysName, sysLocation, eventTimeStamp, eventPriority, + eventCounter, dabARActiveAmplifier } + STATUS current + DESCRIPTION + "Description. dabARActiveAmplifier notification" + ::= { dabEventsAR 8 } + + + -- 1.3.6.1.4.1.19831.1.1.2.2.0.9 + dabARActiveExciterEvent NOTIFICATION-TYPE + OBJECTS { sysDescr, sysName, sysLocation, eventTimeStamp, eventPriority, + eventCounter, dabARActiveExciter } + STATUS current + DESCRIPTION + "Description. dabARActiveExciter notification" + ::= { dabEventsAR 9 } + + + -- 1.3.6.1.4.1.19831.1.1.2.2.0.10 + dabARLocalModeEvent NOTIFICATION-TYPE + OBJECTS { sysDescr, sysName, sysLocation, eventTimeStamp, eventPriority, + eventCounter, dabARLocalMode } + STATUS current + DESCRIPTION + "Description. dabARLocalMode notification" + ::= { dabEventsAR 10 } + + + -- 1.3.6.1.4.1.19831.1.1.2.2.0.11 + dabARControlUnitFaultEvent NOTIFICATION-TYPE + OBJECTS { sysDescr, sysName, sysLocation, eventTimeStamp, eventPriority, + eventCounter, dabARControlUnitFault } + STATUS current + DESCRIPTION + "Description. dabARControlUnitFault notification" + ::= { dabEventsAR 11 } + + + -- 1.3.6.1.4.1.19831.1.1.2.2.0.12 + dabARExciterSwitchOverModeEvent NOTIFICATION-TYPE + OBJECTS { sysDescr, sysName, sysLocation, eventTimeStamp, eventPriority, + eventCounter, dabARExciterSwitchOverMode } + STATUS current + DESCRIPTION + "Description. dabARExciterSwitchOverMode notification" + ::= { dabEventsAR 12 } + + + -- 1.3.6.1.4.1.19831.1.1.2.2.0.13 + dabARExciterSwitchOverReadyEvent NOTIFICATION-TYPE + OBJECTS { sysDescr, sysName, sysLocation, eventTimeStamp, eventPriority, + eventCounter, dabARExciterSwitchOverReady } + STATUS current + DESCRIPTION + "Description. dabARExciterSwitchOverReady notification" + ::= { dabEventsAR 13 } + + + -- 1.3.6.1.4.1.19831.1.1.2.2.0.14 + dabARExciterSwitchOverExecutedEvent NOTIFICATION-TYPE + OBJECTS { sysDescr, sysName, sysLocation, eventTimeStamp, eventPriority, + eventCounter, dabARExciterSwitchOverExecuted } + STATUS current + DESCRIPTION + "Description. dabARExciterSwitchOverExecuted notification" + ::= { dabEventsAR 14 } + + + -- 1.3.6.1.4.1.19831.1.1.2.2.0.15 + dabARExciterSwitchOverFaultEvent NOTIFICATION-TYPE + OBJECTS { sysDescr, sysName, sysLocation, eventTimeStamp, eventPriority, + eventCounter, dabARExciterSwitchOverFault } + STATUS current + DESCRIPTION + "Description. dabARExciterSwitchOverFault notification" + ::= { dabEventsAR 15 } + + + -- 1.3.6.1.4.1.19831.1.1.2.2.0.16 + dabARAmplifierSwitchOverModeEvent NOTIFICATION-TYPE + OBJECTS { sysDescr, sysName, sysLocation, eventTimeStamp, eventPriority, + eventCounter, dabARAmplifierSwitchOverMode } + STATUS current + DESCRIPTION + "Description. dabARAmplifierSwitchOverMode notification" + ::= { dabEventsAR 16 } + + + -- 1.3.6.1.4.1.19831.1.1.2.2.0.17 + dabARAmplifierSwitchOverReadyEvent NOTIFICATION-TYPE + OBJECTS { sysDescr, sysName, sysLocation, eventTimeStamp, eventPriority, + eventCounter, dabARAmplifierSwitchOverReady } + STATUS current + DESCRIPTION + "Description. dabARAmplifierSwitchOverReady notification" + ::= { dabEventsAR 17 } + + + -- 1.3.6.1.4.1.19831.1.1.2.2.0.18 + dabARAmplifierSwitchOverExecutedEvent NOTIFICATION-TYPE + OBJECTS { sysDescr, sysName, sysLocation, eventTimeStamp, eventPriority, + eventCounter, dabARAmplifierSwitchOverExecuted } + STATUS current + DESCRIPTION + "Description. dabARAmplifierSwitchOverExecuted notification" + ::= { dabEventsAR 18 } + + + -- 1.3.6.1.4.1.19831.1.1.2.2.0.19 + dabARAmplifierSwitchOverFaultEvent NOTIFICATION-TYPE + OBJECTS { sysDescr, sysName, sysLocation, eventTimeStamp, eventPriority, + eventCounter, dabARAmplifierSwitchOverFault } + STATUS current + DESCRIPTION + "Description. dabARAmplifierSwitchOverFault notification" + ::= { dabEventsAR 19 } + + + -- 1.3.6.1.4.1.19831.1.1.2.2.0.20 + dabARAmplifierARFPresentEvent NOTIFICATION-TYPE + OBJECTS { sysDescr, sysName, sysLocation, eventTimeStamp, eventPriority, + eventCounter, dabARAmplifierARFPresent } + STATUS current + DESCRIPTION + "Description. dabARAmplifierARFPresent notification" + ::= { dabEventsAR 20 } + + + -- 1.3.6.1.4.1.19831.1.1.2.2.0.21 + dabARAmplifierAFaultEvent NOTIFICATION-TYPE + OBJECTS { sysDescr, sysName, sysLocation, eventTimeStamp, eventPriority, + eventCounter, dabARAmplifierAFault } + STATUS current + DESCRIPTION + "Description. dabARAmplifierAFault notification" + ::= { dabEventsAR 21 } + + + -- 1.3.6.1.4.1.19831.1.1.2.2.0.22 + dabARAmplifierAWarningEvent NOTIFICATION-TYPE + OBJECTS { sysDescr, sysName, sysLocation, eventTimeStamp, eventPriority, + eventCounter, dabARAmplifierAWarning } + STATUS current + DESCRIPTION + "Description. dabARAmplifierAWarning notification" + ::= { dabEventsAR 22 } + + + -- 1.3.6.1.4.1.19831.1.1.2.2.0.23 + dabARAmplifierBRFPresentEvent NOTIFICATION-TYPE + OBJECTS { sysDescr, sysName, sysLocation, eventTimeStamp, eventPriority, + eventCounter, dabARAmplifierBRFPresent } + STATUS current + DESCRIPTION + "Description. dabARAmplifierBRFPresent notification" + ::= { dabEventsAR 23 } + + + -- 1.3.6.1.4.1.19831.1.1.2.2.0.24 + dabARAmplifierBFaultEvent NOTIFICATION-TYPE + OBJECTS { sysDescr, sysName, sysLocation, eventTimeStamp, eventPriority, + eventCounter, dabARAmplifierBFault } + STATUS current + DESCRIPTION + "Description. dabARAmplifierBFault notification" + ::= { dabEventsAR 24 } + + + -- 1.3.6.1.4.1.19831.1.1.2.2.0.25 + dabARAmplifierBWarningEvent NOTIFICATION-TYPE + OBJECTS { sysDescr, sysName, sysLocation, eventTimeStamp, eventPriority, + eventCounter, dabARAmplifierBWarning } + STATUS current + DESCRIPTION + "Description. dabARAmplifierBWarning notification" + ::= { dabEventsAR 25 } + + + -- 1.3.6.1.4.1.19831.1.1.2.2.0.26 + dabARExciterAInput1OKEvent NOTIFICATION-TYPE + OBJECTS { sysDescr, sysName, sysLocation, eventTimeStamp, eventPriority, + eventCounter, dabARExciterAInput1OK } + STATUS current + DESCRIPTION + "Description. dabARExciterAInput1OK notification" + ::= { dabEventsAR 26 } + + + -- 1.3.6.1.4.1.19831.1.1.2.2.0.27 + dabARExciterAInput2OKEvent NOTIFICATION-TYPE + OBJECTS { sysDescr, sysName, sysLocation, eventTimeStamp, eventPriority, + eventCounter, dabARExciterAInput2OK } + STATUS current + DESCRIPTION + "Description. dabARExciterAInput2OK notification" + ::= { dabEventsAR 27 } + + + -- 1.3.6.1.4.1.19831.1.1.2.2.0.28 + dabARExciterALocalModeEvent NOTIFICATION-TYPE + OBJECTS { sysDescr, sysName, sysLocation, eventTimeStamp, eventPriority, + eventCounter, dabARExciterALocalMode } + STATUS current + DESCRIPTION + "Description. dabARExciterALocalMode notification" + ::= { dabEventsAR 28 } + + + -- 1.3.6.1.4.1.19831.1.1.2.2.0.29 + dabARExciterAFaultEvent NOTIFICATION-TYPE + OBJECTS { sysDescr, sysName, sysLocation, eventTimeStamp, eventPriority, + eventCounter, dabARExciterAFault } + STATUS current + DESCRIPTION + "Description. dabARExciterAFault notification" + ::= { dabEventsAR 29 } + + + -- 1.3.6.1.4.1.19831.1.1.2.2.0.30 + dabARExciterAWarningEvent NOTIFICATION-TYPE + OBJECTS { sysDescr, sysName, sysLocation, eventTimeStamp, eventPriority, + eventCounter, dabARExciterAWarning } + STATUS current + DESCRIPTION + "Description. dabARExciterAWarning notification" + ::= { dabEventsAR 30 } + + + -- 1.3.6.1.4.1.19831.1.1.2.2.0.31 + dabARExciterAActiveInputEvent NOTIFICATION-TYPE + OBJECTS { sysDescr, sysName, sysLocation, eventTimeStamp, eventPriority, + eventCounter, dabARExciterAActiveInput } + STATUS current + DESCRIPTION + "Description. dabARExciterAActiveInput notification" + ::= { dabEventsAR 31 } + + + -- 1.3.6.1.4.1.19831.1.1.2.2.0.32 + dabARExciterASFNModeEvent NOTIFICATION-TYPE + OBJECTS { sysDescr, sysName, sysLocation, eventTimeStamp, eventPriority, + eventCounter, dabARExciterASFNMode } + STATUS current + DESCRIPTION + "Description. dabARExciterASFNMode notification" + ::= { dabEventsAR 32 } + + + -- 1.3.6.1.4.1.19831.1.1.2.2.0.33 + dabARExciterARefFaultEvent NOTIFICATION-TYPE + OBJECTS { sysDescr, sysName, sysLocation, eventTimeStamp, eventPriority, + eventCounter, dabARExciterARefFault } + STATUS current + DESCRIPTION + "Description. dabARExciterARefFault notification" + ::= { dabEventsAR 33 } + + + -- 1.3.6.1.4.1.19831.1.1.2.2.0.34 + dabARExciterAMuteEvent NOTIFICATION-TYPE + OBJECTS { sysDescr, sysName, sysLocation, eventTimeStamp, eventPriority, + eventCounter, dabARExciterAMute } + STATUS current + DESCRIPTION + "Description. dabARExciterAMute notification" + ::= { dabEventsAR 34 } + + + -- 1.3.6.1.4.1.19831.1.1.2.2.0.35 + dabARExciterAWarningTimeStampEvent NOTIFICATION-TYPE + OBJECTS { sysDescr, sysName, sysLocation, eventTimeStamp, eventPriority, + eventCounter, dabARExciterAWarningTimeStamp } + STATUS current + DESCRIPTION + "Description. dabARExciterAWarningTomeStamp notification" + ::= { dabEventsAR 35 } + + + -- 1.3.6.1.4.1.19831.1.1.2.2.0.36 + dabARExciterBInput1OKEvent NOTIFICATION-TYPE + OBJECTS { sysDescr, sysName, sysLocation, eventTimeStamp, eventPriority, + eventCounter, dabARExciterBInput1OK } + STATUS current + DESCRIPTION + "Description. dabARExciterBInput1OK notification" + ::= { dabEventsAR 36 } + + + -- 1.3.6.1.4.1.19831.1.1.2.2.0.37 + dabARExciterBInput2OKEvent NOTIFICATION-TYPE + OBJECTS { sysDescr, sysName, sysLocation, eventTimeStamp, eventPriority, + eventCounter, dabARExciterBInput2OK } + STATUS current + DESCRIPTION + "Description. dabARExciterBInput2OK notification" + ::= { dabEventsAR 37 } + + + -- 1.3.6.1.4.1.19831.1.1.2.2.0.38 + dabARExciterBLocalModeEvent NOTIFICATION-TYPE + OBJECTS { sysDescr, sysName, sysLocation, eventTimeStamp, eventPriority, + eventCounter, dabARExciterBLocalMode } + STATUS current + DESCRIPTION + "Description. dabARExciterBLocalMode notification" + ::= { dabEventsAR 38 } + + + -- 1.3.6.1.4.1.19831.1.1.2.2.0.39 + dabARExciterBFaultEvent NOTIFICATION-TYPE + OBJECTS { sysDescr, sysName, sysLocation, eventTimeStamp, eventPriority, + eventCounter, dabARExciterBFault } + STATUS current + DESCRIPTION + "Description. dabARExciterBFault notification" + ::= { dabEventsAR 39 } + + + -- 1.3.6.1.4.1.19831.1.1.2.2.0.40 + dabARExciterBWarningEvent NOTIFICATION-TYPE + OBJECTS { sysDescr, sysName, sysLocation, eventTimeStamp, eventPriority, + eventCounter, dabARExciterBWarning } + STATUS current + DESCRIPTION + "Description. dabARExciterBWarning notification" + ::= { dabEventsAR 40 } + + + -- 1.3.6.1.4.1.19831.1.1.2.2.0.41 + dabARExciterBActiveInputEvent NOTIFICATION-TYPE + OBJECTS { sysDescr, sysName, sysLocation, eventTimeStamp, eventPriority, + eventCounter, dabARExciterBActiveInput } + STATUS current + DESCRIPTION + "Description. dabARExciterBActiveInput notification" + ::= { dabEventsAR 41 } + + + -- 1.3.6.1.4.1.19831.1.1.2.2.0.42 + dabARExciterBSFNModeEvent NOTIFICATION-TYPE + OBJECTS { sysDescr, sysName, sysLocation, eventTimeStamp, eventPriority, + eventCounter, dabARExciterBSFNMode } + STATUS current + DESCRIPTION + "Description. dabARExciterBSFNMode notification" + ::= { dabEventsAR 42 } + + + -- 1.3.6.1.4.1.19831.1.1.2.2.0.43 + dabARExciterBRefFaultEvent NOTIFICATION-TYPE + OBJECTS { sysDescr, sysName, sysLocation, eventTimeStamp, eventPriority, + eventCounter, dabARExciterBRefFault } + STATUS current + DESCRIPTION + "Description. dabARExciterBRefFault notification" + ::= { dabEventsAR 43 } + + + -- 1.3.6.1.4.1.19831.1.1.2.2.0.44 + dabARExciterBMuteEvent NOTIFICATION-TYPE + OBJECTS { sysDescr, sysName, sysLocation, eventTimeStamp, eventPriority, + eventCounter, dabARExciterBMute } + STATUS current + DESCRIPTION + "Description. dabARExciterBMute notification" + ::= { dabEventsAR 44 } + + + -- 1.3.6.1.4.1.19831.1.1.2.2.0.45 + dabARExciterBWarningTimeStampEvent NOTIFICATION-TYPE + OBJECTS { sysDescr, sysName, sysLocation, eventTimeStamp, eventPriority, + eventCounter, dabARExciterBWarningTimeStamp } + STATUS current + DESCRIPTION + "Description. dabARExciterBWarningTimeStamp notification" + ::= { dabEventsAR 45 } + + +-- dab active reserve general + -- 1.3.6.1.4.1.19831.1.1.2.2.1 + dabARGeneral OBJECT IDENTIFIER ::= { dabActiveReserve 1 } + + + -- 1.3.6.1.4.1.19831.1.1.2.2.1.1 + dabARInputPreselection OBJECT-TYPE + SYNTAX Input1Input2 + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Preselection input of aktive reserve + + (0) undefined + (1) Input 1 + (2) Input 2" + ::= { dabARGeneral 1 } + + + -- 1.3.6.1.4.1.19831.1.1.2.2.1.2 + dabARInputAutomatic OBJECT-TYPE + SYNTAX SelectManualAuto + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Input selection mode of aktive reserve: manual or automatic + + (0) undefined + (1) manual + (2) automatic" + ::= { dabARGeneral 2 } + + + -- 1.3.6.1.4.1.19831.1.1.2.2.1.3 + dabARPreselectionExciter OBJECT-TYPE + SYNTAX INTEGER + { + undefined(0), + exciterA(1), + exciterB(2) + } + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Aktive reserve. Preselection of the exciter + + " + ::= { dabARGeneral 3 } + + + -- 1.3.6.1.4.1.19831.1.1.2.2.1.4 + dabARPreselectionAmplifier OBJECT-TYPE + SYNTAX INTEGER + { + undefined(0), + amplifierA(1), + amplifierB(2), + amplifierAB(3), + amplifierABtoDummiload(4) + } + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Aktive reserve. Preselection amplifier + + " + ::= { dabARGeneral 4 } + + + -- 1.3.6.1.4.1.19831.1.1.2.2.1.5 + dabARTransmitterOpMode OBJECT-TYPE + SYNTAX SelectOnOff + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "General transmitter control of aktive reserve + + (0) undefined + (1) ON + (2) OFF" + ::= { dabARGeneral 5 } + + + -- 1.3.6.1.4.1.19831.1.1.2.2.1.6 + dabARReserveControl OBJECT-TYPE + SYNTAX SelectOnOff + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Reserve control of aktive reserve + + (0) undefined + (1) ON + (2) OFF " + ::= { dabARGeneral 6 } + + + -- 1.3.6.1.4.1.19831.1.1.2.2.1.7 + dabARResetFault OBJECT-TYPE + SYNTAX Unsigned32 + MAX-ACCESS read-write + STATUS obsolete + DESCRIPTION + "Massage is inactive! + + Active Reserve. Reset fault: trigger for reset the sum fault + + <1> + + (1) reset sum fault + " + ::= { dabARGeneral 7 } + + + -- 1.3.6.1.4.1.19831.1.1.2.2.1.8 + dabARActiveAmplifier OBJECT-TYPE + SYNTAX INTEGER + { + undefined(0), + amplifierA(1), + amplifierB(2), + amplifierAB(3), + amplifierABtoDummiload(4) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Active amplifier of aktive reserve + + " + ::= { dabARGeneral 8 } + + + -- 1.3.6.1.4.1.19831.1.1.2.2.1.9 + dabARActiveExciter OBJECT-TYPE + SYNTAX INTEGER + { + undefined(0), + exciterA(1), + exciterB(2) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Active exciter of aktive reserve + + " + ::= { dabARGeneral 9 } + + + -- 1.3.6.1.4.1.19831.1.1.2.2.1.10 + dabARLocalMode OBJECT-TYPE + SYNTAX LocalRemote + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Active reserve. Local mode + + (0) undefined + (1) local + (2) remote" + ::= { dabARGeneral 10 } + + + -- 1.3.6.1.4.1.19831.1.1.2.2.1.11 + dabARControlUnitFault OBJECT-TYPE + SYNTAX FaultOK + UNITS " " + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Aktive reserve. State of the control unit + + (0) undefined + (1) fault + (2) ok" + ::= { dabARGeneral 11 } + + + -- 1.3.6.1.4.1.19831.1.1.2.2.1.12 + dabARExciterSwitchOverMode OBJECT-TYPE + SYNTAX SelectManualAuto + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Aktive reserve. Exciter switch over mode: manual or automatic + + (0) undefined + (1) manual + (2) automatic" + ::= { dabARGeneral 12 } + + + -- 1.3.6.1.4.1.19831.1.1.2.2.1.13 + dabARExciterSwitchOverReady OBJECT-TYPE + SYNTAX ReadyNotReady + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Aktive reserve. State of the exciter switch over unit + + (0) undefined + (1) ready + (2) not ready" + ::= { dabARGeneral 13 } + + + -- 1.3.6.1.4.1.19831.1.1.2.2.1.14 + dabARExciterSwitchOverExecuted OBJECT-TYPE + SYNTAX ExecutedNotExecuted + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Aktive reserve. Shows if the exciter switch over unit it has executed + + (0) undefined + (1) executed + (2) not executed" + ::= { dabARGeneral 14 } + + + -- 1.3.6.1.4.1.19831.1.1.2.2.1.15 + dabARExciterSwitchOverFault OBJECT-TYPE + SYNTAX FaultOK + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Aktive reserve. Fault state of the exciter switch over unit + + (0) undefined + (1) faulty + (2) ok" + ::= { dabARGeneral 15 } + + + -- 1.3.6.1.4.1.19831.1.1.2.2.1.16 + dabARAmplifierSwitchOverMode OBJECT-TYPE + SYNTAX SelectManualAuto + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Active reserve. Amplifier switch over mode: manual or automatic + + (0) undefined + (1) manual + (2) automatic" + ::= { dabARGeneral 16 } + + + -- 1.3.6.1.4.1.19831.1.1.2.2.1.17 + dabARAmplifierSwitchOverReady OBJECT-TYPE + SYNTAX ReadyNotReady + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Active reserve. State of the amplifier switch over unit + + (0) undefined + (1) ready + (2) not ready" + ::= { dabARGeneral 17 } + + + -- 1.3.6.1.4.1.19831.1.1.2.2.1.18 + dabARAmplifierSwitchOverExecuted OBJECT-TYPE + SYNTAX ExecutedNotExecuted + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Active reserve. Shows if the amplifier switch over unit it has executed + + (0) undefined + (1) executed + (2) not executed" + ::= { dabARGeneral 18 } + + + -- 1.3.6.1.4.1.19831.1.1.2.2.1.19 + dabARAmplifierSwitchOverFault OBJECT-TYPE + SYNTAX FaultOK + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Active reserve. Fault state of the amplifier switch over unit + + (0) undefined + (1) faulty + (2) ok" + ::= { dabARGeneral 19 } + + +-- dab active reserve amplifier A + -- 1.3.6.1.4.1.19831.1.1.2.2.2 + dabARAmplifierA OBJECT IDENTIFIER ::= { dabActiveReserve 2 } + + + -- 1.3.6.1.4.1.19831.1.1.2.2.2.1 + dabARAmplifierARFPresent OBJECT-TYPE + SYNTAX PresentNotPresent + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Active reserve. Describes if the output power of the amplifier A is present + + (0) undefined + (1) present + (2) not present" + ::= { dabARAmplifierA 1 } + + + -- 1.3.6.1.4.1.19831.1.1.2.2.2.2 + dabARAmplifierAFault OBJECT-TYPE + SYNTAX FaultOK + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Active reserve. Fault state of amplifier A + + (0) undefined + (1) fault + (2) ok" + ::= { dabARAmplifierA 2 } + + + -- 1.3.6.1.4.1.19831.1.1.2.2.2.3 + dabARAmplifierAWarning OBJECT-TYPE + SYNTAX WarningOK + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Active reserve. Warning state of amplifier A + + (0) undefined + (1) warning + (2) ok" + ::= { dabARAmplifierA 3 } + + +-- dab active reserve amplifier B + -- 1.3.6.1.4.1.19831.1.1.2.2.3 + dabARAmplifierB OBJECT IDENTIFIER ::= { dabActiveReserve 3 } + + + -- 1.3.6.1.4.1.19831.1.1.2.2.3.1 + dabARAmplifierBRFPresent OBJECT-TYPE + SYNTAX PresentNotPresent + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Active reserve. Describes if the output power of the amplifier B is present + + (0) undefined + (1) present + (2) not present" + ::= { dabARAmplifierB 1 } + + + -- 1.3.6.1.4.1.19831.1.1.2.2.3.2 + dabARAmplifierBFault OBJECT-TYPE + SYNTAX FaultOK + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Active reserve. Fault state of amplifier B + + (0) undefined + (1) fault + (2) ok" + ::= { dabARAmplifierB 2 } + + + -- 1.3.6.1.4.1.19831.1.1.2.2.3.3 + dabARAmplifierBWarning OBJECT-TYPE + SYNTAX WarningOK + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Active reserve. Warning state of amplifier B + + (0) undefined + (1) warning + (2) ok" + ::= { dabARAmplifierB 3 } + + +-- dab active reserve excister A + -- 1.3.6.1.4.1.19831.1.1.2.2.4 + dabARExciterA OBJECT IDENTIFIER ::= { dabActiveReserve 4 } + + + -- 1.3.6.1.4.1.19831.1.1.2.2.4.1 + dabARExciterAInput1OK OBJECT-TYPE + SYNTAX OkNotOk + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Active reserve. Describes if the input signal at the input 1 of exiter A is ok + + (0) undefined + (1) signal ok + (2) signal is not ok " + ::= { dabARExciterA 1 } + + + -- 1.3.6.1.4.1.19831.1.1.2.2.4.2 + dabARExciterAInput2OK OBJECT-TYPE + SYNTAX OkNotOk + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Active reserve. Describes if the input signal at the input 2 of exiter A is ok + + (0) undefined + (1) signal ok + (2) signal is not ok " + ::= { dabARExciterA 2 } + + + -- 1.3.6.1.4.1.19831.1.1.2.2.4.3 + dabARExciterALocalMode OBJECT-TYPE + SYNTAX LocalRemote + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Active reserve. State of the local mode of exciter A + + (0) undefined + (1) local + (2) remote" + ::= { dabARExciterA 3 } + + + -- 1.3.6.1.4.1.19831.1.1.2.2.4.4 + dabARExciterAFault OBJECT-TYPE + SYNTAX FaultOK + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Active reserve. State of the exciter A + + (0) undefined + (1) fault + (2) ok" + ::= { dabARExciterA 4 } + + + -- 1.3.6.1.4.1.19831.1.1.2.2.4.5 + dabARExciterAWarning OBJECT-TYPE + SYNTAX WarningOK + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Active reserve. Warning state of the exciter A + + (0) undefined + (1) warning + (2) ok" + ::= { dabARExciterA 5 } + + + -- 1.3.6.1.4.1.19831.1.1.2.2.4.6 + dabARExciterAActiveInput OBJECT-TYPE + SYNTAX INTEGER + { + undefined(0), + input1(1), + input2(2), + seamless(3), + hmHierarchicalModulation(4) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Active reserve. Active input of the exciter A + + " + ::= { dabARExciterA 6 } + + + -- 1.3.6.1.4.1.19831.1.1.2.2.4.7 + dabARExciterASFNMode OBJECT-TYPE + SYNTAX SFNMFN + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Active reserve. SFN mode of exciter A + + (0) undefined + (1) SFN + (2) MFN" + ::= { dabARExciterA 7 } + + + -- 1.3.6.1.4.1.19831.1.1.2.2.4.8 + dabARExciterARefFault OBJECT-TYPE + SYNTAX FaultOK + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Active reserve. Fault state of the GPS input or the reference frequency of exciter A + + (0) undefined + (1) fault + (2) ok" + ::= { dabARExciterA 8 } + + + -- 1.3.6.1.4.1.19831.1.1.2.2.4.9 + dabARExciterAMute OBJECT-TYPE + SYNTAX MuteOk + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Active reserve. Mute state of exciter A + + (0) undefined + (1) mute + (2) ok" + ::= { dabARExciterA 9 } + + + -- 1.3.6.1.4.1.19831.1.1.2.2.4.10 + dabARExciterAWarningTimeStamp OBJECT-TYPE + SYNTAX WarningOK + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Active reserve. Time stamp warning of exciter A + + (0) undefined + (1) warning + (2) ok" + ::= { dabARExciterA 10 } + + +-- dab active reserve excister B + -- 1.3.6.1.4.1.19831.1.1.2.2.5 + dabARExciterB OBJECT IDENTIFIER ::= { dabActiveReserve 5 } + + + -- 1.3.6.1.4.1.19831.1.1.2.2.5.1 + dabARExciterBInput1OK OBJECT-TYPE + SYNTAX OkNotOk + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Active reserve. Describes if the input signal at the input 1 of exciter B is ok + + (0) undefined + (1) signal ok + (2) signal is not ok " + ::= { dabARExciterB 1 } + + + -- 1.3.6.1.4.1.19831.1.1.2.2.5.2 + dabARExciterBInput2OK OBJECT-TYPE + SYNTAX OkNotOk + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Active reserve. Describes if the input signal at the input 2 of exciter B is ok + + (0) undefined + (1) signal ok + (2) signal is not ok " + ::= { dabARExciterB 2 } + + + -- 1.3.6.1.4.1.19831.1.1.2.2.5.3 + dabARExciterBLocalMode OBJECT-TYPE + SYNTAX LocalRemote + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Active reserve. State of the local mode of exciter B + + (0) undefined + (1) local + (2) remote" + ::= { dabARExciterB 3 } + + + -- 1.3.6.1.4.1.19831.1.1.2.2.5.4 + dabARExciterBFault OBJECT-TYPE + SYNTAX FaultOK + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Active reserve. Fault state of the exciter B + + (0) undefined + (1) fault + (2) ok" + ::= { dabARExciterB 4 } + + + -- 1.3.6.1.4.1.19831.1.1.2.2.5.5 + dabARExciterBWarning OBJECT-TYPE + SYNTAX WarningOK + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Active reserve. Warning state of the exciter B + + (0) undefined + (1) warning + (2) ok" + ::= { dabARExciterB 5 } + + + -- 1.3.6.1.4.1.19831.1.1.2.2.5.6 + dabARExciterBActiveInput OBJECT-TYPE + SYNTAX INTEGER + { + undefined(0), + input1(1), + input2(2), + seamless(3), + hmHierarchicalModulation(4) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Active reserve. Active input of the exciter B + + " + ::= { dabARExciterB 6 } + + + -- 1.3.6.1.4.1.19831.1.1.2.2.5.7 + dabARExciterBSFNMode OBJECT-TYPE + SYNTAX SFNMFN + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Active reserve. SFN mode of exciter B + + (0) undefined + (1) SFN + (2) MFN" + ::= { dabARExciterB 7 } + + + -- 1.3.6.1.4.1.19831.1.1.2.2.5.8 + dabARExciterBMute OBJECT-TYPE + SYNTAX MuteOk + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Active reserve. Mute state of exciter B + + (0) undefined + (1) mute + (2) ok" + ::= { dabARExciterB 8 } + + + -- 1.3.6.1.4.1.19831.1.1.2.2.5.9 + dabARExciterBRefFault OBJECT-TYPE + SYNTAX FaultOK + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Active reserve. Fault state of the GPS input or the reference frequency of exciter B + + (0) undefined + (1) fault + (2) ok" + ::= { dabARExciterB 9 } + + + -- 1.3.6.1.4.1.19831.1.1.2.2.5.10 + dabARExciterBWarningTimeStamp OBJECT-TYPE + SYNTAX WarningOK + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Active reserve. Time stamp warning of exciter B + + (0) undefined + (1) warning + (2) ok" + ::= { dabARExciterB 10 } + + +-- dab active reserve event enable + -- 1.3.6.1.4.1.19831.1.1.2.2.6 + dabAREventEnable OBJECT IDENTIFIER ::= { dabActiveReserve 6 } + + +-- dab active reserve general: switch for Event + -- 1.3.6.1.4.1.19831.1.1.2.2.6.1 + dabAREventEnableGeneral OBJECT IDENTIFIER ::= { dabAREventEnable 1 } + + + -- 1.3.6.1.4.1.19831.1.1.2.2.6.1.1 + dabARInputPreselectionEnable OBJECT-TYPE + SYNTAX TruthValue + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Description.Enable/Disable switch for dabARInputPreselection event" + ::= { dabAREventEnableGeneral 1 } + + + -- 1.3.6.1.4.1.19831.1.1.2.2.6.1.2 + dabARInputAutomaticEnable OBJECT-TYPE + SYNTAX TruthValue + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Description.Enable/Disable switch for dabARInputAutomatic event" + ::= { dabAREventEnableGeneral 2 } + + + -- 1.3.6.1.4.1.19831.1.1.2.2.6.1.3 + dabARPreselectionExciterEnable OBJECT-TYPE + SYNTAX TruthValue + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Description.Enable/Disable switch for dabARPreselectionExciter event" + ::= { dabAREventEnableGeneral 3 } + + + -- 1.3.6.1.4.1.19831.1.1.2.2.6.1.4 + dabARPreselectionAmplifierEnable OBJECT-TYPE + SYNTAX TruthValue + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Description.Enable/Disable switch for dabARPreselectionAmplifier event" + ::= { dabAREventEnableGeneral 4 } + + + -- 1.3.6.1.4.1.19831.1.1.2.2.6.1.5 + dabARTransmitterOpModeEnable OBJECT-TYPE + SYNTAX TruthValue + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Description.Enable/Disable switch for dabARTransmitterOpMode event" + ::= { dabAREventEnableGeneral 5 } + + + -- 1.3.6.1.4.1.19831.1.1.2.2.6.1.6 + dabARReserveControlEnable OBJECT-TYPE + SYNTAX TruthValue + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Description.Enable/Disable switch for dabARReserveControl event" + ::= { dabAREventEnableGeneral 6 } + + + -- 1.3.6.1.4.1.19831.1.1.2.2.6.1.7 + dabARResetFaultEnable OBJECT-TYPE + SYNTAX TruthValue + MAX-ACCESS read-write + STATUS obsolete + DESCRIPTION + "Massage is inactive! + + Description.Enable/Disable switch for dabARResetFault event" + ::= { dabAREventEnableGeneral 7 } + + + -- 1.3.6.1.4.1.19831.1.1.2.2.6.1.8 + dabARActiveAmplifierEnable OBJECT-TYPE + SYNTAX TruthValue + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Description.Enable/Disable switch for dabARActiveAmplifier event" + ::= { dabAREventEnableGeneral 8 } + + + -- 1.3.6.1.4.1.19831.1.1.2.2.6.1.9 + dabARActiveExciterEnable OBJECT-TYPE + SYNTAX TruthValue + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Description.Enable/Disable switch for dabARActiveExciter event" + ::= { dabAREventEnableGeneral 9 } + + + -- 1.3.6.1.4.1.19831.1.1.2.2.6.1.10 + dabARLocalModeEnable OBJECT-TYPE + SYNTAX TruthValue + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Description.Enable/Disable switch for dabARLocalMode event" + ::= { dabAREventEnableGeneral 10 } + + + -- 1.3.6.1.4.1.19831.1.1.2.2.6.1.11 + dabARControlUnitFaultEnable OBJECT-TYPE + SYNTAX TruthValue + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Description.Enable/Disable switch for dabARControlUnitFault event" + ::= { dabAREventEnableGeneral 11 } + + + -- 1.3.6.1.4.1.19831.1.1.2.2.6.1.12 + dabARExciterSwitchOverModeEnable OBJECT-TYPE + SYNTAX TruthValue + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Description.Enable/Disable switch for dabARExciterSwitchOverMode event" + ::= { dabAREventEnableGeneral 12 } + + + -- 1.3.6.1.4.1.19831.1.1.2.2.6.1.13 + dabARExciterSwitchOverReadyEnable OBJECT-TYPE + SYNTAX TruthValue + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Description.Enable/Disable switch for dabARExciterSwitchOverReady event" + ::= { dabAREventEnableGeneral 13 } + + + -- 1.3.6.1.4.1.19831.1.1.2.2.6.1.14 + dabARExciterSwitchOverExecutedEnable OBJECT-TYPE + SYNTAX TruthValue + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Description.Enable/Disable switch for dabARExciterSwitchOverExecuted event" + ::= { dabAREventEnableGeneral 14 } + + + -- 1.3.6.1.4.1.19831.1.1.2.2.6.1.15 + dabARExciterSwitchOverFaultEnable OBJECT-TYPE + SYNTAX TruthValue + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Description.Enable/Disable switch for dabARExciterSwitchOverFault event" + ::= { dabAREventEnableGeneral 15 } + + + -- 1.3.6.1.4.1.19831.1.1.2.2.6.1.16 + dabARAmplifierSwitchOverModeEnable OBJECT-TYPE + SYNTAX TruthValue + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Description.Enable/Disable switch for dabARAmplifierSwitchOverMode event" + ::= { dabAREventEnableGeneral 16 } + + + -- 1.3.6.1.4.1.19831.1.1.2.2.6.1.17 + dabARAmplifierSwitchOverReadyEnable OBJECT-TYPE + SYNTAX TruthValue + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Description.Enable/Disable switch for dabARAmplifierSwitchOverReady event" + ::= { dabAREventEnableGeneral 17 } + + + -- 1.3.6.1.4.1.19831.1.1.2.2.6.1.18 + dabARAmplifierSwitchOverExecutedEnable OBJECT-TYPE + SYNTAX TruthValue + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Description.Enable/Disable switch for dabARAmplifierSwitchOverExecuted event" + ::= { dabAREventEnableGeneral 18 } + + + -- 1.3.6.1.4.1.19831.1.1.2.2.6.1.19 + dabARAmplifierSwitchOverFaultEnable OBJECT-TYPE + SYNTAX TruthValue + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Description.Enable/Disable switch for dabARAmplifierSwitchOverFault event" + ::= { dabAREventEnableGeneral 19 } + + +-- dab active reserve amplifier A: switch for Event + -- 1.3.6.1.4.1.19831.1.1.2.2.6.2 + dabAREventEnableAmplifierA OBJECT IDENTIFIER ::= { dabAREventEnable 2 } + + + -- 1.3.6.1.4.1.19831.1.1.2.2.6.2.1 + dabARAmplifierARFPresentEnable OBJECT-TYPE + SYNTAX TruthValue + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Description.Enable/Disable switch for dabARAmplifierARFPresent event" + ::= { dabAREventEnableAmplifierA 1 } + + + -- 1.3.6.1.4.1.19831.1.1.2.2.6.2.2 + dabARAmplifierAFaultEnable OBJECT-TYPE + SYNTAX TruthValue + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Description.Enable/Disable switch for dabARAmplifierAFault event" + ::= { dabAREventEnableAmplifierA 2 } + + + -- 1.3.6.1.4.1.19831.1.1.2.2.6.2.3 + dabARAmplifierAWarningEnable OBJECT-TYPE + SYNTAX TruthValue + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Description.Enable/Disable switch for dabARAmplifierAWarning event" + ::= { dabAREventEnableAmplifierA 3 } + + +-- dab active reserve amplifier B: switch for Event + -- 1.3.6.1.4.1.19831.1.1.2.2.6.3 + dabAREventEnableAmplifierB OBJECT IDENTIFIER ::= { dabAREventEnable 3 } + + + -- 1.3.6.1.4.1.19831.1.1.2.2.6.3.1 + dabARAmplifierBRFPresentEnable OBJECT-TYPE + SYNTAX TruthValue + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Description.Enable/Disable switch for dabARAmplifierBRFPresent event" + ::= { dabAREventEnableAmplifierB 1 } + + + -- 1.3.6.1.4.1.19831.1.1.2.2.6.3.2 + dabARAmplifierBFaultEnable OBJECT-TYPE + SYNTAX TruthValue + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Description.Enable/Disable switch for dabARAmplifierBFault event" + ::= { dabAREventEnableAmplifierB 2 } + + + -- 1.3.6.1.4.1.19831.1.1.2.2.6.3.3 + dabARAmplifierBWarningEnable OBJECT-TYPE + SYNTAX TruthValue + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Description.Enable/Disable switch for dabARAmplifierBWarning event" + ::= { dabAREventEnableAmplifierB 3 } + + +-- dab active reserve exciter A: switch for event + -- 1.3.6.1.4.1.19831.1.1.2.2.6.4 + dabAREventEnableExciterA OBJECT IDENTIFIER ::= { dabAREventEnable 4 } + + + -- 1.3.6.1.4.1.19831.1.1.2.2.6.4.1 + dabARExciterAInput1OKEnable OBJECT-TYPE + SYNTAX TruthValue + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Description.Enable/Disable switch for dabARExciterAInput1OK event" + ::= { dabAREventEnableExciterA 1 } + + + -- 1.3.6.1.4.1.19831.1.1.2.2.6.4.2 + dabARExciterAInput2OKEnable OBJECT-TYPE + SYNTAX TruthValue + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Description.Enable/Disable switch for dabARExciterAInput2OK event" + ::= { dabAREventEnableExciterA 2 } + + + -- 1.3.6.1.4.1.19831.1.1.2.2.6.4.3 + dabARExciterALocalModeEnable OBJECT-TYPE + SYNTAX TruthValue + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Description.Enable/Disable switch for dabARExciterALocalMode event" + ::= { dabAREventEnableExciterA 3 } + + + -- 1.3.6.1.4.1.19831.1.1.2.2.6.4.4 + dabARExciterAFaultEnable OBJECT-TYPE + SYNTAX TruthValue + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Description.Enable/Disable switch for dabARExciterAFault event" + ::= { dabAREventEnableExciterA 4 } + + + -- 1.3.6.1.4.1.19831.1.1.2.2.6.4.5 + dabARExciterAWarningEnable OBJECT-TYPE + SYNTAX TruthValue + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Description.Enable/Disable switch for dabARExciterAWarning event" + ::= { dabAREventEnableExciterA 5 } + + + -- 1.3.6.1.4.1.19831.1.1.2.2.6.4.6 + dabARExciterAActiveInputEnable OBJECT-TYPE + SYNTAX TruthValue + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Description.Enable/Disable switch for dabARExciterAActiveInput event" + ::= { dabAREventEnableExciterA 6 } + + + -- 1.3.6.1.4.1.19831.1.1.2.2.6.4.7 + dabARExciterASFNModeEnable OBJECT-TYPE + SYNTAX TruthValue + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Description.Enable/Disable switch for dabARExciterASFNMode event" + ::= { dabAREventEnableExciterA 7 } + + + -- 1.3.6.1.4.1.19831.1.1.2.2.6.4.8 + dabARExciterARefFaultEnable OBJECT-TYPE + SYNTAX TruthValue + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Description.Enable/Disable switch for dabARExciterARefFault event" + ::= { dabAREventEnableExciterA 8 } + + + -- 1.3.6.1.4.1.19831.1.1.2.2.6.4.9 + dabARExciterAMuteEnable OBJECT-TYPE + SYNTAX TruthValue + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Description.Enable/Disable switch for dabARExciterAMute event" + ::= { dabAREventEnableExciterA 9 } + + + -- 1.3.6.1.4.1.19831.1.1.2.2.6.4.10 + dabARExciterAWarningTimeStampEnable OBJECT-TYPE + SYNTAX TruthValue + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Description.Enable/Disable switch for dabARExciterAWarningTimeStamp event" + ::= { dabAREventEnableExciterA 10 } + + +-- dab active reserve exciter B: switch event + -- 1.3.6.1.4.1.19831.1.1.2.2.6.5 + dabAREventEnableExciterB OBJECT IDENTIFIER ::= { dabAREventEnable 5 } + + + -- 1.3.6.1.4.1.19831.1.1.2.2.6.5.1 + dabARExciterBInput1OKEnable OBJECT-TYPE + SYNTAX TruthValue + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Description.Enable/Disable switch for dabARExciterBInput1OK event" + ::= { dabAREventEnableExciterB 1 } + + + -- 1.3.6.1.4.1.19831.1.1.2.2.6.5.2 + dabARExciterBInput2OKEnable OBJECT-TYPE + SYNTAX TruthValue + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Description.Enable/Disable switch for dabARExciterBInput2OK event" + ::= { dabAREventEnableExciterB 2 } + + + -- 1.3.6.1.4.1.19831.1.1.2.2.6.5.3 + dabARExciterBLocalModeEnable OBJECT-TYPE + SYNTAX TruthValue + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Description.Enable/Disable switch for dabARExciterBLocalMode event" + ::= { dabAREventEnableExciterB 3 } + + + -- 1.3.6.1.4.1.19831.1.1.2.2.6.5.4 + dabARExciterBFaultEnable OBJECT-TYPE + SYNTAX TruthValue + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Description.Enable/Disable switch for dabARExciterBFault event" + ::= { dabAREventEnableExciterB 4 } + + + -- 1.3.6.1.4.1.19831.1.1.2.2.6.5.5 + dabARExciterBWarningEnable OBJECT-TYPE + SYNTAX TruthValue + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Description.Enable/Disable switch for dabARExciterBWarning event" + ::= { dabAREventEnableExciterB 5 } + + + -- 1.3.6.1.4.1.19831.1.1.2.2.6.5.6 + dabARExciterBActiveInputEnable OBJECT-TYPE + SYNTAX TruthValue + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Description.Enable/Disable switch for dabARExciterBActiveInput event" + ::= { dabAREventEnableExciterB 6 } + + + -- 1.3.6.1.4.1.19831.1.1.2.2.6.5.7 + dabARExciterBSFNModeEnable OBJECT-TYPE + SYNTAX TruthValue + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Description.Enable/Disable switch for dabARExciterBSFNMode event" + ::= { dabAREventEnableExciterB 7 } + + + -- 1.3.6.1.4.1.19831.1.1.2.2.6.5.8 + dabARExciterBMuteEnable OBJECT-TYPE + SYNTAX TruthValue + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Description.Enable/Disable switch for dabARExciterBMute event" + ::= { dabAREventEnableExciterB 8 } + + + -- 1.3.6.1.4.1.19831.1.1.2.2.6.5.9 + dabARExciterBRefFaultEnable OBJECT-TYPE + SYNTAX TruthValue + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Description.Enable/Disable switch for dabARExciterBRefFault event" + ::= { dabAREventEnableExciterB 9 } + + + -- 1.3.6.1.4.1.19831.1.1.2.2.6.5.10 + dabARExciterBWarningTimeStampEnable OBJECT-TYPE + SYNTAX TruthValue + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Description.Enable/Disable switch for dabARExciterBWarningTimeStamp event" + ::= { dabAREventEnableExciterB 10 } + + +-- dab active reserve event priority + -- 1.3.6.1.4.1.19831.1.1.2.2.7 + dabAREventPriority OBJECT IDENTIFIER ::= { dabActiveReserve 7 } + + +-- dab active reserve event priority general + -- 1.3.6.1.4.1.19831.1.1.2.2.7.1 + dabAREventPriorityGeneral OBJECT IDENTIFIER ::= { dabAREventPriority 1 } + + + -- 1.3.6.1.4.1.19831.1.1.2.2.7.1.1 + dabARInputPreselectionPriority OBJECT-TYPE + SYNTAX Unsigned32 + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Description.Priority for dabARInputPreselection event" + ::= { dabAREventPriorityGeneral 1 } + + + -- 1.3.6.1.4.1.19831.1.1.2.2.7.1.2 + dabARInputAutomaticPriority OBJECT-TYPE + SYNTAX Unsigned32 + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Description.Priority for dabARInputAutomatic event" + ::= { dabAREventPriorityGeneral 2 } + + + -- 1.3.6.1.4.1.19831.1.1.2.2.7.1.3 + dabARPreselectionExciterPriority OBJECT-TYPE + SYNTAX Unsigned32 + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Description.Priority for dabARPreselectionExciter event" + ::= { dabAREventPriorityGeneral 3 } + + + -- 1.3.6.1.4.1.19831.1.1.2.2.7.1.4 + dabARPreselectionAmplifierPriority OBJECT-TYPE + SYNTAX Unsigned32 + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Description.Priority for dabARPreselectionAmplifier event" + ::= { dabAREventPriorityGeneral 4 } + + + -- 1.3.6.1.4.1.19831.1.1.2.2.7.1.5 + dabARTransmitterOpModePriority OBJECT-TYPE + SYNTAX Unsigned32 + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Description.Priority for dabARTransmitterOpMode event" + ::= { dabAREventPriorityGeneral 5 } + + + -- 1.3.6.1.4.1.19831.1.1.2.2.7.1.6 + dabARReserveControlPriority OBJECT-TYPE + SYNTAX Unsigned32 + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Description.Priority for dabARReserveControl event" + ::= { dabAREventPriorityGeneral 6 } + + + -- 1.3.6.1.4.1.19831.1.1.2.2.7.1.7 + dabARResetFaultPriority OBJECT-TYPE + SYNTAX Unsigned32 + MAX-ACCESS read-write + STATUS obsolete + DESCRIPTION + "Massage is inactive! + + Description.Priority for dabARResetFault event" + ::= { dabAREventPriorityGeneral 7 } + + + -- 1.3.6.1.4.1.19831.1.1.2.2.7.1.8 + dabARActiveAmplifierPriority OBJECT-TYPE + SYNTAX Unsigned32 + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Description.Priority for dabARActiveAmplifier event" + ::= { dabAREventPriorityGeneral 8 } + + + -- 1.3.6.1.4.1.19831.1.1.2.2.7.1.9 + dabARActiveExciterPriority OBJECT-TYPE + SYNTAX Unsigned32 + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Description.Priority for dabARActiveExciter event" + ::= { dabAREventPriorityGeneral 9 } + + + -- 1.3.6.1.4.1.19831.1.1.2.2.7.1.10 + dabARLocalModePriority OBJECT-TYPE + SYNTAX Unsigned32 + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Description.Priority for dabARLocalMode event" + ::= { dabAREventPriorityGeneral 10 } + + + -- 1.3.6.1.4.1.19831.1.1.2.2.7.1.11 + dabARControlUnitFaultPriority OBJECT-TYPE + SYNTAX Unsigned32 + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Description.Priority for dabARControlUnitFault event" + ::= { dabAREventPriorityGeneral 11 } + + + -- 1.3.6.1.4.1.19831.1.1.2.2.7.1.12 + dabARExciterSwitchOverModePriority OBJECT-TYPE + SYNTAX Unsigned32 + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Description.Priority for dabARExciterSwitchOverMode event" + ::= { dabAREventPriorityGeneral 12 } + + + -- 1.3.6.1.4.1.19831.1.1.2.2.7.1.13 + dabARExciterSwitchOverReadyPriority OBJECT-TYPE + SYNTAX Unsigned32 + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Description.Priority for dabARExciterSwitchOverReady event" + ::= { dabAREventPriorityGeneral 13 } + + + -- 1.3.6.1.4.1.19831.1.1.2.2.7.1.14 + dabARExciterSwitchOverExecutedPriority OBJECT-TYPE + SYNTAX Unsigned32 + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Description.Priority for dabARExciterSwitchOverExecuted event" + ::= { dabAREventPriorityGeneral 14 } + + + -- 1.3.6.1.4.1.19831.1.1.2.2.7.1.15 + dabARExciterSwitchOverFaultPriority OBJECT-TYPE + SYNTAX Unsigned32 + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Description.Priority for dabARExciterSwitchOverFault event" + ::= { dabAREventPriorityGeneral 15 } + + + -- 1.3.6.1.4.1.19831.1.1.2.2.7.1.16 + dabARAmplifierSwitchOverModePriority OBJECT-TYPE + SYNTAX Unsigned32 + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Description.Priority for dabARAmplifierSwitchOverMode event" + ::= { dabAREventPriorityGeneral 16 } + + + -- 1.3.6.1.4.1.19831.1.1.2.2.7.1.17 + dabARAmplifierSwitchOverReadyPriority OBJECT-TYPE + SYNTAX Unsigned32 + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Description.Priority for dabARAmplifierSwitchOverReady event" + ::= { dabAREventPriorityGeneral 17 } + + + -- 1.3.6.1.4.1.19831.1.1.2.2.7.1.18 + dabARAmplifierSwitchOverExecutedPriority OBJECT-TYPE + SYNTAX Unsigned32 + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Description.Priority for dabARAmplifierSwitchOverExecuted event" + ::= { dabAREventPriorityGeneral 18 } + + + -- 1.3.6.1.4.1.19831.1.1.2.2.7.1.19 + dabARAmplifierSwitchOverFaultPriority OBJECT-TYPE + SYNTAX Unsigned32 + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Description.Priority for dabARAmplifierSwitchOverFault event" + ::= { dabAREventPriorityGeneral 19 } + + +-- dab active reserve event priority amplifier A + -- 1.3.6.1.4.1.19831.1.1.2.2.7.2 + dabAREventPriorityAmplifierA OBJECT IDENTIFIER ::= { dabAREventPriority 2 } + + + -- 1.3.6.1.4.1.19831.1.1.2.2.7.2.1 + dabARAmplifierARFPresentPriority OBJECT-TYPE + SYNTAX Unsigned32 + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Description.Priority for dabARAmplifierARFPresent event" + ::= { dabAREventPriorityAmplifierA 1 } + + + -- 1.3.6.1.4.1.19831.1.1.2.2.7.2.2 + dabARAmplifierAFaultPriority OBJECT-TYPE + SYNTAX Unsigned32 + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Description.Priority for dabARAmplifierAFault event" + ::= { dabAREventPriorityAmplifierA 2 } + + + -- 1.3.6.1.4.1.19831.1.1.2.2.7.2.3 + dabARAmplifierAWarningPriority OBJECT-TYPE + SYNTAX Unsigned32 + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Description.Priority for dabARAmplifierAWarning event" + ::= { dabAREventPriorityAmplifierA 3 } + + +-- dab active reserve event priority amplifier B + -- 1.3.6.1.4.1.19831.1.1.2.2.7.3 + dabAREventPriorityAmplifierB OBJECT IDENTIFIER ::= { dabAREventPriority 3 } + + + -- 1.3.6.1.4.1.19831.1.1.2.2.7.3.1 + dabARAmplifierBRFPresentPriority OBJECT-TYPE + SYNTAX Unsigned32 + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Description.Priority for dabARAmplifierBRFPresent event" + ::= { dabAREventPriorityAmplifierB 1 } + + + -- 1.3.6.1.4.1.19831.1.1.2.2.7.3.2 + dabARAmplifierBFaultPriority OBJECT-TYPE + SYNTAX Unsigned32 + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Description.Priority for dabARAmplifierBFault event" + ::= { dabAREventPriorityAmplifierB 2 } + + + -- 1.3.6.1.4.1.19831.1.1.2.2.7.3.3 + dabARAmplifierBWarningPriority OBJECT-TYPE + SYNTAX Unsigned32 + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Description.Priority for dabARAmplifierBWarning event" + ::= { dabAREventPriorityAmplifierB 3 } + + +-- dab active reserve event priority exciter A + -- 1.3.6.1.4.1.19831.1.1.2.2.7.4 + dabAREventPriorityExciterA OBJECT IDENTIFIER ::= { dabAREventPriority 4 } + + + -- 1.3.6.1.4.1.19831.1.1.2.2.7.4.1 + dabARExciterAInput1OKPriority OBJECT-TYPE + SYNTAX Unsigned32 + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Description.Priority for dabARExciterAInput1OK event" + ::= { dabAREventPriorityExciterA 1 } + + + -- 1.3.6.1.4.1.19831.1.1.2.2.7.4.2 + dabARExciterAInput2OKPriority OBJECT-TYPE + SYNTAX Unsigned32 + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Description.Priority for dabARExciterAInput2OK event" + ::= { dabAREventPriorityExciterA 2 } + + + -- 1.3.6.1.4.1.19831.1.1.2.2.7.4.3 + dabARExciterALocalModePriority OBJECT-TYPE + SYNTAX Unsigned32 + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Description.Priority for dabARExciterALocalMode event" + ::= { dabAREventPriorityExciterA 3 } + + + -- 1.3.6.1.4.1.19831.1.1.2.2.7.4.4 + dabARExciterAFaultPriority OBJECT-TYPE + SYNTAX Unsigned32 + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Description.Priority for dabARExciterAFault event" + ::= { dabAREventPriorityExciterA 4 } + + + -- 1.3.6.1.4.1.19831.1.1.2.2.7.4.5 + dabARExciterAWarningPriority OBJECT-TYPE + SYNTAX Unsigned32 + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Description.Priority for dabARExciterAWarning event" + ::= { dabAREventPriorityExciterA 5 } + + + -- 1.3.6.1.4.1.19831.1.1.2.2.7.4.6 + dabARExciterAActiveInputPriority OBJECT-TYPE + SYNTAX Unsigned32 + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Description.Priority for dabARExciterAActiveInput event" + ::= { dabAREventPriorityExciterA 6 } + + + -- 1.3.6.1.4.1.19831.1.1.2.2.7.4.7 + dabARExciterASFNModePriority OBJECT-TYPE + SYNTAX Unsigned32 + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Description.Priority for dabARExciterASFNMode event" + ::= { dabAREventPriorityExciterA 7 } + + + -- 1.3.6.1.4.1.19831.1.1.2.2.7.4.8 + dabARExciterARefFaultPriority OBJECT-TYPE + SYNTAX Unsigned32 + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Description.Priority for Event dabARExciterARefFault event" + ::= { dabAREventPriorityExciterA 8 } + + + -- 1.3.6.1.4.1.19831.1.1.2.2.7.4.9 + dabARExciterAMutePriority OBJECT-TYPE + SYNTAX Unsigned32 + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Description.Priority for dabARExciterAMute event" + ::= { dabAREventPriorityExciterA 9 } + + + -- 1.3.6.1.4.1.19831.1.1.2.2.7.4.10 + dabARExciterAWarningTimeStampPriority OBJECT-TYPE + SYNTAX Unsigned32 + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Description.Priority for dabARExciterAWarningTimeStamp event" + ::= { dabAREventPriorityExciterA 10 } + + +-- dab active reserve event priority exciter B + -- 1.3.6.1.4.1.19831.1.1.2.2.7.5 + dabAREventPriorityExciterB OBJECT IDENTIFIER ::= { dabAREventPriority 5 } + + + -- 1.3.6.1.4.1.19831.1.1.2.2.7.5.1 + dabARExciterBInput1OKPriority OBJECT-TYPE + SYNTAX Unsigned32 + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Description.Priority for dabARExciterBInput1OK event" + ::= { dabAREventPriorityExciterB 1 } + + + -- 1.3.6.1.4.1.19831.1.1.2.2.7.5.2 + dabARExciterBInput2OKPriority OBJECT-TYPE + SYNTAX Unsigned32 + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Description.Priority for dabARExciterBInput2OK event" + ::= { dabAREventPriorityExciterB 2 } + + + -- 1.3.6.1.4.1.19831.1.1.2.2.7.5.3 + dabARExciterBLocalModePriority OBJECT-TYPE + SYNTAX Unsigned32 + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Description.Priority for dabARExciterBLocalMode event" + ::= { dabAREventPriorityExciterB 3 } + + + -- 1.3.6.1.4.1.19831.1.1.2.2.7.5.4 + dabARExciterBFaultPriority OBJECT-TYPE + SYNTAX Unsigned32 + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Description.Priority for dabARExciterBFault event" + ::= { dabAREventPriorityExciterB 4 } + + + -- 1.3.6.1.4.1.19831.1.1.2.2.7.5.5 + dabARExciterBWarningPriority OBJECT-TYPE + SYNTAX Unsigned32 + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Description.Priority for dabARExciterBWarning event" + ::= { dabAREventPriorityExciterB 5 } + + + -- 1.3.6.1.4.1.19831.1.1.2.2.7.5.6 + dabARExciterBActiveInputPriority OBJECT-TYPE + SYNTAX Unsigned32 + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Description.Priority for dabARExciterBActiveInput event" + ::= { dabAREventPriorityExciterB 6 } + + + -- 1.3.6.1.4.1.19831.1.1.2.2.7.5.7 + dabARExciterBSFNModePriority OBJECT-TYPE + SYNTAX Unsigned32 + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Description.Priority for dabARExciterBSFNMode event" + ::= { dabAREventPriorityExciterB 7 } + + + -- 1.3.6.1.4.1.19831.1.1.2.2.7.5.8 + dabARExciterBMutePriority OBJECT-TYPE + SYNTAX Unsigned32 + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Description.Priority for dabARExciterBMute event" + ::= { dabAREventPriorityExciterB 8 } + + + -- 1.3.6.1.4.1.19831.1.1.2.2.7.5.9 + dabARExciterBRefFaultPriority OBJECT-TYPE + SYNTAX Unsigned32 + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Description.Priority for dabARExciterBRefFault event" + ::= { dabAREventPriorityExciterB 9 } + + + -- 1.3.6.1.4.1.19831.1.1.2.2.7.5.10 + dabARExciterBWarningTimeStampPriority OBJECT-TYPE + SYNTAX Unsigned32 + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Description.Priority for dabARExciterBWarningTimeStamp event" + ::= { dabAREventPriorityExciterB 10 } + + + -- 1.3.6.1.4.1.19831.1.1.2.2.8 + groupsAR OBJECT IDENTIFIER ::= { dabActiveReserve 8 } + + + -- 1.3.6.1.4.1.19831.1.1.2.2.8.1 + objectGroupAR OBJECT-GROUP + OBJECTS { dabARInputPreselection, dabARInputAutomatic, dabARPreselectionExciter, dabARPreselectionAmplifier, dabARTransmitterOpMode, + dabARReserveControl, dabARActiveAmplifier, dabARActiveExciter, dabARLocalMode, dabARControlUnitFault, + dabARExciterSwitchOverMode, dabARExciterSwitchOverReady, dabARExciterSwitchOverExecuted, dabARExciterSwitchOverFault, dabARAmplifierSwitchOverMode, + dabARAmplifierSwitchOverReady, dabARAmplifierSwitchOverExecuted, dabARAmplifierSwitchOverFault, dabARAmplifierARFPresent, dabARAmplifierAFault, + dabARAmplifierAWarning, dabARAmplifierBRFPresent, dabARAmplifierBFault, dabARAmplifierBWarning, dabARExciterAInput1OK, + dabARExciterAInput2OK, dabARExciterALocalMode, dabARExciterAFault, dabARExciterAWarning, dabARExciterAActiveInput, + dabARExciterASFNMode, dabARExciterARefFault, dabARExciterAMute, dabARExciterAWarningTimeStamp, dabARExciterBInput1OK, + dabARExciterBInput2OK, dabARExciterBLocalMode, dabARExciterBFault, dabARExciterBWarning, dabARExciterBActiveInput, + dabARExciterBSFNMode, dabARExciterBMute, dabARExciterBRefFault, dabARExciterBWarningTimeStamp, dabARInputPreselectionEnable, + dabARInputAutomaticEnable, dabARPreselectionExciterEnable, dabARPreselectionAmplifierEnable, dabARTransmitterOpModeEnable, dabARReserveControlEnable, + dabARActiveAmplifierEnable, dabARActiveExciterEnable, dabARLocalModeEnable, dabARControlUnitFaultEnable, dabARExciterSwitchOverModeEnable, + dabARExciterSwitchOverExecutedEnable, dabARExciterSwitchOverFaultEnable, dabARAmplifierSwitchOverModeEnable, dabARAmplifierSwitchOverReadyEnable, dabARAmplifierSwitchOverExecutedEnable, + dabARAmplifierSwitchOverFaultEnable, dabARExciterSwitchOverReadyEnable, dabARAmplifierARFPresentEnable, dabARAmplifierAFaultEnable, dabARAmplifierAWarningEnable, + dabARAmplifierBRFPresentEnable, dabARAmplifierBFaultEnable, dabARAmplifierBWarningEnable, dabARExciterAInput1OKEnable, dabARExciterAInput2OKEnable, + dabARExciterALocalModeEnable, dabARExciterAFaultEnable, dabARExciterAWarningEnable, dabARExciterAActiveInputEnable, dabARExciterASFNModeEnable, + dabARExciterARefFaultEnable, dabARExciterAMuteEnable, dabARExciterAWarningTimeStampEnable, dabARExciterBInput1OKEnable, dabARExciterBInput2OKEnable, + dabARExciterBLocalModeEnable, dabARExciterBFaultEnable, dabARExciterBWarningEnable, dabARExciterBActiveInputEnable, dabARExciterBSFNModeEnable, + dabARExciterBMuteEnable, dabARExciterBRefFaultEnable, dabARExciterBWarningTimeStampEnable, dabARInputPreselectionPriority, dabARInputAutomaticPriority, + dabARPreselectionExciterPriority, dabARPreselectionAmplifierPriority, dabARTransmitterOpModePriority, dabARReserveControlPriority, dabARActiveAmplifierPriority, + dabARActiveExciterPriority, dabARLocalModePriority, dabARControlUnitFaultPriority, dabARExciterSwitchOverModePriority, dabARExciterSwitchOverExecutedPriority, + dabARExciterSwitchOverFaultPriority, dabARAmplifierSwitchOverModePriority, dabARAmplifierSwitchOverReadyPriority, dabARAmplifierSwitchOverExecutedPriority, dabARAmplifierSwitchOverFaultPriority, + dabARExciterSwitchOverReadyPriority, dabARAmplifierARFPresentPriority, dabARAmplifierAFaultPriority, dabARAmplifierAWarningPriority, dabARAmplifierBRFPresentPriority, + dabARAmplifierBFaultPriority, dabARAmplifierBWarningPriority, dabARExciterAInput1OKPriority, dabARExciterAInput2OKPriority, dabARExciterALocalModePriority, + dabARExciterAFaultPriority, dabARExciterAWarningPriority, dabARExciterAActiveInputPriority, dabARExciterASFNModePriority, dabARExciterARefFaultPriority, + dabARExciterAMutePriority, dabARExciterAWarningTimeStampPriority, dabARExciterBInput1OKPriority, dabARExciterBInput2OKPriority, dabARExciterBFaultPriority, + dabARExciterBWarningPriority, dabARExciterBActiveInputPriority, dabARExciterBSFNModePriority, dabARExciterBMutePriority, dabARExciterBRefFaultPriority, + dabARExciterBWarningTimeStampPriority, dabARExciterBLocalModePriority } + STATUS current + DESCRIPTION + "Description. active reserve: object group" + ::= { groupsAR 1 } + + + -- 1.3.6.1.4.1.19831.1.1.2.2.8.2 + eventGroupAR NOTIFICATION-GROUP + NOTIFICATIONS { dabARInputPreselectionEvent, dabARInputAutomaticEvent, dabARPreselectionExciterEvent, dabARPreselectionAmplifierEvent, dabARTransmitterOpModeEvent, + dabARReserveControlEvent, dabARActiveAmplifierEvent, dabARActiveExciterEvent, dabARLocalModeEvent, dabARControlUnitFaultEvent, + dabARExciterSwitchOverModeEvent, dabARExciterSwitchOverReadyEvent, dabARExciterSwitchOverExecutedEvent, dabARExciterSwitchOverFaultEvent, dabARAmplifierSwitchOverModeEvent, + dabARAmplifierSwitchOverReadyEvent, dabARAmplifierSwitchOverExecutedEvent, dabARAmplifierSwitchOverFaultEvent, dabARAmplifierARFPresentEvent, dabARAmplifierAFaultEvent, + dabARAmplifierAWarningEvent, dabARAmplifierBRFPresentEvent, dabARAmplifierBFaultEvent, dabARAmplifierBWarningEvent, dabARExciterAInput1OKEvent, + dabARExciterAInput2OKEvent, dabARExciterALocalModeEvent, dabARExciterAFaultEvent, dabARExciterAWarningEvent, dabARExciterAActiveInputEvent, + dabARExciterASFNModeEvent, dabARExciterARefFaultEvent, dabARExciterAMuteEvent, dabARExciterAWarningTimeStampEvent, dabARExciterBInput1OKEvent, + dabARExciterBInput2OKEvent, dabARExciterBLocalModeEvent, dabARExciterBFaultEvent, dabARExciterBWarningEvent, dabARExciterBActiveInputEvent, + dabARExciterBSFNModeEvent, dabARExciterBRefFaultEvent, dabARExciterBMuteEvent, dabARExciterBWarningTimeStampEvent } + STATUS current + DESCRIPTION + "Description. events" + ::= { groupsAR 2 } + + + -- 1.3.6.1.4.1.19831.1.1.2.2.8.3 + objectGroupARobsolete OBJECT-GROUP + OBJECTS { dabARResetFault, dabARResetFaultEnable, dabARResetFaultPriority } + STATUS obsolete + DESCRIPTION + "Description. Inactive objects" + ::= { groupsAR 3 } + + + -- 1.3.6.1.4.1.19831.1.1.2.2.8.4 + eventGroupARobsolete NOTIFICATION-GROUP + NOTIFICATIONS { dabARResetFaultEvent } + STATUS obsolete + DESCRIPTION + " Description.Inactive events" + ::= { groupsAR 4 } + + + -- 1.3.6.1.4.1.19831.1.1.2.2.10 + complianceAR OBJECT IDENTIFIER ::= { dabActiveReserve 10 } + + + -- 1.3.6.1.4.1.19831.1.1.2.2.10.1 + dabActiveReserveCompliance MODULE-COMPLIANCE + STATUS current + DESCRIPTION + "Compliance Statement" + MODULE -- this module + MANDATORY-GROUPS { objectGroupAR, eventGroupAR } + ::= { complianceAR 1 } + + + + END + +-- +-- IRT-DAB-ACTIVERESERVE-MIB.my +-- diff --git a/src/vendor/irt/IRT-DAB-DUALDRIVE-MIB b/src/vendor/irt/IRT-DAB-DUALDRIVE-MIB new file mode 100644 index 000000000000..3ca7511d687a --- /dev/null +++ b/src/vendor/irt/IRT-DAB-DUALDRIVE-MIB @@ -0,0 +1,1848 @@ +-- +-- IRT-DAB-DUALDRIVE-MIB.my +-- MIB generated by MG-SOFT Visual MIB Builder Version 6.0 Build 88 +-- Friday, May 04, 2007 at 18:24:42 +-- + + IRT-DAB-DUALDRIVE-MIB DEFINITIONS ::= BEGIN + + IMPORTS + eventTimeStamp, eventPriority, eventCounter, mibRelease + FROM IRT-COMMONVARBINDS-MIB + dab, Input1Input2, SelectManualAuto, SelectOnOff, PresentNotPresent, + FaultOK, WarningOK, LocalRemote, ReadyNotReady, OkNotOk, + MuteOk, ExecutedNotExecuted + FROM IRT-TRANSMITTER-SMI-MIB + OBJECT-GROUP, MODULE-COMPLIANCE, NOTIFICATION-GROUP + FROM SNMPv2-CONF + sysDescr, sysName, sysLocation + FROM SNMPv2-MIB + Unsigned32, OBJECT-TYPE, MODULE-IDENTITY, NOTIFICATION-TYPE + FROM SNMPv2-SMI + DateAndTime, DisplayString, TruthValue + FROM SNMPv2-TC; + + + -- 1.3.6.1.4.1.19831.1.1.2.4 + dabDualDrive MODULE-IDENTITY + LAST-UPDATED "200705041400Z" -- May 04, 2007 at 14:00 GMT + ORGANIZATION + "IRT for WORKING-GROUP-TC-MIB" + CONTACT-INFO + "Contact-info. + + Andreas Metz + + Institut fuer Rundfunktechnik GmbH + Broadcast Networks and Servers (SN) + + Floriansmuehlstr.60 + 80939 Munich + Germany + + Phone: +49 89 32399 325 + Fax: +49 89 32399 354 + " + DESCRIPTION + "Description. + + branch definition + + 1st level + + events OBJECT IDENTIFIER ::= { dabDualDrive 0 } + dabDDGeneral OBJECT IDENTIFIER ::= { dabDualDrive 1 } + dabDDExciterA OBJECT IDENTIFIER ::= { dabDualDrive 2 } + dabDDExciterB OBJECT IDENTIFIER ::= { dabDualDrive 3 } + dabDDEventEnable OBJECT IDENTIFIER ::= { dabDualDrive 4 } + dabDDEventPriority OBJECT IDENTIFIER ::= { dabDualDrive 5 } + groups OBJECT IDENTIFIER ::= { dabDualDrive 6 } + + 2nd level + + dabDDEventEnableGeneral OBJECT IDENTIFIER ::= { dabDDEventEnable 1 } + dabDDEventEnableExciterA OBJECT IDENTIFIER ::= { dabDDEventEnable 2 } + dabDDEventEnableExciterB OBJECT IDENTIFIER ::= { dabDDEventEnable 3 } + + dabDDEventPriorityGeneral OBJECT IDENTIFIER ::= { dabDDEventPriority 1 } + dabDDEventPriorityExciterA OBJECT IDENTIFIER ::= { dabDDEventPriority 2 } + dabDDEventPriorityExciterB OBJECT IDENTIFIER ::= { dabDDEventPriority 3 } + + end branch" + REVISION "200705041400Z" -- May 04, 2007 at 14:00 GMT + DESCRIPTION + "change SFNMode, LocalMode (description) and Module-COMPLIANCE" + REVISION "200612201400Z" -- December 20, 2006 at 14:00 GMT + DESCRIPTION + "corrections" + REVISION "200609211400Z" -- September 21, 2006 at 14:00 GMT + DESCRIPTION + "Adding Compliance Statement" + REVISION "200609191400Z" -- September 19, 2006 at 14:00 GMT + DESCRIPTION + "Correcting Imports" + REVISION "200609071400Z" -- September 07, 2006 at 14:00 GMT + DESCRIPTION + "Relocation of the TC-MIB from the standard OID area at IEC into the private OID area of the IRT" + ::= { dab 4 } + + + + +-- +-- Node definitions +-- + +-- dab dual drive events + -- 1.3.6.1.4.1.19831.1.1.2.4.0 + dabEventsDD OBJECT IDENTIFIER ::= { dabDualDrive 0 } + + + -- 1.3.6.1.4.1.19831.1.1.2.4.0.1 + dabDDInputPreselectionEvent NOTIFICATION-TYPE + OBJECTS { sysDescr, sysName, sysLocation, eventTimeStamp, eventPriority, + eventCounter, dabDDInputPreselection } + STATUS current + DESCRIPTION + "Description. dabDDInputPreselection notification" + ::= { dabEventsDD 1 } + + + -- 1.3.6.1.4.1.19831.1.1.2.4.0.2 + dabDDInputAutomaticEvent NOTIFICATION-TYPE + OBJECTS { sysDescr, sysName, sysLocation, eventTimeStamp, eventPriority, + eventCounter, dabDDInputAutomatic } + STATUS current + DESCRIPTION + "Description. dabDDInputAutomatic notification" + ::= { dabEventsDD 2 } + + + -- 1.3.6.1.4.1.19831.1.1.2.4.0.3 + dabDDPreselectionExciterEvent NOTIFICATION-TYPE + OBJECTS { sysDescr, sysName, sysLocation, eventTimeStamp, eventPriority, + eventCounter, dabDDPreselectionExciter } + STATUS current + DESCRIPTION + "Description. dabDDPreselectionExciterEvent notification" + ::= { dabEventsDD 3 } + + + -- 1.3.6.1.4.1.19831.1.1.2.4.0.4 + dabDDTransmitterOpModeEvent NOTIFICATION-TYPE + OBJECTS { sysDescr, sysName, sysLocation, eventTimeStamp, eventPriority, + eventCounter, dabDDTransmitterOpMode } + STATUS current + DESCRIPTION + "Description. dabDDTransmitterOpMode notification" + ::= { dabEventsDD 4 } + + + -- 1.3.6.1.4.1.19831.1.1.2.4.0.5 + dabDDReserveControlEvent NOTIFICATION-TYPE + OBJECTS { sysDescr, sysName, sysLocation, eventTimeStamp, eventPriority, + eventCounter, dabDDReserveControl } + STATUS current + DESCRIPTION + "Description. dabDDReserveControl nitification" + ::= { dabEventsDD 5 } + + + -- 1.3.6.1.4.1.19831.1.1.2.4.0.6 + dabDDRFPresentEvent NOTIFICATION-TYPE + OBJECTS { sysDescr, sysName, sysLocation, eventTimeStamp, eventPriority, + eventCounter, dabDDRFPresent } + STATUS current + DESCRIPTION + "Description. dabDDRFPresent notification" + ::= { dabEventsDD 6 } + + + -- 1.3.6.1.4.1.19831.1.1.2.4.0.7 + dabDDResetFaultEvent NOTIFICATION-TYPE + OBJECTS { sysDescr, sysName, sysLocation, eventTimeStamp, eventPriority, + eventCounter, dabDDResetFault } + STATUS obsolete + DESCRIPTION + "Notification is inactive! + + Description. dabDDResetFault notification" + ::= { dabEventsDD 7 } + + + -- 1.3.6.1.4.1.19831.1.1.2.4.0.8 + dabDDAmplifierFaultEvent NOTIFICATION-TYPE + OBJECTS { sysDescr, sysName, sysLocation, eventTimeStamp, eventPriority, + eventCounter, dabDDAmplifierFault } + STATUS current + DESCRIPTION + "Description. dabDDAmplifierFault notification" + ::= { dabEventsDD 8 } + + + -- 1.3.6.1.4.1.19831.1.1.2.4.0.9 + dabDDAmplifierWarningEvent NOTIFICATION-TYPE + OBJECTS { sysDescr, sysName, sysLocation, eventTimeStamp, eventPriority, + eventCounter, dabDDAmplifierWarning } + STATUS current + DESCRIPTION + "Description. dabDDAmplifierWarning notification" + ::= { dabEventsDD 9 } + + + -- 1.3.6.1.4.1.19831.1.1.2.4.0.10 + dabDDActiveExciterEvent NOTIFICATION-TYPE + OBJECTS { sysDescr, sysName, sysLocation, eventTimeStamp, eventPriority, + eventCounter, dabDDActiveExciter } + STATUS current + DESCRIPTION + "Description. dabDDActiveExciter notification" + ::= { dabEventsDD 10 } + + + -- 1.3.6.1.4.1.19831.1.1.2.4.0.11 + dabDDLocalModeEvent NOTIFICATION-TYPE + OBJECTS { sysDescr, sysName, sysLocation, eventTimeStamp, eventPriority, + eventCounter, dabDDLocalMode } + STATUS current + DESCRIPTION + "Description. dabDDLocalMode notification" + ::= { dabEventsDD 11 } + + + -- 1.3.6.1.4.1.19831.1.1.2.4.0.12 + dabDDControlUnitFaultEvent NOTIFICATION-TYPE + OBJECTS { sysDescr, sysName, sysLocation, eventTimeStamp, eventPriority, + eventCounter, dabDDControlUnitFault } + STATUS current + DESCRIPTION + "Description. dabDDControlUnitFault notification" + ::= { dabEventsDD 12 } + + + -- 1.3.6.1.4.1.19831.1.1.2.4.0.13 + dabDDSwitchOverModeEvent NOTIFICATION-TYPE + OBJECTS { sysDescr, sysName, sysLocation, eventTimeStamp, eventPriority, + eventCounter, dabDDSwitchOverMode } + STATUS current + DESCRIPTION + "Description. dabDDSwitchOverMode notification" + ::= { dabEventsDD 13 } + + + -- 1.3.6.1.4.1.19831.1.1.2.4.0.14 + dabDDSwitchOverReadyEvent NOTIFICATION-TYPE + OBJECTS { sysDescr, sysName, sysLocation, eventTimeStamp, eventPriority, + eventCounter, dabDDSwitchOverReady } + STATUS current + DESCRIPTION + "Description. dabDDSwitchOverReady notification" + ::= { dabEventsDD 14 } + + + -- 1.3.6.1.4.1.19831.1.1.2.4.0.15 + dabDDSwitchOverExecutedEvent NOTIFICATION-TYPE + OBJECTS { sysDescr, sysName, sysLocation, eventTimeStamp, eventPriority, + eventCounter, dabDDSwitchOverExecuted } + STATUS current + DESCRIPTION + "Description. dabDDSwitchOverExecuted notification" + ::= { dabEventsDD 15 } + + + -- 1.3.6.1.4.1.19831.1.1.2.4.0.16 + dabDDSwitchOverFaultEvent NOTIFICATION-TYPE + OBJECTS { sysDescr, sysName, sysLocation, eventTimeStamp, eventPriority, + eventCounter, dabDDSwitchOverFault } + STATUS current + DESCRIPTION + "Description. dabDDSwitchOverFault notification" + ::= { dabEventsDD 16 } + + + -- 1.3.6.1.4.1.19831.1.1.2.4.0.17 + dabDDExciterAInput1OKEvent NOTIFICATION-TYPE + OBJECTS { sysDescr, sysName, sysLocation, eventTimeStamp, eventPriority, + eventCounter, dabDDExciterAInput1OK } + STATUS current + DESCRIPTION + "Description. dabDDExciterAInput1OK notification" + ::= { dabEventsDD 17 } + + + -- 1.3.6.1.4.1.19831.1.1.2.4.0.18 + dabDDExciterAInput2OKEvent NOTIFICATION-TYPE + OBJECTS { sysDescr, sysName, sysLocation, eventTimeStamp, eventPriority, + eventCounter, dabDDExciterAInput2OK } + STATUS current + DESCRIPTION + "Description. dabDDExciterAInput2OK notification" + ::= { dabEventsDD 18 } + + + -- 1.3.6.1.4.1.19831.1.1.2.4.0.19 + dabDDExciterALocalModeEvent NOTIFICATION-TYPE + OBJECTS { sysDescr, sysName, sysLocation, eventTimeStamp, eventPriority, + eventCounter, dabDDExciterALocalMode } + STATUS current + DESCRIPTION + "Description. dabDDExciterALocalMode notification" + ::= { dabEventsDD 19 } + + + -- 1.3.6.1.4.1.19831.1.1.2.4.0.20 + dabDDExciterAFaultEvent NOTIFICATION-TYPE + OBJECTS { sysDescr, sysName, sysLocation, eventTimeStamp, eventPriority, + eventCounter, dabDDExciterAFault } + STATUS current + DESCRIPTION + "Description. dabDDExciterAFault notification" + ::= { dabEventsDD 20 } + + + -- 1.3.6.1.4.1.19831.1.1.2.4.0.21 + dabDDExciterAWarningEvent NOTIFICATION-TYPE + OBJECTS { sysDescr, sysName, sysLocation, eventTimeStamp, eventPriority, + eventCounter, dabDDExciterAWarning } + STATUS current + DESCRIPTION + "Description. dabDDExciterAWarning notification" + ::= { dabEventsDD 21 } + + + -- 1.3.6.1.4.1.19831.1.1.2.4.0.22 + dabDDExciterAActiveInputEvent NOTIFICATION-TYPE + OBJECTS { sysDescr, sysName, sysLocation, eventTimeStamp, eventPriority, + eventCounter, dabDDExciterAActiveInput } + STATUS current + DESCRIPTION + "Description. dabDDExciterAActiveInput notification" + ::= { dabEventsDD 22 } + + + -- 1.3.6.1.4.1.19831.1.1.2.4.0.23 + dabDDExciterASFNModeEvent NOTIFICATION-TYPE + OBJECTS { sysDescr, sysName, sysLocation, eventTimeStamp, eventPriority, + eventCounter, dabDDExciterASFNMode } + STATUS current + DESCRIPTION + "Description. dabDDExciterASFNMode notification" + ::= { dabEventsDD 23 } + + + -- 1.3.6.1.4.1.19831.1.1.2.4.0.24 + dabDDExciterARefFaultEvent NOTIFICATION-TYPE + OBJECTS { sysDescr, sysName, sysLocation, eventTimeStamp, eventPriority, + eventCounter, dabDDExciterARefFault } + STATUS current + DESCRIPTION + "Description. dabDDExciterARefFault notification" + ::= { dabEventsDD 24 } + + + -- 1.3.6.1.4.1.19831.1.1.2.4.0.25 + dabDDExciterAMuteEvent NOTIFICATION-TYPE + OBJECTS { sysDescr, sysName, sysLocation, eventTimeStamp, eventPriority, + eventCounter, dabDDExciterAMute } + STATUS current + DESCRIPTION + "Description. dabDDExciterAMute notification" + ::= { dabEventsDD 25 } + + + -- 1.3.6.1.4.1.19831.1.1.2.4.0.26 + dabDDExciterAWarningTimeStampEvent NOTIFICATION-TYPE + OBJECTS { sysDescr, sysName, sysLocation, eventTimeStamp, eventPriority, + eventCounter, dabDDExciterAWarningTimeStamp } + STATUS current + DESCRIPTION + "Description. dabDDExciterAWarningTimeStamp notification" + ::= { dabEventsDD 26 } + + + -- 1.3.6.1.4.1.19831.1.1.2.4.0.27 + dabDDExciterBInput1OKEvent NOTIFICATION-TYPE + OBJECTS { sysDescr, sysName, sysLocation, eventTimeStamp, eventPriority, + eventCounter, dabDDExciterBInput1OK } + STATUS current + DESCRIPTION + "Description. dabDDExciterBInput1OK notification" + ::= { dabEventsDD 27 } + + + -- 1.3.6.1.4.1.19831.1.1.2.4.0.28 + dabDDExciterBInput2OKEvent NOTIFICATION-TYPE + OBJECTS { sysDescr, sysName, sysLocation, eventTimeStamp, eventPriority, + eventCounter, dabDDExciterBInput2OK } + STATUS current + DESCRIPTION + "Description. dabDDExciterBInput2OK notification" + ::= { dabEventsDD 28 } + + + -- 1.3.6.1.4.1.19831.1.1.2.4.0.29 + dabDDExciterBLocalModeEvent NOTIFICATION-TYPE + OBJECTS { sysDescr, sysName, sysLocation, eventTimeStamp, eventPriority, + eventCounter, dabDDExciterBLocalMode } + STATUS current + DESCRIPTION + "Description. dabDDExciterBLocalMode notification" + ::= { dabEventsDD 29 } + + + -- 1.3.6.1.4.1.19831.1.1.2.4.0.30 + dabDDExciterBFaultEvent NOTIFICATION-TYPE + OBJECTS { sysDescr, sysName, sysLocation, eventTimeStamp, eventPriority, + eventCounter, dabDDExciterBFault } + STATUS current + DESCRIPTION + "Description. dabDDExciterBFault notification" + ::= { dabEventsDD 30 } + + + -- 1.3.6.1.4.1.19831.1.1.2.4.0.31 + dabDDExciterBWarningEvent NOTIFICATION-TYPE + OBJECTS { sysDescr, sysName, sysLocation, eventTimeStamp, eventPriority, + eventCounter, dabDDExciterBWarning } + STATUS current + DESCRIPTION + "Description. dabDDExciterBWarning notification" + ::= { dabEventsDD 31 } + + + -- 1.3.6.1.4.1.19831.1.1.2.4.0.32 + dabDDExciterBActiveInputEvent NOTIFICATION-TYPE + OBJECTS { sysDescr, sysName, sysLocation, eventTimeStamp, eventPriority, + eventCounter, dabDDExciterBWarning } + STATUS current + DESCRIPTION + "Description. dabDDExciterBActiveInput notification" + ::= { dabEventsDD 32 } + + + -- 1.3.6.1.4.1.19831.1.1.2.4.0.33 + dabDDExciterBSFNModeEvent NOTIFICATION-TYPE + OBJECTS { sysDescr, sysName, sysLocation, eventTimeStamp, eventPriority, + eventCounter, dabDDExciterBSFNMode } + STATUS current + DESCRIPTION + "Description. dabDDExciterBSFNMode notification" + ::= { dabEventsDD 33 } + + + -- 1.3.6.1.4.1.19831.1.1.2.4.0.34 + dabDDExciterBRefFaultEvent NOTIFICATION-TYPE + OBJECTS { sysDescr, sysName, sysLocation, eventTimeStamp, eventPriority, + eventCounter, dabDDExciterBRefFault } + STATUS current + DESCRIPTION + "Description. dabDDExciterBRefFault notification" + ::= { dabEventsDD 34 } + + + -- 1.3.6.1.4.1.19831.1.1.2.4.0.35 + dabDDExciterBMuteEvent NOTIFICATION-TYPE + OBJECTS { sysDescr, sysName, sysLocation, eventTimeStamp, eventPriority, + eventCounter, dabDDExciterBMute } + STATUS current + DESCRIPTION + "Description. dabDDExciterBMute notification" + ::= { dabEventsDD 35 } + + + -- 1.3.6.1.4.1.19831.1.1.2.4.0.36 + dabDDExciterBWarningTimeStampEvent NOTIFICATION-TYPE + OBJECTS { sysDescr, sysName, sysLocation, eventTimeStamp, eventPriority, + eventCounter, dabDDExciterBWarningTimeStamp } + STATUS current + DESCRIPTION + "Description. dbDDExciterBWarningTimeStamp notification" + ::= { dabEventsDD 36 } + + +-- dab dual drive General + -- 1.3.6.1.4.1.19831.1.1.2.4.1 + dabDDGeneral OBJECT IDENTIFIER ::= { dabDualDrive 1 } + + + -- 1.3.6.1.4.1.19831.1.1.2.4.1.1 + dabDDInputPreselection OBJECT-TYPE + SYNTAX Input1Input2 + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Dual drive. Preselection input + + (0) undefined + (1) Input 1 + (2) Input 2" + ::= { dabDDGeneral 1 } + + + -- 1.3.6.1.4.1.19831.1.1.2.4.1.2 + dabDDInputAutomatic OBJECT-TYPE + SYNTAX SelectManualAuto + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Dual drive. Input selection mode: manual or automatic + + (0) undefined + (1) manual + (2) automatic" + ::= { dabDDGeneral 2 } + + + -- 1.3.6.1.4.1.19831.1.1.2.4.1.3 + dabDDPreselectionExciter OBJECT-TYPE + SYNTAX INTEGER + { + undefined(0), + exciterA(1), + exciterB(2) + } + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Dual drive. Preselection of the exciter + + " + ::= { dabDDGeneral 3 } + + + -- 1.3.6.1.4.1.19831.1.1.2.4.1.4 + dabDDTransmitterOpMode OBJECT-TYPE + SYNTAX SelectOnOff + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Dual drive. Operation mode of main exciter + + (0) undefined + (1) ON + (2) OFF" + ::= { dabDDGeneral 4 } + + + -- 1.3.6.1.4.1.19831.1.1.2.4.1.5 + dabDDReserveControl OBJECT-TYPE + SYNTAX SelectOnOff + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Dual drive. Operation mode of reserve exciter + + (0) undefined + (1) ON + (2) OFF " + ::= { dabDDGeneral 5 } + + + -- 1.3.6.1.4.1.19831.1.1.2.4.1.6 + dabDDRFPresent OBJECT-TYPE + SYNTAX PresentNotPresent + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Dual drive. Output power is present + + (0) undefined + (1) present + (2) not present + " + ::= { dabDDGeneral 6 } + + + -- 1.3.6.1.4.1.19831.1.1.2.4.1.7 + dabDDResetFault OBJECT-TYPE + SYNTAX Unsigned32 + MAX-ACCESS read-write + STATUS obsolete + DESCRIPTION + "Massage is inactive! + + Dual drive. Reset fault: Clear fault of the whole reserve system + + <1> + + (1) reset sum fault + " + ::= { dabDDGeneral 7 } + + + -- 1.3.6.1.4.1.19831.1.1.2.4.1.8 + dabDDAmplifierFault OBJECT-TYPE + SYNTAX FaultOK + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Dual drive. Fault state of amplifier + + (0) undefined + (1) fault + (2) ok" + ::= { dabDDGeneral 8 } + + + -- 1.3.6.1.4.1.19831.1.1.2.4.1.9 + dabDDAmplifierWarning OBJECT-TYPE + SYNTAX WarningOK + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Dual drive. Warning state of amplifier + + (0) undefined + (1) warning + (2) ok" + ::= { dabDDGeneral 9 } + + + -- 1.3.6.1.4.1.19831.1.1.2.4.1.10 + dabDDActiveExciter OBJECT-TYPE + SYNTAX INTEGER + { + undefined(0), + exciterA(1), + exciterB(2) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Dual drive. Active exciter + + " + ::= { dabDDGeneral 10 } + + + -- 1.3.6.1.4.1.19831.1.1.2.4.1.11 + dabDDLocalMode OBJECT-TYPE + SYNTAX LocalRemote + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Dual drive. Local mode + + (0) undefined + (1) local + (2) remote" + ::= { dabDDGeneral 11 } + + + -- 1.3.6.1.4.1.19831.1.1.2.4.1.12 + dabDDControlUnitFault OBJECT-TYPE + SYNTAX FaultOK + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Dual drive. State of the control unit + + (0) undefined + (1) fault + (2) ok" + ::= { dabDDGeneral 12 } + + + -- 1.3.6.1.4.1.19831.1.1.2.4.1.13 + dabDDSwitchOverMode OBJECT-TYPE + SYNTAX SelectManualAuto + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Dual drive. Switch over mode: manual or automatic + + (0) undefined + (1) manual + (2) automatic" + ::= { dabDDGeneral 13 } + + + -- 1.3.6.1.4.1.19831.1.1.2.4.1.14 + dabDDSwitchOverReady OBJECT-TYPE + SYNTAX ReadyNotReady + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Dual drive. State of the dual drive switch over unit + + (0) undefined + (1) ready + (2) not ready" + ::= { dabDDGeneral 14 } + + + -- 1.3.6.1.4.1.19831.1.1.2.4.1.15 + dabDDSwitchOverExecuted OBJECT-TYPE + SYNTAX ExecutedNotExecuted + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Dual drive. Showsif the reserve switch over unit it has executed + + (0) undefined + (1) executed + (2) not executed" + ::= { dabDDGeneral 15 } + + + -- 1.3.6.1.4.1.19831.1.1.2.4.1.16 + dabDDSwitchOverFault OBJECT-TYPE + SYNTAX FaultOK + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Dual drive. fault state of the switsch over unit + + (0) undefined + (1) faulty + (2) ok" + ::= { dabDDGeneral 16 } + + +-- dab dual drive. exiter A + -- 1.3.6.1.4.1.19831.1.1.2.4.2 + dabDDExciterA OBJECT IDENTIFIER ::= { dabDualDrive 2 } + + + -- 1.3.6.1.4.1.19831.1.1.2.4.2.1 + dabDDExciterAInput1OK OBJECT-TYPE + SYNTAX OkNotOk + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Dual drive. Describes if the input signal at the input 1 of exciter A is ok + + (0) undefined + (1) signal ok + (2) signal is not ok" + ::= { dabDDExciterA 1 } + + + -- 1.3.6.1.4.1.19831.1.1.2.4.2.2 + dabDDExciterAInput2OK OBJECT-TYPE + SYNTAX OkNotOk + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Dual drive. Describes if the input signal at the input 2 of exciter A is ok + + (0) undefined + (1) signal ok + (2) signal is not ok" + ::= { dabDDExciterA 2 } + + + -- 1.3.6.1.4.1.19831.1.1.2.4.2.3 + dabDDExciterALocalMode OBJECT-TYPE + SYNTAX LocalRemote + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Dual drive. Local mode of exciter A + + (0) undefined + (1) local + (2) remote" + ::= { dabDDExciterA 3 } + + + -- 1.3.6.1.4.1.19831.1.1.2.4.2.4 + dabDDExciterAFault OBJECT-TYPE + SYNTAX FaultOK + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Dual drive. Fault state of exciter A + + (0) undefined + (1) fault + (2) ok" + ::= { dabDDExciterA 4 } + + + -- 1.3.6.1.4.1.19831.1.1.2.4.2.5 + dabDDExciterAWarning OBJECT-TYPE + SYNTAX WarningOK + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Dual drive.Warning state of exciter A + + (0) undefined + (1) warning + (2) ok" + ::= { dabDDExciterA 5 } + + + -- 1.3.6.1.4.1.19831.1.1.2.4.2.6 + dabDDExciterAActiveInput OBJECT-TYPE + SYNTAX INTEGER + { + undefined(0), + input1(1), + input2(2), + seamless(3), + hmHierarchicalModulation(4) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Dual drive. Active input of the exciter A + + " + ::= { dabDDExciterA 6 } + + + -- 1.3.6.1.4.1.19831.1.1.2.4.2.7 + dabDDExciterASFNMode OBJECT-TYPE + SYNTAX TruthValue + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Dual drive. SFN mode of exciter A + + (0) undefined + (1) SFN + (2) MFN" + ::= { dabDDExciterA 7 } + + + -- 1.3.6.1.4.1.19831.1.1.2.4.2.8 + dabDDExciterARefFault OBJECT-TYPE + SYNTAX FaultOK + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Dual drive. Fault state of the GPS input or the reference frequency of exciter A + + (0) undefined + (1) fault + (2) ok" + ::= { dabDDExciterA 8 } + + + -- 1.3.6.1.4.1.19831.1.1.2.4.2.9 + dabDDExciterAMute OBJECT-TYPE + SYNTAX MuteOk + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Dual drive. Mute state of exciter A + + (0) undefined + (1) mute + (2) ok" + ::= { dabDDExciterA 9 } + + + -- 1.3.6.1.4.1.19831.1.1.2.4.2.10 + dabDDExciterAWarningTimeStamp OBJECT-TYPE + SYNTAX WarningOK + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Dual drive.Time stamp warning state of exciter A + + (0) undefined + (1) warning + (2) ok" + ::= { dabDDExciterA 10 } + + +-- dab dual drive. exiter B + -- 1.3.6.1.4.1.19831.1.1.2.4.3 + dabDDExciterB OBJECT IDENTIFIER ::= { dabDualDrive 3 } + + + -- 1.3.6.1.4.1.19831.1.1.2.4.3.1 + dabDDExciterBInput1OK OBJECT-TYPE + SYNTAX OkNotOk + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Dual drive. Describes if the input signal at the input 1 of exciter B is ok + + (0) undefined + (1) signal ok + (2) signal is not ok" + ::= { dabDDExciterB 1 } + + + -- 1.3.6.1.4.1.19831.1.1.2.4.3.2 + dabDDExciterBInput2OK OBJECT-TYPE + SYNTAX OkNotOk + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Dual drive. Describes if the input signal at the input 2 of exciter B is ok + + (0) undefined + (1) signal ok + (2) signal is not ok" + ::= { dabDDExciterB 2 } + + + -- 1.3.6.1.4.1.19831.1.1.2.4.3.3 + dabDDExciterBLocalMode OBJECT-TYPE + SYNTAX LocalRemote + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Dual drive. Local mode of exciter B + + (0) undefined + (1) local + (2) remote" + ::= { dabDDExciterB 3 } + + + -- 1.3.6.1.4.1.19831.1.1.2.4.3.4 + dabDDExciterBFault OBJECT-TYPE + SYNTAX FaultOK + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Dual drive. Fault state of exciter B + + (0) undefined + (1) fault + (2) ok" + ::= { dabDDExciterB 4 } + + + -- 1.3.6.1.4.1.19831.1.1.2.4.3.5 + dabDDExciterBWarning OBJECT-TYPE + SYNTAX WarningOK + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Dual drive. Warning state of exciter B + + (0) undefined + (1) warning + (2) ok" + ::= { dabDDExciterB 5 } + + + -- 1.3.6.1.4.1.19831.1.1.2.4.3.6 + dabDDExciterBActiveInput OBJECT-TYPE + SYNTAX INTEGER + { + undefined(0), + input1(1), + input2(2), + seamless(3), + hmHierarchicalModulation(4) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Dual drive. Active input of the exciter B + " + ::= { dabDDExciterB 6 } + + + -- 1.3.6.1.4.1.19831.1.1.2.4.3.7 + dabDDExciterBSFNMode OBJECT-TYPE + SYNTAX TruthValue + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Dual drive. SFN mode of exciter B + + (0) undefined + (1) SFN + (2) MFN" + ::= { dabDDExciterB 7 } + + + -- 1.3.6.1.4.1.19831.1.1.2.4.3.8 + dabDDExciterBRefFault OBJECT-TYPE + SYNTAX FaultOK + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Dual drive. Fault state of the GPS input or the reference frequency of exciter B + + (0) undefined + (1) fault + (2) ok" + ::= { dabDDExciterB 8 } + + + -- 1.3.6.1.4.1.19831.1.1.2.4.3.9 + dabDDExciterBMute OBJECT-TYPE + SYNTAX MuteOk + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Dual drive. Mute state of exciter B + + (0) undefined + (1) mute + (2) ok" + ::= { dabDDExciterB 9 } + + + -- 1.3.6.1.4.1.19831.1.1.2.4.3.10 + dabDDExciterBWarningTimeStamp OBJECT-TYPE + SYNTAX WarningOK + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Dual drive.Time stamp warning state of exciter B + + (0) undefined + (1) warning + (2) ok" + ::= { dabDDExciterB 10 } + + +-- dab dual drive. Switch for event + -- 1.3.6.1.4.1.19831.1.1.2.4.4 + dabDDEventEnable OBJECT IDENTIFIER ::= { dabDualDrive 4 } + + + -- 1.3.6.1.4.1.19831.1.1.2.4.4.1 + dabDDEventEnableGeneral OBJECT IDENTIFIER ::= { dabDDEventEnable 1 } + + + -- 1.3.6.1.4.1.19831.1.1.2.4.4.1.1 + dabDDInputPreselectionEnable OBJECT-TYPE + SYNTAX TruthValue + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Description. Enable/Disable switch for dabDDInputPreselection event" + ::= { dabDDEventEnableGeneral 1 } + + + -- 1.3.6.1.4.1.19831.1.1.2.4.4.1.2 + dabDDInputAutomaticEnable OBJECT-TYPE + SYNTAX TruthValue + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Description. Enable/Disable switch for dabDDInputAutomatic event" + ::= { dabDDEventEnableGeneral 2 } + + + -- 1.3.6.1.4.1.19831.1.1.2.4.4.1.3 + dabDDPreselectionExciterEnable OBJECT-TYPE + SYNTAX TruthValue + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Description. Enable/Disable switch for dabDDPreselectionExciter event" + ::= { dabDDEventEnableGeneral 3 } + + + -- 1.3.6.1.4.1.19831.1.1.2.4.4.1.4 + dabDDTransmitterOpModeEnable OBJECT-TYPE + SYNTAX TruthValue + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Description. Enable/Disable switch for dabDDTransmitterOpMode event" + ::= { dabDDEventEnableGeneral 4 } + + + -- 1.3.6.1.4.1.19831.1.1.2.4.4.1.5 + dabDDReserveControlEnable OBJECT-TYPE + SYNTAX TruthValue + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Description. Enable/Disable switch for dabDDIReserveControl event" + ::= { dabDDEventEnableGeneral 5 } + + + -- 1.3.6.1.4.1.19831.1.1.2.4.4.1.6 + dabDDRFPresentEnable OBJECT-TYPE + SYNTAX TruthValue + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Description. Enable/Disable switch for dabDDRFPresent event" + ::= { dabDDEventEnableGeneral 6 } + + + -- 1.3.6.1.4.1.19831.1.1.2.4.4.1.7 + dabDDResetFaultEnable OBJECT-TYPE + SYNTAX TruthValue + MAX-ACCESS read-write + STATUS obsolete + DESCRIPTION + "Massage is inactive! + + Description. Enable/Disable switch for dabDDResetFault event + " + ::= { dabDDEventEnableGeneral 7 } + + + -- 1.3.6.1.4.1.19831.1.1.2.4.4.1.8 + dabDDAmplifierFaultEnable OBJECT-TYPE + SYNTAX TruthValue + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Description. Enable/Disable switch for dabDDAmplifierFault event" + ::= { dabDDEventEnableGeneral 8 } + + + -- 1.3.6.1.4.1.19831.1.1.2.4.4.1.9 + dabDDAmplifierWarningEnable OBJECT-TYPE + SYNTAX TruthValue + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Description. Enable/Disable switch for dabDDAmplifierWarning event" + ::= { dabDDEventEnableGeneral 9 } + + + -- 1.3.6.1.4.1.19831.1.1.2.4.4.1.10 + dabDDActiveExciterEnable OBJECT-TYPE + SYNTAX TruthValue + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Description. Enable/Disable switch for dabDDActiveExciter event + " + ::= { dabDDEventEnableGeneral 10 } + + + -- 1.3.6.1.4.1.19831.1.1.2.4.4.1.11 + dabDDLocalModeEnable OBJECT-TYPE + SYNTAX TruthValue + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Description. Enable/Disable switch for dabDDLocalMode event" + ::= { dabDDEventEnableGeneral 11 } + + + -- 1.3.6.1.4.1.19831.1.1.2.4.4.1.12 + dabDDControlUnitFaultEnable OBJECT-TYPE + SYNTAX TruthValue + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Description. Enable/Disable switch for dabDDControlUnitFault event" + ::= { dabDDEventEnableGeneral 12 } + + + -- 1.3.6.1.4.1.19831.1.1.2.4.4.1.13 + dabDDSwitchOverModeEnable OBJECT-TYPE + SYNTAX TruthValue + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Description. Enable/Disable switch for dabDDSwitchOverMode event" + ::= { dabDDEventEnableGeneral 13 } + + + -- 1.3.6.1.4.1.19831.1.1.2.4.4.1.14 + dabDDSwitchOverReadyEnable OBJECT-TYPE + SYNTAX TruthValue + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Description. Enable/Disable switch for dabDDSwitchOverReady event" + ::= { dabDDEventEnableGeneral 14 } + + + -- 1.3.6.1.4.1.19831.1.1.2.4.4.1.15 + dabDDSwitchOverExecutedEnable OBJECT-TYPE + SYNTAX TruthValue + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Description. Enable/Disable switch for dabDDSwitchOverExecuted event" + ::= { dabDDEventEnableGeneral 15 } + + + -- 1.3.6.1.4.1.19831.1.1.2.4.4.1.16 + dabDDSwitchOverFaultEnable OBJECT-TYPE + SYNTAX TruthValue + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Description. Enable/Disable switch for dabDDSwitchOverFault event" + ::= { dabDDEventEnableGeneral 16 } + + + -- 1.3.6.1.4.1.19831.1.1.2.4.4.2 + dabDDEventEnableExciterA OBJECT IDENTIFIER ::= { dabDDEventEnable 2 } + + + -- 1.3.6.1.4.1.19831.1.1.2.4.4.2.1 + dabDDExciterAInput1OKEnable OBJECT-TYPE + SYNTAX TruthValue + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Description. Enable/Disable switch for dabDDExciterAInput1OK event" + ::= { dabDDEventEnableExciterA 1 } + + + -- 1.3.6.1.4.1.19831.1.1.2.4.4.2.2 + dabDDExciterAInput2OKEnable OBJECT-TYPE + SYNTAX TruthValue + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Description. Enable/Disable switch for dabDDExciterAInput2OK event" + ::= { dabDDEventEnableExciterA 2 } + + + -- 1.3.6.1.4.1.19831.1.1.2.4.4.2.3 + dabDDExciterALocalModeEnable OBJECT-TYPE + SYNTAX TruthValue + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Description. Enable/Disable switch for dabDDExciterALocalMode event" + ::= { dabDDEventEnableExciterA 3 } + + + -- 1.3.6.1.4.1.19831.1.1.2.4.4.2.4 + dabDDExciterAFaultEnable OBJECT-TYPE + SYNTAX TruthValue + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Description. Enable/Disable switch for dabDDExciterAFault event" + ::= { dabDDEventEnableExciterA 4 } + + + -- 1.3.6.1.4.1.19831.1.1.2.4.4.2.5 + dabDDExciterAWarningEnable OBJECT-TYPE + SYNTAX TruthValue + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Description. Enable/Disable switch for dabDDExciterAWarning event" + ::= { dabDDEventEnableExciterA 5 } + + + -- 1.3.6.1.4.1.19831.1.1.2.4.4.2.6 + dabDDExciterAActiveInputEnable OBJECT-TYPE + SYNTAX TruthValue + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Description. Enable/Disable switch for dabDDExciterAActiveInput event" + ::= { dabDDEventEnableExciterA 6 } + + + -- 1.3.6.1.4.1.19831.1.1.2.4.4.2.7 + dabDDExciterASFNModeEnable OBJECT-TYPE + SYNTAX TruthValue + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Description. Enable/Disable switch for dabDDExciterASFNMode event" + ::= { dabDDEventEnableExciterA 7 } + + + -- 1.3.6.1.4.1.19831.1.1.2.4.4.2.8 + dabDDExciterARefFaultEnable OBJECT-TYPE + SYNTAX TruthValue + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Description. Enable/Disable switch for dabDDExciterARefFault event" + ::= { dabDDEventEnableExciterA 8 } + + + -- 1.3.6.1.4.1.19831.1.1.2.4.4.2.9 + dabDDExciterAMuteEnable OBJECT-TYPE + SYNTAX TruthValue + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Description. Enable/Disable switch for dabDDExciterAMute event" + ::= { dabDDEventEnableExciterA 9 } + + + -- 1.3.6.1.4.1.19831.1.1.2.4.4.2.10 + dabDDExciterAWarningTimeStampEnable OBJECT-TYPE + SYNTAX TruthValue + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Description. Enable/Disable switch for dabDDExciterAWarningTimeStamp event" + ::= { dabDDEventEnableExciterA 10 } + + + -- 1.3.6.1.4.1.19831.1.1.2.4.4.3 + dabDDEventEnableExciterB OBJECT IDENTIFIER ::= { dabDDEventEnable 3 } + + + -- 1.3.6.1.4.1.19831.1.1.2.4.4.3.1 + dabDDExciterBInput1OKEnable OBJECT-TYPE + SYNTAX TruthValue + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Description. Enable/Disable switch for dabDDExciterBInput1OK event" + ::= { dabDDEventEnableExciterB 1 } + + + -- 1.3.6.1.4.1.19831.1.1.2.4.4.3.2 + dabDDExciterBInput2OKEnable OBJECT-TYPE + SYNTAX TruthValue + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Description. Enable/Disable switch for dabDDExciterBInput2OK event" + ::= { dabDDEventEnableExciterB 2 } + + + -- 1.3.6.1.4.1.19831.1.1.2.4.4.3.3 + dabDDExciterBLocalModeEnable OBJECT-TYPE + SYNTAX TruthValue + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Description. Enable/Disable switch for dabDDExciterBLocalMode event" + ::= { dabDDEventEnableExciterB 3 } + + + -- 1.3.6.1.4.1.19831.1.1.2.4.4.3.4 + dabDDExciterBFaultEnable OBJECT-TYPE + SYNTAX TruthValue + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Description. Enable/Disable switch for dabDDExciterBFault event" + ::= { dabDDEventEnableExciterB 4 } + + + -- 1.3.6.1.4.1.19831.1.1.2.4.4.3.5 + dabDDExciterBWarningEnable OBJECT-TYPE + SYNTAX TruthValue + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Description. Enable/Disable switch for dabDDExciterBWarning event" + ::= { dabDDEventEnableExciterB 5 } + + + -- 1.3.6.1.4.1.19831.1.1.2.4.4.3.6 + dabDDExciterBActiveInputEnable OBJECT-TYPE + SYNTAX TruthValue + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Description. Enable/Disable switch for dabDDExciterBActiveInput event" + ::= { dabDDEventEnableExciterB 6 } + + + -- 1.3.6.1.4.1.19831.1.1.2.4.4.3.7 + dabDDExciterBSFNModeEnable OBJECT-TYPE + SYNTAX TruthValue + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Description. Enable/Disable switch for dabDDExciterBSFNMode event" + ::= { dabDDEventEnableExciterB 7 } + + + -- 1.3.6.1.4.1.19831.1.1.2.4.4.3.8 + dabDDExciterBRefFaultEnable OBJECT-TYPE + SYNTAX TruthValue + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Description. Enable/Disable switch for dabDDExciterBRefFault event" + ::= { dabDDEventEnableExciterB 8 } + + + -- 1.3.6.1.4.1.19831.1.1.2.4.4.3.9 + dabDDExciterBMuteEnable OBJECT-TYPE + SYNTAX TruthValue + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Description. Enable/Disable switch for dabDDExciterBMute event" + ::= { dabDDEventEnableExciterB 9 } + + + -- 1.3.6.1.4.1.19831.1.1.2.4.4.3.10 + dabDDExciterBWarningTimeStampEnable OBJECT-TYPE + SYNTAX TruthValue + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Description. Enable/Disable switch for dabDDExciterBWarningTimeStamp event" + ::= { dabDDEventEnableExciterB 10 } + + +-- dab dual drive event priority + -- 1.3.6.1.4.1.19831.1.1.2.4.5 + dabDDEventPriority OBJECT IDENTIFIER ::= { dabDualDrive 5 } + + + -- 1.3.6.1.4.1.19831.1.1.2.4.5.1 + dabDDEventPriorityGeneral OBJECT IDENTIFIER ::= { dabDDEventPriority 1 } + + + -- 1.3.6.1.4.1.19831.1.1.2.4.5.1.1 + dabDDInputPreselectionPriority OBJECT-TYPE + SYNTAX Unsigned32 + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Description. Priority for dabDDInputPreselection event" + ::= { dabDDEventPriorityGeneral 1 } + + + -- 1.3.6.1.4.1.19831.1.1.2.4.5.1.2 + dabDDInputAutomaticPriority OBJECT-TYPE + SYNTAX Unsigned32 + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Description. Priority for dabDDInputAutomatic event" + ::= { dabDDEventPriorityGeneral 2 } + + + -- 1.3.6.1.4.1.19831.1.1.2.4.5.1.3 + dabDDPreselectionExciterPriority OBJECT-TYPE + SYNTAX Unsigned32 + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Description. Priority for dabDDInputExciter event" + ::= { dabDDEventPriorityGeneral 3 } + + + -- 1.3.6.1.4.1.19831.1.1.2.4.5.1.4 + dabDDTransmitterOpModePriority OBJECT-TYPE + SYNTAX Unsigned32 + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Description. Priority for dabDDTransmitterOpMode event" + ::= { dabDDEventPriorityGeneral 4 } + + + -- 1.3.6.1.4.1.19831.1.1.2.4.5.1.5 + dabDDReserveControlPriority OBJECT-TYPE + SYNTAX Unsigned32 + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Description. Priority for dabDDReserveControl event" + ::= { dabDDEventPriorityGeneral 5 } + + + -- 1.3.6.1.4.1.19831.1.1.2.4.5.1.6 + dabDDRFPresentPriority OBJECT-TYPE + SYNTAX Unsigned32 + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Description. Priority for dabDDRFPresent event" + ::= { dabDDEventPriorityGeneral 6 } + + + -- 1.3.6.1.4.1.19831.1.1.2.4.5.1.7 + dabDDResetFaultPriority OBJECT-TYPE + SYNTAX Unsigned32 + MAX-ACCESS read-write + STATUS obsolete + DESCRIPTION + "Massage is inactive! + + Description. Priority for dabDDResetFault event" + ::= { dabDDEventPriorityGeneral 7 } + + + -- 1.3.6.1.4.1.19831.1.1.2.4.5.1.8 + dabDDAmplifierFaultPriority OBJECT-TYPE + SYNTAX Unsigned32 + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Description. Priority for dabDDAmplifierFault event" + ::= { dabDDEventPriorityGeneral 8 } + + + -- 1.3.6.1.4.1.19831.1.1.2.4.5.1.9 + dabDDAmplifierWarningPriority OBJECT-TYPE + SYNTAX Unsigned32 + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Description. Priority for dabDDAmplifierWarning event" + ::= { dabDDEventPriorityGeneral 9 } + + + -- 1.3.6.1.4.1.19831.1.1.2.4.5.1.10 + dabDDActiveExciterPriority OBJECT-TYPE + SYNTAX Unsigned32 + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Description. Priority for dabDDActiveExciter event" + ::= { dabDDEventPriorityGeneral 10 } + + + -- 1.3.6.1.4.1.19831.1.1.2.4.5.1.11 + dabDDLocalModePriority OBJECT-TYPE + SYNTAX Unsigned32 + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Description. Priority for dabDDLocalMode event" + ::= { dabDDEventPriorityGeneral 11 } + + + -- 1.3.6.1.4.1.19831.1.1.2.4.5.1.12 + dabDDControlUnitFaultPriority OBJECT-TYPE + SYNTAX Unsigned32 + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Description. Priority for dabDDControlUnitFault event" + ::= { dabDDEventPriorityGeneral 12 } + + + -- 1.3.6.1.4.1.19831.1.1.2.4.5.1.13 + dabDDSwitchOverModePriority OBJECT-TYPE + SYNTAX Unsigned32 + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Description. Priority for dabDDSwitchOverMode event" + ::= { dabDDEventPriorityGeneral 13 } + + + -- 1.3.6.1.4.1.19831.1.1.2.4.5.1.14 + dabDDSwitchOverReadyPriority OBJECT-TYPE + SYNTAX Unsigned32 + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Description. Priority for dabDDSwitchOverReady event" + ::= { dabDDEventPriorityGeneral 14 } + + + -- 1.3.6.1.4.1.19831.1.1.2.4.5.1.15 + dabDDSwitchOverExecutedPriority OBJECT-TYPE + SYNTAX Unsigned32 + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Description. Priority for dabDDSwitchOverExecuted event" + ::= { dabDDEventPriorityGeneral 15 } + + + -- 1.3.6.1.4.1.19831.1.1.2.4.5.1.16 + dabDDSwitchOverFaultPriority OBJECT-TYPE + SYNTAX Unsigned32 + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Description. Priority for dabDDSwitchOverFault event" + ::= { dabDDEventPriorityGeneral 16 } + + + -- 1.3.6.1.4.1.19831.1.1.2.4.5.2 + dabDDEventPriorityExciterA OBJECT IDENTIFIER ::= { dabDDEventPriority 2 } + + + -- 1.3.6.1.4.1.19831.1.1.2.4.5.2.1 + dabDDExciterAInput1OKPriority OBJECT-TYPE + SYNTAX Unsigned32 + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Description. Priority for dabDDExciterAInput1OK event" + ::= { dabDDEventPriorityExciterA 1 } + + + -- 1.3.6.1.4.1.19831.1.1.2.4.5.2.2 + dabDDExciterAInput2OKPriority OBJECT-TYPE + SYNTAX Unsigned32 + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Description. Priority for dabDDExciterAInput2OK event" + ::= { dabDDEventPriorityExciterA 2 } + + + -- 1.3.6.1.4.1.19831.1.1.2.4.5.2.3 + dabDDExciterALocalModePriority OBJECT-TYPE + SYNTAX Unsigned32 + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Description. Priority for dabDDExciterALocalMode event" + ::= { dabDDEventPriorityExciterA 3 } + + + -- 1.3.6.1.4.1.19831.1.1.2.4.5.2.4 + dabDDExciterAFaultPriority OBJECT-TYPE + SYNTAX Unsigned32 + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Description. Priority for dabDDExciterAFault event" + ::= { dabDDEventPriorityExciterA 4 } + + + -- 1.3.6.1.4.1.19831.1.1.2.4.5.2.5 + dabDDExciterAWarningPriority OBJECT-TYPE + SYNTAX Unsigned32 + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Description. Priority for dabDDExciterAWarning event" + ::= { dabDDEventPriorityExciterA 5 } + + + -- 1.3.6.1.4.1.19831.1.1.2.4.5.2.6 + dabDDExciterAActiveInputPriority OBJECT-TYPE + SYNTAX Unsigned32 + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Description. Priority for dabDDExciterAActiveInput event" + ::= { dabDDEventPriorityExciterA 6 } + + + -- 1.3.6.1.4.1.19831.1.1.2.4.5.2.7 + dabDDExciterASFNModePriority OBJECT-TYPE + SYNTAX Unsigned32 + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Description. Priority for dabDDExciterASFNMode event" + ::= { dabDDEventPriorityExciterA 7 } + + + -- 1.3.6.1.4.1.19831.1.1.2.4.5.2.8 + dabDDExciterARefFaultPriority OBJECT-TYPE + SYNTAX Unsigned32 + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Description. Priority for dabDDExciterARefFault event" + ::= { dabDDEventPriorityExciterA 8 } + + + -- 1.3.6.1.4.1.19831.1.1.2.4.5.2.9 + dabDDExciterAMutePriority OBJECT-TYPE + SYNTAX Unsigned32 + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Description. Priority for dabDDExciterAMute event" + ::= { dabDDEventPriorityExciterA 9 } + + + -- 1.3.6.1.4.1.19831.1.1.2.4.5.2.10 + dabDDExciterAWarningTimeStampPriority OBJECT-TYPE + SYNTAX Unsigned32 + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Description. Priority for dabDDExciterAWarningTimeStamp event" + ::= { dabDDEventPriorityExciterA 10 } + + + -- 1.3.6.1.4.1.19831.1.1.2.4.5.3 + dabDDEventPriorityExciterB OBJECT IDENTIFIER ::= { dabDDEventPriority 3 } + + + -- 1.3.6.1.4.1.19831.1.1.2.4.5.3.1 + dabDDExciterBInput1OKPriority OBJECT-TYPE + SYNTAX Unsigned32 + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Description. Priority for dabDDExciterBInput1OK event" + ::= { dabDDEventPriorityExciterB 1 } + + + -- 1.3.6.1.4.1.19831.1.1.2.4.5.3.2 + dabDDExciterBInput2OKPriority OBJECT-TYPE + SYNTAX Unsigned32 + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Description. Priority for dabDDExciterBInput2OK event" + ::= { dabDDEventPriorityExciterB 2 } + + + -- 1.3.6.1.4.1.19831.1.1.2.4.5.3.3 + dabDDExciterBLocalModePriority OBJECT-TYPE + SYNTAX Unsigned32 + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Description. Priority for dabDDExciterBLocalMode event" + ::= { dabDDEventPriorityExciterB 3 } + + + -- 1.3.6.1.4.1.19831.1.1.2.4.5.3.4 + dabDDExciterBFaultPriority OBJECT-TYPE + SYNTAX Unsigned32 + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Description. Priority for dabDDExciterBFault event" + ::= { dabDDEventPriorityExciterB 4 } + + + -- 1.3.6.1.4.1.19831.1.1.2.4.5.3.5 + dabDDExciterBWarningPriority OBJECT-TYPE + SYNTAX Unsigned32 + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Description. Priority for dabDDExciterBWarning event" + ::= { dabDDEventPriorityExciterB 5 } + + + -- 1.3.6.1.4.1.19831.1.1.2.4.5.3.6 + dabDDExciterBActiveInputPriority OBJECT-TYPE + SYNTAX Unsigned32 + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Description. Priority for dabDDExciterBActiveInput event" + ::= { dabDDEventPriorityExciterB 6 } + + + -- 1.3.6.1.4.1.19831.1.1.2.4.5.3.7 + dabDDExciterBSFNModePriority OBJECT-TYPE + SYNTAX Unsigned32 + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Description. Priority for dabDDExciterBSFNMode event" + ::= { dabDDEventPriorityExciterB 7 } + + + -- 1.3.6.1.4.1.19831.1.1.2.4.5.3.8 + dabDDExciterBRefFaultPriority OBJECT-TYPE + SYNTAX Unsigned32 + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Description. Priority for dabDDExciterBRefFault event" + ::= { dabDDEventPriorityExciterB 8 } + + + -- 1.3.6.1.4.1.19831.1.1.2.4.5.3.9 + dabDDExciterBMutePriority OBJECT-TYPE + SYNTAX Unsigned32 + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Description. Priority for dabDDExciterBMute event" + ::= { dabDDEventPriorityExciterB 9 } + + + -- 1.3.6.1.4.1.19831.1.1.2.4.5.3.10 + dabDDExciterBWarningTimeStampPriority OBJECT-TYPE + SYNTAX Unsigned32 + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Description. Priority for dabDDExciterBWarningTimeStamp event" + ::= { dabDDEventPriorityExciterB 10 } + + + -- 1.3.6.1.4.1.19831.1.1.2.4.6 + groupsDD OBJECT IDENTIFIER ::= { dabDualDrive 6 } + + + -- 1.3.6.1.4.1.19831.1.1.2.4.6.1 + eventGroupDD NOTIFICATION-GROUP + NOTIFICATIONS { dabDDInputPreselectionEvent, dabDDInputAutomaticEvent, dabDDPreselectionExciterEvent, dabDDTransmitterOpModeEvent, dabDDReserveControlEvent, + dabDDRFPresentEvent, dabDDAmplifierFaultEvent, dabDDActiveExciterEvent, dabDDLocalModeEvent, dabDDControlUnitFaultEvent, + dabDDSwitchOverModeEvent, dabDDSwitchOverReadyEvent, dabDDSwitchOverExecutedEvent, dabDDSwitchOverFaultEvent, dabDDExciterAInput1OKEvent, + dabDDExciterAInput2OKEvent, dabDDExciterALocalModeEvent, dabDDExciterAFaultEvent, dabDDExciterAWarningEvent, dabDDExciterAActiveInputEvent, + dabDDExciterASFNModeEvent, dabDDExciterARefFaultEvent, dabDDExciterAMuteEvent, dabDDExciterAWarningTimeStampEvent, dabDDExciterBInput1OKEvent, + dabDDExciterBInput2OKEvent, dabDDExciterBLocalModeEvent, dabDDExciterBFaultEvent, dabDDExciterBWarningEvent, dabDDExciterBActiveInputEvent, + dabDDExciterBSFNModeEvent, dabDDExciterBRefFaultEvent, dabDDExciterBMuteEvent, dabDDExciterBWarningTimeStampEvent, dabDDAmplifierWarningEvent + } + STATUS current + DESCRIPTION + "Description. dual drive: events group" + ::= { groupsDD 1 } + + + -- 1.3.6.1.4.1.19831.1.1.2.4.6.2 + objectGroupDD OBJECT-GROUP + OBJECTS { dabDDInputPreselection, dabDDInputAutomatic, dabDDPreselectionExciter, dabDDTransmitterOpMode, dabDDReserveControl, + dabDDRFPresent, dabDDAmplifierFault, dabDDActiveExciter, dabDDLocalMode, dabDDControlUnitFault, + dabDDSwitchOverMode, dabDDSwitchOverReady, dabDDSwitchOverExecuted, dabDDSwitchOverFault, dabDDExciterAInput1OK, + dabDDExciterAInput2OK, dabDDExciterALocalMode, dabDDExciterAFault, dabDDExciterAWarning, dabDDExciterAActiveInput, + dabDDExciterASFNMode, dabDDExciterARefFault, dabDDExciterAMute, dabDDExciterAWarningTimeStamp, dabDDExciterBInput1OK, + dabDDExciterBInput2OK, dabDDExciterBLocalMode, dabDDExciterBFault, dabDDExciterBWarning, dabDDExciterBActiveInput, + dabDDExciterBSFNMode, dabDDExciterBRefFault, dabDDExciterBMute, dabDDExciterBWarningTimeStamp, dabDDInputPreselectionEnable, + dabDDInputAutomaticEnable, dabDDPreselectionExciterEnable, dabDDTransmitterOpModeEnable, dabDDReserveControlEnable, dabDDRFPresentEnable, + dabDDAmplifierFaultEnable, dabDDActiveExciterEnable, dabDDLocalModeEnable, dabDDControlUnitFaultEnable, dabDDSwitchOverModeEnable, + dabDDSwitchOverReadyEnable, dabDDSwitchOverExecutedEnable, dabDDSwitchOverFaultEnable, dabDDExciterAInput1OKEnable, dabDDExciterAInput2OKEnable, + dabDDExciterALocalModeEnable, dabDDExciterAFaultEnable, dabDDExciterAWarningEnable, dabDDExciterAActiveInputEnable, dabDDExciterASFNModeEnable, + dabDDExciterARefFaultEnable, dabDDExciterAMuteEnable, dabDDExciterAWarningTimeStampEnable, dabDDExciterBInput1OKEnable, dabDDExciterBInput2OKEnable, + dabDDExciterBLocalModeEnable, dabDDExciterBFaultEnable, dabDDExciterBWarningEnable, dabDDExciterBActiveInputEnable, dabDDExciterBSFNModeEnable, + dabDDExciterBRefFaultEnable, dabDDExciterBMuteEnable, dabDDExciterBWarningTimeStampEnable, dabDDInputPreselectionPriority, dabDDInputAutomaticPriority, + dabDDPreselectionExciterPriority, dabDDTransmitterOpModePriority, dabDDReserveControlPriority, dabDDRFPresentPriority, dabDDAmplifierFaultPriority, + dabDDActiveExciterPriority, dabDDLocalModePriority, dabDDControlUnitFaultPriority, dabDDSwitchOverModePriority, dabDDSwitchOverReadyPriority, + dabDDSwitchOverExecutedPriority, dabDDSwitchOverFaultPriority, dabDDExciterAInput1OKPriority, dabDDExciterAInput2OKPriority, dabDDExciterALocalModePriority, + dabDDExciterAFaultPriority, dabDDExciterAWarningPriority, dabDDExciterAActiveInputPriority, dabDDExciterASFNModePriority, dabDDExciterARefFaultPriority, + dabDDExciterAMutePriority, dabDDExciterAWarningTimeStampPriority, dabDDExciterBInput1OKPriority, dabDDExciterBInput2OKPriority, dabDDExciterBLocalModePriority, + dabDDExciterBFaultPriority, dabDDExciterBWarningPriority, dabDDExciterBActiveInputPriority, dabDDExciterBSFNModePriority, dabDDExciterBRefFaultPriority, + dabDDExciterBMutePriority, dabDDExciterBWarningTimeStampPriority, dabDDAmplifierWarning, dabDDAmplifierWarningEnable, dabDDAmplifierWarningPriority + } + STATUS current + DESCRIPTION + "Description.dual drive: object group" + ::= { groupsDD 2 } + + + -- 1.3.6.1.4.1.19831.1.1.2.4.6.3 + eventGroupDDobsolete NOTIFICATION-GROUP + NOTIFICATIONS { dabDDResetFaultEvent } + STATUS obsolete + DESCRIPTION + "Description. Inactive events" + ::= { groupsDD 3 } + + + -- 1.3.6.1.4.1.19831.1.1.2.4.6.4 + objectGroupDDobsolete OBJECT-GROUP + OBJECTS { dabDDResetFault, dabDDResetFaultEnable, dabDDResetFaultPriority } + STATUS obsolete + DESCRIPTION + "Description.Inactive objects" + ::= { groupsDD 4 } + + + -- 1.3.6.1.4.1.19831.1.1.2.4.7 + complianceDD OBJECT IDENTIFIER ::= { dabDualDrive 7 } + + + -- 1.3.6.1.4.1.19831.1.1.2.4.7.1 + dabDualDriveCompliance MODULE-COMPLIANCE + STATUS current + DESCRIPTION + "Compliance Statement" + MODULE -- this module + MANDATORY-GROUPS { eventGroupDD, objectGroupDD } + ::= { complianceDD 1 } + + + + END + +-- +-- IRT-DAB-DUALDRIVE-MIB.my +-- diff --git a/src/vendor/irt/IRT-DAB-NPLUS1-MIB b/src/vendor/irt/IRT-DAB-NPLUS1-MIB new file mode 100644 index 000000000000..26282330f3c7 --- /dev/null +++ b/src/vendor/irt/IRT-DAB-NPLUS1-MIB @@ -0,0 +1,2701 @@ +-- +-- IRT-DAB-NPLUS1-MIB.my +-- MIB generated by MG-SOFT Visual MIB Builder Version 6.0 Build 88 +-- Wednesday, May 23, 2007 at 19:26:28 +-- + + IRT-DAB-NPLUS1-MIB DEFINITIONS ::= BEGIN + + IMPORTS + eventTimeStamp, eventPriority, eventCounter, mibRelease + FROM IRT-COMMONVARBINDS-MIB + dab, LocalRemote, FaultOK, SelectManualAuto, ReadyNotReady, + ExecutedNotExecuted, Input1Input2, SelectOnOff, PresentNotPresent, OkNotOk, + WarningOK, MuteOk, SFNMFN + FROM IRT-TRANSMITTER-SMI-MIB + OBJECT-GROUP, MODULE-COMPLIANCE, NOTIFICATION-GROUP + FROM SNMPv2-CONF + sysDescr, sysName, sysLocation + FROM SNMPv2-MIB + Unsigned32, OBJECT-TYPE, MODULE-IDENTITY, NOTIFICATION-TYPE + FROM SNMPv2-SMI + DisplayString, TruthValue, TEXTUAL-CONVENTION + FROM SNMPv2-TC; + + + -- 1.3.6.1.4.1.19831.1.1.2.5 + dabnPlus1 MODULE-IDENTITY + LAST-UPDATED "200705041400Z" -- May 04, 2007 at 14:00 GMT + ORGANIZATION + "IRT for WORKING-GROUP-TC-MIB" + CONTACT-INFO + "Contact-info. + + Andreas Metz + + Institut fuer Rundfunktechnik GmbH + Broadcast Networks and Servers (SN) + + Floriansmuehlstr.60 + 80939 Munich + Germany + + Phone: +49 89 32399 325 + Fax: +49 89 32399 354 + " + DESCRIPTION + "Description. + branch definition + + 1st level + + events OBJECT IDENTIFIER ::= { dabnPlus1 0 } + dabnPlus1General OBJECT IDENTIFIER ::= { dabnPlus1 1 } + dabnPlus1MainTransmitterTable is defined below as dabnPlus1 2 + dabnPlus1ReserveTransmitter OBJECT IDENTIFIER ::= { dabnPlus1 3 } + dabnPlus1TransmitterATable is defined below as dabnPlus1 4 + dabnPlus1TransmitterB OBJECT IDENTIFIER ::= { dabnPlus1 5 } + dabnPlus1EventEnable OBJECT IDENTIFIER ::= { dabnPlus1 6 } + dabnPlus1EventPriority OBJECT IDENTIFIER ::= { dabnPlus1 7 } + groups OBJECT IDENTIFIER ::= { dabnPlus1 8 } + + + 2nd level + + dabnPlus1EventEnableGeneral OBJECT IDENTIFIER ::= { dabnPlus1EventEnable 1 } + dabnPlus1EventEnableMainTransmitterTable is defined below as dabnPlus1EventEnable 2 + dabnPlus1EventEnableReserveTransmitter OBJECT IDENTIFIER ::= { dabnPlus1EventEnable 3 } + dabnPlus1EventEnableTransmitterATable is defined below as dabnPlus1EventEnable 4 } + dabnPlus1EventEnableTransmitterB OBJECT IDENTIFIER ::= { dabnPlus1EventEnable 5 } + + dabnPlus1EventPriorityGeneral OBJECT IDENTIFIER ::= { dabnPlus1EventPriority 1 } + dabnPlus1EventPriorityMainTransmitterTable is defined below as dabnPlus1EventPriority 2 + dabnPlus1EventPriorityReserveTransmitter OBJECT IDENTIFIER ::= { dabnPlus1EventPriority 3 } + dabnPlus1EventPriorityTransmitterATable is defined below as dabnPlus1EventPriority 4 + dabnPlus1EventPriorityTransmitterB OBJECT IDENTIFIER ::= { dabnPlus1EventPriority 5 } + + end branch" + REVISION "200705041400Z" -- May 04, 2007 at 14:00 GMT + DESCRIPTION + "change SFNMode, LocalMode (description) and Module-COMPLIANCE + change numbering: OIDs + 1.3.6.1.4.1.19831.1.1.2.5.3.x and + 1.3.6.1.4.1.19831.1.1.2.5.5.x and + 1.3.6.1.4.1.19831.1.1.2.5.6.3.x and + 1.3.6.1.4.1.19831.1.1.2.5.6.5.x and + 1.3.6.1.4.1.19831.1.1.2.5.7.3.x and + 1.3.6.1.4.1.19831.1.1.2.5.7.5.2" + REVISION "200612201400Z" -- December 20, 2006 at 14:00 GMT + DESCRIPTION + "corrections" + REVISION "200609211400Z" -- September 21, 2006 at 14:00 GMT + DESCRIPTION + "Adding Compliance Statement" + REVISION "200609191400Z" -- September 19, 2006 at 14:00 GMT + DESCRIPTION + "Correcting Imports" + REVISION "200609071400Z" -- September 07, 2006 at 14:00 GMT + DESCRIPTION + "Relocation of the TC-MIB from the standard OID area at IEC into the private OID area of the IRT" + ::= { dab 5 } + + + +-- +-- Textual conventions +-- + + TransmitterBFreeOccupied ::= TEXTUAL-CONVENTION + STATUS obsolete + DESCRIPTION + "Convention is inactive! + + Description. Free/Occupied message for transmitter B + + (1) free + (2) occupied " + SYNTAX INTEGER + { + free(1), + occupied(2) + } + + +-- +-- Node definitions +-- + +-- dab N+1 Reserve. Events + -- 1.3.6.1.4.1.19831.1.1.2.5.0 + dabEventsnPlus1 OBJECT IDENTIFIER ::= { dabnPlus1 0 } + + + -- 1.3.6.1.4.1.19831.1.1.2.5.0.1 + dabnPlus1ResetFaultEvent NOTIFICATION-TYPE + OBJECTS { sysDescr, sysName, sysLocation, eventTimeStamp, eventPriority, + eventCounter, dabnPlus1ResetFault } + STATUS obsolete + DESCRIPTION + "Notification is inactive! + + Description. dabnPlus1ResetFault notification" + ::= { dabEventsnPlus1 1 } + + + -- 1.3.6.1.4.1.19831.1.1.2.5.0.2 + dabnPlus1RedundancySwitchOverEvent NOTIFICATION-TYPE + OBJECTS { sysDescr, sysName, sysLocation, eventTimeStamp, eventPriority, + eventCounter, dabnPlus1RedundancySwitchOver } + STATUS current + DESCRIPTION + "Description. dabnPlus1RedundancySwitchOver notification" + ::= { dabEventsnPlus1 2 } + + + -- 1.3.6.1.4.1.19831.1.1.2.5.0.3 + dabnPlus1LocalModeEvent NOTIFICATION-TYPE + OBJECTS { sysDescr, sysName, sysLocation, eventTimeStamp, eventPriority, + eventCounter, dabnPlus1LocalMode } + STATUS current + DESCRIPTION + "Description. dabnPlus1LocalMode notification" + ::= { dabEventsnPlus1 3 } + + + -- 1.3.6.1.4.1.19831.1.1.2.5.0.4 + dabnPlus1ControlUnitFaultEvent NOTIFICATION-TYPE + OBJECTS { sysDescr, sysName, sysLocation, eventTimeStamp, eventPriority, + eventCounter, dabnPlus1ControlUnitFault } + STATUS current + DESCRIPTION + "Description. dabnPlus1ControlUnitFault notification" + ::= { dabEventsnPlus1 4 } + + + -- 1.3.6.1.4.1.19831.1.1.2.5.0.5 + dabnPlus1SwitchOverModeEvent NOTIFICATION-TYPE + OBJECTS { sysDescr, sysName, sysLocation, eventTimeStamp, eventPriority, + eventCounter, dabnPlus1SwitchOverMode } + STATUS current + DESCRIPTION + "Description. dabnPlus1SwitchOverMode notification" + ::= { dabEventsnPlus1 5 } + + + -- 1.3.6.1.4.1.19831.1.1.2.5.0.6 + dabnPlus1SwitchOverReadyEvent NOTIFICATION-TYPE + OBJECTS { sysDescr, sysName, sysLocation, eventTimeStamp, eventPriority, + eventCounter, dabnPlus1SwitchOverReady } + STATUS current + DESCRIPTION + "Description. dabnPlus1SwitchOverReady notification" + ::= { dabEventsnPlus1 6 } + + + -- 1.3.6.1.4.1.19831.1.1.2.5.0.7 + dabnPlus1SwitchOverExecutedEvent NOTIFICATION-TYPE + OBJECTS { sysDescr, sysName, sysLocation, eventTimeStamp, eventPriority, + eventCounter, dabnPlus1SwitchOverExecuted } + STATUS current + DESCRIPTION + "Description. dabnPlus1SwitchOverExecuted notification" + ::= { dabEventsnPlus1 7 } + + + -- 1.3.6.1.4.1.19831.1.1.2.5.0.8 + dabnPlus1SwitchOverFaultEvent NOTIFICATION-TYPE + OBJECTS { sysDescr, sysName, sysLocation, eventTimeStamp, eventPriority, + eventCounter, dabnPlus1SwitchOverFault } + STATUS current + DESCRIPTION + "Description. dabnPlus1SwitchOverFault notification" + ::= { dabEventsnPlus1 8 } + + + -- 1.3.6.1.4.1.19831.1.1.2.5.0.9 + dabnPlus1ChannelSelectionEvent NOTIFICATION-TYPE + OBJECTS { sysDescr, sysName, sysLocation, eventTimeStamp, eventPriority, + eventCounter, dabnPlus1ChannelSelection } + STATUS current + DESCRIPTION + "Description. dabnPlus1ChannelSelection notification" + ::= { dabEventsnPlus1 9 } + + + -- 1.3.6.1.4.1.19831.1.1.2.5.0.10 + dabnPlus1TransmitterBResetEvent NOTIFICATION-TYPE + OBJECTS { sysDescr, sysName, sysLocation, eventTimeStamp, eventPriority, + eventCounter, dabnPlus1TransmitterBReset } + STATUS obsolete + DESCRIPTION + "Notification is inactive! + + Description. dabnPlus1TransmitterBReset notification" + ::= { dabEventsnPlus1 10 } + + + -- 1.3.6.1.4.1.19831.1.1.2.5.0.11 + dabnPlus1TransmitterBModeEvent NOTIFICATION-TYPE + OBJECTS { sysDescr, sysName, sysLocation, eventTimeStamp, eventPriority, + eventCounter, dabnPlus1TransmitterBMode } + STATUS obsolete + DESCRIPTION + "Notification is inactive! + + Description. dabnPlus1TransmitterBMode notification" + ::= { dabEventsnPlus1 11 } + + + -- 1.3.6.1.4.1.19831.1.1.2.5.0.12 + dabnPlus1MTInputPreselectionEvent NOTIFICATION-TYPE + OBJECTS { sysDescr, sysName, sysLocation, eventTimeStamp, eventPriority, + eventCounter, dabnPlus1MTInputPreselection, dabnPlus1EventTransmitterIndex } + STATUS current + DESCRIPTION + "Description. dabnPlus1MTInputPreselection notification" + ::= { dabEventsnPlus1 12 } + + + -- 1.3.6.1.4.1.19831.1.1.2.5.0.13 + dabnPlus1MTInputAutomaticEvent NOTIFICATION-TYPE + OBJECTS { sysDescr, sysName, sysLocation, eventTimeStamp, eventPriority, + eventCounter, dabnPlus1MTInputAutomatic, dabnPlus1EventTransmitterIndex } + STATUS current + DESCRIPTION + "Description. dabnPlus1MTInputAutomatic notification" + ::= { dabEventsnPlus1 13 } + + + -- 1.3.6.1.4.1.19831.1.1.2.5.0.14 + dabnPlus1MTOpModeEvent NOTIFICATION-TYPE + OBJECTS { sysDescr, sysName, sysLocation, eventTimeStamp, eventPriority, + eventCounter, dabnPlus1MTOpMode, dabnPlus1EventTransmitterIndex } + STATUS current + DESCRIPTION + "Description. dabnPlus1MTOpMode notification" + ::= { dabEventsnPlus1 14 } + + + -- 1.3.6.1.4.1.19831.1.1.2.5.0.15 + dabnPlus1MTRFProgramPresentEvent NOTIFICATION-TYPE + OBJECTS { sysDescr, sysName, sysLocation, eventTimeStamp, eventPriority, + eventCounter, dabnPlus1MTRFProgramPresent, dabnPlus1EventTransmitterIndex } + STATUS current + DESCRIPTION + "Description. dabnPlus1MTRFProgramPresent notification" + ::= { dabEventsnPlus1 15 } + + + -- 1.3.6.1.4.1.19831.1.1.2.5.0.16 + dabnPlus1RTInputPreselectionEvent NOTIFICATION-TYPE + OBJECTS { sysDescr, sysName, sysLocation, eventTimeStamp, eventPriority, + eventCounter, dabnPlus1RTInputPreselection } + STATUS current + DESCRIPTION + "Description. dabnPlus1RTInputPreselection notification" + ::= { dabEventsnPlus1 16 } + + + -- 1.3.6.1.4.1.19831.1.1.2.5.0.17 + dabnPlus1RTInputAutomaticEvent NOTIFICATION-TYPE + OBJECTS { sysDescr, sysName, sysLocation, eventTimeStamp, eventPriority, + eventCounter, dabnPlus1RTInputAutomatic } + STATUS current + DESCRIPTION + "Description. dabnPlus1RTInputAutomatic notification" + ::= { dabEventsnPlus1 17 } + + + -- 1.3.6.1.4.1.19831.1.1.2.5.0.18 + dabnPlus1RTOpModeEvent NOTIFICATION-TYPE + OBJECTS { sysDescr, sysName, sysLocation, eventTimeStamp, eventPriority, + eventCounter, dabnPlus1RTOpMode } + STATUS current + DESCRIPTION + "Description. dabnPlus1RTOpMode notification" + ::= { dabEventsnPlus1 18 } + + + -- 1.3.6.1.4.1.19831.1.1.2.5.0.19 + dabnPlus1RTRFProgramPresentEvent NOTIFICATION-TYPE + OBJECTS { sysDescr, sysName, sysLocation, eventTimeStamp, eventPriority, + eventCounter, dabnPlus1RTRFProgramPresent } + STATUS current + DESCRIPTION + "Description. dabnPlus1RTRFProgramPresent notification" + ::= { dabEventsnPlus1 19 } + + + -- 1.3.6.1.4.1.19831.1.1.2.5.0.20 + dabnPlus1TARFPresentEvent NOTIFICATION-TYPE + OBJECTS { sysDescr, sysName, sysLocation, eventTimeStamp, eventPriority, + eventCounter, dabnPlus1TARFPresent, dabnPlus1EventTransmitterIndex } + STATUS current + DESCRIPTION + "Description. dabnPlus1TARFPresent notification" + ::= { dabEventsnPlus1 20 } + + + -- 1.3.6.1.4.1.19831.1.1.2.5.0.21 + dabnPlus1TAInput1OKEvent NOTIFICATION-TYPE + OBJECTS { sysDescr, sysName, sysLocation, eventTimeStamp, eventPriority, + eventCounter, dabnPlus1TAInput1OK, dabnPlus1EventTransmitterIndex } + STATUS current + DESCRIPTION + "Description. dabnPlus1TAInput1OK notification" + ::= { dabEventsnPlus1 21 } + + + -- 1.3.6.1.4.1.19831.1.1.2.5.0.22 + dabnPlus1TAInput2OKEvent NOTIFICATION-TYPE + OBJECTS { sysDescr, sysName, sysLocation, eventTimeStamp, eventPriority, + eventCounter, dabnPlus1TAInput2OK, dabnPlus1EventTransmitterIndex } + STATUS current + DESCRIPTION + "Description. dabnPlus1TAInput2OK notification" + ::= { dabEventsnPlus1 22 } + + + -- 1.3.6.1.4.1.19831.1.1.2.5.0.23 + dabnPlus1TALocalModeEvent NOTIFICATION-TYPE + OBJECTS { sysDescr, sysName, sysLocation, eventTimeStamp, eventPriority, + eventCounter, dabnPlus1TALocalMode, dabnPlus1EventTransmitterIndex } + STATUS current + DESCRIPTION + "Description. dabnPlus1TALocalMode notification" + ::= { dabEventsnPlus1 23 } + + + -- 1.3.6.1.4.1.19831.1.1.2.5.0.24 + dabnPlus1TAInputPreselectionEvent NOTIFICATION-TYPE + OBJECTS { sysDescr, sysName, sysLocation, eventTimeStamp, eventPriority, + eventCounter, dabnPlus1TAInputPreselection, dabnPlus1EventTransmitterIndex } + STATUS current + DESCRIPTION + "Description. dabnPlus1TAInputPreselection notification" + ::= { dabEventsnPlus1 24 } + + + -- 1.3.6.1.4.1.19831.1.1.2.5.0.25 + dabnPlus1TAInputAutomaticEvent NOTIFICATION-TYPE + OBJECTS { sysDescr, sysName, sysLocation, eventTimeStamp, eventPriority, + eventCounter, dabnPlus1TAInputAutomatic, dabnPlus1EventTransmitterIndex } + STATUS current + DESCRIPTION + "Description. dabnPlus1TAInputAutomatic notification" + ::= { dabEventsnPlus1 25 } + + + -- 1.3.6.1.4.1.19831.1.1.2.5.0.26 + dabnPlus1TAFaultEvent NOTIFICATION-TYPE + OBJECTS { sysDescr, sysName, sysLocation, eventTimeStamp, eventPriority, + eventCounter, dabnPlus1TAFault, dabnPlus1EventTransmitterIndex } + STATUS current + DESCRIPTION + "Description. dabnPlus1TAFault notification" + ::= { dabEventsnPlus1 26 } + + + -- 1.3.6.1.4.1.19831.1.1.2.5.0.27 + dabnPlus1TAWarningEvent NOTIFICATION-TYPE + OBJECTS { sysDescr, sysName, sysLocation, eventTimeStamp, eventPriority, + eventCounter, dabnPlus1TAWarning, dabnPlus1EventTransmitterIndex } + STATUS current + DESCRIPTION + "Description. dabnPlus1TAWarning notification" + ::= { dabEventsnPlus1 27 } + + + -- 1.3.6.1.4.1.19831.1.1.2.5.0.28 + dabnPlus1TAActiveInputEvent NOTIFICATION-TYPE + OBJECTS { sysDescr, sysName, sysLocation, eventTimeStamp, eventPriority, + eventCounter, dabnPlus1TAActiveInput, dabnPlus1EventTransmitterIndex } + STATUS current + DESCRIPTION + "Description. dabnPlus1TAActiveInput notification" + ::= { dabEventsnPlus1 28 } + + + -- 1.3.6.1.4.1.19831.1.1.2.5.0.29 + dabnPlus1TASFNModeEvent NOTIFICATION-TYPE + OBJECTS { sysDescr, sysName, sysLocation, eventTimeStamp, eventPriority, + eventCounter, dabnPlus1TASFNMode, dabnPlus1EventTransmitterIndex } + STATUS current + DESCRIPTION + "Description. dabnPlus1TASFNMode notification" + ::= { dabEventsnPlus1 29 } + + + -- 1.3.6.1.4.1.19831.1.1.2.5.0.30 + dabnPlus1TARefFaultEvent NOTIFICATION-TYPE + OBJECTS { sysDescr, sysName, sysLocation, eventTimeStamp, eventPriority, + eventCounter, dabnPlus1TARefFault, dabnPlus1EventTransmitterIndex } + STATUS current + DESCRIPTION + "Description. dabnPlus1TARefFault notification" + ::= { dabEventsnPlus1 30 } + + + -- 1.3.6.1.4.1.19831.1.1.2.5.0.31 + dabnPlus1TAMuteEvent NOTIFICATION-TYPE + OBJECTS { sysDescr, sysName, sysLocation, eventTimeStamp, eventPriority, + eventCounter, dabnPlus1TAMute, dabnPlus1EventTransmitterIndex } + STATUS current + DESCRIPTION + "Description. dabnPlus1TAMute notification" + ::= { dabEventsnPlus1 31 } + + + -- 1.3.6.1.4.1.19831.1.1.2.5.0.32 + dabnPlus1TAWarningTimeStampEvent NOTIFICATION-TYPE + OBJECTS { sysDescr, sysName, sysLocation, eventTimeStamp, eventPriority, + eventCounter, dabnPlus1TAWarningTimeStamp, dabnPlus1EventTransmitterIndex } + STATUS current + DESCRIPTION + "Description. dabnPlus1TAWarningTimeStamp notification" + ::= { dabEventsnPlus1 32 } + + + -- 1.3.6.1.4.1.19831.1.1.2.5.0.33 + dabnPlus1TBRFPresentEvent NOTIFICATION-TYPE + OBJECTS { sysDescr, sysName, sysLocation, eventTimeStamp, eventPriority, + eventCounter, dabnPlus1TBRFPresent } + STATUS current + DESCRIPTION + "Description. dabnPlus1TBRFPresent notification" + ::= { dabEventsnPlus1 33 } + + + -- 1.3.6.1.4.1.19831.1.1.2.5.0.34 + dabnPlus1TBInput1OKEvent NOTIFICATION-TYPE + OBJECTS { sysDescr, sysName, sysLocation, eventTimeStamp, eventPriority, + eventCounter, dabnPlus1TBInput1OK } + STATUS current + DESCRIPTION + "Description. dabnPlus1TBInput1OK notification" + ::= { dabEventsnPlus1 34 } + + + -- 1.3.6.1.4.1.19831.1.1.2.5.0.35 + dabnPlus1TBInput2OKEvent NOTIFICATION-TYPE + OBJECTS { sysDescr, sysName, sysLocation, eventTimeStamp, eventPriority, + eventCounter, dabnPlus1TBInput2OK } + STATUS current + DESCRIPTION + "Description. dabnPlus1TBInput2OK notification" + ::= { dabEventsnPlus1 35 } + + + -- 1.3.6.1.4.1.19831.1.1.2.5.0.36 + dabnPlus1TBLocalModeEvent NOTIFICATION-TYPE + OBJECTS { sysDescr, sysName, sysLocation, eventTimeStamp, eventPriority, + eventCounter, dabnPlus1TBLocalMode } + STATUS current + DESCRIPTION + "Description. dabnPlus1TBLocalMode notification" + ::= { dabEventsnPlus1 36 } + + + -- 1.3.6.1.4.1.19831.1.1.2.5.0.37 + dabnPlus1TBFaultEvent NOTIFICATION-TYPE + OBJECTS { sysDescr, sysName, sysLocation, eventTimeStamp, eventPriority, + eventCounter, dabnPlus1TBFault } + STATUS current + DESCRIPTION + "Description. dabnPlus1TBFault notification" + ::= { dabEventsnPlus1 37 } + + + -- 1.3.6.1.4.1.19831.1.1.2.5.0.38 + dabnPlus1TBWarningEvent NOTIFICATION-TYPE + OBJECTS { sysDescr, sysName, sysLocation, eventTimeStamp, eventPriority, + eventCounter, dabnPlus1TBWarning } + STATUS current + DESCRIPTION + "Description. dabnPlus1TBWarning notification" + ::= { dabEventsnPlus1 38 } + + + -- 1.3.6.1.4.1.19831.1.1.2.5.0.39 + dabnPlus1TBInputPreselectionEvent NOTIFICATION-TYPE + OBJECTS { sysDescr, sysName, sysLocation, eventTimeStamp, eventPriority, + eventCounter, dabnPlus1TBInputPreselection } + STATUS current + DESCRIPTION + "Description. dabnPlus1TBInputPreselection notification" + ::= { dabEventsnPlus1 39 } + + + -- 1.3.6.1.4.1.19831.1.1.2.5.0.40 + dabnPlus1TBInputAutomaticEvent NOTIFICATION-TYPE + OBJECTS { sysDescr, sysName, sysLocation, eventTimeStamp, eventPriority, + eventCounter, dabnPlus1TBInputAutomatic } + STATUS current + DESCRIPTION + "Description. dabnPlus1TBInputAutomatic notification" + ::= { dabEventsnPlus1 40 } + + + -- 1.3.6.1.4.1.19831.1.1.2.5.0.41 + dabnPlus1TBActiveInputEvent NOTIFICATION-TYPE + OBJECTS { sysDescr, sysName, sysLocation, eventTimeStamp, eventPriority, + eventCounter, dabnPlus1TBActiveInput } + STATUS current + DESCRIPTION + "Description. dabnPlus1TBActiveInput notification" + ::= { dabEventsnPlus1 41 } + + + -- 1.3.6.1.4.1.19831.1.1.2.5.0.42 + dabnPlus1TBSFNModeEvent NOTIFICATION-TYPE + OBJECTS { sysDescr, sysName, sysLocation, eventTimeStamp, eventPriority, + eventCounter, dabnPlus1TBSFNMode } + STATUS current + DESCRIPTION + "Description. dabnPlus1TBSFNMode notification" + ::= { dabEventsnPlus1 42 } + + + -- 1.3.6.1.4.1.19831.1.1.2.5.0.43 + dabnPlus1TBRefFaultEvent NOTIFICATION-TYPE + OBJECTS { sysDescr, sysName, sysLocation, eventTimeStamp, eventPriority, + eventCounter, dabnPlus1TBRefFault } + STATUS current + DESCRIPTION + "Description. dabnPlus1TBRefFault notification" + ::= { dabEventsnPlus1 43 } + + + -- 1.3.6.1.4.1.19831.1.1.2.5.0.44 + dabnPlus1TBMuteEvent NOTIFICATION-TYPE + OBJECTS { sysDescr, sysName, sysLocation, eventTimeStamp, eventPriority, + eventCounter, dabnPlus1TBMute } + STATUS current + DESCRIPTION + "Description. dabnPlus1TBMute notification" + ::= { dabEventsnPlus1 44 } + + + -- 1.3.6.1.4.1.19831.1.1.2.5.0.45 + dabnPlus1TBWarningTimeStampEvent NOTIFICATION-TYPE + OBJECTS { sysDescr, sysName, sysLocation, eventTimeStamp, eventPriority, + eventCounter, dabnPlus1TBWarningTimeStamp } + STATUS current + DESCRIPTION + "Description. dabnPlus1TBWarningTimeStamp notification" + ::= { dabEventsnPlus1 45 } + + +-- dab N+1 Resreve. General + -- 1.3.6.1.4.1.19831.1.1.2.5.1 + dabnPlus1General OBJECT IDENTIFIER ::= { dabnPlus1 1 } + + + -- 1.3.6.1.4.1.19831.1.1.2.5.1.1 + dabnPlus1ResetFault OBJECT-TYPE + SYNTAX Unsigned32 + MAX-ACCESS read-write + STATUS obsolete + DESCRIPTION + "Massage is inactive! + + N+1 reserve. Reset fault: Trigger for reset the sum fault + + <1> + + (1) reset sum fault + " + ::= { dabnPlus1General 1 } + + + -- 1.3.6.1.4.1.19831.1.1.2.5.1.2 + dabnPlus1RedundancySwitchOver OBJECT-TYPE + SYNTAX INTEGER (-1..6) + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "N+1 reserve. Redundancy reserve switch over for transmitters B,A1,A2...An + + <-1,0,1,2,3,4,...,n> + + (-1) reserve transmitterB + (0) undefined + (1) transmitter 1 + (2) transmitter 2 + (3) transmitter 3 + (4) transmitter 4 + ................ + (n) transmitter n + " + ::= { dabnPlus1General 2 } + + + -- 1.3.6.1.4.1.19831.1.1.2.5.1.3 + dabnPlus1LocalMode OBJECT-TYPE + SYNTAX LocalRemote + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "N+1 reserve. Local mode + + (0) undefined + (1) local + (2) remote" + ::= { dabnPlus1General 3 } + + + -- 1.3.6.1.4.1.19831.1.1.2.5.1.4 + dabnPlus1ControlUnitFault OBJECT-TYPE + SYNTAX FaultOK + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "N+1 reserve. State of the control unit + + (0) undefined + (1) fault + (2) ok" + ::= { dabnPlus1General 4 } + + + -- 1.3.6.1.4.1.19831.1.1.2.5.1.5 + dabnPlus1SwitchOverMode OBJECT-TYPE + SYNTAX SelectManualAuto + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "N+1 reserve. Switch over mode: manual or automatic + + (0) undefined + (1) manual + (2) automatic" + ::= { dabnPlus1General 5 } + + + -- 1.3.6.1.4.1.19831.1.1.2.5.1.6 + dabnPlus1SwitchOverReady OBJECT-TYPE + SYNTAX ReadyNotReady + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "State of the N+1 reserve switch over unit + + (0) undefined + (1) ready + (2) not ready" + ::= { dabnPlus1General 6 } + + + -- 1.3.6.1.4.1.19831.1.1.2.5.1.7 + dabnPlus1SwitchOverExecuted OBJECT-TYPE + SYNTAX ExecutedNotExecuted + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "N+1 reserve. Shows if the reserve switsch over uinit it has executed + + (0) undefined + (1) executed + (2) not executed" + ::= { dabnPlus1General 7 } + + + -- 1.3.6.1.4.1.19831.1.1.2.5.1.8 + dabnPlus1SwitchOverFault OBJECT-TYPE + SYNTAX FaultOK + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "N+1 reserve. Fault state of the switch over unit + + (0) undefined + (1) faulty + (2) ok" + ::= { dabnPlus1General 8 } + + + -- 1.3.6.1.4.1.19831.1.1.2.5.1.9 + dabnPlus1ChannelSelection OBJECT-TYPE + SYNTAX Unsigned32 + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "N+1 reserve. Chanel selection 1...n of reserve transmitter + + <1,0,2,...,n> + + (0) undefined + (1) chanel 1 + (2) chanel 2 + ... + (n) chanel n + + " + ::= { dabnPlus1General 9 } + + + -- 1.3.6.1.4.1.19831.1.1.2.5.1.10 + dabnPlus1TransmitterBReset OBJECT-TYPE + SYNTAX Unsigned32 + MAX-ACCESS read-write + STATUS obsolete + DESCRIPTION + "Message is inactive! + + N+1 Reserve. Transmitter B reset: trigger for reset + + <1> + + (1) reset fault + " + ::= { dabnPlus1General 10 } + + + -- 1.3.6.1.4.1.19831.1.1.2.5.1.11 + dabnPlus1TransmitterBMode OBJECT-TYPE + SYNTAX TransmitterBFreeOccupied + MAX-ACCESS read-only + STATUS obsolete + DESCRIPTION + "Message is inactive! + + N+1 reserve. Transmitter B redundancy state + + (1) free + (2) occupied + " + ::= { dabnPlus1General 11 } + + + -- 1.3.6.1.4.1.19831.1.1.2.5.1.12 + dabnPlus1EventTransmitterIndex OBJECT-TYPE + SYNTAX Unsigned32 (1..255) + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "N+1 reserve. Eventindex to be transmitted along which each trap from MaintransmitterTable or TransmitterATable" + ::= { dabnPlus1General 12 } + + +-- dab N+1 reserve. Main transmitter table + -- 1.3.6.1.4.1.19831.1.1.2.5.2 + dabnPlus1MainTransmitterTable OBJECT-TYPE + SYNTAX SEQUENCE OF DabnPlus1MainTransmitterEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "Table of logical transmitters carrying programs + " + ::= { dabnPlus1 2 } + + +-- dab N+1 reserve: One logical transmitter, numbered from 1 to n + -- 1.3.6.1.4.1.19831.1.1.2.5.2.1 + dabnPlus1MainTransmitterEntry OBJECT-TYPE + SYNTAX DabnPlus1MainTransmitterEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "One logical transmitter, numbered from 1 to n" + INDEX { dabnPlus1MTIndex } + ::= { dabnPlus1MainTransmitterTable 1 } + + + DabnPlus1MainTransmitterEntry ::= + SEQUENCE { + dabnPlus1MTIndex + Unsigned32, + dabnPlus1MTInputPreselection + Input1Input2, + dabnPlus1MTInputAutomatic + SelectOnOff, + dabnPlus1MTOpMode + SelectOnOff, + dabnPlus1MTRFProgramPresent + PresentNotPresent + } + + -- 1.3.6.1.4.1.19831.1.1.2.5.2.1.1 + dabnPlus1MTIndex OBJECT-TYPE + SYNTAX Unsigned32 (1..255) + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "N+1 Reserve. Main transmitter index + + + (1) transmitter 1 + (2) transmitter 2 + (3) transmitter 3 + (4) transmitter 4 + (5) transmitter 5 + (6) transmitter 6 + " + ::= { dabnPlus1MainTransmitterEntry 1 } + + + -- 1.3.6.1.4.1.19831.1.1.2.5.2.1.2 + dabnPlus1MTInputPreselection OBJECT-TYPE + SYNTAX Input1Input2 + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Important! This message (logical view) is redundant with analogue massage + dabnPlus1TAInputPreselection OID: 1.3.6.1.4.1.19831.1.1.2.5.4.1.6 + below the node dabnPlus1TransmitterATable. + In the operation system mandatory there must be used only one of these views: + + logical + or + physical + + N+1 Reserve.Main transmitter preselection input + + (0) undefined + (1) Input 1 + (2) Input 2" + ::= { dabnPlus1MainTransmitterEntry 2 } + + + -- 1.3.6.1.4.1.19831.1.1.2.5.2.1.3 + dabnPlus1MTInputAutomatic OBJECT-TYPE + SYNTAX SelectOnOff + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Important! This message (logical view) is redundant with analogue massage + dabnPlus1TAInputAutomatic OID: 1.3.6.1.4.1.19831.1.1.2.5.4.1.7 + below the node dabnPlus1TransmitterATable. + In the operation system mandatory there must be used only one of these views: + + logical + or + physical + + N+1 Reserve. Main transmitter reserve input + + (0) undefined + (1) ON + (2) OFF " + ::= { dabnPlus1MainTransmitterEntry 3 } + + + -- 1.3.6.1.4.1.19831.1.1.2.5.2.1.4 + dabnPlus1MTOpMode OBJECT-TYPE + SYNTAX SelectOnOff + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "N+1 Reserve. General transmitter control + + (0) undefined + (1) ON + (2) OFF" + ::= { dabnPlus1MainTransmitterEntry 4 } + + + -- 1.3.6.1.4.1.19831.1.1.2.5.2.1.5 + dabnPlus1MTRFProgramPresent OBJECT-TYPE + SYNTAX PresentNotPresent + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "N+1 reserve. Describes if the output power of the main transmitter is present + + (0) undefined + (1) present + (2) not present" + ::= { dabnPlus1MainTransmitterEntry 5 } + + +-- dab N+1 reserve. Reserve Transmitter + -- 1.3.6.1.4.1.19831.1.1.2.5.3 + dabnPlus1ReserveTransmitter OBJECT IDENTIFIER ::= { dabnPlus1 3 } + + + -- 1.3.6.1.4.1.19831.1.1.2.5.3.2 + dabnPlus1RTInputPreselection OBJECT-TYPE + SYNTAX Input1Input2 + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Important! This message (logical view) is redundant with analogue massage + dabnPlus1TBInputPreselection OID: 1.3.6.1.4.1.19831.1.1.2.5.5.5 + below the node dabnPlus1Transmitter B. + In the operation system mandatory there must be used only one of these views: + + logical + or + physical + + N+1 reserve. Preselection input reserve transmitter + + (0) undefined + (1) Input 1 + (2) Input 2" + ::= { dabnPlus1ReserveTransmitter 2 } + + + -- 1.3.6.1.4.1.19831.1.1.2.5.3.3 + dabnPlus1RTInputAutomatic OBJECT-TYPE + SYNTAX SelectOnOff + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Important! This message (logical view) is redundant with analogue massage + dabnPlus1TBInputAutomatic OID: 1.3.6.1.4.1.19831.1.1.2.5.5.6 + below the node dabnPlus1TransmitterB. + In the operation system mandatory there must be used only one of these views: + + logical + or + physical + + + + N+1 reserve. Reserve transmitter control + + (0) undefined + (1) ON + (2) OFF " + ::= { dabnPlus1ReserveTransmitter 3 } + + + -- 1.3.6.1.4.1.19831.1.1.2.5.3.4 + dabnPlus1RTOpMode OBJECT-TYPE + SYNTAX SelectOnOff + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "N+1 reserve. reserve transmitter control + + (0) undefined + (1) ON + (2) OFF" + ::= { dabnPlus1ReserveTransmitter 4 } + + + -- 1.3.6.1.4.1.19831.1.1.2.5.3.5 + dabnPlus1RTRFProgramPresent OBJECT-TYPE + SYNTAX PresentNotPresent + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "N+1 reserve. Describes if the output power of the reserve transmitter is present + + (0) undefined + (1) present + (2) not present" + ::= { dabnPlus1ReserveTransmitter 5 } + + +-- dab N+1 reserve. Transmitter A table + -- 1.3.6.1.4.1.19831.1.1.2.5.4 + dabnPlus1TransmitterATable OBJECT-TYPE + SYNTAX SEQUENCE OF DabnPlus1TransmitterAEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "Table of physical transmitters ment to be on air in normal operation" + ::= { dabnPlus1 4 } + + +-- dab n+1 reserve: transmitter A entry - rows + -- 1.3.6.1.4.1.19831.1.1.2.5.4.1 + dabnPlus1TransmitterAEntry OBJECT-TYPE + SYNTAX DabnPlus1TransmitterAEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "N+1 reserve. One physical transmitter, numbered from A1 to An" + INDEX { dabnPlus1TAIndex } + ::= { dabnPlus1TransmitterATable 1 } + + + DabnPlus1TransmitterAEntry ::= + SEQUENCE { + dabnPlus1TAIndex + Unsigned32, + dabnPlus1TARFPresent + PresentNotPresent, + dabnPlus1TAInput1OK + OkNotOk, + dabnPlus1TAInput2OK + OkNotOk, + dabnPlus1TALocalMode + LocalRemote, + dabnPlus1TAInputPreselection + Input1Input2, + dabnPlus1TAInputAutomatic + SelectManualAuto, + dabnPlus1TAFault + FaultOK, + dabnPlus1TAWarning + WarningOK, + dabnPlus1TAActiveInput + INTEGER, + dabnPlus1TASFNMode + SFNMFN, + dabnPlus1TARefFault + FaultOK, + dabnPlus1TAMute + MuteOk, + dabnPlus1TAWarningTimeStamp + WarningOK + } + + -- 1.3.6.1.4.1.19831.1.1.2.5.4.1.1 + dabnPlus1TAIndex OBJECT-TYPE + SYNTAX Unsigned32 (1..255) + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "N+1 reserve. Index of the transmitters A1,A2...An + + " + ::= { dabnPlus1TransmitterAEntry 1 } + + + -- 1.3.6.1.4.1.19831.1.1.2.5.4.1.2 + dabnPlus1TARFPresent OBJECT-TYPE + SYNTAX PresentNotPresent + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "N+1 reserve. Describes if the output power of the transmitter A is present + + (0) undefined + (1) present + (2) not present" + ::= { dabnPlus1TransmitterAEntry 2 } + + + -- 1.3.6.1.4.1.19831.1.1.2.5.4.1.3 + dabnPlus1TAInput1OK OBJECT-TYPE + SYNTAX OkNotOk + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "N+1 reserve. Describes if the input signal at the input 1 of transmitter A is ok + + (0) undefined + (1) signal ok + (2) signal is not ok " + ::= { dabnPlus1TransmitterAEntry 3 } + + + -- 1.3.6.1.4.1.19831.1.1.2.5.4.1.4 + dabnPlus1TAInput2OK OBJECT-TYPE + SYNTAX OkNotOk + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "N+1 reserve. Describes if the input signal at the input 2 of transmitter A is ok + + (0) undefined + (1) signal ok + (2) signal is not ok " + ::= { dabnPlus1TransmitterAEntry 4 } + + + -- 1.3.6.1.4.1.19831.1.1.2.5.4.1.5 + dabnPlus1TALocalMode OBJECT-TYPE + SYNTAX LocalRemote + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "N+1 reserve. Local mode of the transmitter A + + (0) undefined + (1) local + (2) remote" + ::= { dabnPlus1TransmitterAEntry 5 } + + + -- 1.3.6.1.4.1.19831.1.1.2.5.4.1.6 + dabnPlus1TAInputPreselection OBJECT-TYPE + SYNTAX Input1Input2 + MAX-ACCESS read-write + STATUS current + DESCRIPTION + " + Important! This message (logical view) is redundant with analogue massage + dabnPlus1MTInputPreselection OID: 1.3.6.1.4.1.19831.1.1.2.5.2.1.2 + below the node dabnPlus1MainTransmitterTable. + In the operation system mandatory there must be used only one of these views: + + logical + or + physical + + N+1 reserve. Preselection input of transmitter A + + (0) undefined + (1) Input 1 + (2) Input 2" + ::= { dabnPlus1TransmitterAEntry 6 } + + + -- 1.3.6.1.4.1.19831.1.1.2.5.4.1.7 + dabnPlus1TAInputAutomatic OBJECT-TYPE + SYNTAX SelectManualAuto + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Important! This message (logical view) is redundant with analogue massage + dabnPlus1MTInputAutomatic OID: 1.3.6.1.4.1.19831.1.1.2.5.2.1.3 + below the node dabnPlus1MainTransmitterTable. + In the operation system mandatory there must be used only one of these views: + + logical + or + physical + + N+1 reserve. Input selection mode of the transmitter A: manual or automatic + + (0) undefined + (1) manual + (2) automatic" + ::= { dabnPlus1TransmitterAEntry 7 } + + + -- 1.3.6.1.4.1.19831.1.1.2.5.4.1.8 + dabnPlus1TAFault OBJECT-TYPE + SYNTAX FaultOK + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "N+1 reserve. Fault state of the transmitter A + + (0) undefined + (1) fault + (2) ok" + ::= { dabnPlus1TransmitterAEntry 8 } + + + -- 1.3.6.1.4.1.19831.1.1.2.5.4.1.9 + dabnPlus1TAWarning OBJECT-TYPE + SYNTAX WarningOK + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "N+1 reserve. Warning state of transmiter A + + (0) undefined + (1) warning + (2) ok" + ::= { dabnPlus1TransmitterAEntry 9 } + + + -- 1.3.6.1.4.1.19831.1.1.2.5.4.1.10 + dabnPlus1TAActiveInput OBJECT-TYPE + SYNTAX INTEGER + { + undefined(0), + input1(1), + input2(2), + seamless(3), + hmHierarchicalModulation(4) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "N+1 reserve. Active input of the transmitter A + + " + ::= { dabnPlus1TransmitterAEntry 10 } + + + -- 1.3.6.1.4.1.19831.1.1.2.5.4.1.11 + dabnPlus1TASFNMode OBJECT-TYPE + SYNTAX SFNMFN + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "N+1 reserve. SFN mode of transmitter A + + (0) undefined + (1) SFN + (2) MFN" + ::= { dabnPlus1TransmitterAEntry 11 } + + + -- 1.3.6.1.4.1.19831.1.1.2.5.4.1.12 + dabnPlus1TARefFault OBJECT-TYPE + SYNTAX FaultOK + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "N+1 reserve. FAult state of the GPS input or reference frequency of transmitter A + + (0) undefined + (1) fault + (2) ok" + ::= { dabnPlus1TransmitterAEntry 12 } + + + -- 1.3.6.1.4.1.19831.1.1.2.5.4.1.13 + dabnPlus1TAMute OBJECT-TYPE + SYNTAX MuteOk + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "N+1 reserve. Mute state of transmitter A + + (0) undefined + (1) mute + (2) ok" + ::= { dabnPlus1TransmitterAEntry 13 } + + + -- 1.3.6.1.4.1.19831.1.1.2.5.4.1.14 + dabnPlus1TAWarningTimeStamp OBJECT-TYPE + SYNTAX WarningOK + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "N+1 reserve. Time stamp warning state of transmiter A + + (0) undefined + (1) warning + (2) ok" + ::= { dabnPlus1TransmitterAEntry 14 } + + +-- dab N+1. Transmitter B + -- 1.3.6.1.4.1.19831.1.1.2.5.5 + dabnPlus1TransmitterB OBJECT IDENTIFIER ::= { dabnPlus1 5 } + + + -- 1.3.6.1.4.1.19831.1.1.2.5.5.2 + dabnPlus1TBRFPresent OBJECT-TYPE + SYNTAX PresentNotPresent + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "n+1 reserve: Describes if the output power of the transmitter B is present + + (0) undefined + (1) present + (2) not present" + ::= { dabnPlus1TransmitterB 2 } + + + -- 1.3.6.1.4.1.19831.1.1.2.5.5.3 + dabnPlus1TBInput1OK OBJECT-TYPE + SYNTAX OkNotOk + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "N+1 reserve. Describes if the input signal at the input 1 of reserve is ok + + (0) undefined + (1) signal ok + (2) signal is not ok " + ::= { dabnPlus1TransmitterB 3 } + + + -- 1.3.6.1.4.1.19831.1.1.2.5.5.4 + dabnPlus1TBInput2OK OBJECT-TYPE + SYNTAX OkNotOk + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "N+1 reserve. Describes if the input signal at the input 2 of reserve is ok + + (0) undefined + (1) signal ok + (2) signal is not ok " + ::= { dabnPlus1TransmitterB 4 } + + + -- 1.3.6.1.4.1.19831.1.1.2.5.5.5 + dabnPlus1TBLocalMode OBJECT-TYPE + SYNTAX LocalRemote + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "N+1 reserve. Reserve local mode: Describes the output Power of the transmitter B + + (0) undefined + (1) local + (2) remote" + ::= { dabnPlus1TransmitterB 5 } + + + -- 1.3.6.1.4.1.19831.1.1.2.5.5.6 + dabnPlus1TBInputPreselection OBJECT-TYPE + SYNTAX Input1Input2 + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Important! This message (logical view) is redundant with analogue massage + dabnPlus1RTInputPreselectionReserve OID: 1.3.6.1.4.1.19831.1.1.2.5.3.1 + below the node dabnPlus1ReserveTransmitter. + In the operation system mandatory there must be used only one of these views: + + logical + or + physical + + N+1 reserve. Preselection input reserve transmitter + + (0) undefined + (1) Input 1 + (2) Input 2 + + + " + ::= { dabnPlus1TransmitterB 6 } + + + -- 1.3.6.1.4.1.19831.1.1.2.5.5.7 + dabnPlus1TBInputAutomatic OBJECT-TYPE + SYNTAX SelectManualAuto + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Important! This message (logical view) is redundant with analogue massage + dabnPlus1RTInputAutomaticReserve OID: 1.3.6.1.4.1.19831.1.1.2.5.3.2 + below the node dabnPlus1TransmitterB. + In the operation system mandatory there must be used only one of these views: + + logical + or + physical + + + N+1 reserve. Reserve input selection mode: manual or automatic + + (0) undefined + (1) manual + (2) automatic" + ::= { dabnPlus1TransmitterB 7 } + + + -- 1.3.6.1.4.1.19831.1.1.2.5.5.8 + dabnPlus1TBFault OBJECT-TYPE + SYNTAX FaultOK + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "N+1 reserve. Fault state of reserve + + (0) undefined + (1) fault + (2) ok" + ::= { dabnPlus1TransmitterB 8 } + + + -- 1.3.6.1.4.1.19831.1.1.2.5.5.9 + dabnPlus1TBWarning OBJECT-TYPE + SYNTAX WarningOK + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "n+1 reserve. Warning state of reserve + + (0) undefined + (1) warning + (2) ok" + ::= { dabnPlus1TransmitterB 9 } + + + -- 1.3.6.1.4.1.19831.1.1.2.5.5.10 + dabnPlus1TBActiveInput OBJECT-TYPE + SYNTAX INTEGER + { + undefined(0), + input1(1), + input2(2), + seamless(3), + hmHierarchicalModulation(4) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "N+1 reserve. Active input of the reserve + + " + ::= { dabnPlus1TransmitterB 10 } + + + -- 1.3.6.1.4.1.19831.1.1.2.5.5.11 + dabnPlus1TBSFNMode OBJECT-TYPE + SYNTAX SFNMFN + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "N+1 reserve. SFN mode of reserve + + (0) undefined + (1) SFN + (2) MFN" + ::= { dabnPlus1TransmitterB 11 } + + + -- 1.3.6.1.4.1.19831.1.1.2.5.5.12 + dabnPlus1TBRefFault OBJECT-TYPE + SYNTAX FaultOK + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "N+1 reserve. Fault state of the GPS input or the reference frequency of reserve transmitter + + (0) undefined + (1) fault + (2) ok" + ::= { dabnPlus1TransmitterB 12 } + + + -- 1.3.6.1.4.1.19831.1.1.2.5.5.13 + dabnPlus1TBMute OBJECT-TYPE + SYNTAX MuteOk + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "N+1 reserve. Mute state of reserve + + (0) undefined + (1) mute + (2) ok" + ::= { dabnPlus1TransmitterB 13 } + + + -- 1.3.6.1.4.1.19831.1.1.2.5.5.14 + dabnPlus1TBWarningTimeStamp OBJECT-TYPE + SYNTAX WarningOK + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "N+1 reserve. Time stamp warning state of transmiter B + + (0) undefined + (1) warning + (2) ok" + ::= { dabnPlus1TransmitterB 14 } + + +-- dab N+1 reserve. Switch for event + -- 1.3.6.1.4.1.19831.1.1.2.5.6 + dabnPlus1EventEnable OBJECT IDENTIFIER ::= { dabnPlus1 6 } + + +-- dab N+1 reserve. general: events + -- 1.3.6.1.4.1.19831.1.1.2.5.6.1 + dabnPlus1EventEnableGeneral OBJECT IDENTIFIER ::= { dabnPlus1EventEnable 1 } + + + -- 1.3.6.1.4.1.19831.1.1.2.5.6.1.1 + dabnPlus1ResetFaultEnable OBJECT-TYPE + SYNTAX TruthValue + MAX-ACCESS read-write + STATUS obsolete + DESCRIPTION + "Massage is inactive! + + Description. Enable/Disable switch for dabnPlus1ResetFault event" + ::= { dabnPlus1EventEnableGeneral 1 } + + + -- 1.3.6.1.4.1.19831.1.1.2.5.6.1.2 + dabnPlus1RedundancySwitchOverEnable OBJECT-TYPE + SYNTAX TruthValue + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Description. Enable/Disable switch for dabnPlus1RedundancySwitchOve event" + ::= { dabnPlus1EventEnableGeneral 2 } + + + -- 1.3.6.1.4.1.19831.1.1.2.5.6.1.3 + dabnPlus1LocalModeEnable OBJECT-TYPE + SYNTAX TruthValue + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Description. Enable/Disable switch for dabnPlus1LocalMode event" + ::= { dabnPlus1EventEnableGeneral 3 } + + + -- 1.3.6.1.4.1.19831.1.1.2.5.6.1.4 + dabnPlus1ControlUnitFaultEnable OBJECT-TYPE + SYNTAX TruthValue + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Description. Enable/Disable switch for dabnPlus1ControlUnitFault event" + ::= { dabnPlus1EventEnableGeneral 4 } + + + -- 1.3.6.1.4.1.19831.1.1.2.5.6.1.5 + dabnPlus1SwitchOverModeEnable OBJECT-TYPE + SYNTAX TruthValue + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Description. Enable/Disable switch for dabnPlus1SwitchOverMode event" + ::= { dabnPlus1EventEnableGeneral 5 } + + + -- 1.3.6.1.4.1.19831.1.1.2.5.6.1.6 + dabnPlus1SwitchOverReadyEnable OBJECT-TYPE + SYNTAX TruthValue + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Description. Enable/Disable switch for dabnPlus1SwitchOverReady event" + ::= { dabnPlus1EventEnableGeneral 6 } + + + -- 1.3.6.1.4.1.19831.1.1.2.5.6.1.7 + dabnPlus1SwitchOverExecutedEnable OBJECT-TYPE + SYNTAX TruthValue + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Description. Enable/Disable switch for dabnPlus1SwitchOverExecuted event" + ::= { dabnPlus1EventEnableGeneral 7 } + + + -- 1.3.6.1.4.1.19831.1.1.2.5.6.1.8 + dabnPlus1SwitchOverFaultEnable OBJECT-TYPE + SYNTAX TruthValue + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Description. Enable/Disable switch for dabnPlus1SwitchOverFault event" + ::= { dabnPlus1EventEnableGeneral 8 } + + + -- 1.3.6.1.4.1.19831.1.1.2.5.6.1.9 + dabnPlus1ChannelSelectionEnable OBJECT-TYPE + SYNTAX TruthValue + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Description. Enable/Disable switch for dabnPlus1ChannelSelection event" + ::= { dabnPlus1EventEnableGeneral 9 } + + + -- 1.3.6.1.4.1.19831.1.1.2.5.6.1.10 + dabnPlus1TransmitterBResetEnable OBJECT-TYPE + SYNTAX TruthValue + MAX-ACCESS read-write + STATUS obsolete + DESCRIPTION + "Message is inactive! + + Description. Enable/Disable switch for dabnPlus1TransmitterBReset event" + ::= { dabnPlus1EventEnableGeneral 10 } + + + -- 1.3.6.1.4.1.19831.1.1.2.5.6.1.11 + dabnPlus1TransmitterBModeEnable OBJECT-TYPE + SYNTAX TruthValue + MAX-ACCESS read-write + STATUS obsolete + DESCRIPTION + "Message is inactive! + + Description. Enable/Disable switch for dabnPlus1TransmitterBMode event" + ::= { dabnPlus1EventEnableGeneral 11 } + + +-- dab N+1 reserve. main transmitter table: events + -- 1.3.6.1.4.1.19831.1.1.2.5.6.2 + dabnPlus1EventEnableMainTransmitterTable OBJECT-TYPE + SYNTAX SEQUENCE OF DabnPlus1EventEnableMainTransmitterEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "dab N+1 reserve. Transmitters main transmitter table: switch for events + " + ::= { dabnPlus1EventEnable 2 } + + +-- dab N+1 reserve: Main transmitter table rows + -- 1.3.6.1.4.1.19831.1.1.2.5.6.2.1 + dabnPlus1EventEnableMainTransmitterEntry OBJECT-TYPE + SYNTAX DabnPlus1EventEnableMainTransmitterEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "One logical transmitter, numbered from 1 to n" + INDEX { dabnPlus1MTIndex } + ::= { dabnPlus1EventEnableMainTransmitterTable 1 } + + + DabnPlus1EventEnableMainTransmitterEntry ::= + SEQUENCE { + dabnPlus1MTInputPreselectionEnable + TruthValue, + dabnPlus1MTInputAutomaticEnable + TruthValue, + dabnPlus1MTOpModeEnable + TruthValue, + dabnPlus1MTRFProgramPresentEnable + TruthValue + } + + -- 1.3.6.1.4.1.19831.1.1.2.5.6.2.1.2 + dabnPlus1MTInputPreselectionEnable OBJECT-TYPE + SYNTAX TruthValue + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Description. Enable/Disable switch for dabnPlus1MTInputPreselection event" + ::= { dabnPlus1EventEnableMainTransmitterEntry 2 } + + + -- 1.3.6.1.4.1.19831.1.1.2.5.6.2.1.3 + dabnPlus1MTInputAutomaticEnable OBJECT-TYPE + SYNTAX TruthValue + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Description. Enable/Disable switch for dabnPlus1MTInputAutomatic event" + ::= { dabnPlus1EventEnableMainTransmitterEntry 3 } + + + -- 1.3.6.1.4.1.19831.1.1.2.5.6.2.1.4 + dabnPlus1MTOpModeEnable OBJECT-TYPE + SYNTAX TruthValue + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Description. Enable/Disable switch for dabnPlus1MTOpMode event" + ::= { dabnPlus1EventEnableMainTransmitterEntry 4 } + + + -- 1.3.6.1.4.1.19831.1.1.2.5.6.2.1.5 + dabnPlus1MTRFProgramPresentEnable OBJECT-TYPE + SYNTAX TruthValue + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Description. Enable/Disable switch for dabnPlus1MTRFProgramPresent event" + ::= { dabnPlus1EventEnableMainTransmitterEntry 5 } + + +-- dab N+1 reserve. reserve transmitter: events + -- 1.3.6.1.4.1.19831.1.1.2.5.6.3 + dabnPlus1EventEnableReserveTransmitter OBJECT IDENTIFIER ::= { dabnPlus1EventEnable 3 } + + + -- 1.3.6.1.4.1.19831.1.1.2.5.6.3.2 + dabnPlus1RTInputPreselectionEnable OBJECT-TYPE + SYNTAX TruthValue + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Description. Enable/Disable switch for dabnPlus1RTInputPreselection event" + ::= { dabnPlus1EventEnableReserveTransmitter 2 } + + + -- 1.3.6.1.4.1.19831.1.1.2.5.6.3.3 + dabnPlus1RTInputAutomaticEnable OBJECT-TYPE + SYNTAX TruthValue + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Description. Enable/Disable switch for dabnPlus1RTInputAutomatic event" + ::= { dabnPlus1EventEnableReserveTransmitter 3 } + + + -- 1.3.6.1.4.1.19831.1.1.2.5.6.3.4 + dabnPlus1RTOpModeEnable OBJECT-TYPE + SYNTAX TruthValue + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Description. Enable/Disable switch for dabnPlus1RTOpMode event" + ::= { dabnPlus1EventEnableReserveTransmitter 4 } + + + -- 1.3.6.1.4.1.19831.1.1.2.5.6.3.5 + dabnPlus1RTRFProgramPresentEnable OBJECT-TYPE + SYNTAX TruthValue + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Description. Enable/Disable switch for dabnPlus1RTRFProgramPresent event" + ::= { dabnPlus1EventEnableReserveTransmitter 5 } + + +-- N+1 reserve. Transmitters A table: events + -- 1.3.6.1.4.1.19831.1.1.2.5.6.4 + dabnPlus1EventEnableTransmitterATable OBJECT-TYPE + SYNTAX SEQUENCE OF DabnPlus1EventEnableTransmitterAEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "N+1 reserve. Transmitters A table: switch for events " + ::= { dabnPlus1EventEnable 4 } + + +-- dab N+1 reserve: transmitter A entry - rows + -- 1.3.6.1.4.1.19831.1.1.2.5.6.4.1 + dabnPlus1EventEnableTransmitterAEntry OBJECT-TYPE + SYNTAX DabnPlus1EventEnableTransmitterAEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "One physical transmitter, numbered from A1 to An" + INDEX { dabnPlus1TAIndex } + ::= { dabnPlus1EventEnableTransmitterATable 1 } + + + DabnPlus1EventEnableTransmitterAEntry ::= + SEQUENCE { + dabnPlus1TARFPresentEnable + TruthValue, + dabnPlus1TAInput1OKEnable + TruthValue, + dabnPlus1TAInput2OKEnable + TruthValue, + dabnPlus1TALocalModeEnable + TruthValue, + dabnPlus1TAInputPreselectionEnable + TruthValue, + dabnPlus1TAInputAutomaticEnable + TruthValue, + dabnPlus1TAFaultEnable + TruthValue, + dabnPlus1TAWarningEnable + TruthValue, + dabnPlus1TAActiveInputEnable + TruthValue, + dabnPlus1TASFNModeEnable + TruthValue, + dabnPlus1TARefFaultEnable + TruthValue, + dabnPlus1TAMuteEnable + TruthValue, + dabnPlus1TAWarningTimeStampEnable + TruthValue + } + + -- 1.3.6.1.4.1.19831.1.1.2.5.6.4.1.2 + dabnPlus1TARFPresentEnable OBJECT-TYPE + SYNTAX TruthValue + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Description. Enable/Disable switch for dabnPlus1TARFPresent event" + ::= { dabnPlus1EventEnableTransmitterAEntry 2 } + + + -- 1.3.6.1.4.1.19831.1.1.2.5.6.4.1.3 + dabnPlus1TAInput1OKEnable OBJECT-TYPE + SYNTAX TruthValue + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Description. Enable/Disable switch for dabnPlus1TAInput1OK event" + ::= { dabnPlus1EventEnableTransmitterAEntry 3 } + + + -- 1.3.6.1.4.1.19831.1.1.2.5.6.4.1.4 + dabnPlus1TAInput2OKEnable OBJECT-TYPE + SYNTAX TruthValue + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Description. Enable/Disable switch for dabnPlus1TAInput2OK event" + ::= { dabnPlus1EventEnableTransmitterAEntry 4 } + + + -- 1.3.6.1.4.1.19831.1.1.2.5.6.4.1.5 + dabnPlus1TALocalModeEnable OBJECT-TYPE + SYNTAX TruthValue + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Description. Enable/Disable switch for dabnPlus1TALocalMode event" + ::= { dabnPlus1EventEnableTransmitterAEntry 5 } + + + -- 1.3.6.1.4.1.19831.1.1.2.5.6.4.1.6 + dabnPlus1TAInputPreselectionEnable OBJECT-TYPE + SYNTAX TruthValue + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Description. Enable/Disable switch for dabnPlus1TAInputPreselection event" + ::= { dabnPlus1EventEnableTransmitterAEntry 6 } + + + -- 1.3.6.1.4.1.19831.1.1.2.5.6.4.1.7 + dabnPlus1TAInputAutomaticEnable OBJECT-TYPE + SYNTAX TruthValue + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Description. Enable/Disable switch for dabnPlus1TAInputAutomatic event" + ::= { dabnPlus1EventEnableTransmitterAEntry 7 } + + + -- 1.3.6.1.4.1.19831.1.1.2.5.6.4.1.8 + dabnPlus1TAFaultEnable OBJECT-TYPE + SYNTAX TruthValue + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Description. Enable/Disable switch for dabnPlus1TAFault event" + ::= { dabnPlus1EventEnableTransmitterAEntry 8 } + + + -- 1.3.6.1.4.1.19831.1.1.2.5.6.4.1.9 + dabnPlus1TAWarningEnable OBJECT-TYPE + SYNTAX TruthValue + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Description. Enable/Disable switch for dabnPlus1TAWarning event" + ::= { dabnPlus1EventEnableTransmitterAEntry 9 } + + + -- 1.3.6.1.4.1.19831.1.1.2.5.6.4.1.10 + dabnPlus1TAActiveInputEnable OBJECT-TYPE + SYNTAX TruthValue + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Description. Enable/Disable switch for dabnPlus1TAActiveInput event" + ::= { dabnPlus1EventEnableTransmitterAEntry 10 } + + + -- 1.3.6.1.4.1.19831.1.1.2.5.6.4.1.11 + dabnPlus1TASFNModeEnable OBJECT-TYPE + SYNTAX TruthValue + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Description. Enable/Disable switch for dabnPlus1TASFNMode event" + ::= { dabnPlus1EventEnableTransmitterAEntry 11 } + + + -- 1.3.6.1.4.1.19831.1.1.2.5.6.4.1.12 + dabnPlus1TARefFaultEnable OBJECT-TYPE + SYNTAX TruthValue + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Description. Enable/Disable switch for dabnPlus1TARefFault event" + ::= { dabnPlus1EventEnableTransmitterAEntry 12 } + + + -- 1.3.6.1.4.1.19831.1.1.2.5.6.4.1.13 + dabnPlus1TAMuteEnable OBJECT-TYPE + SYNTAX TruthValue + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Description. Enable/Disable switch for dabnPlus1TAMute event" + ::= { dabnPlus1EventEnableTransmitterAEntry 13 } + + + -- 1.3.6.1.4.1.19831.1.1.2.5.6.4.1.14 + dabnPlus1TAWarningTimeStampEnable OBJECT-TYPE + SYNTAX TruthValue + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Description. Enable/Disable switch for dabnPlus1TAWarningTimeStamp event" + ::= { dabnPlus1EventEnableTransmitterAEntry 14 } + + +-- dab N+1 transmitter B: events + -- 1.3.6.1.4.1.19831.1.1.2.5.6.5 + dabnPlus1EventEnableTransmitterB OBJECT IDENTIFIER ::= { dabnPlus1EventEnable 5 } + + + -- 1.3.6.1.4.1.19831.1.1.2.5.6.5.2 + dabnPlus1TBRFPresentEnable OBJECT-TYPE + SYNTAX TruthValue + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Description. Enable/Disable switch for dabnPlus1TBRFPresent event" + ::= { dabnPlus1EventEnableTransmitterB 2 } + + + -- 1.3.6.1.4.1.19831.1.1.2.5.6.5.3 + dabnPlus1TBInput1OKEnable OBJECT-TYPE + SYNTAX TruthValue + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Description. Enable/Disable switch for dabnPlus1TBInput1OK event" + ::= { dabnPlus1EventEnableTransmitterB 3 } + + + -- 1.3.6.1.4.1.19831.1.1.2.5.6.5.4 + dabnPlus1TBInput2OKEnable OBJECT-TYPE + SYNTAX TruthValue + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Description. Enable/Disable switch for dabnPlus1TBInput2OK event" + ::= { dabnPlus1EventEnableTransmitterB 4 } + + + -- 1.3.6.1.4.1.19831.1.1.2.5.6.5.5 + dabnPlus1TBLocalModeEnable OBJECT-TYPE + SYNTAX TruthValue + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Description. Enable/Disable switch for dabnPlus1TBLocalMode event" + ::= { dabnPlus1EventEnableTransmitterB 5 } + + + -- 1.3.6.1.4.1.19831.1.1.2.5.6.5.6 + dabnPlus1TBFaultEnable OBJECT-TYPE + SYNTAX TruthValue + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Description. Enable/Disable switch for dabnPlus1TBFault event" + ::= { dabnPlus1EventEnableTransmitterB 6 } + + + -- 1.3.6.1.4.1.19831.1.1.2.5.6.5.7 + dabnPlus1TBWarningEnable OBJECT-TYPE + SYNTAX TruthValue + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Description. Enable/Disable switch for dabnPlus1TBWarning event" + ::= { dabnPlus1EventEnableTransmitterB 7 } + + + -- 1.3.6.1.4.1.19831.1.1.2.5.6.5.8 + dabnPlus1TBInputPreselectionEnable OBJECT-TYPE + SYNTAX TruthValue + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Description. Enable/Disable switch for dabnPlus1TBInputPreselection event" + ::= { dabnPlus1EventEnableTransmitterB 8 } + + + -- 1.3.6.1.4.1.19831.1.1.2.5.6.5.9 + dabnPlus1TBInputAutomaticEnable OBJECT-TYPE + SYNTAX TruthValue + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Description. Enable/Disable switch for dabnPlus1TBInputAutomatic event" + ::= { dabnPlus1EventEnableTransmitterB 9 } + + + -- 1.3.6.1.4.1.19831.1.1.2.5.6.5.10 + dabnPlus1TBActiveInputEnable OBJECT-TYPE + SYNTAX TruthValue + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Description. Enable/Disable switch for dabnPlus1TBActiveInput event" + ::= { dabnPlus1EventEnableTransmitterB 10 } + + + -- 1.3.6.1.4.1.19831.1.1.2.5.6.5.11 + dabnPlus1TBSFNModeEnable OBJECT-TYPE + SYNTAX TruthValue + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Description. Enable/Disable switch for dabnPlus1TBSFNMode event" + ::= { dabnPlus1EventEnableTransmitterB 11 } + + + -- 1.3.6.1.4.1.19831.1.1.2.5.6.5.12 + dabnPlus1TBRefFaultEnable OBJECT-TYPE + SYNTAX TruthValue + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Description. Enable/Disable switch for dabnPlus1TBRefFault event" + ::= { dabnPlus1EventEnableTransmitterB 12 } + + + -- 1.3.6.1.4.1.19831.1.1.2.5.6.5.13 + dabnPlus1TBMuteEnable OBJECT-TYPE + SYNTAX TruthValue + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Description. Enable/Disable switch for dabnPlus1TBMute event" + ::= { dabnPlus1EventEnableTransmitterB 13 } + + + -- 1.3.6.1.4.1.19831.1.1.2.5.6.5.14 + dabnPlus1TBWarningTimeStampEnable OBJECT-TYPE + SYNTAX TruthValue + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Description. Enable/Disable switch for dabnPlus1TBWarningTimeStamp event" + ::= { dabnPlus1EventEnableTransmitterB 14 } + + +-- dab N+1 reserve. Event priority + -- 1.3.6.1.4.1.19831.1.1.2.5.7 + dabnPlus1EventPriority OBJECT IDENTIFIER ::= { dabnPlus1 7 } + + +-- dab n+1 reserve general: event priority + -- 1.3.6.1.4.1.19831.1.1.2.5.7.1 + dabnPlus1EventPriorityGeneral OBJECT IDENTIFIER ::= { dabnPlus1EventPriority 1 } + + + -- 1.3.6.1.4.1.19831.1.1.2.5.7.1.1 + dabnPlus1ResetFaultPriority OBJECT-TYPE + SYNTAX Unsigned32 + MAX-ACCESS read-write + STATUS obsolete + DESCRIPTION + "Massage is inactive! + + Description. Priority for dabnPlus1ResetFault event" + ::= { dabnPlus1EventPriorityGeneral 1 } + + + -- 1.3.6.1.4.1.19831.1.1.2.5.7.1.2 + dabnPlus1RedundancySwitchOverPriority OBJECT-TYPE + SYNTAX Unsigned32 + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Priority switch for dabnPlus1RedundancySwitchOver event" + ::= { dabnPlus1EventPriorityGeneral 2 } + + + -- 1.3.6.1.4.1.19831.1.1.2.5.7.1.3 + dabnPlus1LocalModePriority OBJECT-TYPE + SYNTAX Unsigned32 + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Priority switch for dabnPlus1LocalMode event" + ::= { dabnPlus1EventPriorityGeneral 3 } + + + -- 1.3.6.1.4.1.19831.1.1.2.5.7.1.4 + dabnPlus1ControlUnitFaultPriority OBJECT-TYPE + SYNTAX Unsigned32 + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Priority switch for dabnPlus1ControlUnitFault event" + ::= { dabnPlus1EventPriorityGeneral 4 } + + + -- 1.3.6.1.4.1.19831.1.1.2.5.7.1.5 + dabnPlus1SwitchOverModePriority OBJECT-TYPE + SYNTAX Unsigned32 + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Priority switch for dabnPlus1SwitchOverMode event" + ::= { dabnPlus1EventPriorityGeneral 5 } + + + -- 1.3.6.1.4.1.19831.1.1.2.5.7.1.6 + dabnPlus1SwitchOverReadyPriority OBJECT-TYPE + SYNTAX Unsigned32 + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Priority switch for dabnPlus1SwitchOverReady event" + ::= { dabnPlus1EventPriorityGeneral 6 } + + + -- 1.3.6.1.4.1.19831.1.1.2.5.7.1.7 + dabnPlus1SwitchOverExecutedPriority OBJECT-TYPE + SYNTAX Unsigned32 + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Priority switch for dabnPlus1SwitchOverExecuted event" + ::= { dabnPlus1EventPriorityGeneral 7 } + + + -- 1.3.6.1.4.1.19831.1.1.2.5.7.1.8 + dabnPlus1SwitchOverFaultPriority OBJECT-TYPE + SYNTAX Unsigned32 + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Priority switch for dabnPlus1SwitchOverFault event" + ::= { dabnPlus1EventPriorityGeneral 8 } + + + -- 1.3.6.1.4.1.19831.1.1.2.5.7.1.9 + dabnPlus1ChannelSelectionPriority OBJECT-TYPE + SYNTAX Unsigned32 + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Priority switch for dabnPlus1RChanelSelection event" + ::= { dabnPlus1EventPriorityGeneral 9 } + + + -- 1.3.6.1.4.1.19831.1.1.2.5.7.1.10 + dabnPlus1TransmitterBResetPriority OBJECT-TYPE + SYNTAX Unsigned32 + MAX-ACCESS read-write + STATUS obsolete + DESCRIPTION + "Message is inactive! + + Priority switch for dabnPlus1TransmitterBReset event" + ::= { dabnPlus1EventPriorityGeneral 10 } + + + -- 1.3.6.1.4.1.19831.1.1.2.5.7.1.11 + dabnPlus1TransmitterBModePriority OBJECT-TYPE + SYNTAX Unsigned32 + MAX-ACCESS read-write + STATUS obsolete + DESCRIPTION + "Message is inactive! + + Priority switch for dabnPlus1TransmitterBMode event" + ::= { dabnPlus1EventPriorityGeneral 11 } + + +-- dab N+1 reserve. Main transmitter table: event priority + -- 1.3.6.1.4.1.19831.1.1.2.5.7.2 + dabnPlus1EventPriorityMainTransmitterTable OBJECT-TYPE + SYNTAX SEQUENCE OF DabnPlus1EventPriorityMainTransmitterEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "dab n+1 reserve. general: priority for event" + ::= { dabnPlus1EventPriority 2 } + + +-- dvb N+1 reserve: Main transmitter table rows + -- 1.3.6.1.4.1.19831.1.1.2.5.7.2.1 + dabnPlus1EventPriorityMainTransmitterEntry OBJECT-TYPE + SYNTAX DabnPlus1EventPriorityMainTransmitterEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "One logical transmitter, numbered from 1 to n" + INDEX { dabnPlus1MTIndex } + ::= { dabnPlus1EventPriorityMainTransmitterTable 1 } + + + DabnPlus1EventPriorityMainTransmitterEntry ::= + SEQUENCE { + dabnPlus1MTInputPreselectionPriority + Unsigned32, + dabnPlus1MTInputAutomaticPriority + Unsigned32, + dabnPlus1MTOpModePriority + Unsigned32, + dabnPlus1MTRFProgramPresentPriority + Unsigned32 + } + + -- 1.3.6.1.4.1.19831.1.1.2.5.7.2.1.2 + dabnPlus1MTInputPreselectionPriority OBJECT-TYPE + SYNTAX Unsigned32 + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Priority switch for dabnPlus1MTInputPreselection event" + ::= { dabnPlus1EventPriorityMainTransmitterEntry 2 } + + + -- 1.3.6.1.4.1.19831.1.1.2.5.7.2.1.3 + dabnPlus1MTInputAutomaticPriority OBJECT-TYPE + SYNTAX Unsigned32 + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Priority switch for dabnPlus1MTInputAutomatic event" + ::= { dabnPlus1EventPriorityMainTransmitterEntry 3 } + + + -- 1.3.6.1.4.1.19831.1.1.2.5.7.2.1.4 + dabnPlus1MTOpModePriority OBJECT-TYPE + SYNTAX Unsigned32 + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Priority switch for dabnPlus1MTOpMode event" + ::= { dabnPlus1EventPriorityMainTransmitterEntry 4 } + + + -- 1.3.6.1.4.1.19831.1.1.2.5.7.2.1.5 + dabnPlus1MTRFProgramPresentPriority OBJECT-TYPE + SYNTAX Unsigned32 + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Priority switch for dabnPlus1MTRFProgramPresent event" + ::= { dabnPlus1EventPriorityMainTransmitterEntry 5 } + + +-- dab N+1 reserve. Reserve transmitter: event priority + -- 1.3.6.1.4.1.19831.1.1.2.5.7.3 + dabnPlus1EventPriorityReserveTransmitter OBJECT IDENTIFIER ::= { dabnPlus1EventPriority 3 } + + + -- 1.3.6.1.4.1.19831.1.1.2.5.7.3.2 + dabnPlus1RTInputPreselectionPriority OBJECT-TYPE + SYNTAX Unsigned32 + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Priority switch for dabnPlus1RTInputPreselection event" + ::= { dabnPlus1EventPriorityReserveTransmitter 2 } + + + -- 1.3.6.1.4.1.19831.1.1.2.5.7.3.3 + dabnPlus1RTInputAutomaticPriority OBJECT-TYPE + SYNTAX Unsigned32 + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Priority switch for dabnPlus1RTInputAutomatic event" + ::= { dabnPlus1EventPriorityReserveTransmitter 3 } + + + -- 1.3.6.1.4.1.19831.1.1.2.5.7.3.4 + dabnPlus1RTOpModePriority OBJECT-TYPE + SYNTAX Unsigned32 + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Priority switch for dabnPlus1RTOpMode event" + ::= { dabnPlus1EventPriorityReserveTransmitter 4 } + + + -- 1.3.6.1.4.1.19831.1.1.2.5.7.3.5 + dabnPlus1RTRFProgramPresentPriority OBJECT-TYPE + SYNTAX Unsigned32 + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Priority switch for dabnPlus1RTRFProgramPresent event" + ::= { dabnPlus1EventPriorityReserveTransmitter 5 } + + +-- dab N+1 reserve. Transmitter A table: event priority + -- 1.3.6.1.4.1.19831.1.1.2.5.7.4 + dabnPlus1EventPriorityTransmitterATable OBJECT-TYPE + SYNTAX SEQUENCE OF DabnPlus1EventPriorityTransmitterAEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "dab n+1 reserve. transmitter A table: priority for event" + ::= { dabnPlus1EventPriority 4 } + + +-- dab N+1 reserve. Transmitter A entry - rows + -- 1.3.6.1.4.1.19831.1.1.2.5.7.4.1 + dabnPlus1EventPriorityTransmitterAEntry OBJECT-TYPE + SYNTAX DabnPlus1EventPriorityTransmitterAEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "One physical transmitter, numbered from A1 to An" + INDEX { dabnPlus1TAIndex } + ::= { dabnPlus1EventPriorityTransmitterATable 1 } + + + DabnPlus1EventPriorityTransmitterAEntry ::= + SEQUENCE { + dabnPlus1TARFPresentPriority + Unsigned32, + dabnPlus1TAInput1OKPriority + Unsigned32, + dabnPlus1TAInput2OKPriority + Unsigned32, + dabnPlus1TALocalModePriority + Unsigned32, + dabnPlus1TAInputPreselectionPriority + Unsigned32, + dabnPlus1TAInputAutomaticPriority + Unsigned32, + dabnPlus1TAFaultPriority + Unsigned32, + dabnPlus1TAWarningPriority + Unsigned32, + dabnPlus1TAActiveInputPriority + Unsigned32, + dabnPlus1TASFNModePriority + Unsigned32, + dabnPlus1TARefFaultPriority + Unsigned32, + dabnPlus1TAMutePriority + Unsigned32, + dabnPlus1TAWarningTimeStampPriority + Unsigned32 + } + + -- 1.3.6.1.4.1.19831.1.1.2.5.7.4.1.2 + dabnPlus1TARFPresentPriority OBJECT-TYPE + SYNTAX Unsigned32 + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Priority switch for dabnPlus1TARFPresent event" + ::= { dabnPlus1EventPriorityTransmitterAEntry 2 } + + + -- 1.3.6.1.4.1.19831.1.1.2.5.7.4.1.3 + dabnPlus1TAInput1OKPriority OBJECT-TYPE + SYNTAX Unsigned32 + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Priority switch for dabnPlus1TAInput1OK event" + ::= { dabnPlus1EventPriorityTransmitterAEntry 3 } + + + -- 1.3.6.1.4.1.19831.1.1.2.5.7.4.1.4 + dabnPlus1TAInput2OKPriority OBJECT-TYPE + SYNTAX Unsigned32 + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Priority switch for dabnPlus1TAInput2OK event" + ::= { dabnPlus1EventPriorityTransmitterAEntry 4 } + + + -- 1.3.6.1.4.1.19831.1.1.2.5.7.4.1.5 + dabnPlus1TALocalModePriority OBJECT-TYPE + SYNTAX Unsigned32 + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Priority switch for dabnPlus1TALocalModer event" + ::= { dabnPlus1EventPriorityTransmitterAEntry 5 } + + + -- 1.3.6.1.4.1.19831.1.1.2.5.7.4.1.6 + dabnPlus1TAInputPreselectionPriority OBJECT-TYPE + SYNTAX Unsigned32 + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Priority switch for dabnPlus1TAInputPreselection event" + ::= { dabnPlus1EventPriorityTransmitterAEntry 6 } + + + -- 1.3.6.1.4.1.19831.1.1.2.5.7.4.1.7 + dabnPlus1TAInputAutomaticPriority OBJECT-TYPE + SYNTAX Unsigned32 + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Priority switch for dabnPlus1TAInputAutomatic event" + ::= { dabnPlus1EventPriorityTransmitterAEntry 7 } + + + -- 1.3.6.1.4.1.19831.1.1.2.5.7.4.1.8 + dabnPlus1TAFaultPriority OBJECT-TYPE + SYNTAX Unsigned32 + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Priority switch for dabnPlus1TAFaultPriority event" + ::= { dabnPlus1EventPriorityTransmitterAEntry 8 } + + + -- 1.3.6.1.4.1.19831.1.1.2.5.7.4.1.9 + dabnPlus1TAWarningPriority OBJECT-TYPE + SYNTAX Unsigned32 + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Priority switch for dabnPlus1TAWarning event" + ::= { dabnPlus1EventPriorityTransmitterAEntry 9 } + + + -- 1.3.6.1.4.1.19831.1.1.2.5.7.4.1.10 + dabnPlus1TAActiveInputPriority OBJECT-TYPE + SYNTAX Unsigned32 + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Priority switch for dabnPlus1TAActiveInput event" + ::= { dabnPlus1EventPriorityTransmitterAEntry 10 } + + + -- 1.3.6.1.4.1.19831.1.1.2.5.7.4.1.11 + dabnPlus1TASFNModePriority OBJECT-TYPE + SYNTAX Unsigned32 + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Priority switch for dabnPlus1TASFNMode event" + ::= { dabnPlus1EventPriorityTransmitterAEntry 11 } + + + -- 1.3.6.1.4.1.19831.1.1.2.5.7.4.1.12 + dabnPlus1TARefFaultPriority OBJECT-TYPE + SYNTAX Unsigned32 + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Priority switch for dabnPlus1TARefFault event" + ::= { dabnPlus1EventPriorityTransmitterAEntry 12 } + + + -- 1.3.6.1.4.1.19831.1.1.2.5.7.4.1.13 + dabnPlus1TAMutePriority OBJECT-TYPE + SYNTAX Unsigned32 + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Priority switch for dabnPlus1TAMute event" + ::= { dabnPlus1EventPriorityTransmitterAEntry 13 } + + + -- 1.3.6.1.4.1.19831.1.1.2.5.7.4.1.14 + dabnPlus1TAWarningTimeStampPriority OBJECT-TYPE + SYNTAX Unsigned32 + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Priority switch for dabnPlus1TAWarningTimeStamp event" + ::= { dabnPlus1EventPriorityTransmitterAEntry 14 } + + +-- dab N+1. transmitter B: event priority + -- 1.3.6.1.4.1.19831.1.1.2.5.7.5 + dabnPlus1EventPriorityTransmitterB OBJECT IDENTIFIER ::= { dabnPlus1EventPriority 5 } + + + -- 1.3.6.1.4.1.19831.1.1.2.5.7.5.2 + dabnPlus1TBRFPresentPriority OBJECT-TYPE + SYNTAX Unsigned32 + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Priority switch for dabnPlus1TBRFPresent event" + ::= { dabnPlus1EventPriorityTransmitterB 2 } + + + -- 1.3.6.1.4.1.19831.1.1.2.5.7.5.3 + dabnPlus1TBInput1OKPriority OBJECT-TYPE + SYNTAX Unsigned32 + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Priority switch for dabnPlus1TBInput1OK event" + ::= { dabnPlus1EventPriorityTransmitterB 3 } + + + -- 1.3.6.1.4.1.19831.1.1.2.5.7.5.4 + dabnPlus1TBInput2OKPriority OBJECT-TYPE + SYNTAX Unsigned32 + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Priority switch for dabnPlus1TBInput2OK event" + ::= { dabnPlus1EventPriorityTransmitterB 4 } + + + -- 1.3.6.1.4.1.19831.1.1.2.5.7.5.5 + dabnPlus1TBLocalModePriority OBJECT-TYPE + SYNTAX Unsigned32 + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Priority switch for dabnPlus1TBLocalMode event" + ::= { dabnPlus1EventPriorityTransmitterB 5 } + + + -- 1.3.6.1.4.1.19831.1.1.2.5.7.5.6 + dabnPlus1TBFaultPriority OBJECT-TYPE + SYNTAX Unsigned32 + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Priority switch for dabnPlus1TBFault event" + ::= { dabnPlus1EventPriorityTransmitterB 6 } + + + -- 1.3.6.1.4.1.19831.1.1.2.5.7.5.7 + dabnPlus1TBWarningPriority OBJECT-TYPE + SYNTAX Unsigned32 + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Priority switch for dabnPlus1TBWarning event" + ::= { dabnPlus1EventPriorityTransmitterB 7 } + + + -- 1.3.6.1.4.1.19831.1.1.2.5.7.5.8 + dabnPlus1TBInputPreselectionPriority OBJECT-TYPE + SYNTAX Unsigned32 + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Priority switch for dabnPlus1TBInputPreselection event" + ::= { dabnPlus1EventPriorityTransmitterB 8 } + + + -- 1.3.6.1.4.1.19831.1.1.2.5.7.5.9 + dabnPlus1TBInputAutomaticPriority OBJECT-TYPE + SYNTAX Unsigned32 + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Priority switch for dabnPlus1TBInputAutomatic event" + ::= { dabnPlus1EventPriorityTransmitterB 9 } + + + -- 1.3.6.1.4.1.19831.1.1.2.5.7.5.10 + dabnPlus1TBActiveInputPriority OBJECT-TYPE + SYNTAX Unsigned32 + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Priority switch for dabnPlus1TBActiveInput event" + ::= { dabnPlus1EventPriorityTransmitterB 10 } + + + -- 1.3.6.1.4.1.19831.1.1.2.5.7.5.11 + dabnPlus1TBSFNModePriority OBJECT-TYPE + SYNTAX Unsigned32 + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "NPriority switch for dabnPlus1TBSFNMode event" + ::= { dabnPlus1EventPriorityTransmitterB 11 } + + + -- 1.3.6.1.4.1.19831.1.1.2.5.7.5.12 + dabnPlus1TBRefFaultPriority OBJECT-TYPE + SYNTAX Unsigned32 + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Priority switch for dabnPlus1TBRefFault event" + ::= { dabnPlus1EventPriorityTransmitterB 12 } + + + -- 1.3.6.1.4.1.19831.1.1.2.5.7.5.13 + dabnPlus1TBMutePriority OBJECT-TYPE + SYNTAX Unsigned32 + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Priority switch for dabnPlus1TBMute event" + ::= { dabnPlus1EventPriorityTransmitterB 13 } + + + -- 1.3.6.1.4.1.19831.1.1.2.5.7.5.14 + dabnPlus1TBWarningTimeStampPriority OBJECT-TYPE + SYNTAX Unsigned32 + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Priority switch for dabnPlus1TBWarningTimeStamp event" + ::= { dabnPlus1EventPriorityTransmitterB 14 } + + + -- 1.3.6.1.4.1.19831.1.1.2.5.8 + groupsnPlus1 OBJECT IDENTIFIER ::= { dabnPlus1 8 } + + + -- 1.3.6.1.4.1.19831.1.1.2.5.8.1 + objectGroupnPlus1 OBJECT-GROUP + OBJECTS { dabnPlus1RedundancySwitchOver, dabnPlus1LocalMode, dabnPlus1ControlUnitFault, dabnPlus1SwitchOverMode, dabnPlus1SwitchOverReady, + dabnPlus1SwitchOverExecuted, dabnPlus1SwitchOverFault, dabnPlus1ChannelSelection, dabnPlus1EventTransmitterIndex, dabnPlus1MTIndex, + dabnPlus1MTInputPreselection, dabnPlus1MTInputAutomatic, dabnPlus1MTRFProgramPresent, dabnPlus1RTInputPreselection, dabnPlus1RTInputAutomatic, + dabnPlus1RTOpMode, dabnPlus1RTRFProgramPresent, dabnPlus1TAIndex, dabnPlus1TARFPresent, dabnPlus1TAInput1OK, + dabnPlus1TAInput2OK, dabnPlus1TALocalMode, dabnPlus1TAInputPreselection, dabnPlus1TAInputAutomatic, dabnPlus1TAFault, + dabnPlus1TAWarning, dabnPlus1TAActiveInput, dabnPlus1TASFNMode, dabnPlus1TARefFault, dabnPlus1TAMute, + dabnPlus1TAWarningTimeStamp, dabnPlus1TBRFPresent, dabnPlus1TBInput1OK, dabnPlus1TBInput2OK, dabnPlus1TBLocalMode, + dabnPlus1TBFault, dabnPlus1TBWarning, dabnPlus1TBInputPreselection, dabnPlus1TBInputAutomatic, dabnPlus1TBActiveInput, + dabnPlus1TBSFNMode, dabnPlus1TBRefFault, dabnPlus1TBMute, dabnPlus1TBWarningTimeStamp, dabnPlus1RedundancySwitchOverEnable, + dabnPlus1LocalModeEnable, dabnPlus1ControlUnitFaultEnable, dabnPlus1SwitchOverModeEnable, dabnPlus1SwitchOverReadyEnable, dabnPlus1SwitchOverExecutedEnable, + dabnPlus1SwitchOverFaultEnable, dabnPlus1ChannelSelectionEnable, dabnPlus1MTInputPreselectionEnable, dabnPlus1MTInputAutomaticEnable, dabnPlus1MTRFProgramPresentEnable, + dabnPlus1RTInputPreselectionEnable, dabnPlus1RTInputAutomaticEnable, dabnPlus1RTOpModeEnable, dabnPlus1RTRFProgramPresentEnable, dabnPlus1TARFPresentEnable, + dabnPlus1TAInput1OKEnable, dabnPlus1TAInput2OKEnable, dabnPlus1TALocalModeEnable, dabnPlus1TAInputPreselectionEnable, dabnPlus1TAInputAutomaticEnable, + dabnPlus1TAFaultEnable, dabnPlus1TAWarningEnable, dabnPlus1TAActiveInputEnable, dabnPlus1TASFNModeEnable, dabnPlus1TARefFaultEnable, + dabnPlus1TAMuteEnable, dabnPlus1TAWarningTimeStampEnable, dabnPlus1TBRFPresentEnable, dabnPlus1TBInput1OKEnable, dabnPlus1TBInput2OKEnable, + dabnPlus1TBLocalModeEnable, dabnPlus1TBFaultEnable, dabnPlus1TBWarningEnable, dabnPlus1TBInputPreselectionEnable, dabnPlus1TBInputAutomaticEnable, + dabnPlus1TBActiveInputEnable, dabnPlus1TBSFNModeEnable, dabnPlus1TBRefFaultEnable, dabnPlus1TBMuteEnable, dabnPlus1TBWarningTimeStampEnable, + dabnPlus1RedundancySwitchOverPriority, dabnPlus1LocalModePriority, dabnPlus1ControlUnitFaultPriority, dabnPlus1SwitchOverModePriority, dabnPlus1SwitchOverReadyPriority, + dabnPlus1SwitchOverExecutedPriority, dabnPlus1SwitchOverFaultPriority, dabnPlus1ChannelSelectionPriority, dabnPlus1MTInputPreselectionPriority, dabnPlus1MTInputAutomaticPriority, + dabnPlus1MTRFProgramPresentPriority, dabnPlus1RTInputPreselectionPriority, dabnPlus1RTInputAutomaticPriority, dabnPlus1RTOpModePriority, dabnPlus1RTRFProgramPresentPriority, + dabnPlus1TARFPresentPriority, dabnPlus1TAInput1OKPriority, dabnPlus1TAInput2OKPriority, dabnPlus1TALocalModePriority, dabnPlus1TAInputPreselectionPriority, + dabnPlus1TAInputAutomaticPriority, dabnPlus1TAFaultPriority, dabnPlus1TAWarningPriority, dabnPlus1TAActiveInputPriority, dabnPlus1TASFNModePriority, + dabnPlus1TARefFaultPriority, dabnPlus1TAMutePriority, dabnPlus1TAWarningTimeStampPriority, dabnPlus1TBRFPresentPriority, dabnPlus1TBInput1OKPriority, + dabnPlus1TBInput2OKPriority, dabnPlus1TBLocalModePriority, dabnPlus1TBFaultPriority, dabnPlus1TBWarningPriority, dabnPlus1TBInputPreselectionPriority, + dabnPlus1TBInputAutomaticPriority, dabnPlus1TBActiveInputPriority, dabnPlus1TBSFNModePriority, dabnPlus1TBRefFaultPriority, dabnPlus1TBMutePriority, + dabnPlus1TBWarningTimeStampPriority, dabnPlus1MTOpMode, dabnPlus1MTOpModeEnable, dabnPlus1MTOpModePriority } + STATUS current + DESCRIPTION + "Description.N+1 reserve: object group " + ::= { groupsnPlus1 1 } + + + -- 1.3.6.1.4.1.19831.1.1.2.5.8.2 + eventGroupnPlus1 NOTIFICATION-GROUP + NOTIFICATIONS { dabnPlus1RedundancySwitchOverEvent, dabnPlus1LocalModeEvent, dabnPlus1ControlUnitFaultEvent, dabnPlus1SwitchOverModeEvent, dabnPlus1SwitchOverReadyEvent, + dabnPlus1SwitchOverExecutedEvent, dabnPlus1SwitchOverFaultEvent, dabnPlus1ChannelSelectionEvent, dabnPlus1MTInputPreselectionEvent, dabnPlus1MTInputAutomaticEvent, + dabnPlus1MTRFProgramPresentEvent, dabnPlus1RTInputPreselectionEvent, dabnPlus1RTInputAutomaticEvent, dabnPlus1RTOpModeEvent, dabnPlus1RTRFProgramPresentEvent, + dabnPlus1TARFPresentEvent, dabnPlus1TAInput1OKEvent, dabnPlus1TAInput2OKEvent, dabnPlus1TALocalModeEvent, dabnPlus1TAInputPreselectionEvent, + dabnPlus1TAInputAutomaticEvent, dabnPlus1TAFaultEvent, dabnPlus1TAWarningEvent, dabnPlus1TAActiveInputEvent, dabnPlus1TASFNModeEvent, + dabnPlus1TARefFaultEvent, dabnPlus1TAMuteEvent, dabnPlus1TAWarningTimeStampEvent, dabnPlus1TBRFPresentEvent, dabnPlus1TBInput1OKEvent, + dabnPlus1TBInput2OKEvent, dabnPlus1TBLocalModeEvent, dabnPlus1TBFaultEvent, dabnPlus1TBWarningEvent, dabnPlus1TBInputPreselectionEvent, + dabnPlus1TBInputAutomaticEvent, dabnPlus1TBActiveInputEvent, dabnPlus1TBSFNModeEvent, dabnPlus1TBRefFaultEvent, dabnPlus1TBMuteEvent, + dabnPlus1TBWarningTimeStampEvent, dabnPlus1MTOpModeEvent } + STATUS current + DESCRIPTION + "Description.N+1 reserve: group evets" + ::= { groupsnPlus1 2 } + + + -- 1.3.6.1.4.1.19831.1.1.2.5.8.3 + objectGroupnPlus1obsolete OBJECT-GROUP + OBJECTS { dabnPlus1ResetFault, dabnPlus1ResetFaultEnable, dabnPlus1ResetFaultPriority, dabnPlus1TransmitterBReset, dabnPlus1TransmitterBMode, + dabnPlus1TransmitterBResetEnable, dabnPlus1TransmitterBModeEnable, dabnPlus1TransmitterBResetPriority, dabnPlus1TransmitterBModePriority } + STATUS obsolete + DESCRIPTION + "Description.Inactive objects" + ::= { groupsnPlus1 3 } + + + -- 1.3.6.1.4.1.19831.1.1.2.5.8.4 + eventGroupnPlus1obsolete NOTIFICATION-GROUP + NOTIFICATIONS { dabnPlus1ResetFaultEvent, dabnPlus1TransmitterBResetEvent, dabnPlus1TransmitterBModeEvent } + STATUS obsolete + DESCRIPTION + "Description. Inactive notifications" + ::= { groupsnPlus1 4 } + + + -- 1.3.6.1.4.1.19831.1.1.2.5.9 + compliancenPlus1 OBJECT IDENTIFIER ::= { dabnPlus1 9 } + + + -- 1.3.6.1.4.1.19831.1.1.2.5.9.1 + dabnPlus1Compliance MODULE-COMPLIANCE + STATUS current + DESCRIPTION + "Compliance Statement" + MODULE -- this module + MANDATORY-GROUPS { objectGroupnPlus1, eventGroupnPlus1 } + ::= { compliancenPlus1 1 } + + + + END + +-- +-- IRT-DAB-NPLUS1-MIB.my +-- diff --git a/src/vendor/irt/IRT-DAB-SINGLETRANSMITTER-MIB b/src/vendor/irt/IRT-DAB-SINGLETRANSMITTER-MIB new file mode 100644 index 000000000000..0c94c375af0a --- /dev/null +++ b/src/vendor/irt/IRT-DAB-SINGLETRANSMITTER-MIB @@ -0,0 +1,864 @@ +-- +-- IRT-DAB-SINGLETRANSMITTER-MIB.my +-- MIB generated by MG-SOFT Visual MIB Builder Version 6.0 Build 88 +-- Friday, May 04, 2007 at 18:15:31 +-- + + IRT-DAB-SINGLETRANSMITTER-MIB DEFINITIONS ::= BEGIN + + IMPORTS + eventTimeStamp, eventPriority, eventCounter, mibRelease + FROM IRT-COMMONVARBINDS-MIB + dab, Input1Input2, SelectManualAuto, SelectOnOff, PresentNotPresent, + FaultOK, WarningOK, OkNotOk, LocalRemote, MuteOk, + SFNMFN + FROM IRT-TRANSMITTER-SMI-MIB + OBJECT-GROUP, MODULE-COMPLIANCE, NOTIFICATION-GROUP + FROM SNMPv2-CONF + sysDescr, sysName, sysLocation + FROM SNMPv2-MIB + Unsigned32, OBJECT-TYPE, MODULE-IDENTITY, NOTIFICATION-TYPE + FROM SNMPv2-SMI + TruthValue + FROM SNMPv2-TC; + + + -- 1.3.6.1.4.1.19831.1.1.2.1 + dabSingleTransmitter MODULE-IDENTITY + LAST-UPDATED "200705041400Z" -- May 04, 2007 at 14:00 GMT + ORGANIZATION + "IRT for WORKING-GROUP-TC-MIB" + CONTACT-INFO + "Andreas Metz + + Institut fuer Rundfunktechnik GmbH + Broadcast Networks and Servers (SN) + + Floriansmuehlstr.60 + 80939 Munich + Germany + + Phone: +49 89 32399 325 + Fax: +49 89 32399 354 + " + DESCRIPTION + "DAB Single Transmitter + + branch definition + + 1st level + + events OBJECT IDENTIFIER ::= { dabSingleTransmitter 0 } + dabSTGeneral OBJECT IDENTIFIER ::= { dabSingleTransmitter 1 } + dabSTEventEnable OBJECT IDENTIFIER ::= { dabSingleTransmitter 2 } + dabSTEventPriority OBJECT IDENTIFIER ::= { dabSingleTransmitter 3 } + groups OBJECT IDENTIFIER ::= { dabSingleTransmitter 4 } + + 2nd level + + dabSTEventEnableGeneral OBJECT IDENTIFIER ::= { dabSTEventEnable 1 } + dabSTEventPriorityGeneral OBJECT IDENTIFIER ::= { dabSTEventPriority 1 } + + end branch + " + REVISION "200705041400Z" -- May 04, 2007 at 14:00 GMT + DESCRIPTION + "change SFNMode, LocalMode (description) and Module-COMPLIANCE + " + REVISION "200612201400Z" -- December 20, 2006 at 14:00 GMT + DESCRIPTION + "corrections" + REVISION "200609211400Z" -- September 21, 2006 at 14:00 GMT + DESCRIPTION + "Adding Compliance Statement" + REVISION "200609191400Z" -- September 19, 2006 at 14:00 GMT + DESCRIPTION + "Correcting Imports" + REVISION "200609071400Z" -- September 07, 2006 at 14:00 GMT + DESCRIPTION + "Relocation of the TC-MIB from the standard OID area at IEC into the private OID area of the IRT" + ::= { dab 1 } + + + + +-- +-- Node definitions +-- + +-- dab single transmitter events + -- 1.3.6.1.4.1.19831.1.1.2.1.0 + dabEventsST OBJECT IDENTIFIER ::= { dabSingleTransmitter 0 } + + + -- 1.3.6.1.4.1.19831.1.1.2.1.0.1 + dabSTInputPreselectionEvent NOTIFICATION-TYPE + OBJECTS { sysDescr, sysName, sysLocation, eventTimeStamp, eventPriority, + eventCounter, dabSTInputPreselection } + STATUS current + DESCRIPTION + "Description.dabSTInputPreselection notification" + ::= { dabEventsST 1 } + + + -- 1.3.6.1.4.1.19831.1.1.2.1.0.2 + dabSTInputAutomaticEvent NOTIFICATION-TYPE + OBJECTS { sysDescr, sysName, sysLocation, eventTimeStamp, eventPriority, + eventCounter, dabSTInputAutomatic } + STATUS current + DESCRIPTION + "Description. dabSTInputAutomatic notification" + ::= { dabEventsST 2 } + + + -- 1.3.6.1.4.1.19831.1.1.2.1.0.3 + dabSTTransmitterOpModeEvent NOTIFICATION-TYPE + OBJECTS { sysDescr, sysName, sysLocation, eventTimeStamp, eventPriority, + eventCounter, dabSTTransmitterOpMode } + STATUS current + DESCRIPTION + "Description. dabSTTransmitterOpMode notification" + ::= { dabEventsST 3 } + + + -- 1.3.6.1.4.1.19831.1.1.2.1.0.4 + dabSTRFPresentEvent NOTIFICATION-TYPE + OBJECTS { sysDescr, sysName, sysLocation, eventTimeStamp, eventPriority, + eventCounter, dabSTRFPresent } + STATUS current + DESCRIPTION + "Description. dabSTRFPresent notification" + ::= { dabEventsST 4 } + + + -- 1.3.6.1.4.1.19831.1.1.2.1.0.5 + dabSTResetFaultEvent NOTIFICATION-TYPE + OBJECTS { sysDescr, sysName, sysLocation, eventTimeStamp, eventPriority, + eventCounter, dabSTResetFault } + STATUS obsolete + DESCRIPTION + "Notification is inactive! + + Description. dabSTResetFault notification" + ::= { dabEventsST 5 } + + + -- 1.3.6.1.4.1.19831.1.1.2.1.0.6 + dabSTFaultEvent NOTIFICATION-TYPE + OBJECTS { sysDescr, sysName, sysLocation, eventTimeStamp, eventPriority, + eventCounter, dabSTFault } + STATUS current + DESCRIPTION + "Description. dabSTFault notification" + ::= { dabEventsST 6 } + + + -- 1.3.6.1.4.1.19831.1.1.2.1.0.7 + dabSTWarningEvent NOTIFICATION-TYPE + OBJECTS { sysDescr, sysName, sysLocation, eventTimeStamp, eventPriority, + eventCounter, dabSTWarning } + STATUS current + DESCRIPTION + "Description. dabSTWarning notification" + ::= { dabEventsST 7 } + + + -- 1.3.6.1.4.1.19831.1.1.2.1.0.8 + dabSTInput1OKEvent NOTIFICATION-TYPE + OBJECTS { sysDescr, sysName, sysLocation, eventTimeStamp, eventPriority, + eventCounter, dabSTInput1OK } + STATUS current + DESCRIPTION + "Description.dabSTInput1OK notification" + ::= { dabEventsST 8 } + + + -- 1.3.6.1.4.1.19831.1.1.2.1.0.9 + dabSTInput2OKEvent NOTIFICATION-TYPE + OBJECTS { sysDescr, sysName, sysLocation, eventTimeStamp, eventPriority, + eventCounter, dabSTInput2OK } + STATUS current + DESCRIPTION + "Description.dabSTInput2OK notification" + ::= { dabEventsST 9 } + + + -- 1.3.6.1.4.1.19831.1.1.2.1.0.10 + dabSTLocalModeEvent NOTIFICATION-TYPE + OBJECTS { sysDescr, sysName, sysLocation, eventTimeStamp, eventPriority, + eventCounter, dabSTLocalMode } + STATUS current + DESCRIPTION + "Description. dabSTLocalMode notification" + ::= { dabEventsST 10 } + + + -- 1.3.6.1.4.1.19831.1.1.2.1.0.11 + dabSTActiveInputEvent NOTIFICATION-TYPE + OBJECTS { sysDescr, sysName, sysLocation, eventTimeStamp, eventPriority, + eventCounter, dabSTActiveInput } + STATUS current + DESCRIPTION + "Description. dabSTActiveInput notification" + ::= { dabEventsST 11 } + + + -- 1.3.6.1.4.1.19831.1.1.2.1.0.12 + dabSTSFNModeEvent NOTIFICATION-TYPE + OBJECTS { sysDescr, sysName, sysLocation, eventTimeStamp, eventPriority, + eventCounter, dabSTSFNMode } + STATUS current + DESCRIPTION + "Description. dabSTSFNMode notification" + ::= { dabEventsST 12 } + + + -- 1.3.6.1.4.1.19831.1.1.2.1.0.13 + dabSTRefFaultEvent NOTIFICATION-TYPE + OBJECTS { sysDescr, sysName, sysLocation, eventTimeStamp, eventPriority, + eventCounter, dabSTRefFault } + STATUS current + DESCRIPTION + "Description. dabSTRefFault notification" + ::= { dabEventsST 13 } + + + -- 1.3.6.1.4.1.19831.1.1.2.1.0.14 + dabSTMuteEvent NOTIFICATION-TYPE + OBJECTS { sysDescr, sysName, sysLocation, eventTimeStamp, eventPriority, + eventCounter, dabSTMute } + STATUS current + DESCRIPTION + "Description. dabSTMute notification" + ::= { dabEventsST 14 } + + + -- 1.3.6.1.4.1.19831.1.1.2.1.0.15 + dabSTWarningTimeStampEvent NOTIFICATION-TYPE + OBJECTS { sysDescr, sysName, sysLocation, eventTimeStamp, eventPriority, + eventCounter, dabSTWarningTimeStamp } + STATUS current + DESCRIPTION + "Description. dabSTSStuffingMode notification" + ::= { dabEventsST 15 } + + +-- dab single transmitter general + -- 1.3.6.1.4.1.19831.1.1.2.1.1 + dabSTGeneral OBJECT IDENTIFIER ::= { dabSingleTransmitter 1 } + + + -- 1.3.6.1.4.1.19831.1.1.2.1.1.1 + dabSTInputPreselection OBJECT-TYPE + SYNTAX Input1Input2 + UNITS " " + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Single transmitter. Preselection input of single transmitter + + (0) undefined + (1) Input 1 + (2) Input 2" + ::= { dabSTGeneral 1 } + + + -- 1.3.6.1.4.1.19831.1.1.2.1.1.2 + dabSTInputAutomatic OBJECT-TYPE + SYNTAX SelectManualAuto + UNITS " " + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Single transmitter. Input selection mode of single transmitter: manual or automatic + + (0) undefined + (1) manual + (2) automatic" + ::= { dabSTGeneral 2 } + + + -- 1.3.6.1.4.1.19831.1.1.2.1.1.3 + dabSTTransmitterOpMode OBJECT-TYPE + SYNTAX SelectOnOff + UNITS " " + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Single transmitter. Transmitter control of single transmitter + + (0) undefined + (1) ON + (2) OFF" + ::= { dabSTGeneral 3 } + + + -- 1.3.6.1.4.1.19831.1.1.2.1.1.4 + dabSTRFPresent OBJECT-TYPE + SYNTAX PresentNotPresent + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Single transmitter. Describes if the output power is present + + (0) undefined + (1) present + (2) not present + " + ::= { dabSTGeneral 4 } + + + -- 1.3.6.1.4.1.19831.1.1.2.1.1.5 + dabSTResetFault OBJECT-TYPE + SYNTAX Unsigned32 + MAX-ACCESS read-write + STATUS obsolete + DESCRIPTION + "Description. Massage is inactive! + + Single transmitter. Reset fault. Trigger for reset the sum fault + + <1> + + 1: reset sum fault" + ::= { dabSTGeneral 5 } + + + -- 1.3.6.1.4.1.19831.1.1.2.1.1.6 + dabSTFault OBJECT-TYPE + SYNTAX FaultOK + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Single transmitter. Fault state of transmitter + + (0) undefined + (1) fault + (2) ok" + ::= { dabSTGeneral 6 } + + + -- 1.3.6.1.4.1.19831.1.1.2.1.1.7 + dabSTWarning OBJECT-TYPE + SYNTAX WarningOK + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Single transmitter. Warning state of single transmitter + + (0) undefined + (1) warning + (2) ok" + ::= { dabSTGeneral 7 } + + + -- 1.3.6.1.4.1.19831.1.1.2.1.1.8 + dabSTInput1OK OBJECT-TYPE + SYNTAX OkNotOk + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Single transmitter.Describes if the input signal at the input 1 of single transmitter is ok + + (0) undefined + (1) signal ok + (2) signal is not ok" + ::= { dabSTGeneral 8 } + + + -- 1.3.6.1.4.1.19831.1.1.2.1.1.9 + dabSTInput2OK OBJECT-TYPE + SYNTAX OkNotOk + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Describes if the input signal at the input 2 of single transmitters is ok + + (0) undefined + (1) signal ok + (2) signal is not ok " + ::= { dabSTGeneral 9 } + + + -- 1.3.6.1.4.1.19831.1.1.2.1.1.10 + dabSTLocalMode OBJECT-TYPE + SYNTAX LocalRemote + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Single transmitter. Local mode + + (0) undefined + (1) local + (2) remote" + ::= { dabSTGeneral 10 } + + + -- 1.3.6.1.4.1.19831.1.1.2.1.1.11 + dabSTActiveInput OBJECT-TYPE + SYNTAX INTEGER + { + undefined(0), + input1(1), + input2(2), + seamless(3), + hmHierarchicalModulation(4) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Single transmitter.Active input of the single transmitter + + + " + ::= { dabSTGeneral 11 } + + + -- 1.3.6.1.4.1.19831.1.1.2.1.1.12 + dabSTSFNMode OBJECT-TYPE + SYNTAX SFNMFN + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Single transmitter. SFN mode of single transmitter + + (0) undefined + (1) SFN + (2) MFN" + ::= { dabSTGeneral 12 } + + + -- 1.3.6.1.4.1.19831.1.1.2.1.1.13 + dabSTRefFault OBJECT-TYPE + SYNTAX FaultOK + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Single transmitter.Fault state of the GPS input or the reference frequency of single transmitter + + (0) undefined + (1) fault + (2) ok" + ::= { dabSTGeneral 13 } + + + -- 1.3.6.1.4.1.19831.1.1.2.1.1.14 + dabSTMute OBJECT-TYPE + SYNTAX MuteOk + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Single transmitter. Mute state of single transmitter + + (0) undefined + (1) mute + (2) ok" + ::= { dabSTGeneral 14 } + + + -- 1.3.6.1.4.1.19831.1.1.2.1.1.15 + dabSTWarningTimeStamp OBJECT-TYPE + SYNTAX WarningOK + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Time stamp warning state of single transmitter + + (0) undefined + (1) warning + (2) ok" + ::= { dabSTGeneral 15 } + + +-- dab single transmitter switch for event + -- 1.3.6.1.4.1.19831.1.1.2.1.2 + dabSTEventEnable OBJECT IDENTIFIER ::= { dabSingleTransmitter 2 } + + + -- 1.3.6.1.4.1.19831.1.1.2.1.2.1 + dabSTEventEnableGeneral OBJECT IDENTIFIER ::= { dabSTEventEnable 1 } + + + -- 1.3.6.1.4.1.19831.1.1.2.1.2.1.1 + dabSTInputPreselectionEnable OBJECT-TYPE + SYNTAX TruthValue + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Description.Enable/Disable switch for dabSTInputPreselection event" + ::= { dabSTEventEnableGeneral 1 } + + + -- 1.3.6.1.4.1.19831.1.1.2.1.2.1.2 + dabSTInputAutomaticEnable OBJECT-TYPE + SYNTAX TruthValue + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Description.Enable/Disable switch for dabSTInputAutomatic event" + ::= { dabSTEventEnableGeneral 2 } + + + -- 1.3.6.1.4.1.19831.1.1.2.1.2.1.3 + dabSTTransmitterOpModeEnable OBJECT-TYPE + SYNTAX TruthValue + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Description.Enable/Disable switch for dabSTTransmitterOpMode event" + ::= { dabSTEventEnableGeneral 3 } + + + -- 1.3.6.1.4.1.19831.1.1.2.1.2.1.4 + dabSTRFPresentEnable OBJECT-TYPE + SYNTAX TruthValue + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Description.Enable/Disable switch for dabSTRFPresent event" + ::= { dabSTEventEnableGeneral 4 } + + + -- 1.3.6.1.4.1.19831.1.1.2.1.2.1.5 + dabSTResetFaultEnable OBJECT-TYPE + SYNTAX TruthValue + MAX-ACCESS read-write + STATUS obsolete + DESCRIPTION + "Massage is inactive! + + Description. Enable/Disable switch for dabSTResetFault event" + ::= { dabSTEventEnableGeneral 5 } + + + -- 1.3.6.1.4.1.19831.1.1.2.1.2.1.6 + dabSTFaultEnable OBJECT-TYPE + SYNTAX TruthValue + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Description.Enable/Disable switch for dabSTFault event" + ::= { dabSTEventEnableGeneral 6 } + + + -- 1.3.6.1.4.1.19831.1.1.2.1.2.1.7 + dabSTWarningEnable OBJECT-TYPE + SYNTAX TruthValue + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Description.Enable/Disable switch for dabSTWarning event" + ::= { dabSTEventEnableGeneral 7 } + + + -- 1.3.6.1.4.1.19831.1.1.2.1.2.1.8 + dabSTInput1OKEnable OBJECT-TYPE + SYNTAX TruthValue + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Description.Enable/Disable switch for dabSTInput1OK event" + ::= { dabSTEventEnableGeneral 8 } + + + -- 1.3.6.1.4.1.19831.1.1.2.1.2.1.9 + dabSTInput2OKEnable OBJECT-TYPE + SYNTAX TruthValue + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Description.Enable/Disable switch for dabSTInput2OK event" + ::= { dabSTEventEnableGeneral 9 } + + + -- 1.3.6.1.4.1.19831.1.1.2.1.2.1.10 + dabSTLocalModeEnable OBJECT-TYPE + SYNTAX TruthValue + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Description.Enable/Disable switch for dabSTLocalMode event" + ::= { dabSTEventEnableGeneral 10 } + + + -- 1.3.6.1.4.1.19831.1.1.2.1.2.1.11 + dabSTActiveInputEnable OBJECT-TYPE + SYNTAX TruthValue + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Description.Enable/Disable switch for dabSTActiveInput event" + ::= { dabSTEventEnableGeneral 11 } + + + -- 1.3.6.1.4.1.19831.1.1.2.1.2.1.12 + dabSTSFNModeEnable OBJECT-TYPE + SYNTAX TruthValue + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Description.Enable/Disable switch for dabSTSFNMode event" + ::= { dabSTEventEnableGeneral 12 } + + + -- 1.3.6.1.4.1.19831.1.1.2.1.2.1.13 + dabSTRefFaultEnable OBJECT-TYPE + SYNTAX TruthValue + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Description.Enable/Disable switch for dabSTRefFault event" + ::= { dabSTEventEnableGeneral 13 } + + + -- 1.3.6.1.4.1.19831.1.1.2.1.2.1.14 + dabSTMuteEnable OBJECT-TYPE + SYNTAX TruthValue + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Description.Enable/Disable switch for dabSTMute event" + ::= { dabSTEventEnableGeneral 14 } + + + -- 1.3.6.1.4.1.19831.1.1.2.1.2.1.15 + dabSTWarningTimeStampEnable OBJECT-TYPE + SYNTAX TruthValue + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Description.Enable/Disable switch for dabSTWarningTimeStamp event" + ::= { dabSTEventEnableGeneral 15 } + + +-- dab single trnasmitter event priority + -- 1.3.6.1.4.1.19831.1.1.2.1.3 + dabSTEventPriority OBJECT IDENTIFIER ::= { dabSingleTransmitter 3 } + + + -- 1.3.6.1.4.1.19831.1.1.2.1.3.1 + dabSTEventPriorityGeneral OBJECT IDENTIFIER ::= { dabSTEventPriority 1 } + + + -- 1.3.6.1.4.1.19831.1.1.2.1.3.1.1 + dabSTInputPreselectionPriority OBJECT-TYPE + SYNTAX Unsigned32 + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Description.Priority for dabSTInputPreselection event" + ::= { dabSTEventPriorityGeneral 1 } + + + -- 1.3.6.1.4.1.19831.1.1.2.1.3.1.2 + dabSTInputAutomaticPriority OBJECT-TYPE + SYNTAX Unsigned32 + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Description.Priority for dabSTInputAutomatic event" + ::= { dabSTEventPriorityGeneral 2 } + + + -- 1.3.6.1.4.1.19831.1.1.2.1.3.1.3 + dabSTTransmitterOpModePriority OBJECT-TYPE + SYNTAX Unsigned32 + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Description.Priority for dabSTTransmitterOpMode event" + ::= { dabSTEventPriorityGeneral 3 } + + + -- 1.3.6.1.4.1.19831.1.1.2.1.3.1.4 + dabSTRFPresentPriority OBJECT-TYPE + SYNTAX Unsigned32 + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Description.Priority for dabSTRFPresent event" + ::= { dabSTEventPriorityGeneral 4 } + + + -- 1.3.6.1.4.1.19831.1.1.2.1.3.1.5 + dabSTResetFaultPriority OBJECT-TYPE + SYNTAX Unsigned32 + MAX-ACCESS read-write + STATUS obsolete + DESCRIPTION + "Massage is inactive! + + Description. Priority for dabSTResetFault event" + ::= { dabSTEventPriorityGeneral 5 } + + + -- 1.3.6.1.4.1.19831.1.1.2.1.3.1.6 + dabSTFaultPriority OBJECT-TYPE + SYNTAX Unsigned32 + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Description.Priority for dabSTFault event" + ::= { dabSTEventPriorityGeneral 6 } + + + -- 1.3.6.1.4.1.19831.1.1.2.1.3.1.7 + dabSTWarningPriority OBJECT-TYPE + SYNTAX Unsigned32 + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Description.Priority for dabSTWarning event" + ::= { dabSTEventPriorityGeneral 7 } + + + -- 1.3.6.1.4.1.19831.1.1.2.1.3.1.8 + dabSTInput1OKPriority OBJECT-TYPE + SYNTAX Unsigned32 + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Description.Priority for dabSTInput1OK event" + ::= { dabSTEventPriorityGeneral 8 } + + + -- 1.3.6.1.4.1.19831.1.1.2.1.3.1.9 + dabSTInput2OKPriority OBJECT-TYPE + SYNTAX Unsigned32 + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Description.Priority for dabSTInput2OK event" + ::= { dabSTEventPriorityGeneral 9 } + + + -- 1.3.6.1.4.1.19831.1.1.2.1.3.1.10 + dabSTLocalModePriority OBJECT-TYPE + SYNTAX Unsigned32 + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Description.Priority for dabSTLocalMode event" + ::= { dabSTEventPriorityGeneral 10 } + + + -- 1.3.6.1.4.1.19831.1.1.2.1.3.1.11 + dabSTActiveInputPriority OBJECT-TYPE + SYNTAX Unsigned32 + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Description.Priority for dabSTActiveInput event" + ::= { dabSTEventPriorityGeneral 11 } + + + -- 1.3.6.1.4.1.19831.1.1.2.1.3.1.12 + dabSTSFNModePriority OBJECT-TYPE + SYNTAX Unsigned32 + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Description.Priority for dabSTSFNMode event" + ::= { dabSTEventPriorityGeneral 12 } + + + -- 1.3.6.1.4.1.19831.1.1.2.1.3.1.13 + dabSTRefFaultPriority OBJECT-TYPE + SYNTAX Unsigned32 + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Description.Priority for dabSTRefFault event" + ::= { dabSTEventPriorityGeneral 13 } + + + -- 1.3.6.1.4.1.19831.1.1.2.1.3.1.14 + dabSTMutePriority OBJECT-TYPE + SYNTAX Unsigned32 + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Description.Priority for dabSTMute event" + ::= { dabSTEventPriorityGeneral 14 } + + + -- 1.3.6.1.4.1.19831.1.1.2.1.3.1.15 + dabSTWarningTimeStampPriority OBJECT-TYPE + SYNTAX Unsigned32 + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Description.Priority for dabSTWarningTimeStamp event" + ::= { dabSTEventPriorityGeneral 15 } + + + -- 1.3.6.1.4.1.19831.1.1.2.1.4 + groupsST OBJECT IDENTIFIER ::= { dabSingleTransmitter 4 } + + + -- 1.3.6.1.4.1.19831.1.1.2.1.4.1 + objectGroupST OBJECT-GROUP + OBJECTS { dabSTInputPreselection, dabSTInputAutomatic, dabSTTransmitterOpMode, dabSTRFPresent, dabSTFault, + dabSTWarning, dabSTInput1OK, dabSTInput2OK, dabSTLocalMode, dabSTActiveInput, + dabSTSFNMode, dabSTRefFault, dabSTMute, dabSTWarningTimeStamp, dabSTInputPreselectionEnable, + dabSTInputAutomaticEnable, dabSTTransmitterOpModeEnable, dabSTRFPresentEnable, dabSTFaultEnable, dabSTWarningEnable, + dabSTInput1OKEnable, dabSTInput2OKEnable, dabSTLocalModeEnable, dabSTActiveInputEnable, dabSTSFNModeEnable, + dabSTRefFaultEnable, dabSTMuteEnable, dabSTWarningTimeStampEnable, dabSTInputPreselectionPriority, dabSTInputAutomaticPriority, + dabSTTransmitterOpModePriority, dabSTRFPresentPriority, dabSTFaultPriority, dabSTWarningPriority, dabSTInput1OKPriority, + dabSTInput2OKPriority, dabSTLocalModePriority, dabSTActiveInputPriority, dabSTSFNModePriority, dabSTRefFaultPriority, + dabSTMutePriority, dabSTWarningTimeStampPriority } + STATUS current + DESCRIPTION + "Description. dab single transmitter objects" + ::= { groupsST 1 } + + + -- 1.3.6.1.4.1.19831.1.1.2.1.4.2 + eventGroupST NOTIFICATION-GROUP + NOTIFICATIONS { dabSTMuteEvent, dabSTRefFaultEvent, dabSTSFNModeEvent, dabSTActiveInputEvent, dabSTLocalModeEvent, + dabSTInput2OKEvent, dabSTInput1OKEvent, dabSTWarningEvent, dabSTFaultEvent, dabSTRFPresentEvent, + dabSTTransmitterOpModeEvent, dabSTInputAutomaticEvent, dabSTInputPreselectionEvent, dabSTWarningTimeStampEvent } + STATUS current + DESCRIPTION + "Description. dab single transmitter events" + ::= { groupsST 2 } + + + -- 1.3.6.1.4.1.19831.1.1.2.1.4.3 + objectGroupSTobsolete OBJECT-GROUP + OBJECTS { dabSTResetFault, dabSTResetFaultEnable, dabSTResetFaultPriority } + STATUS obsolete + DESCRIPTION + "Description.Inactive objects" + ::= { groupsST 3 } + + + -- 1.3.6.1.4.1.19831.1.1.2.1.4.4 + eventGroupSTobsolete NOTIFICATION-GROUP + NOTIFICATIONS { dabSTResetFaultEvent } + STATUS obsolete + DESCRIPTION + "Description." + ::= { groupsST 4 } + + + -- 1.3.6.1.4.1.19831.1.1.2.1.5 + complianceST OBJECT IDENTIFIER ::= { dabSingleTransmitter 5 } + + + -- 1.3.6.1.4.1.19831.1.1.2.1.5.1 + dabSingleTransmitterCompliance MODULE-COMPLIANCE + STATUS current + DESCRIPTION + "Compliance Statement" + MODULE -- this module + MANDATORY-GROUPS { objectGroupST, eventGroupST } + ::= { complianceST 1 } + + + + END + +-- +-- IRT-DAB-SINGLETRANSMITTER-MIB.my +-- diff --git a/src/vendor/irt/IRT-DVBT-ACTIVERESERVE-MIB b/src/vendor/irt/IRT-DVBT-ACTIVERESERVE-MIB new file mode 100644 index 000000000000..d33de1853e66 --- /dev/null +++ b/src/vendor/irt/IRT-DVBT-ACTIVERESERVE-MIB @@ -0,0 +1,2393 @@ +-- +-- IRT-DVBT-ACTIVERESERVE-MIB.my +-- MIB generated by MG-SOFT Visual MIB Builder Version 6.0 Build 88 +-- Friday, May 04, 2007 at 16:33:42 +-- + + IRT-DVBT-ACTIVERESERVE-MIB DEFINITIONS ::= BEGIN + + IMPORTS + eventTimeStamp, eventPriority, eventCounter, mibRelease + FROM IRT-COMMONVARBINDS-MIB + dvbT, Input1Input2, SelectManualAuto, SelectOnOff, LocalRemote, + FaultOK, ReadyNotReady, ExecutedNotExecuted, PresentNotPresent, WarningOK, + OkNotOk, MuteOk, SFNMFN + FROM IRT-TRANSMITTER-SMI-MIB + OBJECT-GROUP, MODULE-COMPLIANCE, NOTIFICATION-GROUP + FROM SNMPv2-CONF + sysDescr, sysName, sysLocation + FROM SNMPv2-MIB + Unsigned32, OBJECT-TYPE, MODULE-IDENTITY, NOTIFICATION-TYPE + FROM SNMPv2-SMI + DateAndTime, DisplayString, TruthValue + FROM SNMPv2-TC; + + + -- 1.3.6.1.4.1.19831.1.1.1.2 + dvbActiveReserve MODULE-IDENTITY + LAST-UPDATED "200705041400Z" -- May 04, 2007 at 14:00 GMT + ORGANIZATION + "IRT for WORKING-GROUP-TC-MIB" + CONTACT-INFO + "Contact-info: + + Andreas Metz + + Institut fuer Rundfunktechnik GmbH + Broadcast Networks and Servers (SN) + + Floriansmuehlstr.60 + 80939 Munich + Germany + + Phone: +49 89 32399 325 + Fax: +49 89 32399 354" + DESCRIPTION + "Description: + + branch definition + + 1st level + + events OBJECT IDENTIFIER ::= { dvbActiveReserve 0 } + dvbARGeneral OBJECT IDENTIFIER ::= { dvbActiveReserve 1 } + dvbARAmplifierA OBJECT IDENTIFIER ::= { dvbActiveReserve 2 } + dvbARAmplifierB OBJECT IDENTIFIER ::= { dvbActiveReserve 3 } + dvbARExciterA OBJECT IDENTIFIER ::= { dvbActiveReserve 4 } + dvbARExciterB OBJECT IDENTIFIER ::= { dvbActiveReserve 5 } + dvbAREventEnable OBJECT IDENTIFIER ::= { dvbActiveReserve 6 } + dvbAREventPriority OBJECT IDENTIFIER ::= { dvbActiveReserve 7 } + groups OBJECT IDENTIFIER ::= { dvbActiveReserve 8 } + + 2nd level + + dvbAREventEnableGeneral OBJECT IDENTIFIER ::= { dvbAREventEnable 1 } + dvbAREventEnableAmplifierA OBJECT IDENTIFIER ::= { dvbAREventEnable 2 } + dvbAREventEnableAmplifierB OBJECT IDENTIFIER ::= { dvbAREventEnable 3 } + dvbAREventEnableExciterA OBJECT IDENTIFIER ::= { dvbAREventEnable 4 } + dvbAREventEnableExciterB OBJECT IDENTIFIER ::= { dvbAREventEnable 5 } + + dvbAREventPriorityGeneral OBJECT IDENTIFIER ::= { dvbAREventPriority 1 } + dvbAREventPriorityAmplifierA OBJECT IDENTIFIER ::= { dvbAREventPriority 2 } + dvbAREventPriorityAmplifierB OBJECT IDENTIFIER ::= { dvbAREventPriority 3 } + dvbAREventPriorityExciterA OBJECT IDENTIFIER ::= { dvbAREventPriority 4 } + dvbAREventPriorityExciterB OBJECT IDENTIFIER ::= { dvbAREventPriority 5 } + + end branch" + REVISION "200705041400Z" -- May 04, 2007 at 14:00 GMT + DESCRIPTION + "change SFNMode,LocalMode (description only) and Module-COMPLIANCE + change numbering: OIDs 1.3.6.1.4.1.19831.1.1.1.2.7.1.13-19 and + 1.3.6.1.4.1.19831.1.1.1.2.6.1.13-19!" + REVISION "200612201400Z" -- December 20, 2006 at 14:00 GMT + DESCRIPTION + "corrections" + REVISION "200609211400Z" -- September 21, 2006 at 14:00 GMT + DESCRIPTION + "Adding Compliance Statement" + REVISION "200609191400Z" -- September 19, 2006 at 14:00 GMT + DESCRIPTION + "Correcting Imports" + REVISION "200609071400Z" -- September 07, 2006 at 14:00 GMT + DESCRIPTION + "Relocation of the TC-MIB from the standard OID area at IEC into the private OID area of the IRT" + ::= { dvbT 2 } + + + + +-- +-- Node definitions +-- + +-- dvb active reserve events + -- 1.3.6.1.4.1.19831.1.1.1.2.0 + dvbEventsAR OBJECT IDENTIFIER ::= { dvbActiveReserve 0 } + + + -- 1.3.6.1.4.1.19831.1.1.1.2.0.1 + dvbARInputPreselectionEvent NOTIFICATION-TYPE + OBJECTS { sysDescr, sysName, sysLocation, eventTimeStamp, eventPriority, + eventCounter, dvbARInputPreselection } + STATUS current + DESCRIPTION + "Description. dvbARInputPreselection notification" + ::= { dvbEventsAR 1 } + + + -- 1.3.6.1.4.1.19831.1.1.1.2.0.2 + dvbARInputAutomaticEvent NOTIFICATION-TYPE + OBJECTS { sysDescr, sysName, sysLocation, eventTimeStamp, eventPriority, + eventCounter, dvbARInputAutomatic } + STATUS current + DESCRIPTION + "Description. dvbARInputAutomatic notification" + ::= { dvbEventsAR 2 } + + + -- 1.3.6.1.4.1.19831.1.1.1.2.0.3 + dvbARPreselectionExciterEvent NOTIFICATION-TYPE + OBJECTS { sysDescr, sysName, sysLocation, eventTimeStamp, eventPriority, + eventCounter, dvbARPreselectionExciter } + STATUS current + DESCRIPTION + "Description. dvbARPreselectionExciter notification" + ::= { dvbEventsAR 3 } + + + -- 1.3.6.1.4.1.19831.1.1.1.2.0.4 + dvbARPreselectionAmplifierEvent NOTIFICATION-TYPE + OBJECTS { sysDescr, sysName, sysLocation, eventTimeStamp, eventPriority, + eventCounter, dvbARPreselectionAmplifier } + STATUS current + DESCRIPTION + "Description. dvbARPreselectionAmplifier notification" + ::= { dvbEventsAR 4 } + + + -- 1.3.6.1.4.1.19831.1.1.1.2.0.5 + dvbARTransmitterOpModeEvent NOTIFICATION-TYPE + OBJECTS { sysDescr, sysName, sysLocation, eventTimeStamp, eventPriority, + eventCounter, dvbARTransmitterOpMode } + STATUS current + DESCRIPTION + "Description. dvbARTransmitterOpMode notification" + ::= { dvbEventsAR 5 } + + + -- 1.3.6.1.4.1.19831.1.1.1.2.0.6 + dvbARReserveControlEvent NOTIFICATION-TYPE + OBJECTS { sysDescr, sysName, sysLocation, eventTimeStamp, eventPriority, + eventCounter, dvbARReserveControl } + STATUS current + DESCRIPTION + "Description. dvbARReserveControl notification" + ::= { dvbEventsAR 6 } + + + -- 1.3.6.1.4.1.19831.1.1.1.2.0.7 + dvbARResetFaultEvent NOTIFICATION-TYPE + OBJECTS { sysDescr, sysName, sysLocation, eventTimeStamp, eventPriority, + eventCounter, dvbARResetFault } + STATUS obsolete + DESCRIPTION + "Notification is inactive! + + Description. dvbARResetFault notification" + ::= { dvbEventsAR 7 } + + + -- 1.3.6.1.4.1.19831.1.1.1.2.0.8 + dvbARActiveAmplifierEvent NOTIFICATION-TYPE + OBJECTS { sysDescr, sysName, sysLocation, eventTimeStamp, eventPriority, + eventCounter, dvbARActiveAmplifier } + STATUS current + DESCRIPTION + "Description. dvbARActiveAmplifier notification" + ::= { dvbEventsAR 8 } + + + -- 1.3.6.1.4.1.19831.1.1.1.2.0.9 + dvbARActiveExciterEvent NOTIFICATION-TYPE + OBJECTS { sysDescr, sysName, sysLocation, eventTimeStamp, eventPriority, + eventCounter, dvbARActiveExciter } + STATUS current + DESCRIPTION + "Description. dvbARActiveExciter notification" + ::= { dvbEventsAR 9 } + + + -- 1.3.6.1.4.1.19831.1.1.1.2.0.10 + dvbARLocalModeEvent NOTIFICATION-TYPE + OBJECTS { sysDescr, sysName, sysLocation, eventTimeStamp, eventPriority, + eventCounter, dvbARLocalMode } + STATUS current + DESCRIPTION + "Description. dvbARLocalMode notification" + ::= { dvbEventsAR 10 } + + + -- 1.3.6.1.4.1.19831.1.1.1.2.0.11 + dvbARControlUnitFaultEvent NOTIFICATION-TYPE + OBJECTS { sysDescr, sysName, sysLocation, eventTimeStamp, eventPriority, + eventCounter, dvbARControlUnitFault } + STATUS current + DESCRIPTION + "Description. dvbARControlUnitFault notification" + ::= { dvbEventsAR 11 } + + + -- 1.3.6.1.4.1.19831.1.1.1.2.0.12 + dvbARExciterSwitchOverModeEvent NOTIFICATION-TYPE + OBJECTS { sysDescr, sysName, sysLocation, eventTimeStamp, eventPriority, + eventCounter, dvbARExciterSwitchOverMode } + STATUS current + DESCRIPTION + "Description. dvbARExciterSwitchOverMode notification" + ::= { dvbEventsAR 12 } + + + -- 1.3.6.1.4.1.19831.1.1.1.2.0.13 + dvbARExciterSwitchOverReadyEvent NOTIFICATION-TYPE + OBJECTS { sysDescr, sysName, sysLocation, eventTimeStamp, eventPriority, + eventCounter, dvbARAmplifierSwitchOverReady } + STATUS current + DESCRIPTION + "Description. dvbARExciterSwitchOverReady notification" + ::= { dvbEventsAR 13 } + + + -- 1.3.6.1.4.1.19831.1.1.1.2.0.14 + dvbARExciterSwitchOverExecutedEvent NOTIFICATION-TYPE + OBJECTS { sysDescr, sysName, sysLocation, eventTimeStamp, eventPriority, + eventCounter, dvbARExciterSwitchOverExecuted } + STATUS current + DESCRIPTION + "Description. dvbARExciterSwitchOverExecuted notification" + ::= { dvbEventsAR 14 } + + + -- 1.3.6.1.4.1.19831.1.1.1.2.0.15 + dvbARExciterSwitchOverFaultEvent NOTIFICATION-TYPE + OBJECTS { sysDescr, sysName, sysLocation, eventTimeStamp, eventPriority, + eventCounter, dvbARExciterSwitchOverFault } + STATUS current + DESCRIPTION + "Description. dvbARExciterSwitchOverFault notification" + ::= { dvbEventsAR 15 } + + + -- 1.3.6.1.4.1.19831.1.1.1.2.0.16 + dvbARAmplifierSwitchOverModeEvent NOTIFICATION-TYPE + OBJECTS { sysDescr, sysName, sysLocation, eventTimeStamp, eventPriority, + eventCounter, dvbARAmplifierSwitchOverMode } + STATUS current + DESCRIPTION + "Description. dvbARAmplifierSwitchOverMode notification" + ::= { dvbEventsAR 16 } + + + -- 1.3.6.1.4.1.19831.1.1.1.2.0.17 + dvbARAmplifierSwitchOverReadyEvent NOTIFICATION-TYPE + OBJECTS { sysDescr, sysName, sysLocation, eventTimeStamp, eventPriority, + eventCounter, dvbARAmplifierSwitchOverReady } + STATUS current + DESCRIPTION + "Description. dvbARAmplifierSwitchOverReady notification" + ::= { dvbEventsAR 17 } + + + -- 1.3.6.1.4.1.19831.1.1.1.2.0.18 + dvbARAmplifierSwitchOverExecutedEvent NOTIFICATION-TYPE + OBJECTS { sysDescr, sysName, sysLocation, eventTimeStamp, eventPriority, + eventCounter, dvbARAmplifierSwitchOverExecuted } + STATUS current + DESCRIPTION + "Description. dvbARAmplifierSwitchOverExecuted notification" + ::= { dvbEventsAR 18 } + + + -- 1.3.6.1.4.1.19831.1.1.1.2.0.19 + dvbARAmplifierSwitchOverFaultEvent NOTIFICATION-TYPE + OBJECTS { sysDescr, sysName, sysLocation, eventTimeStamp, eventPriority, + eventCounter, dvbARAmplifierSwitchOverFault } + STATUS current + DESCRIPTION + "Description. dvbARAmplifierSwitchOverFault notification" + ::= { dvbEventsAR 19 } + + + -- 1.3.6.1.4.1.19831.1.1.1.2.0.20 + dvbARAmplifierARFPresentEvent NOTIFICATION-TYPE + OBJECTS { sysDescr, sysName, sysLocation, eventTimeStamp, eventPriority, + eventCounter, dvbARAmplifierARFPresent } + STATUS current + DESCRIPTION + "Description. dvbARAmplifierARFPresent notification" + ::= { dvbEventsAR 20 } + + + -- 1.3.6.1.4.1.19831.1.1.1.2.0.21 + dvbARAmplifierAFaultEvent NOTIFICATION-TYPE + OBJECTS { sysDescr, sysName, sysLocation, eventTimeStamp, eventPriority, + eventCounter, dvbARAmplifierAFault } + STATUS current + DESCRIPTION + "Description. dvbARAmplifierAFault notification" + ::= { dvbEventsAR 21 } + + + -- 1.3.6.1.4.1.19831.1.1.1.2.0.22 + dvbARAmplifierAWarningEvent NOTIFICATION-TYPE + OBJECTS { sysDescr, sysName, sysLocation, eventTimeStamp, eventPriority, + eventCounter, dvbARAmplifierAWarning } + STATUS current + DESCRIPTION + "Description. dvbARAmplifierAWarning notification" + ::= { dvbEventsAR 22 } + + + -- 1.3.6.1.4.1.19831.1.1.1.2.0.23 + dvbARAmplifierBRFPresentEvent NOTIFICATION-TYPE + OBJECTS { sysDescr, sysName, sysLocation, eventTimeStamp, eventPriority, + eventCounter, dvbARAmplifierBRFPresent } + STATUS current + DESCRIPTION + "Description. dvbARAmplifierBRFPresent notification" + ::= { dvbEventsAR 23 } + + + -- 1.3.6.1.4.1.19831.1.1.1.2.0.24 + dvbARAmplifierBFaultEvent NOTIFICATION-TYPE + OBJECTS { sysDescr, sysName, sysLocation, eventTimeStamp, eventPriority, + eventCounter, dvbARAmplifierBFault } + STATUS current + DESCRIPTION + "Description. dvbARAmplifierBFault notification" + ::= { dvbEventsAR 24 } + + + -- 1.3.6.1.4.1.19831.1.1.1.2.0.25 + dvbARAmplifierBWarningEvent NOTIFICATION-TYPE + OBJECTS { sysDescr, sysName, sysLocation, eventTimeStamp, eventPriority, + eventCounter, dvbARAmplifierBWarning } + STATUS current + DESCRIPTION + "Description. dvbARAmplifierBWarning notification" + ::= { dvbEventsAR 25 } + + + -- 1.3.6.1.4.1.19831.1.1.1.2.0.26 + dvbARExciterAInput1OKEvent NOTIFICATION-TYPE + OBJECTS { sysDescr, sysName, sysLocation, eventTimeStamp, eventPriority, + eventCounter, dvbARExciterAInput1OK } + STATUS current + DESCRIPTION + "Description. dvbARExciterAInput1OK notification" + ::= { dvbEventsAR 26 } + + + -- 1.3.6.1.4.1.19831.1.1.1.2.0.27 + dvbARExciterAInput2OKEvent NOTIFICATION-TYPE + OBJECTS { sysDescr, sysName, sysLocation, eventTimeStamp, eventPriority, + eventCounter, dvbARExciterAInput2OK } + STATUS current + DESCRIPTION + "Description. dvbARExciterAInput2OK notification" + ::= { dvbEventsAR 27 } + + + -- 1.3.6.1.4.1.19831.1.1.1.2.0.28 + dvbARExciterALocalModeEvent NOTIFICATION-TYPE + OBJECTS { sysDescr, sysName, sysLocation, eventTimeStamp, eventPriority, + eventCounter, dvbARExciterALocalMode } + STATUS current + DESCRIPTION + "Description. dvbARExciterALocalMode notification" + ::= { dvbEventsAR 28 } + + + -- 1.3.6.1.4.1.19831.1.1.1.2.0.29 + dvbARExciterAFaultEvent NOTIFICATION-TYPE + OBJECTS { sysDescr, sysName, sysLocation, eventTimeStamp, eventPriority, + eventCounter, dvbARExciterAFault } + STATUS current + DESCRIPTION + "Description. dvbARExciterAFault notification" + ::= { dvbEventsAR 29 } + + + -- 1.3.6.1.4.1.19831.1.1.1.2.0.30 + dvbARExciterAWarningEvent NOTIFICATION-TYPE + OBJECTS { sysDescr, sysName, sysLocation, eventTimeStamp, eventPriority, + eventCounter, dvbARExciterAWarning } + STATUS current + DESCRIPTION + "Description. dvbARExciterAWarning notification" + ::= { dvbEventsAR 30 } + + + -- 1.3.6.1.4.1.19831.1.1.1.2.0.31 + dvbARExciterAActiveInputEvent NOTIFICATION-TYPE + OBJECTS { sysDescr, sysName, sysLocation, eventTimeStamp, eventPriority, + eventCounter, dvbARExciterAActiveInput } + STATUS current + DESCRIPTION + "Description. dvbARExciterAActiveInput notification" + ::= { dvbEventsAR 31 } + + + -- 1.3.6.1.4.1.19831.1.1.1.2.0.32 + dvbARExciterASFNModeEvent NOTIFICATION-TYPE + OBJECTS { sysDescr, sysName, sysLocation, eventTimeStamp, eventPriority, + eventCounter, dvbARExciterASFNMode } + STATUS current + DESCRIPTION + "Description. dvbARExciterASFNMode notification" + ::= { dvbEventsAR 32 } + + + -- 1.3.6.1.4.1.19831.1.1.1.2.0.33 + dvbARExciterARefFaultEvent NOTIFICATION-TYPE + OBJECTS { sysDescr, sysName, sysLocation, eventTimeStamp, eventPriority, + eventCounter, dvbARExciterARefFault } + STATUS current + DESCRIPTION + "Description. dvbARExciterARefFault notification" + ::= { dvbEventsAR 33 } + + + -- 1.3.6.1.4.1.19831.1.1.1.2.0.34 + dvbARExciterAMuteEvent NOTIFICATION-TYPE + OBJECTS { sysDescr, sysName, sysLocation, eventTimeStamp, eventPriority, + eventCounter, dvbARExciterAMute } + STATUS current + DESCRIPTION + "Description. dvbARExciterAMute notification" + ::= { dvbEventsAR 34 } + + + -- 1.3.6.1.4.1.19831.1.1.1.2.0.35 + dvbARExciterAFaultMIPEvent NOTIFICATION-TYPE + OBJECTS { sysDescr, sysName, sysLocation, eventTimeStamp, eventPriority, + eventCounter, dvbARExciterAFaultMIP } + STATUS current + DESCRIPTION + "Description. dvbARExciterAFaultMIP notification" + ::= { dvbEventsAR 35 } + + + -- 1.3.6.1.4.1.19831.1.1.1.2.0.36 + dvbARExciterAStuffingModeEvent NOTIFICATION-TYPE + OBJECTS { sysDescr, sysName, sysLocation, eventTimeStamp, eventPriority, + eventCounter, dvbARExciterAStuffingMode } + STATUS current + DESCRIPTION + "Description. dvbARExciterAStuffingMode notification" + ::= { dvbEventsAR 36 } + + + -- 1.3.6.1.4.1.19831.1.1.1.2.0.37 + dvbARExciterBInput1OKEvent NOTIFICATION-TYPE + OBJECTS { sysDescr, sysName, sysLocation, eventTimeStamp, eventPriority, + eventCounter, dvbARExciterBInput1OK } + STATUS current + DESCRIPTION + "Description. dvbARExciterBInput1OK notification" + ::= { dvbEventsAR 37 } + + + -- 1.3.6.1.4.1.19831.1.1.1.2.0.38 + dvbARExciterBInput2OKEvent NOTIFICATION-TYPE + OBJECTS { sysDescr, sysName, sysLocation, eventTimeStamp, eventPriority, + eventCounter, dvbARExciterBInput2OK } + STATUS current + DESCRIPTION + "Description. dvbARExciterBInput2OK notification" + ::= { dvbEventsAR 38 } + + + -- 1.3.6.1.4.1.19831.1.1.1.2.0.39 + dvbARExciterBLocalModeEvent NOTIFICATION-TYPE + OBJECTS { sysDescr, sysName, sysLocation, eventTimeStamp, eventPriority, + eventCounter, dvbARExciterBLocalMode } + STATUS current + DESCRIPTION + "Description. dvbARExciterBLocalMode notification" + ::= { dvbEventsAR 39 } + + + -- 1.3.6.1.4.1.19831.1.1.1.2.0.40 + dvbARExciterBFaultEvent NOTIFICATION-TYPE + OBJECTS { sysDescr, sysName, sysLocation, eventTimeStamp, eventPriority, + eventCounter, dvbARExciterBFault } + STATUS current + DESCRIPTION + "Description. dvbARExciterBFault notification" + ::= { dvbEventsAR 40 } + + + -- 1.3.6.1.4.1.19831.1.1.1.2.0.41 + dvbARExciterBWarningEvent NOTIFICATION-TYPE + OBJECTS { sysDescr, sysName, sysLocation, eventTimeStamp, eventPriority, + eventCounter, dvbARExciterBWarning } + STATUS current + DESCRIPTION + "Description. dvbARExciterBWarning notification" + ::= { dvbEventsAR 41 } + + + -- 1.3.6.1.4.1.19831.1.1.1.2.0.42 + dvbARExciterBActiveInputEvent NOTIFICATION-TYPE + OBJECTS { sysDescr, sysName, sysLocation, eventTimeStamp, eventPriority, + eventCounter, dvbARExciterBActiveInput } + STATUS current + DESCRIPTION + "Description. dvbARExciterBActiveInput notification" + ::= { dvbEventsAR 42 } + + + -- 1.3.6.1.4.1.19831.1.1.1.2.0.43 + dvbARExciterBSFNModeEvent NOTIFICATION-TYPE + OBJECTS { sysDescr, sysName, sysLocation, eventTimeStamp, eventPriority, + eventCounter, dvbARExciterBSFNMode } + STATUS current + DESCRIPTION + "Description. dvbARExciterBSFNMode notification" + ::= { dvbEventsAR 43 } + + + -- 1.3.6.1.4.1.19831.1.1.1.2.0.44 + dvbARExciterBRefFaultEvent NOTIFICATION-TYPE + OBJECTS { sysDescr, sysName, sysLocation, eventTimeStamp, eventPriority, + eventCounter, dvbARExciterBRefFault } + STATUS current + DESCRIPTION + "Description. dvbARExciterBRefFault notification" + ::= { dvbEventsAR 44 } + + + -- 1.3.6.1.4.1.19831.1.1.1.2.0.45 + dvbARExciterBMuteEvent NOTIFICATION-TYPE + OBJECTS { sysDescr, sysName, sysLocation, eventTimeStamp, eventPriority, + eventCounter, dvbARExciterBMute } + STATUS current + DESCRIPTION + "Description. dvbARExciterBMute notification" + ::= { dvbEventsAR 45 } + + + -- 1.3.6.1.4.1.19831.1.1.1.2.0.46 + dvbARExciterBFaultMIPEvent NOTIFICATION-TYPE + OBJECTS { sysDescr, sysName, sysLocation, eventTimeStamp, eventPriority, + eventCounter, dvbARExciterBFaultMIP } + STATUS current + DESCRIPTION + "Description. dvbARExciterBFaultMIPEvent notification" + ::= { dvbEventsAR 46 } + + + -- 1.3.6.1.4.1.19831.1.1.1.2.0.47 + dvbARExciterBStuffingModeEvent NOTIFICATION-TYPE + OBJECTS { sysDescr, sysName, sysLocation, eventTimeStamp, eventPriority, + eventCounter, dvbARExciterBStuffingMode } + STATUS current + DESCRIPTION + "Description. dvbARExciterBStuffingMode notification" + ::= { dvbEventsAR 47 } + + +-- dvb active reserve general + -- 1.3.6.1.4.1.19831.1.1.1.2.1 + dvbARGeneral OBJECT IDENTIFIER ::= { dvbActiveReserve 1 } + + + -- 1.3.6.1.4.1.19831.1.1.1.2.1.1 + dvbARInputPreselection OBJECT-TYPE + SYNTAX Input1Input2 + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Preselection input of aktive reserve + + (0) undefined + (1) Input 1 + (2) Input 2" + ::= { dvbARGeneral 1 } + + + -- 1.3.6.1.4.1.19831.1.1.1.2.1.2 + dvbARInputAutomatic OBJECT-TYPE + SYNTAX SelectManualAuto + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Input selection mode of aktive reserve: manual or automatic + + + (0) undefined + (1) manual + (2) automatic" + ::= { dvbARGeneral 2 } + + + -- 1.3.6.1.4.1.19831.1.1.1.2.1.3 + dvbARPreselectionExciter OBJECT-TYPE + SYNTAX INTEGER + { + undefined(0), + exciterA(1), + exciterB(2) + } + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Aktive reserve. Preselection of the exciter + + " + ::= { dvbARGeneral 3 } + + + -- 1.3.6.1.4.1.19831.1.1.1.2.1.4 + dvbARPreselectionAmplifier OBJECT-TYPE + SYNTAX INTEGER + { + undefined(0), + amplifierA(1), + amplifierB(2), + amplifierAB(3), + amplifierABtodummyload(4) + } + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Aktive reserve. Preselection amplifier + + " + ::= { dvbARGeneral 4 } + + + -- 1.3.6.1.4.1.19831.1.1.1.2.1.5 + dvbARTransmitterOpMode OBJECT-TYPE + SYNTAX SelectOnOff + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "General transmitter control of aktive reserve + + (0) undefined + (1) ON + (2) OFF" + ::= { dvbARGeneral 5 } + + + -- 1.3.6.1.4.1.19831.1.1.1.2.1.6 + dvbARReserveControl OBJECT-TYPE + SYNTAX SelectOnOff + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Reserve control of aktive reserve + + (0) undefined + (1) ON + (2) OFF " + ::= { dvbARGeneral 6 } + + + -- 1.3.6.1.4.1.19831.1.1.1.2.1.7 + dvbARResetFault OBJECT-TYPE + SYNTAX Unsigned32 + MAX-ACCESS read-write + STATUS obsolete + DESCRIPTION + "Description. Massage is inactive! + + Tigger for reset the sum fault + + <1> + + (1) reset sum fault" + ::= { dvbARGeneral 7 } + + + -- 1.3.6.1.4.1.19831.1.1.1.2.1.8 + dvbARActiveAmplifier OBJECT-TYPE + SYNTAX INTEGER + { + undefined(0), + amplifierA(1), + amplifierB(2), + amplifierAB(3), + amplifierABtoDummyload(4) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Active amplifier of aktive reserve + + " + ::= { dvbARGeneral 8 } + + + -- 1.3.6.1.4.1.19831.1.1.1.2.1.9 + dvbARActiveExciter OBJECT-TYPE + SYNTAX INTEGER + { + undefined(0), + exciterA(1), + exciterB(2) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Active exciter of aktive reserve + + + " + ::= { dvbARGeneral 9 } + + + -- 1.3.6.1.4.1.19831.1.1.1.2.1.10 + dvbARLocalMode OBJECT-TYPE + SYNTAX LocalRemote + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Active reserve. Local mode + + (0) undefined + (1) local + (2) remote" + ::= { dvbARGeneral 10 } + + + -- 1.3.6.1.4.1.19831.1.1.1.2.1.11 + dvbARControlUnitFault OBJECT-TYPE + SYNTAX FaultOK + UNITS " " + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Aktive reserve. State of the control unit + + (0) undefined + (1) fault + (2) ok" + ::= { dvbARGeneral 11 } + + + -- 1.3.6.1.4.1.19831.1.1.1.2.1.12 + dvbARExciterSwitchOverMode OBJECT-TYPE + SYNTAX SelectManualAuto + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Aktive reserve. Exciter switch over mode: manual or automatic + + (0) undefined + (1) manual + (2) automatic" + ::= { dvbARGeneral 12 } + + + -- 1.3.6.1.4.1.19831.1.1.1.2.1.13 + dvbARExciterSwitchOverReady OBJECT-TYPE + SYNTAX ReadyNotReady + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Aktive reserve. State of the exciter switch over unit + + (0) undefined + (1) ready + (2) not ready" + ::= { dvbARGeneral 13 } + + + -- 1.3.6.1.4.1.19831.1.1.1.2.1.14 + dvbARExciterSwitchOverExecuted OBJECT-TYPE + SYNTAX ExecutedNotExecuted + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Aktive reserve. Shows if the exciter switch over unit it has executed + + (0) undefined + (1) executed + (2) not executed" + ::= { dvbARGeneral 14 } + + + -- 1.3.6.1.4.1.19831.1.1.1.2.1.15 + dvbARExciterSwitchOverFault OBJECT-TYPE + SYNTAX FaultOK + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Aktive reserve. Fault state of the exciter switch over unit + + (0) undefined + (1) faulty + (2) ok" + ::= { dvbARGeneral 15 } + + + -- 1.3.6.1.4.1.19831.1.1.1.2.1.16 + dvbARAmplifierSwitchOverMode OBJECT-TYPE + SYNTAX SelectManualAuto + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Active reserve. Amplifier switch over mode: manual or automatic + + (0) undefined + (1) manual + (2) automatic" + ::= { dvbARGeneral 16 } + + + -- 1.3.6.1.4.1.19831.1.1.1.2.1.17 + dvbARAmplifierSwitchOverReady OBJECT-TYPE + SYNTAX ReadyNotReady + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Active reserve. State of the amplifier switch over unit + + (0) undefined + (1) ready + (2) not ready" + ::= { dvbARGeneral 17 } + + + -- 1.3.6.1.4.1.19831.1.1.1.2.1.18 + dvbARAmplifierSwitchOverExecuted OBJECT-TYPE + SYNTAX ExecutedNotExecuted + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Active reserve. Shows if the amplifier switch over unit it has executed + + (0) undefined + (1) executed + (2) not executed" + ::= { dvbARGeneral 18 } + + + -- 1.3.6.1.4.1.19831.1.1.1.2.1.19 + dvbARAmplifierSwitchOverFault OBJECT-TYPE + SYNTAX FaultOK + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Active reserve. Fault state of the amplifier switch over unit + + (0) undefined + (1) faulty + (2) ok" + ::= { dvbARGeneral 19 } + + +-- dvb active reserve amplifier A + -- 1.3.6.1.4.1.19831.1.1.1.2.2 + dvbARAmplifierA OBJECT IDENTIFIER ::= { dvbActiveReserve 2 } + + + -- 1.3.6.1.4.1.19831.1.1.1.2.2.1 + dvbARAmplifierARFPresent OBJECT-TYPE + SYNTAX PresentNotPresent + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Active reserve. Describes if the output power of the amplifier A is present + + (0) undefined + (1) present + (2) not present" + ::= { dvbARAmplifierA 1 } + + + -- 1.3.6.1.4.1.19831.1.1.1.2.2.2 + dvbARAmplifierAFault OBJECT-TYPE + SYNTAX FaultOK + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Active reserve. Fault state of amplifier A + + (0) undefined + (1) fault + (2) ok" + ::= { dvbARAmplifierA 2 } + + + -- 1.3.6.1.4.1.19831.1.1.1.2.2.3 + dvbARAmplifierAWarning OBJECT-TYPE + SYNTAX WarningOK + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Active reserve. Warning state of amplifier A + + (0) undefined + (1) warning + (2) ok" + ::= { dvbARAmplifierA 3 } + + +-- dvb active reserve amplifier B + -- 1.3.6.1.4.1.19831.1.1.1.2.3 + dvbARAmplifierB OBJECT IDENTIFIER ::= { dvbActiveReserve 3 } + + + -- 1.3.6.1.4.1.19831.1.1.1.2.3.1 + dvbARAmplifierBRFPresent OBJECT-TYPE + SYNTAX PresentNotPresent + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Active reserve. Describes if the output power of the amplifier B is present + + (0) undefined + (1) present + (2) not present" + ::= { dvbARAmplifierB 1 } + + + -- 1.3.6.1.4.1.19831.1.1.1.2.3.2 + dvbARAmplifierBFault OBJECT-TYPE + SYNTAX FaultOK + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Active reserve. Fault state of amplifier B + + (0) undefined + (1) fault + (2) ok" + ::= { dvbARAmplifierB 2 } + + + -- 1.3.6.1.4.1.19831.1.1.1.2.3.3 + dvbARAmplifierBWarning OBJECT-TYPE + SYNTAX WarningOK + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Active reserve. Warning state of amplifier B + + (0) undefined + (1) warning + (2) ok" + ::= { dvbARAmplifierB 3 } + + +-- dvb active reserve excister A + -- 1.3.6.1.4.1.19831.1.1.1.2.4 + dvbARExciterA OBJECT IDENTIFIER ::= { dvbActiveReserve 4 } + + + -- 1.3.6.1.4.1.19831.1.1.1.2.4.1 + dvbARExciterAInput1OK OBJECT-TYPE + SYNTAX OkNotOk + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Active reserve. Describes if the input signal at the input 1 of exiter A is ok + + (0) undefined + (1) signal ok + (2) signal is not ok" + ::= { dvbARExciterA 1 } + + + -- 1.3.6.1.4.1.19831.1.1.1.2.4.2 + dvbARExciterAInput2OK OBJECT-TYPE + SYNTAX OkNotOk + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Active reserve. Describes if the input signal at the input 2 of exiter A is ok + + (0) undefined + (1) signal ok + (2) signal is not ok" + ::= { dvbARExciterA 2 } + + + -- 1.3.6.1.4.1.19831.1.1.1.2.4.3 + dvbARExciterALocalMode OBJECT-TYPE + SYNTAX LocalRemote + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Active reserve. State of the local mode of exciter A + + (0) undefined + (1) local + (2) remote" + ::= { dvbARExciterA 3 } + + + -- 1.3.6.1.4.1.19831.1.1.1.2.4.4 + dvbARExciterAFault OBJECT-TYPE + SYNTAX FaultOK + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Active reserve. State of the exciter A + + (0) undefined + (1) fault + (2) ok" + ::= { dvbARExciterA 4 } + + + -- 1.3.6.1.4.1.19831.1.1.1.2.4.5 + dvbARExciterAWarning OBJECT-TYPE + SYNTAX WarningOK + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Active reserve. Warning state of the exciter A + + (0) undefined + (1) warning + (2) ok" + ::= { dvbARExciterA 5 } + + + -- 1.3.6.1.4.1.19831.1.1.1.2.4.6 + dvbARExciterAActiveInput OBJECT-TYPE + SYNTAX INTEGER + { + ndefined(0), + input1(1), + input2(2), + seamless(3), + hmHierarchicalModulation(4) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Active reserve. Active input of the exciter A + + " + ::= { dvbARExciterA 6 } + + + -- 1.3.6.1.4.1.19831.1.1.1.2.4.7 + dvbARExciterASFNMode OBJECT-TYPE + SYNTAX SFNMFN + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Active reserve. SFN mode of exciter A + + (0) undefined + (1) SFN + (2) MFN" + ::= { dvbARExciterA 7 } + + + -- 1.3.6.1.4.1.19831.1.1.1.2.4.8 + dvbARExciterARefFault OBJECT-TYPE + SYNTAX FaultOK + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Active reserve. Fault state of the GPS input or the reference frequency of exciter A + + (0) undefined + (1) fault + (2) ok" + ::= { dvbARExciterA 8 } + + + -- 1.3.6.1.4.1.19831.1.1.1.2.4.9 + dvbARExciterAMute OBJECT-TYPE + SYNTAX MuteOk + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Active reserve. Mute state of exciter A + + (0) undefined + (1) mute + (2) ok" + ::= { dvbARExciterA 9 } + + + -- 1.3.6.1.4.1.19831.1.1.1.2.4.10 + dvbARExciterAFaultMIP OBJECT-TYPE + SYNTAX FaultOK + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Active reserve. MIP fault state of exciter A + + (0) undefined + (1) fault + (2) ok" + ::= { dvbARExciterA 10 } + + + -- 1.3.6.1.4.1.19831.1.1.1.2.4.11 + dvbARExciterAStuffingMode OBJECT-TYPE + SYNTAX SelectOnOff + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Active reserve. Stuffing state of exciter A + + (0) undefined + (1) ON + (2) OFF " + ::= { dvbARExciterA 11 } + + +-- dvb active reserve exciter B + -- 1.3.6.1.4.1.19831.1.1.1.2.5 + dvbARExciterB OBJECT IDENTIFIER ::= { dvbActiveReserve 5 } + + + -- 1.3.6.1.4.1.19831.1.1.1.2.5.1 + dvbARExciterBInput1OK OBJECT-TYPE + SYNTAX OkNotOk + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Active reserve. Describes if the input signal at the input 1 of exciter B is ok + + (0) undefined + (1) signal ok + (2) signal is not ok " + ::= { dvbARExciterB 1 } + + + -- 1.3.6.1.4.1.19831.1.1.1.2.5.2 + dvbARExciterBInput2OK OBJECT-TYPE + SYNTAX OkNotOk + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Active reserve. Describes if the input signal at the input 2 of exciter B is ok + + (0) undefined + (1) signal ok + (2) signal is not ok " + ::= { dvbARExciterB 2 } + + + -- 1.3.6.1.4.1.19831.1.1.1.2.5.3 + dvbARExciterBLocalMode OBJECT-TYPE + SYNTAX LocalRemote + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Active reserve. State of the local mode of exciter B + + (0) undefined + (1) local + (2) remote" + ::= { dvbARExciterB 3 } + + + -- 1.3.6.1.4.1.19831.1.1.1.2.5.4 + dvbARExciterBFault OBJECT-TYPE + SYNTAX FaultOK + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Active reserve. Fault state of the exciter B + + (0) undefined + (1) fault + (2) ok" + ::= { dvbARExciterB 4 } + + + -- 1.3.6.1.4.1.19831.1.1.1.2.5.5 + dvbARExciterBWarning OBJECT-TYPE + SYNTAX WarningOK + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Active reserve. Warning state of the exciter B + + (0) undefined + (1) warning + (2) ok" + ::= { dvbARExciterB 5 } + + + -- 1.3.6.1.4.1.19831.1.1.1.2.5.6 + dvbARExciterBActiveInput OBJECT-TYPE + SYNTAX INTEGER + { + undefined(0), + input1(1), + input2(2), + seamless(3), + hmHierarchicalModulation(4) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Active reserve. Active input of the exciter B + + " + ::= { dvbARExciterB 6 } + + + -- 1.3.6.1.4.1.19831.1.1.1.2.5.7 + dvbARExciterBSFNMode OBJECT-TYPE + SYNTAX SFNMFN + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Active reserve. SFN mode of exciter B + + (0) undefined + (1) SFN + (2) MFN" + ::= { dvbARExciterB 7 } + + + -- 1.3.6.1.4.1.19831.1.1.1.2.5.8 + dvbARExciterBMute OBJECT-TYPE + SYNTAX MuteOk + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Active reserve. Mute state of exciter B + + (0) undefined + (1) mute + (2) ok" + ::= { dvbARExciterB 8 } + + + -- 1.3.6.1.4.1.19831.1.1.1.2.5.9 + dvbARExciterBRefFault OBJECT-TYPE + SYNTAX FaultOK + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Active reserve. Fault state of the GPS input or the reference frequency of exciter B + + (0) undefined + (1) fault + (2) ok" + ::= { dvbARExciterB 9 } + + + -- 1.3.6.1.4.1.19831.1.1.1.2.5.10 + dvbARExciterBFaultMIP OBJECT-TYPE + SYNTAX FaultOK + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Active reserve. MIP fault state of exciter B + + (0) undefined + (1) fault + (2) ok" + ::= { dvbARExciterB 10 } + + + -- 1.3.6.1.4.1.19831.1.1.1.2.5.11 + dvbARExciterBStuffingMode OBJECT-TYPE + SYNTAX SelectOnOff + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Active reserve. Stuffing state of exciter B + + (0) undefined + (1) ON + (2) OFF " + ::= { dvbARExciterB 11 } + + +-- dvb active reserve event enable + -- 1.3.6.1.4.1.19831.1.1.1.2.6 + dvbAREventEnable OBJECT IDENTIFIER ::= { dvbActiveReserve 6 } + + +-- dvb active reserve general: switch for Event + -- 1.3.6.1.4.1.19831.1.1.1.2.6.1 + dvbAREventEnableGeneral OBJECT IDENTIFIER ::= { dvbAREventEnable 1 } + + + -- 1.3.6.1.4.1.19831.1.1.1.2.6.1.1 + dvbARInputPreselectionEnable OBJECT-TYPE + SYNTAX TruthValue + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Description.Enable/Disable switch for dvbARInputPreselection event" + ::= { dvbAREventEnableGeneral 1 } + + + -- 1.3.6.1.4.1.19831.1.1.1.2.6.1.2 + dvbARInputAutomaticEnable OBJECT-TYPE + SYNTAX TruthValue + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Description.Enable/Disable switch for dvbARInputAutomatic event" + ::= { dvbAREventEnableGeneral 2 } + + + -- 1.3.6.1.4.1.19831.1.1.1.2.6.1.3 + dvbARPreselectionExciterEnable OBJECT-TYPE + SYNTAX TruthValue + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Description.Enable/Disable switch for dvbARPreselectionExciter event" + ::= { dvbAREventEnableGeneral 3 } + + + -- 1.3.6.1.4.1.19831.1.1.1.2.6.1.4 + dvbARPreselectionAmplifierEnable OBJECT-TYPE + SYNTAX TruthValue + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Description.Enable/Disable switch for dvbARPreselectionAmplifier event" + ::= { dvbAREventEnableGeneral 4 } + + + -- 1.3.6.1.4.1.19831.1.1.1.2.6.1.5 + dvbARTransmitterOpModeEnable OBJECT-TYPE + SYNTAX TruthValue + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Description.Enable/Disable switch for dvbARTransmitterOpMode event" + ::= { dvbAREventEnableGeneral 5 } + + + -- 1.3.6.1.4.1.19831.1.1.1.2.6.1.6 + dvbARReserveControlEnable OBJECT-TYPE + SYNTAX TruthValue + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Description.Enable/Disable switch for dvbARReserveControl event" + ::= { dvbAREventEnableGeneral 6 } + + + -- 1.3.6.1.4.1.19831.1.1.1.2.6.1.7 + dvbARResetFaultEnable OBJECT-TYPE + SYNTAX TruthValue + MAX-ACCESS read-write + STATUS obsolete + DESCRIPTION + "Massage ist inctive! + + Description. Enable/Disable switch for dvbARResetFault event" + ::= { dvbAREventEnableGeneral 7 } + + + -- 1.3.6.1.4.1.19831.1.1.1.2.6.1.8 + dvbARActiveAmplifierEnable OBJECT-TYPE + SYNTAX TruthValue + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Description.Enable/Disable switch for dvbARActiveAmplifier event" + ::= { dvbAREventEnableGeneral 8 } + + + -- 1.3.6.1.4.1.19831.1.1.1.2.6.1.9 + dvbARActiveExciterEnable OBJECT-TYPE + SYNTAX TruthValue + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Description.Enable/Disable switch for dvbARActiveExciter event" + ::= { dvbAREventEnableGeneral 9 } + + + -- 1.3.6.1.4.1.19831.1.1.1.2.6.1.10 + dvbARLocalModeEnable OBJECT-TYPE + SYNTAX TruthValue + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Description.Enable/Disable switch for dvbARLocalMode event" + ::= { dvbAREventEnableGeneral 10 } + + + -- 1.3.6.1.4.1.19831.1.1.1.2.6.1.11 + dvbARControlUnitFaultEnable OBJECT-TYPE + SYNTAX TruthValue + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Description.Enable/Disable switch for dvbARControlUnitFault event" + ::= { dvbAREventEnableGeneral 11 } + + + -- 1.3.6.1.4.1.19831.1.1.1.2.6.1.12 + dvbARExciterSwitchOverModeEnable OBJECT-TYPE + SYNTAX TruthValue + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Description.Enable/Disable switch for dvbARExciterSwitchOverMode event" + ::= { dvbAREventEnableGeneral 12 } + + + -- 1.3.6.1.4.1.19831.1.1.1.2.6.1.13 + dvbARExciterSwitchOverReadyEnable OBJECT-TYPE + SYNTAX TruthValue + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Description.Enable/Disable switch for dvbARExciterSwitchOverReady event" + ::= { dvbAREventEnableGeneral 13 } + + + -- 1.3.6.1.4.1.19831.1.1.1.2.6.1.14 + dvbARExciterSwitchOverExecutedEnable OBJECT-TYPE + SYNTAX TruthValue + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Description.Enable/Disable switch for dvbARExciterSwitchOverExecuted event" + ::= { dvbAREventEnableGeneral 14 } + + + -- 1.3.6.1.4.1.19831.1.1.1.2.6.1.15 + dvbARExciterSwitchOverFaultEnable OBJECT-TYPE + SYNTAX TruthValue + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Description.Enable/Disable switch for dvbARExciterSwitchOverFault event" + ::= { dvbAREventEnableGeneral 15 } + + + -- 1.3.6.1.4.1.19831.1.1.1.2.6.1.16 + dvbARAmplifierSwitchOverModeEnable OBJECT-TYPE + SYNTAX TruthValue + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Description.Enable/Disable switch for dvbARAmplifierSwitchOverMode event" + ::= { dvbAREventEnableGeneral 16 } + + + -- 1.3.6.1.4.1.19831.1.1.1.2.6.1.17 + dvbARAmplifierSwitchOverReadyEnable OBJECT-TYPE + SYNTAX TruthValue + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Description.Enable/Disable switch for dvbARAmplifierSwitchOverReady event" + ::= { dvbAREventEnableGeneral 17 } + + + -- 1.3.6.1.4.1.19831.1.1.1.2.6.1.18 + dvbARAmplifierSwitchOverExecutedEnable OBJECT-TYPE + SYNTAX TruthValue + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Description.Enable/Disable switch for dvbARAmplifierSwitchOverExecuted event" + ::= { dvbAREventEnableGeneral 18 } + + + -- 1.3.6.1.4.1.19831.1.1.1.2.6.1.19 + dvbARAmplifierSwitchOverFaultEnable OBJECT-TYPE + SYNTAX TruthValue + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Description.Enable/Disable switch for dvbARAmplifierSwitchOverFault event" + ::= { dvbAREventEnableGeneral 19 } + + +-- dvb active reserve amplifier A: switch for Event + -- 1.3.6.1.4.1.19831.1.1.1.2.6.2 + dvbAREventEnableAmplifierA OBJECT IDENTIFIER ::= { dvbAREventEnable 2 } + + + -- 1.3.6.1.4.1.19831.1.1.1.2.6.2.1 + dvbARAmplifierARFPresentEnable OBJECT-TYPE + SYNTAX TruthValue + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Description.Enable/Disable switch for dvbARAmplifierARFPresent event" + ::= { dvbAREventEnableAmplifierA 1 } + + + -- 1.3.6.1.4.1.19831.1.1.1.2.6.2.2 + dvbARAmplifierAFaultEnable OBJECT-TYPE + SYNTAX TruthValue + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Description.Enable/Disable switch for dvbARAmplifierAFault event" + ::= { dvbAREventEnableAmplifierA 2 } + + + -- 1.3.6.1.4.1.19831.1.1.1.2.6.2.3 + dvbARAmplifierAWarningEnable OBJECT-TYPE + SYNTAX TruthValue + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Description.Enable/Disable switch for dvbARAmplifierAWarning event" + ::= { dvbAREventEnableAmplifierA 3 } + + +-- dvb active reserve amplifier B: switch for Event + -- 1.3.6.1.4.1.19831.1.1.1.2.6.3 + dvbAREventEnableAmplifierB OBJECT IDENTIFIER ::= { dvbAREventEnable 3 } + + + -- 1.3.6.1.4.1.19831.1.1.1.2.6.3.1 + dvbARAmplifierBRFPresentEnable OBJECT-TYPE + SYNTAX TruthValue + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Description.Enable/Disable switch for dvbARAmplifierBRFPresent event" + ::= { dvbAREventEnableAmplifierB 1 } + + + -- 1.3.6.1.4.1.19831.1.1.1.2.6.3.2 + dvbARAmplifierBFaultEnable OBJECT-TYPE + SYNTAX TruthValue + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Description.Enable/Disable switch for dvbARAmplifierBFault event" + ::= { dvbAREventEnableAmplifierB 2 } + + + -- 1.3.6.1.4.1.19831.1.1.1.2.6.3.3 + dvbARAmplifierBWarningEnable OBJECT-TYPE + SYNTAX TruthValue + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Description.Enable/Disable switch for dvbARAmplifierBWarning event" + ::= { dvbAREventEnableAmplifierB 3 } + + +-- dvb active reserve exciter A: switch for event + -- 1.3.6.1.4.1.19831.1.1.1.2.6.4 + dvbAREventEnableExciterA OBJECT IDENTIFIER ::= { dvbAREventEnable 4 } + + + -- 1.3.6.1.4.1.19831.1.1.1.2.6.4.1 + dvbARExciterAInput1OKEnable OBJECT-TYPE + SYNTAX TruthValue + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Description.Enable/Disable switch for dvbARExciterAInput1OK event" + ::= { dvbAREventEnableExciterA 1 } + + + -- 1.3.6.1.4.1.19831.1.1.1.2.6.4.2 + dvbARExciterAInput2OKEnable OBJECT-TYPE + SYNTAX TruthValue + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Description.Enable/Disable switch for dvbARExciterAInput2OK event" + ::= { dvbAREventEnableExciterA 2 } + + + -- 1.3.6.1.4.1.19831.1.1.1.2.6.4.3 + dvbARExciterALocalModeEnable OBJECT-TYPE + SYNTAX TruthValue + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Description.Enable/Disable switch for dvbARExciterALocalMode event" + ::= { dvbAREventEnableExciterA 3 } + + + -- 1.3.6.1.4.1.19831.1.1.1.2.6.4.4 + dvbARExciterAFaultEnable OBJECT-TYPE + SYNTAX TruthValue + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Description.Enable/Disable switch for dvbARExciterAFault event" + ::= { dvbAREventEnableExciterA 4 } + + + -- 1.3.6.1.4.1.19831.1.1.1.2.6.4.5 + dvbARExciterAWarningEnable OBJECT-TYPE + SYNTAX TruthValue + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Description.Enable/Disable switch for dvbARExciterAWarning event" + ::= { dvbAREventEnableExciterA 5 } + + + -- 1.3.6.1.4.1.19831.1.1.1.2.6.4.6 + dvbARExciterAActiveInputEnable OBJECT-TYPE + SYNTAX TruthValue + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Description.Enable/Disable switch for dvbARExciterAActiveInput event" + ::= { dvbAREventEnableExciterA 6 } + + + -- 1.3.6.1.4.1.19831.1.1.1.2.6.4.7 + dvbARExciterASFNModeEnable OBJECT-TYPE + SYNTAX TruthValue + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Description.Enable/Disable switch for dvbARExciterASFNMode event" + ::= { dvbAREventEnableExciterA 7 } + + + -- 1.3.6.1.4.1.19831.1.1.1.2.6.4.8 + dvbARExciterARefFaultEnable OBJECT-TYPE + SYNTAX TruthValue + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Description.Enable/Disable switch for dvbARExciterARefFault event" + ::= { dvbAREventEnableExciterA 8 } + + + -- 1.3.6.1.4.1.19831.1.1.1.2.6.4.9 + dvbARExciterAMuteEnable OBJECT-TYPE + SYNTAX TruthValue + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Description.Enable/Disable switch for dvbARExciterAMute event" + ::= { dvbAREventEnableExciterA 9 } + + + -- 1.3.6.1.4.1.19831.1.1.1.2.6.4.10 + dvbARExciterAFaultMIPEnable OBJECT-TYPE + SYNTAX TruthValue + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Description.Enable/Disable switch for dvbARExciterAFaultMIP event" + ::= { dvbAREventEnableExciterA 10 } + + + -- 1.3.6.1.4.1.19831.1.1.1.2.6.4.11 + dvbARExciterAStuffingModeEnable OBJECT-TYPE + SYNTAX TruthValue + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Description.Enable/Disable switch for dvbARExciterAStuffingMode event" + ::= { dvbAREventEnableExciterA 11 } + + +-- dvb active reserve exciter B: switch event + -- 1.3.6.1.4.1.19831.1.1.1.2.6.5 + dvbAREventEnableExciterB OBJECT IDENTIFIER ::= { dvbAREventEnable 5 } + + + -- 1.3.6.1.4.1.19831.1.1.1.2.6.5.1 + dvbARExciterBInput1OKEnable OBJECT-TYPE + SYNTAX TruthValue + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Description.Enable/Disable switch for dvbARExciterBInput1OK event" + ::= { dvbAREventEnableExciterB 1 } + + + -- 1.3.6.1.4.1.19831.1.1.1.2.6.5.2 + dvbARExciterBInput2OKEnable OBJECT-TYPE + SYNTAX TruthValue + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Description.Enable/Disable switch for dvbARExciterBInput2OK event" + ::= { dvbAREventEnableExciterB 2 } + + + -- 1.3.6.1.4.1.19831.1.1.1.2.6.5.3 + dvbARExciterBLocalModeEnable OBJECT-TYPE + SYNTAX TruthValue + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Description.Enable/Disable switch for dvbARExciterBLocalMode event" + ::= { dvbAREventEnableExciterB 3 } + + + -- 1.3.6.1.4.1.19831.1.1.1.2.6.5.4 + dvbARExciterBFaultEnable OBJECT-TYPE + SYNTAX TruthValue + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Description.Enable/Disable switch for dvbARExciterBFault event" + ::= { dvbAREventEnableExciterB 4 } + + + -- 1.3.6.1.4.1.19831.1.1.1.2.6.5.5 + dvbARExciterBWarningEnable OBJECT-TYPE + SYNTAX TruthValue + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Description.Enable/Disable switch for dvbARExciterBWarning event" + ::= { dvbAREventEnableExciterB 5 } + + + -- 1.3.6.1.4.1.19831.1.1.1.2.6.5.6 + dvbARExciterBActiveInputEnable OBJECT-TYPE + SYNTAX TruthValue + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Description.Enable/Disable switch for dvbARExciterBActiveInput event" + ::= { dvbAREventEnableExciterB 6 } + + + -- 1.3.6.1.4.1.19831.1.1.1.2.6.5.7 + dvbARExciterBSFNModeEnable OBJECT-TYPE + SYNTAX TruthValue + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Description.Enable/Disable switch for dvbARExciterBSFNMode event" + ::= { dvbAREventEnableExciterB 7 } + + + -- 1.3.6.1.4.1.19831.1.1.1.2.6.5.8 + dvbARExciterBMuteEnable OBJECT-TYPE + SYNTAX TruthValue + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Description.Enable/Disable switch for dvbARExciterBMute event" + ::= { dvbAREventEnableExciterB 8 } + + + -- 1.3.6.1.4.1.19831.1.1.1.2.6.5.9 + dvbARExciterBRefFaultEnable OBJECT-TYPE + SYNTAX TruthValue + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Description.Enable/Disable switch for dvbARExciterBRefFault event" + ::= { dvbAREventEnableExciterB 9 } + + + -- 1.3.6.1.4.1.19831.1.1.1.2.6.5.10 + dvbARExciterBFaultMIPEnable OBJECT-TYPE + SYNTAX TruthValue + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Description.Enable/Disable switch for dvbARExciterBFaultMIP event" + ::= { dvbAREventEnableExciterB 10 } + + + -- 1.3.6.1.4.1.19831.1.1.1.2.6.5.11 + dvbARExciterBStuffingModeEnable OBJECT-TYPE + SYNTAX TruthValue + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Description.Enable/Disable switch for dvbARExciterBStuffingMode event" + ::= { dvbAREventEnableExciterB 11 } + + +-- dvb active reserve event priority + -- 1.3.6.1.4.1.19831.1.1.1.2.7 + dvbAREventPriority OBJECT IDENTIFIER ::= { dvbActiveReserve 7 } + + +-- dvb active reserve event priority general + -- 1.3.6.1.4.1.19831.1.1.1.2.7.1 + dvbAREventPriorityGeneral OBJECT IDENTIFIER ::= { dvbAREventPriority 1 } + + + -- 1.3.6.1.4.1.19831.1.1.1.2.7.1.1 + dvbARInputPreselectionPriority OBJECT-TYPE + SYNTAX Unsigned32 + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Description.Priority for dvbARInputPreselection event" + ::= { dvbAREventPriorityGeneral 1 } + + + -- 1.3.6.1.4.1.19831.1.1.1.2.7.1.2 + dvbARInputAutomaticPriority OBJECT-TYPE + SYNTAX Unsigned32 + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Description.Priority for dvbARInputAutomatic event" + ::= { dvbAREventPriorityGeneral 2 } + + + -- 1.3.6.1.4.1.19831.1.1.1.2.7.1.3 + dvbARPreselectionExciterPriority OBJECT-TYPE + SYNTAX Unsigned32 + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Description.Priority for dvbARPreselectionExciter event" + ::= { dvbAREventPriorityGeneral 3 } + + + -- 1.3.6.1.4.1.19831.1.1.1.2.7.1.4 + dvbARPreselectionAmplifierPriority OBJECT-TYPE + SYNTAX Unsigned32 + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Description.Priority for dvbARPreselectionAmplifier event" + ::= { dvbAREventPriorityGeneral 4 } + + + -- 1.3.6.1.4.1.19831.1.1.1.2.7.1.5 + dvbARTransmitterOpModePriority OBJECT-TYPE + SYNTAX Unsigned32 + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Description.Priority for dvbARTransmitterOpMode event" + ::= { dvbAREventPriorityGeneral 5 } + + + -- 1.3.6.1.4.1.19831.1.1.1.2.7.1.6 + dvbARReserveControlPriority OBJECT-TYPE + SYNTAX Unsigned32 + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Description.Priority for dvbARReserveControl event" + ::= { dvbAREventPriorityGeneral 6 } + + + -- 1.3.6.1.4.1.19831.1.1.1.2.7.1.7 + dvbARResetFaultPriority OBJECT-TYPE + SYNTAX Unsigned32 + MAX-ACCESS read-write + STATUS obsolete + DESCRIPTION + "Massage ist inactive! + + Description. Enable/Disable switch for dvbARResetFault event" + ::= { dvbAREventPriorityGeneral 7 } + + + -- 1.3.6.1.4.1.19831.1.1.1.2.7.1.8 + dvbARActiveAmplifierPriority OBJECT-TYPE + SYNTAX Unsigned32 + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Description.Priority for dvbARActiveAmplifier event" + ::= { dvbAREventPriorityGeneral 8 } + + + -- 1.3.6.1.4.1.19831.1.1.1.2.7.1.9 + dvbARActiveExciterPriority OBJECT-TYPE + SYNTAX Unsigned32 + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Description.Priority for dvbARActiveExciter event" + ::= { dvbAREventPriorityGeneral 9 } + + + -- 1.3.6.1.4.1.19831.1.1.1.2.7.1.10 + dvbARLocalModePriority OBJECT-TYPE + SYNTAX Unsigned32 + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Description.Priority for dvbARLocalMode event" + ::= { dvbAREventPriorityGeneral 10 } + + + -- 1.3.6.1.4.1.19831.1.1.1.2.7.1.11 + dvbARControlUnitFaultPriority OBJECT-TYPE + SYNTAX Unsigned32 + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Description.Priority for dvbARControlUnitFault event" + ::= { dvbAREventPriorityGeneral 11 } + + + -- 1.3.6.1.4.1.19831.1.1.1.2.7.1.12 + dvbARExciterSwitchOverModePriority OBJECT-TYPE + SYNTAX Unsigned32 + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Description.Priority for dvbARExciterSwitchOverMode event" + ::= { dvbAREventPriorityGeneral 12 } + + + -- 1.3.6.1.4.1.19831.1.1.1.2.7.1.13 + dvbARExciterSwitchOverReadyPriority OBJECT-TYPE + SYNTAX Unsigned32 + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Description.Priority for dvbARExciterSwitchOverReady event" + ::= { dvbAREventPriorityGeneral 13 } + + + -- 1.3.6.1.4.1.19831.1.1.1.2.7.1.14 + dvbARExciterSwitchOverExecutedPriority OBJECT-TYPE + SYNTAX Unsigned32 + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Description.Priority for dvbARExciterSwitchOverExecuted event" + ::= { dvbAREventPriorityGeneral 14 } + + + -- 1.3.6.1.4.1.19831.1.1.1.2.7.1.15 + dvbARExciterSwitchOverFaultPriority OBJECT-TYPE + SYNTAX Unsigned32 + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Description.Priority for dvbARExciterSwitchOverFault event" + ::= { dvbAREventPriorityGeneral 15 } + + + -- 1.3.6.1.4.1.19831.1.1.1.2.7.1.16 + dvbARAmplifierSwitchOverModePriority OBJECT-TYPE + SYNTAX Unsigned32 + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Description.Priority for dvbARAmplifierSwitchOverMode event" + ::= { dvbAREventPriorityGeneral 16 } + + + -- 1.3.6.1.4.1.19831.1.1.1.2.7.1.17 + dvbARAmplifierSwitchOverReadyPriority OBJECT-TYPE + SYNTAX Unsigned32 + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Description.Priority for dvbARAmplifierSwitchOverReady event" + ::= { dvbAREventPriorityGeneral 17 } + + + -- 1.3.6.1.4.1.19831.1.1.1.2.7.1.18 + dvbARAmplifierSwitchOverExecutedPriority OBJECT-TYPE + SYNTAX Unsigned32 + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Description.Priority for dvbARAmplifierSwitchOverExecuted event" + ::= { dvbAREventPriorityGeneral 18 } + + + -- 1.3.6.1.4.1.19831.1.1.1.2.7.1.19 + dvbARAmplifierSwitchOverFaultPriority OBJECT-TYPE + SYNTAX Unsigned32 + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Description.Priority for dvbARAmplifierSwitchOverFault event" + ::= { dvbAREventPriorityGeneral 19 } + + +-- dvb active reserve event priority amplifier A + -- 1.3.6.1.4.1.19831.1.1.1.2.7.2 + dvbAREventPriorityAmplifierA OBJECT IDENTIFIER ::= { dvbAREventPriority 2 } + + + -- 1.3.6.1.4.1.19831.1.1.1.2.7.2.1 + dvbARAmplifierARFPresentPriority OBJECT-TYPE + SYNTAX Unsigned32 + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Description.Priority for dvbARAmplifierARFPresent event" + ::= { dvbAREventPriorityAmplifierA 1 } + + + -- 1.3.6.1.4.1.19831.1.1.1.2.7.2.2 + dvbARAmplifierAFaultPriority OBJECT-TYPE + SYNTAX Unsigned32 + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Description.Priority for dvbARAmplifierAFault event" + ::= { dvbAREventPriorityAmplifierA 2 } + + + -- 1.3.6.1.4.1.19831.1.1.1.2.7.2.3 + dvbARAmplifierAWarningPriority OBJECT-TYPE + SYNTAX Unsigned32 + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Description.Priority for dvbARAmplifierAWarning event" + ::= { dvbAREventPriorityAmplifierA 3 } + + +-- dvb active reserve event priority amplifier B + -- 1.3.6.1.4.1.19831.1.1.1.2.7.3 + dvbAREventPriorityAmplifierB OBJECT IDENTIFIER ::= { dvbAREventPriority 3 } + + + -- 1.3.6.1.4.1.19831.1.1.1.2.7.3.1 + dvbARAmplifierBRFPresentPriority OBJECT-TYPE + SYNTAX Unsigned32 + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Description.Priority for dvbARAmplifierBRFPresent event" + ::= { dvbAREventPriorityAmplifierB 1 } + + + -- 1.3.6.1.4.1.19831.1.1.1.2.7.3.2 + dvbARAmplifierBFaultPriority OBJECT-TYPE + SYNTAX Unsigned32 + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Description.Priority for dvbARAmplifierBFault event" + ::= { dvbAREventPriorityAmplifierB 2 } + + + -- 1.3.6.1.4.1.19831.1.1.1.2.7.3.3 + dvbARAmplifierBWarningPriority OBJECT-TYPE + SYNTAX Unsigned32 + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Description.Priority for dvbARAmplifierBWarning event" + ::= { dvbAREventPriorityAmplifierB 3 } + + +-- dvb active reserve event priority exciter A + -- 1.3.6.1.4.1.19831.1.1.1.2.7.4 + dvbAREventPriorityExciterA OBJECT IDENTIFIER ::= { dvbAREventPriority 4 } + + + -- 1.3.6.1.4.1.19831.1.1.1.2.7.4.1 + dvbARExciterAInput1OKPriority OBJECT-TYPE + SYNTAX Unsigned32 + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Description.Priority for dvbARExciterAInput1OK event" + ::= { dvbAREventPriorityExciterA 1 } + + + -- 1.3.6.1.4.1.19831.1.1.1.2.7.4.2 + dvbARExciterAInput2OKPriority OBJECT-TYPE + SYNTAX Unsigned32 + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Description.Priority for dvbARExciterAInput2OK event" + ::= { dvbAREventPriorityExciterA 2 } + + + -- 1.3.6.1.4.1.19831.1.1.1.2.7.4.3 + dvbARExciterALocalModePriority OBJECT-TYPE + SYNTAX Unsigned32 + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Description.Priority for dvbARExciterALocalMode event" + ::= { dvbAREventPriorityExciterA 3 } + + + -- 1.3.6.1.4.1.19831.1.1.1.2.7.4.4 + dvbARExciterAFaultPriority OBJECT-TYPE + SYNTAX Unsigned32 + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Description.Priority for dvbARExciterAFault event" + ::= { dvbAREventPriorityExciterA 4 } + + + -- 1.3.6.1.4.1.19831.1.1.1.2.7.4.5 + dvbARExciterAWarningPriority OBJECT-TYPE + SYNTAX Unsigned32 + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Description.Priority for dvbARExciterAWarning event" + ::= { dvbAREventPriorityExciterA 5 } + + + -- 1.3.6.1.4.1.19831.1.1.1.2.7.4.6 + dvbARExciterAActiveInputPriority OBJECT-TYPE + SYNTAX Unsigned32 + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Description.Priority for dvbARExciterAActiveInput event" + ::= { dvbAREventPriorityExciterA 6 } + + + -- 1.3.6.1.4.1.19831.1.1.1.2.7.4.7 + dvbARExciterASFNModePriority OBJECT-TYPE + SYNTAX Unsigned32 + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Description.Priority for dvbARExciterASFNMode event" + ::= { dvbAREventPriorityExciterA 7 } + + + -- 1.3.6.1.4.1.19831.1.1.1.2.7.4.8 + dvbARExciterARefFaultPriority OBJECT-TYPE + SYNTAX Unsigned32 + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Description.Priority for Event dvbARExciterARefFault event" + ::= { dvbAREventPriorityExciterA 8 } + + + -- 1.3.6.1.4.1.19831.1.1.1.2.7.4.9 + dvbARExciterAMutePriority OBJECT-TYPE + SYNTAX Unsigned32 + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Description.Priority for dvbARExciterAMute event" + ::= { dvbAREventPriorityExciterA 9 } + + + -- 1.3.6.1.4.1.19831.1.1.1.2.7.4.10 + dvbARExciterAFaultMIPPriority OBJECT-TYPE + SYNTAX Unsigned32 + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Description.Priority for dvbARExciterAFaultMIP event" + ::= { dvbAREventPriorityExciterA 10 } + + + -- 1.3.6.1.4.1.19831.1.1.1.2.7.4.11 + dvbARExciterAStuffingModePriority OBJECT-TYPE + SYNTAX Unsigned32 + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Description.Priority for dvbARExciterAStuffingMode event" + ::= { dvbAREventPriorityExciterA 11 } + + +-- dvb active reserve event priority exciter B + -- 1.3.6.1.4.1.19831.1.1.1.2.7.5 + dvbAREventPriorityExciterB OBJECT IDENTIFIER ::= { dvbAREventPriority 5 } + + + -- 1.3.6.1.4.1.19831.1.1.1.2.7.5.1 + dvbARExciterBInput1OKPriority OBJECT-TYPE + SYNTAX Unsigned32 + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Description.Priority for dvbARExciterBInput1OK event" + ::= { dvbAREventPriorityExciterB 1 } + + + -- 1.3.6.1.4.1.19831.1.1.1.2.7.5.2 + dvbARExciterBInput2OKPriority OBJECT-TYPE + SYNTAX Unsigned32 + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Description.Priority for dvbARExciterBInput2OK event" + ::= { dvbAREventPriorityExciterB 2 } + + + -- 1.3.6.1.4.1.19831.1.1.1.2.7.5.3 + dvbARExciterBLocalModePriority OBJECT-TYPE + SYNTAX Unsigned32 + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Description.Priority for dvbARExciterBLocalMode event" + ::= { dvbAREventPriorityExciterB 3 } + + + -- 1.3.6.1.4.1.19831.1.1.1.2.7.5.4 + dvbARExciterBFaultPriority OBJECT-TYPE + SYNTAX Unsigned32 + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Description.Priority for dvbARExciterBFault event" + ::= { dvbAREventPriorityExciterB 4 } + + + -- 1.3.6.1.4.1.19831.1.1.1.2.7.5.5 + dvbARExciterBWarningPriority OBJECT-TYPE + SYNTAX Unsigned32 + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Description.Priority for dvbARExciterBWarning event" + ::= { dvbAREventPriorityExciterB 5 } + + + -- 1.3.6.1.4.1.19831.1.1.1.2.7.5.6 + dvbARExciterBActiveInputPriority OBJECT-TYPE + SYNTAX Unsigned32 + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Description.Priority for dvbARExciterBActiveInput event" + ::= { dvbAREventPriorityExciterB 6 } + + + -- 1.3.6.1.4.1.19831.1.1.1.2.7.5.7 + dvbARExciterBSFNModePriority OBJECT-TYPE + SYNTAX Unsigned32 + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Description.Priority for dvbARExciterBSFNMode event" + ::= { dvbAREventPriorityExciterB 7 } + + + -- 1.3.6.1.4.1.19831.1.1.1.2.7.5.8 + dvbARExciterBMutePriority OBJECT-TYPE + SYNTAX Unsigned32 + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Description.Priority for dvbARExciterBMute event" + ::= { dvbAREventPriorityExciterB 8 } + + + -- 1.3.6.1.4.1.19831.1.1.1.2.7.5.9 + dvbARExciterBRefFaultPriority OBJECT-TYPE + SYNTAX Unsigned32 + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Description.Priority for dvbARExciterBRefFault event" + ::= { dvbAREventPriorityExciterB 9 } + + + -- 1.3.6.1.4.1.19831.1.1.1.2.7.5.10 + dvbARExciterBFaultMIPPriority OBJECT-TYPE + SYNTAX Unsigned32 + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Description.Priority for dvbARExciterBFaultMIP event" + ::= { dvbAREventPriorityExciterB 10 } + + + -- 1.3.6.1.4.1.19831.1.1.1.2.7.5.11 + dvbARExciterBStuffingModePriority OBJECT-TYPE + SYNTAX Unsigned32 + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Description.Priority for dvbARExciterBStuffingMode event" + ::= { dvbAREventPriorityExciterB 11 } + + + -- 1.3.6.1.4.1.19831.1.1.1.2.8 + groupsAR OBJECT IDENTIFIER ::= { dvbActiveReserve 8 } + + + -- 1.3.6.1.4.1.19831.1.1.1.2.8.1 + objectGroupAR OBJECT-GROUP + OBJECTS { dvbARInputPreselection, dvbARInputAutomatic, dvbARPreselectionExciter, dvbARPreselectionAmplifier, dvbARTransmitterOpMode, + dvbARReserveControl, dvbARActiveAmplifier, dvbARActiveExciter, dvbARLocalMode, dvbARControlUnitFault, + dvbARExciterSwitchOverMode, dvbARExciterSwitchOverReady, dvbARExciterSwitchOverExecuted, dvbARExciterSwitchOverFault, dvbARAmplifierSwitchOverMode, + dvbARAmplifierSwitchOverReady, dvbARAmplifierSwitchOverExecuted, dvbARAmplifierSwitchOverFault, dvbARAmplifierARFPresent, dvbARAmplifierAFault, + dvbARAmplifierAWarning, dvbARAmplifierBRFPresent, dvbARAmplifierBFault, dvbARAmplifierBWarning, dvbARExciterAInput1OK, + dvbARExciterAInput2OK, dvbARExciterALocalMode, dvbARExciterAFault, dvbARExciterAWarning, dvbARExciterAActiveInput, + dvbARExciterASFNMode, dvbARExciterARefFault, dvbARExciterAMute, dvbARExciterAFaultMIP, dvbARExciterAStuffingMode, + dvbARExciterBInput1OK, dvbARExciterBInput2OK, dvbARExciterBLocalMode, dvbARExciterBFault, dvbARExciterBWarning, + dvbARExciterBActiveInput, dvbARExciterBSFNMode, dvbARExciterBMute, dvbARExciterBRefFault, dvbARExciterBFaultMIP, + dvbARExciterBStuffingMode, dvbARInputPreselectionEnable, dvbARInputAutomaticEnable, dvbARPreselectionExciterEnable, dvbARPreselectionAmplifierEnable, + dvbARTransmitterOpModeEnable, dvbARReserveControlEnable, dvbARActiveAmplifierEnable, dvbARActiveExciterEnable, dvbARLocalModeEnable, + dvbARControlUnitFaultEnable, dvbARExciterSwitchOverModeEnable, dvbARExciterSwitchOverExecutedEnable, dvbARExciterSwitchOverFaultEnable, dvbARAmplifierSwitchOverModeEnable, + dvbARAmplifierSwitchOverReadyEnable, dvbARAmplifierSwitchOverExecutedEnable, dvbARAmplifierSwitchOverFaultEnable, dvbARExciterSwitchOverReadyEnable, dvbARAmplifierARFPresentEnable, + dvbARAmplifierAFaultEnable, dvbARAmplifierAWarningEnable, dvbARAmplifierBRFPresentEnable, dvbARAmplifierBFaultEnable, dvbARAmplifierBWarningEnable, + dvbARExciterAInput1OKEnable, dvbARExciterAInput2OKEnable, dvbARExciterALocalModeEnable, dvbARExciterAFaultEnable, dvbARExciterAWarningEnable, + dvbARExciterAActiveInputEnable, dvbARExciterASFNModeEnable, dvbARExciterARefFaultEnable, dvbARExciterAMuteEnable, dvbARExciterAFaultMIPEnable, + dvbARExciterAStuffingModeEnable, dvbARExciterBInput1OKEnable, dvbARExciterBInput2OKEnable, dvbARExciterBLocalModeEnable, dvbARExciterBFaultEnable, + dvbARExciterBWarningEnable, dvbARExciterBActiveInputEnable, dvbARExciterBSFNModeEnable, dvbARExciterBMuteEnable, dvbARExciterBRefFaultEnable, + dvbARExciterBFaultMIPEnable, dvbARExciterBStuffingModeEnable, dvbARInputPreselectionPriority, dvbARInputAutomaticPriority, dvbARPreselectionExciterPriority, + dvbARPreselectionAmplifierPriority, dvbARTransmitterOpModePriority, dvbARReserveControlPriority, dvbARActiveAmplifierPriority, dvbARActiveExciterPriority, + dvbARLocalModePriority, dvbARControlUnitFaultPriority, dvbARExciterSwitchOverModePriority, dvbARExciterSwitchOverExecutedPriority, dvbARExciterSwitchOverFaultPriority, + dvbARAmplifierSwitchOverModePriority, dvbARAmplifierSwitchOverReadyPriority, dvbARAmplifierSwitchOverExecutedPriority, dvbARAmplifierSwitchOverFaultPriority, dvbARExciterSwitchOverReadyPriority, + dvbARAmplifierARFPresentPriority, dvbARAmplifierAFaultPriority, dvbARAmplifierAWarningPriority, dvbARAmplifierBRFPresentPriority, dvbARAmplifierBFaultPriority, + dvbARAmplifierBWarningPriority, dvbARExciterAInput1OKPriority, dvbARExciterAInput2OKPriority, dvbARExciterALocalModePriority, dvbARExciterAFaultPriority, + dvbARExciterAWarningPriority, dvbARExciterAActiveInputPriority, dvbARExciterASFNModePriority, dvbARExciterARefFaultPriority, dvbARExciterAMutePriority, + dvbARExciterAFaultMIPPriority, dvbARExciterAStuffingModePriority, dvbARExciterBInput1OKPriority, dvbARExciterBInput2OKPriority, dvbARExciterBLocalModePriority, + dvbARExciterBFaultPriority, dvbARExciterBWarningPriority, dvbARExciterBActiveInputPriority, dvbARExciterBSFNModePriority, dvbARExciterBMutePriority, + dvbARExciterBRefFaultPriority, dvbARExciterBFaultMIPPriority, dvbARExciterBStuffingModePriority } + STATUS current + DESCRIPTION + "Description. active reserve: object group" + ::= { groupsAR 1 } + + + -- 1.3.6.1.4.1.19831.1.1.1.2.8.2 + eventGroupAR NOTIFICATION-GROUP + NOTIFICATIONS { dvbARInputPreselectionEvent, dvbARInputAutomaticEvent, dvbARPreselectionExciterEvent, dvbARPreselectionAmplifierEvent, dvbARTransmitterOpModeEvent, + dvbARReserveControlEvent, dvbARActiveAmplifierEvent, dvbARActiveExciterEvent, dvbARLocalModeEvent, dvbARControlUnitFaultEvent, + dvbARExciterSwitchOverModeEvent, dvbARExciterSwitchOverReadyEvent, dvbARExciterSwitchOverExecutedEvent, dvbARExciterSwitchOverFaultEvent, dvbARAmplifierSwitchOverModeEvent, + dvbARAmplifierSwitchOverReadyEvent, dvbARAmplifierSwitchOverExecutedEvent, dvbARAmplifierSwitchOverFaultEvent, dvbARAmplifierARFPresentEvent, dvbARAmplifierAFaultEvent, + dvbARAmplifierAWarningEvent, dvbARAmplifierBRFPresentEvent, dvbARAmplifierBFaultEvent, dvbARAmplifierBWarningEvent, dvbARExciterAInput1OKEvent, + dvbARExciterAInput2OKEvent, dvbARExciterALocalModeEvent, dvbARExciterAFaultEvent, dvbARExciterAWarningEvent, dvbARExciterAActiveInputEvent, + dvbARExciterASFNModeEvent, dvbARExciterARefFaultEvent, dvbARExciterAMuteEvent, dvbARExciterAFaultMIPEvent, dvbARExciterAStuffingModeEvent, + dvbARExciterBInput1OKEvent, dvbARExciterBInput2OKEvent, dvbARExciterBLocalModeEvent, dvbARExciterBFaultEvent, dvbARExciterBWarningEvent, + dvbARExciterBActiveInputEvent, dvbARExciterBSFNModeEvent, dvbARExciterBRefFaultEvent, dvbARExciterBMuteEvent, dvbARExciterBFaultMIPEvent, + dvbARExciterBStuffingModeEvent } + STATUS current + DESCRIPTION + "Description. events" + ::= { groupsAR 2 } + + + -- 1.3.6.1.4.1.19831.1.1.1.2.8.3 + objectGroupARobsolete OBJECT-GROUP + OBJECTS { dvbARResetFault, dvbARResetFaultEnable, dvbARResetFaultPriority } + STATUS obsolete + DESCRIPTION + "Description. Inactive objects" + ::= { groupsAR 3 } + + + -- 1.3.6.1.4.1.19831.1.1.1.2.8.4 + eventGroupARobsolete NOTIFICATION-GROUP + NOTIFICATIONS { dvbARResetFaultEvent } + STATUS obsolete + DESCRIPTION + "Description. Inactive notifications" + ::= { groupsAR 4 } + + + -- 1.3.6.1.4.1.19831.1.1.1.2.9 + complianceAR OBJECT IDENTIFIER ::= { dvbActiveReserve 9 } + + + -- 1.3.6.1.4.1.19831.1.1.1.2.9.1 + dvbActiveReserveCompliance MODULE-COMPLIANCE + STATUS current + DESCRIPTION + "Compliance Statement" + MODULE -- this module + MANDATORY-GROUPS { objectGroupAR, eventGroupAR } + ::= { complianceAR 1 } + + + + END + +-- +-- IRT-DVBT-ACTIVERESERVE-MIB.my +-- diff --git a/src/vendor/irt/IRT-DVBT-DUALDRIVE-MIB b/src/vendor/irt/IRT-DVBT-DUALDRIVE-MIB new file mode 100644 index 000000000000..c07028695923 --- /dev/null +++ b/src/vendor/irt/IRT-DVBT-DUALDRIVE-MIB @@ -0,0 +1,2015 @@ +-- +-- IRT-DVBT-DUALDRIVE-MIB.my +-- MIB generated by MG-SOFT Visual MIB Builder Version 6.0 Build 88 +-- Friday, May 04, 2007 at 17:31:47 +-- + + IRT-DVBT-DUALDRIVE-MIB DEFINITIONS ::= BEGIN + + IMPORTS + eventTimeStamp, eventPriority, eventCounter, mibRelease + FROM IRT-COMMONVARBINDS-MIB + dvbT, Input1Input2, SelectManualAuto, SelectOnOff, PresentNotPresent, + FaultOK, WarningOK, LocalRemote, ReadyNotReady, ExecutedNotExecuted, + OkNotOk, MuteOk, SFNMFN + FROM IRT-TRANSMITTER-SMI-MIB + OBJECT-GROUP, MODULE-COMPLIANCE, NOTIFICATION-GROUP + FROM SNMPv2-CONF + sysDescr, sysName, sysLocation + FROM SNMPv2-MIB + Unsigned32, OBJECT-TYPE, MODULE-IDENTITY, NOTIFICATION-TYPE + FROM SNMPv2-SMI + DisplayString, TruthValue + FROM SNMPv2-TC; + + + -- 1.3.6.1.4.1.19831.1.1.1.4 + dvbDualDrive MODULE-IDENTITY + LAST-UPDATED "200705041400Z" -- May 04, 2007 at 14:00 GMT + ORGANIZATION + "IRT for WORKING-GROUP-TC-MIB" + CONTACT-INFO + "Contact-info: + + Andreas Metz + + Institut fuer Rundfunktechnik GmbH + Broadcast Networks and Servers (SN) + + Floriansmuehlstr.60 + 80939 Munich + Germany + + Phone: +49 89 32399 325 + Fax: +49 89 32399 354 " + DESCRIPTION + "Dual Drive + + branch definition + + 1st level + + events OBJECT IDENTIFIER ::= { dvbDualDrive 0 } + dvbDDGeneral OBJECT IDENTIFIER ::= { dvbDualDrive 1 } + dvbDDExciterA OBJECT IDENTIFIER ::= { dvbDualDrive 2 } + dvbDDExciterB OBJECT IDENTIFIER ::= { dvbDualDrive 3 } + dvbDDEventEnable OBJECT IDENTIFIER ::= { dvbDualDrive 4 } + dvbDDEventPriority OBJECT IDENTIFIER ::= { dvbDualDrive 5 } + groups OBJECT IDENTIFIER ::= { dvbDualDrive 6 } + + 2nd level + + dvbDDEventEnableGeneral OBJECT IDENTIFIER ::= { dvbDDEventEnable 1 } + dvbDDEventEnableExciterA OBJECT IDENTIFIER ::= { dvbDDEventEnable 2 } + dvbDDEventEnableExciterB OBJECT IDENTIFIER ::= { dvbDDEventEnable 3 } + + dvbDDEventPriorityGeneral OBJECT IDENTIFIER ::= { dvbDDEventPriority 1 } + dvbDDEventPriorityExciterA OBJECT IDENTIFIER ::= { dvbDDEventPriority 2 } + dvbDDEventPriorityExciterB OBJECT IDENTIFIER ::= { dvbDDEventPriority 3 } + + end branch " + REVISION "200705041400Z" -- May 04, 2007 at 14:00 GMT + DESCRIPTION + "change SFNMode, LocalMode (description only) and Module-COMPLIANCE" + REVISION "200612201400Z" -- December 20, 2006 at 14:00 GMT + DESCRIPTION + "Corrections + " + REVISION "200609211400Z" -- September 21, 2006 at 14:00 GMT + DESCRIPTION + "Adding Compliance Statement" + REVISION "200609191400Z" -- September 19, 2006 at 14:00 GMT + DESCRIPTION + "Correcting Imports" + REVISION "200609071400Z" -- September 07, 2006 at 14:00 GMT + DESCRIPTION + "Relocation of the TC-MIB from the standard OID area at IEC into the private OID area of the IRT" + ::= { dvbT 4 } + + + + +-- +-- Node definitions +-- + +-- dvb dual drive events + -- 1.3.6.1.4.1.19831.1.1.1.4.0 + dvbEventsDD OBJECT IDENTIFIER ::= { dvbDualDrive 0 } + + + -- 1.3.6.1.4.1.19831.1.1.1.4.0.1 + dvbDDInputPreselectionEvent NOTIFICATION-TYPE + OBJECTS { sysDescr, sysName, sysLocation, eventTimeStamp, eventPriority, + eventCounter, dvbDDInputPreselection } + STATUS current + DESCRIPTION + "Description. dvbDDInputPreselection notification" + ::= { dvbEventsDD 1 } + + + -- 1.3.6.1.4.1.19831.1.1.1.4.0.2 + dvbDDInputAutomaticEvent NOTIFICATION-TYPE + OBJECTS { sysDescr, sysName, sysLocation, eventTimeStamp, eventPriority, + eventCounter, dvbDDInputAutomatic } + STATUS current + DESCRIPTION + "Description. dvbDDInputAutomatic notification" + ::= { dvbEventsDD 2 } + + + -- 1.3.6.1.4.1.19831.1.1.1.4.0.3 + dvbDDPreselectionExciterEvent NOTIFICATION-TYPE + OBJECTS { sysDescr, sysName, sysLocation, eventTimeStamp, eventPriority, + eventCounter, dvbDDPreselectionExciter } + STATUS current + DESCRIPTION + "Description. dvbDDPreselectionExciterEvent notification" + ::= { dvbEventsDD 3 } + + + -- 1.3.6.1.4.1.19831.1.1.1.4.0.4 + dvbDDTransmitterOpModeEvent NOTIFICATION-TYPE + OBJECTS { sysDescr, sysName, sysLocation, eventTimeStamp, eventPriority, + eventCounter, dvbDDTransmitterOpMode } + STATUS current + DESCRIPTION + "Description. dvbDDTransmitterOpMode notification" + ::= { dvbEventsDD 4 } + + + -- 1.3.6.1.4.1.19831.1.1.1.4.0.5 + dvbDDReserveControlEvent NOTIFICATION-TYPE + OBJECTS { sysDescr, sysName, sysLocation, eventTimeStamp, eventPriority, + eventCounter, dvbDDReserveControl } + STATUS current + DESCRIPTION + "Description. dvbDDReserveControl nitification" + ::= { dvbEventsDD 5 } + + + -- 1.3.6.1.4.1.19831.1.1.1.4.0.6 + dvbDDRFPresentEvent NOTIFICATION-TYPE + OBJECTS { sysDescr, sysName, sysLocation, eventTimeStamp, eventPriority, + eventCounter, dvbDDRFPresent } + STATUS current + DESCRIPTION + "Description. dvbDDRFPresent notification" + ::= { dvbEventsDD 6 } + + + -- 1.3.6.1.4.1.19831.1.1.1.4.0.7 + dvbDDResetFaultEvent NOTIFICATION-TYPE + OBJECTS { sysDescr, sysName, sysLocation, eventTimeStamp, eventPriority, + eventCounter, dvbDDResetFault } + STATUS obsolete + DESCRIPTION + "Notification is inactive! + + Description. dvbDDResetFault notification" + ::= { dvbEventsDD 7 } + + + -- 1.3.6.1.4.1.19831.1.1.1.4.0.8 + dvbDDAmplifierFaultEvent NOTIFICATION-TYPE + OBJECTS { sysDescr, sysName, sysLocation, eventTimeStamp, eventPriority, + eventCounter, dvbDDAmplifierFault } + STATUS current + DESCRIPTION + "Description. dvbDDAmplifierFault notification" + ::= { dvbEventsDD 8 } + + + -- 1.3.6.1.4.1.19831.1.1.1.4.0.9 + dvbDDAmplifierWarningEvent NOTIFICATION-TYPE + OBJECTS { sysDescr, sysName, sysLocation, eventTimeStamp, eventPriority, + eventCounter, dvbDDAmplifierWarning } + STATUS current + DESCRIPTION + "Description. dvbDDAmplifierWarning notification" + ::= { dvbEventsDD 9 } + + + -- 1.3.6.1.4.1.19831.1.1.1.4.0.10 + dvbDDActiveExciterEvent NOTIFICATION-TYPE + OBJECTS { sysDescr, sysName, sysLocation, eventTimeStamp, eventPriority, + eventCounter, dvbDDActiveExciter } + STATUS current + DESCRIPTION + "Description. dvbDDActiveExciter notification" + ::= { dvbEventsDD 10 } + + + -- 1.3.6.1.4.1.19831.1.1.1.4.0.11 + dvbDDLocalModeEvent NOTIFICATION-TYPE + OBJECTS { sysDescr, sysName, sysLocation, eventTimeStamp, eventPriority, + eventCounter, dvbDDLocalMode } + STATUS current + DESCRIPTION + "Description. dvbDDLocalMode notification" + ::= { dvbEventsDD 11 } + + + -- 1.3.6.1.4.1.19831.1.1.1.4.0.12 + dvbDDControlUnitFaultEvent NOTIFICATION-TYPE + OBJECTS { sysDescr, sysName, sysLocation, eventTimeStamp, eventPriority, + eventCounter, dvbDDControlUnitFault } + STATUS current + DESCRIPTION + "Description. dvbDDControlUnitFault notification" + ::= { dvbEventsDD 12 } + + + -- 1.3.6.1.4.1.19831.1.1.1.4.0.13 + dvbDDSwitchOverModeEvent NOTIFICATION-TYPE + OBJECTS { sysDescr, sysName, sysLocation, eventTimeStamp, eventPriority, + eventCounter, dvbDDSwitchOverMode } + STATUS current + DESCRIPTION + "Description. dvbDDSwitchOverMode notification" + ::= { dvbEventsDD 13 } + + + -- 1.3.6.1.4.1.19831.1.1.1.4.0.14 + dvbDDSwitchOverReadyEvent NOTIFICATION-TYPE + OBJECTS { sysDescr, sysName, sysLocation, eventTimeStamp, eventPriority, + eventCounter, dvbDDSwitchOverReady } + STATUS current + DESCRIPTION + "Description. dvbDDSwitchOverReady notification" + ::= { dvbEventsDD 14 } + + + -- 1.3.6.1.4.1.19831.1.1.1.4.0.15 + dvbDDSwitchOverExecutedEvent NOTIFICATION-TYPE + OBJECTS { sysDescr, sysName, sysLocation, eventTimeStamp, eventPriority, + eventCounter, dvbDDSwitchOverExecuted } + STATUS current + DESCRIPTION + "Description. dvbDDSwitchOverExecuted notification" + ::= { dvbEventsDD 15 } + + + -- 1.3.6.1.4.1.19831.1.1.1.4.0.16 + dvbDDSwitchOverFaultEvent NOTIFICATION-TYPE + OBJECTS { sysDescr, sysName, sysLocation, eventTimeStamp, eventPriority, + eventCounter, dvbDDSwitchOverFault } + STATUS current + DESCRIPTION + "Description. dvbDDSwitchOverFault notification" + ::= { dvbEventsDD 16 } + + + -- 1.3.6.1.4.1.19831.1.1.1.4.0.17 + dvbDDExciterAInput1OKEvent NOTIFICATION-TYPE + OBJECTS { sysDescr, sysName, sysLocation, eventTimeStamp, eventPriority, + eventCounter, dvbDDExciterAInput1OK } + STATUS current + DESCRIPTION + "Description. dvbDDExciterAInput1OK notification" + ::= { dvbEventsDD 17 } + + + -- 1.3.6.1.4.1.19831.1.1.1.4.0.18 + dvbDDExciterAInput2OKEvent NOTIFICATION-TYPE + OBJECTS { sysDescr, sysName, sysLocation, eventTimeStamp, eventPriority, + eventCounter, dvbDDExciterAInput2OK } + STATUS current + DESCRIPTION + "Description. dvbDDExciterAInput2OK notification" + ::= { dvbEventsDD 18 } + + + -- 1.3.6.1.4.1.19831.1.1.1.4.0.19 + dvbDDExciterALocalModeEvent NOTIFICATION-TYPE + OBJECTS { sysDescr, sysName, sysLocation, eventTimeStamp, eventPriority, + eventCounter, dvbDDExciterALocalMode } + STATUS current + DESCRIPTION + "Description. dvbDDExciterALocalMode notification" + ::= { dvbEventsDD 19 } + + + -- 1.3.6.1.4.1.19831.1.1.1.4.0.20 + dvbDDExciterAFaultEvent NOTIFICATION-TYPE + OBJECTS { sysDescr, sysName, sysLocation, eventTimeStamp, eventPriority, + eventCounter, dvbDDExciterAFault } + STATUS current + DESCRIPTION + "Description. dvbDDExciterAFault notification" + ::= { dvbEventsDD 20 } + + + -- 1.3.6.1.4.1.19831.1.1.1.4.0.21 + dvbDDExciterAWarningEvent NOTIFICATION-TYPE + OBJECTS { sysDescr, sysName, sysLocation, eventTimeStamp, eventPriority, + eventCounter, dvbDDExciterAWarning } + STATUS current + DESCRIPTION + "Description. dvbDDExciterAWarning notification" + ::= { dvbEventsDD 21 } + + + -- 1.3.6.1.4.1.19831.1.1.1.4.0.22 + dvbDDExciterAActiveInputEvent NOTIFICATION-TYPE + OBJECTS { sysDescr, sysName, sysLocation, eventTimeStamp, eventPriority, + eventCounter, dvbDDExciterAActiveInput } + STATUS current + DESCRIPTION + "Description. dvbDDExciterAActiveInput notification" + ::= { dvbEventsDD 22 } + + + -- 1.3.6.1.4.1.19831.1.1.1.4.0.23 + dvbDDExciterASFNModeEvent NOTIFICATION-TYPE + OBJECTS { sysDescr, sysName, sysLocation, eventTimeStamp, eventPriority, + eventCounter, dvbDDExciterASFNMode } + STATUS current + DESCRIPTION + "Description. dvbDDExciterASFNMode notification" + ::= { dvbEventsDD 23 } + + + -- 1.3.6.1.4.1.19831.1.1.1.4.0.24 + dvbDDExciterARefFaultEvent NOTIFICATION-TYPE + OBJECTS { sysDescr, sysName, sysLocation, eventTimeStamp, eventPriority, + eventCounter, dvbDDExciterARefFault } + STATUS current + DESCRIPTION + "Description. dvbDDExciterARefFault notification" + ::= { dvbEventsDD 24 } + + + -- 1.3.6.1.4.1.19831.1.1.1.4.0.25 + dvbDDExciterAMuteEvent NOTIFICATION-TYPE + OBJECTS { sysDescr, sysName, sysLocation, eventTimeStamp, eventPriority, + eventCounter, dvbDDExciterAMute } + STATUS current + DESCRIPTION + "Description. dvbDDExciterAMute notification" + ::= { dvbEventsDD 25 } + + + -- 1.3.6.1.4.1.19831.1.1.1.4.0.26 + dvbDDExciterAFaultMIPEvent NOTIFICATION-TYPE + OBJECTS { sysDescr, sysName, sysLocation, eventTimeStamp, eventPriority, + eventCounter, dvbDDExciterAFaultMIP } + STATUS current + DESCRIPTION + "Description. dvbDDExciterAFaultMIP notification" + ::= { dvbEventsDD 26 } + + + -- 1.3.6.1.4.1.19831.1.1.1.4.0.27 + dvbDDExciterAStuffingModeEvent NOTIFICATION-TYPE + OBJECTS { sysDescr, sysName, sysLocation, eventTimeStamp, eventPriority, + eventCounter, dvbDDExciterAStuffingMode } + STATUS current + DESCRIPTION + "Description. dvbDDExciterAStuffingMode notification" + ::= { dvbEventsDD 27 } + + + -- 1.3.6.1.4.1.19831.1.1.1.4.0.28 + dvbDDExciterBInput1OKEvent NOTIFICATION-TYPE + OBJECTS { sysDescr, sysName, sysLocation, eventTimeStamp, eventPriority, + eventCounter, dvbDDExciterBInput1OK } + STATUS current + DESCRIPTION + "Description. dvbDDExciterBInput1OK notification" + ::= { dvbEventsDD 28 } + + + -- 1.3.6.1.4.1.19831.1.1.1.4.0.29 + dvbDDExciterBInput2OKEvent NOTIFICATION-TYPE + OBJECTS { sysDescr, sysName, sysLocation, eventTimeStamp, eventPriority, + eventCounter, dvbDDExciterBInput2OK } + STATUS current + DESCRIPTION + "Description. dvbDDExciterBInput2OK notification" + ::= { dvbEventsDD 29 } + + + -- 1.3.6.1.4.1.19831.1.1.1.4.0.30 + dvbDDExciterBLocalModeEvent NOTIFICATION-TYPE + OBJECTS { sysDescr, sysName, sysLocation, eventTimeStamp, eventPriority, + eventCounter, dvbDDExciterBLocalMode } + STATUS current + DESCRIPTION + "Description. dvbDDExciterBLocalMode notification" + ::= { dvbEventsDD 30 } + + + -- 1.3.6.1.4.1.19831.1.1.1.4.0.31 + dvbDDExciterBFaultEvent NOTIFICATION-TYPE + OBJECTS { sysDescr, sysName, sysLocation, eventTimeStamp, eventPriority, + eventCounter, dvbDDExciterBFault } + STATUS current + DESCRIPTION + "Description. dvbDDExciterBFault notification" + ::= { dvbEventsDD 31 } + + + -- 1.3.6.1.4.1.19831.1.1.1.4.0.32 + dvbDDExciterBWarningEvent NOTIFICATION-TYPE + OBJECTS { sysDescr, sysName, sysLocation, eventTimeStamp, eventPriority, + eventCounter, dvbDDExciterBWarning } + STATUS current + DESCRIPTION + "Description. dvbDDExciterBWarning notification" + ::= { dvbEventsDD 32 } + + + -- 1.3.6.1.4.1.19831.1.1.1.4.0.33 + dvbDDExciterBActiveInputEvent NOTIFICATION-TYPE + OBJECTS { sysDescr, sysName, sysLocation, eventTimeStamp, eventPriority, + eventCounter, dvbDDExciterBActiveInput } + STATUS current + DESCRIPTION + "Description. dvbDDExciterBActiveInput notification" + ::= { dvbEventsDD 33 } + + + -- 1.3.6.1.4.1.19831.1.1.1.4.0.34 + dvbDDExciterBSFNModeEvent NOTIFICATION-TYPE + OBJECTS { sysDescr, sysName, sysLocation, eventTimeStamp, eventPriority, + eventCounter, dvbDDExciterBSFNMode } + STATUS current + DESCRIPTION + "Description. dvbDDExciterBSFNMode notification" + ::= { dvbEventsDD 34 } + + + -- 1.3.6.1.4.1.19831.1.1.1.4.0.35 + dvbDDExciterBRefFaultEvent NOTIFICATION-TYPE + OBJECTS { sysDescr, sysName, sysLocation, eventTimeStamp, eventPriority, + eventCounter, dvbDDExciterBRefFault } + STATUS current + DESCRIPTION + "Description. dvbDDExciterBRefFault notification" + ::= { dvbEventsDD 35 } + + + -- 1.3.6.1.4.1.19831.1.1.1.4.0.36 + dvbDDExciterBMuteEvent NOTIFICATION-TYPE + OBJECTS { sysDescr, sysName, sysLocation, eventTimeStamp, eventPriority, + eventCounter, dvbDDExciterBMute } + STATUS current + DESCRIPTION + "Description. dvbDDExciterBMute notification" + ::= { dvbEventsDD 36 } + + + -- 1.3.6.1.4.1.19831.1.1.1.4.0.37 + dvbDDExciterBFaultMIPEvent NOTIFICATION-TYPE + OBJECTS { sysDescr, sysName, sysLocation, eventTimeStamp, eventPriority, + eventCounter, dvbDDExciterBFaultMIP } + STATUS current + DESCRIPTION + "Description. dvbDDExciterBFaultMIP notification" + ::= { dvbEventsDD 37 } + + + -- 1.3.6.1.4.1.19831.1.1.1.4.0.38 + dvbDDExciterBStuffingModeEvent NOTIFICATION-TYPE + OBJECTS { sysDescr, sysName, sysLocation, eventTimeStamp, eventPriority, + eventCounter, dvbDDExciterBStuffingMode } + STATUS current + DESCRIPTION + "Description. dvbDDExciterBStuffingMode notification" + ::= { dvbEventsDD 38 } + + +-- dvb dual drive general + -- 1.3.6.1.4.1.19831.1.1.1.4.1 + dvbDDGeneral OBJECT IDENTIFIER ::= { dvbDualDrive 1 } + + + -- 1.3.6.1.4.1.19831.1.1.1.4.1.1 + dvbDDInputPreselection OBJECT-TYPE + SYNTAX Input1Input2 + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Dual drive. Preselection input + + (0) undefined + (1) Input 1 + (2) Input 2" + ::= { dvbDDGeneral 1 } + + + -- 1.3.6.1.4.1.19831.1.1.1.4.1.2 + dvbDDInputAutomatic OBJECT-TYPE + SYNTAX SelectManualAuto + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Dual drive. Input selection mode: manual or automatic + + (0) undefined + (1) manual + (2) automatic" + ::= { dvbDDGeneral 2 } + + + -- 1.3.6.1.4.1.19831.1.1.1.4.1.3 + dvbDDPreselectionExciter OBJECT-TYPE + SYNTAX INTEGER + { + undefined(0), + exciterA(1), + exciterB(2) + } + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Dual drive. Preselection of the exciter + + + " + ::= { dvbDDGeneral 3 } + + + -- 1.3.6.1.4.1.19831.1.1.1.4.1.4 + dvbDDTransmitterOpMode OBJECT-TYPE + SYNTAX SelectOnOff + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Dual drive. Operation mode of main exciter + + (0) undefined + (1) ON + (2) OFF" + ::= { dvbDDGeneral 4 } + + + -- 1.3.6.1.4.1.19831.1.1.1.4.1.5 + dvbDDReserveControl OBJECT-TYPE + SYNTAX SelectOnOff + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Dual drive. Operation mode of reserve exciter + + (0) undefined + (1) ON + (2) OFF " + ::= { dvbDDGeneral 5 } + + + -- 1.3.6.1.4.1.19831.1.1.1.4.1.6 + dvbDDRFPresent OBJECT-TYPE + SYNTAX PresentNotPresent + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Dual drive. Output power is present + + (0) undefined + (1) present + (2) not present" + ::= { dvbDDGeneral 6 } + + + -- 1.3.6.1.4.1.19831.1.1.1.4.1.7 + dvbDDResetFault OBJECT-TYPE + SYNTAX Unsigned32 + MAX-ACCESS read-write + STATUS obsolete + DESCRIPTION + "Massage is inactive! + + Description.Trigger for reset the sum fault + + <1> + 1: reset sum fault" + ::= { dvbDDGeneral 7 } + + + -- 1.3.6.1.4.1.19831.1.1.1.4.1.8 + dvbDDAmplifierFault OBJECT-TYPE + SYNTAX FaultOK + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Dual drive. Fault state of amplifier + + (0) undefined + (1) fault + (2) ok" + ::= { dvbDDGeneral 8 } + + + -- 1.3.6.1.4.1.19831.1.1.1.4.1.9 + dvbDDAmplifierWarning OBJECT-TYPE + SYNTAX WarningOK + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Dual drive. Warning state of amplifier + + (0) undefined + (1) warning + (2) ok" + ::= { dvbDDGeneral 9 } + + + -- 1.3.6.1.4.1.19831.1.1.1.4.1.10 + dvbDDActiveExciter OBJECT-TYPE + SYNTAX INTEGER + { + undefined(0), + exciterA(1), + exciterB(2) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Dual drive. Active exciter + + + " + ::= { dvbDDGeneral 10 } + + + -- 1.3.6.1.4.1.19831.1.1.1.4.1.11 + dvbDDLocalMode OBJECT-TYPE + SYNTAX LocalRemote + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Dual drive. Local mode + + (0) undefined + (1) local + (2) remote" + ::= { dvbDDGeneral 11 } + + + -- 1.3.6.1.4.1.19831.1.1.1.4.1.12 + dvbDDControlUnitFault OBJECT-TYPE + SYNTAX FaultOK + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Dual drive. State of the control unit + + (0) undefined + (1) fault + (2) ok" + ::= { dvbDDGeneral 12 } + + + -- 1.3.6.1.4.1.19831.1.1.1.4.1.13 + dvbDDSwitchOverMode OBJECT-TYPE + SYNTAX SelectManualAuto + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Dual drive. Switch over mode: manual or automatic + + (0) undefined + (1) manual + (2) automatic" + ::= { dvbDDGeneral 13 } + + + -- 1.3.6.1.4.1.19831.1.1.1.4.1.14 + dvbDDSwitchOverReady OBJECT-TYPE + SYNTAX ReadyNotReady + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Dual drive. State of the dual drive switch over unit + + (0) undefined + (1) ready + (2) not ready" + ::= { dvbDDGeneral 14 } + + + -- 1.3.6.1.4.1.19831.1.1.1.4.1.15 + dvbDDSwitchOverExecuted OBJECT-TYPE + SYNTAX ExecutedNotExecuted + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Dual drive. Showsif the reserve switch over unit it has executed + + (0) undefined + (1) excecuted + (2) not excecuted" + ::= { dvbDDGeneral 15 } + + + -- 1.3.6.1.4.1.19831.1.1.1.4.1.16 + dvbDDSwitchOverFault OBJECT-TYPE + SYNTAX FaultOK + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Dual drive. fault state of the switsch over unit + + (0) undefined + (1) faulty + (2) ok" + ::= { dvbDDGeneral 16 } + + +-- dvb dual drive exciter A + -- 1.3.6.1.4.1.19831.1.1.1.4.2 + dvbDDExciterA OBJECT IDENTIFIER ::= { dvbDualDrive 2 } + + +-- + -- 1.3.6.1.4.1.19831.1.1.1.4.2.1 + dvbDDExciterAInput1OK OBJECT-TYPE + SYNTAX OkNotOk + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Dual drive. Describes if the input signal at the input 1 of exciter A is ok + + (0) undefined + (1) signal ok + (2) signal is not ok" + ::= { dvbDDExciterA 1 } + + +-- + -- 1.3.6.1.4.1.19831.1.1.1.4.2.2 + dvbDDExciterAInput2OK OBJECT-TYPE + SYNTAX OkNotOk + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Dual drive. Describes if the input signal at the input 2 of exciter A is ok + + (0) undefined + (1) signal ok + (2) signal is not ok" + ::= { dvbDDExciterA 2 } + + +-- + -- 1.3.6.1.4.1.19831.1.1.1.4.2.3 + dvbDDExciterALocalMode OBJECT-TYPE + SYNTAX LocalRemote + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Dual drive. Local mode of exciter A + + (0) undefined + (1) local + (2) remote" + ::= { dvbDDExciterA 3 } + + +-- + -- 1.3.6.1.4.1.19831.1.1.1.4.2.4 + dvbDDExciterAFault OBJECT-TYPE + SYNTAX FaultOK + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Dual drive. Fault state of exciter A + + (0) undefined + (1) fault + (2) ok" + ::= { dvbDDExciterA 4 } + + +-- + -- 1.3.6.1.4.1.19831.1.1.1.4.2.5 + dvbDDExciterAWarning OBJECT-TYPE + SYNTAX WarningOK + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Dual drive.Warning state of exciter A + + (0) undefined + (1) warning + (2) ok" + ::= { dvbDDExciterA 5 } + + +-- + -- 1.3.6.1.4.1.19831.1.1.1.4.2.6 + dvbDDExciterAActiveInput OBJECT-TYPE + SYNTAX INTEGER + { + undefined(0), + input1(1), + input2(2), + seamless(3), + hmHierarchicalModulation(4) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Dual drive. Active input of the exciter A + + " + ::= { dvbDDExciterA 6 } + + +-- + -- 1.3.6.1.4.1.19831.1.1.1.4.2.7 + dvbDDExciterASFNMode OBJECT-TYPE + SYNTAX SFNMFN + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Dual drive. SFN mode of exciter A + + (0) undefined + (1) SFN + (2) MFN + + " + ::= { dvbDDExciterA 7 } + + +-- + -- 1.3.6.1.4.1.19831.1.1.1.4.2.8 + dvbDDExciterARefFault OBJECT-TYPE + SYNTAX FaultOK + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Dual drive. Fault state of the GPS input or the reference frequency of exciter A + + (0) undefined + (1) fault + (2) ok" + ::= { dvbDDExciterA 8 } + + +-- + -- 1.3.6.1.4.1.19831.1.1.1.4.2.9 + dvbDDExciterAMute OBJECT-TYPE + SYNTAX MuteOk + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Dual drive. Mute state of exciter A + + (0) undefined + (1) mute + (2) ok" + ::= { dvbDDExciterA 9 } + + +-- + -- 1.3.6.1.4.1.19831.1.1.1.4.2.10 + dvbDDExciterAFaultMIP OBJECT-TYPE + SYNTAX FaultOK + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Dual drive. MIP fault state of exciter A + + (0) undefined + (1) fault + (2) ok" + ::= { dvbDDExciterA 10 } + + +-- + -- 1.3.6.1.4.1.19831.1.1.1.4.2.11 + dvbDDExciterAStuffingMode OBJECT-TYPE + SYNTAX SelectOnOff + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Dual drive. Stuffing state of exciter A + + (0) undefined + (1) ON + (2) OFF " + ::= { dvbDDExciterA 11 } + + +-- dvb dual drive exciter B + -- 1.3.6.1.4.1.19831.1.1.1.4.3 + dvbDDExciterB OBJECT IDENTIFIER ::= { dvbDualDrive 3 } + + +-- + -- 1.3.6.1.4.1.19831.1.1.1.4.3.1 + dvbDDExciterBInput1OK OBJECT-TYPE + SYNTAX OkNotOk + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Dual drive. Describes if the input signal at the input 1 of exciter B is ok + + (0) undefined + (1) signal ok + (2) signal is not ok" + ::= { dvbDDExciterB 1 } + + +-- + -- 1.3.6.1.4.1.19831.1.1.1.4.3.2 + dvbDDExciterBInput2OK OBJECT-TYPE + SYNTAX OkNotOk + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Dual drive. Describes if the input signal at the input 2 of exciter B is ok + + (0) undefined + (1) signal ok + (2) signal is not ok " + ::= { dvbDDExciterB 2 } + + +-- + -- 1.3.6.1.4.1.19831.1.1.1.4.3.3 + dvbDDExciterBLocalMode OBJECT-TYPE + SYNTAX LocalRemote + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Dual drive. Local mode of exciter B + + (0) undefined + (1) local + (2) remote" + ::= { dvbDDExciterB 3 } + + +-- + -- 1.3.6.1.4.1.19831.1.1.1.4.3.4 + dvbDDExciterBFault OBJECT-TYPE + SYNTAX FaultOK + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Dual drive. Fault state of exciter B + + (0) undefined + (1) fault + (2) ok" + ::= { dvbDDExciterB 4 } + + +-- + -- 1.3.6.1.4.1.19831.1.1.1.4.3.5 + dvbDDExciterBWarning OBJECT-TYPE + SYNTAX WarningOK + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Dual drive. Warning state of exciter B + + (0) undefined + (1) warning + (2) ok" + ::= { dvbDDExciterB 5 } + + +-- + -- 1.3.6.1.4.1.19831.1.1.1.4.3.6 + dvbDDExciterBActiveInput OBJECT-TYPE + SYNTAX INTEGER + { + undefined(0), + input1(1), + input2(2), + seamless(3), + hmHierarchicalModulation(4) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Dual drive. Active input of the exciter B + + " + ::= { dvbDDExciterB 6 } + + +-- + -- 1.3.6.1.4.1.19831.1.1.1.4.3.7 + dvbDDExciterBSFNMode OBJECT-TYPE + SYNTAX SFNMFN + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Dual drive. SFN mode of exciter B + + (0) undefined + (1) SFN + (2) MFN" + ::= { dvbDDExciterB 7 } + + +-- + -- 1.3.6.1.4.1.19831.1.1.1.4.3.8 + dvbDDExciterBRefFault OBJECT-TYPE + SYNTAX FaultOK + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Dual drive. Fault state of the GPS input or the reference frequency of exciter B + + (0) undefined + (1) fault + (2) ok" + ::= { dvbDDExciterB 8 } + + +-- + -- 1.3.6.1.4.1.19831.1.1.1.4.3.9 + dvbDDExciterBMute OBJECT-TYPE + SYNTAX MuteOk + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Dual drive. Mute state of exciter B + + (0) undefined + (1) mute + (2) ok" + ::= { dvbDDExciterB 9 } + + +-- + -- 1.3.6.1.4.1.19831.1.1.1.4.3.10 + dvbDDExciterBFaultMIP OBJECT-TYPE + SYNTAX FaultOK + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Dual drive. MIP fault state of exciter B + + (0) undefined + (1) fault + (2) ok" + ::= { dvbDDExciterB 10 } + + +-- + -- 1.3.6.1.4.1.19831.1.1.1.4.3.11 + dvbDDExciterBStuffingMode OBJECT-TYPE + SYNTAX SelectOnOff + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Dual drive. Stuffing state of exciter B + + (0) undefined + (1) ON + (2) OFF " + ::= { dvbDDExciterB 11 } + + +-- dvb dual drive: switch for Event + -- 1.3.6.1.4.1.19831.1.1.1.4.4 + dvbDDEventEnable OBJECT IDENTIFIER ::= { dvbDualDrive 4 } + + +-- dvb dual drive general: switch for Event + -- 1.3.6.1.4.1.19831.1.1.1.4.4.1 + dvbDDEventEnableGeneral OBJECT IDENTIFIER ::= { dvbDDEventEnable 1 } + + + -- 1.3.6.1.4.1.19831.1.1.1.4.4.1.1 + dvbDDInputPreselectionEnable OBJECT-TYPE + SYNTAX TruthValue + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Description. Enable/Disable switch for dvbDDInputPreselection event" + ::= { dvbDDEventEnableGeneral 1 } + + + -- 1.3.6.1.4.1.19831.1.1.1.4.4.1.2 + dvbDDInputAutomaticEnable OBJECT-TYPE + SYNTAX TruthValue + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Description. Enable/Disable switch for dvbDDInputAutomatic event" + ::= { dvbDDEventEnableGeneral 2 } + + + -- 1.3.6.1.4.1.19831.1.1.1.4.4.1.3 + dvbDDPreselectionExciterEnable OBJECT-TYPE + SYNTAX TruthValue + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Description. Enable/Disable switch for dvbDDPreselectionExciter event" + ::= { dvbDDEventEnableGeneral 3 } + + + -- 1.3.6.1.4.1.19831.1.1.1.4.4.1.4 + dvbDDTransmitterOpModeEnable OBJECT-TYPE + SYNTAX TruthValue + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Description. Enable/Disable switch for dvbDDTransmitterOpMode event" + ::= { dvbDDEventEnableGeneral 4 } + + + -- 1.3.6.1.4.1.19831.1.1.1.4.4.1.5 + dvbDDReserveControlEnable OBJECT-TYPE + SYNTAX TruthValue + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Description. Enable/Disable switch for dvbDDIReserveControl event" + ::= { dvbDDEventEnableGeneral 5 } + + + -- 1.3.6.1.4.1.19831.1.1.1.4.4.1.6 + dvbDDRFPresentEnable OBJECT-TYPE + SYNTAX TruthValue + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Description. Enable/Disable switch for dvbDDRFPresent event + " + ::= { dvbDDEventEnableGeneral 6 } + + + -- 1.3.6.1.4.1.19831.1.1.1.4.4.1.7 + dvbDDResetFaultEnable OBJECT-TYPE + SYNTAX TruthValue + MAX-ACCESS read-write + STATUS obsolete + DESCRIPTION + "Massage ist inactive! + + + Description. Enable/Disable switch for dvbDDResetFault event + " + ::= { dvbDDEventEnableGeneral 7 } + + + -- 1.3.6.1.4.1.19831.1.1.1.4.4.1.8 + dvbDDAmplifierFaultEnable OBJECT-TYPE + SYNTAX TruthValue + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Description. Enable/Disable switch for dvbDDAmplifierFault event" + ::= { dvbDDEventEnableGeneral 8 } + + + -- 1.3.6.1.4.1.19831.1.1.1.4.4.1.9 + dvbDDAmplifierWarningEnable OBJECT-TYPE + SYNTAX TruthValue + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Description. Enable/Disable switch for dvbDDAmplifierWarning event" + ::= { dvbDDEventEnableGeneral 9 } + + + -- 1.3.6.1.4.1.19831.1.1.1.4.4.1.10 + dvbDDActiveExciterEnable OBJECT-TYPE + SYNTAX TruthValue + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Description. Enable/Disable switch for dvbDDActiveExciter event + " + ::= { dvbDDEventEnableGeneral 10 } + + + -- 1.3.6.1.4.1.19831.1.1.1.4.4.1.11 + dvbDDLocalModeEnable OBJECT-TYPE + SYNTAX TruthValue + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Description. Enable/Disable switch for dvbDDLocalMode event" + ::= { dvbDDEventEnableGeneral 11 } + + + -- 1.3.6.1.4.1.19831.1.1.1.4.4.1.12 + dvbDDControlUnitFaultEnable OBJECT-TYPE + SYNTAX TruthValue + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Description. Enable/Disable switch for dvbDDControlUnitFault event" + ::= { dvbDDEventEnableGeneral 12 } + + + -- 1.3.6.1.4.1.19831.1.1.1.4.4.1.13 + dvbDDSwitchOverModeEnable OBJECT-TYPE + SYNTAX TruthValue + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Description. Enable/Disable switch for dvbDDSwitchOverMode event" + ::= { dvbDDEventEnableGeneral 13 } + + + -- 1.3.6.1.4.1.19831.1.1.1.4.4.1.14 + dvbDDSwitchOverReadyEnable OBJECT-TYPE + SYNTAX TruthValue + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Description. Enable/Disable switch for dvbDDSwitchOverReady event" + ::= { dvbDDEventEnableGeneral 14 } + + + -- 1.3.6.1.4.1.19831.1.1.1.4.4.1.15 + dvbDDSwitchOverExecutedEnable OBJECT-TYPE + SYNTAX TruthValue + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Description. Enable/Disable switch for dvbDDSwitchOverExecuted event" + ::= { dvbDDEventEnableGeneral 15 } + + + -- 1.3.6.1.4.1.19831.1.1.1.4.4.1.16 + dvbDDSwitchOverFaultEnable OBJECT-TYPE + SYNTAX TruthValue + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Description. Enable/Disable switch for dvbDDSwitchOverFault event" + ::= { dvbDDEventEnableGeneral 16 } + + +-- dvb dual drive exciter A: switch for Event + -- 1.3.6.1.4.1.19831.1.1.1.4.4.2 + dvbDDEventEnableExciterA OBJECT IDENTIFIER ::= { dvbDDEventEnable 2 } + + +-- + -- 1.3.6.1.4.1.19831.1.1.1.4.4.2.1 + dvbDDExciterAInput1OKEnable OBJECT-TYPE + SYNTAX TruthValue + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Description. Enable/Disable switch for dvbDDExciterAInput1OK event" + ::= { dvbDDEventEnableExciterA 1 } + + +-- + -- 1.3.6.1.4.1.19831.1.1.1.4.4.2.2 + dvbDDExciterAInput2OKEnable OBJECT-TYPE + SYNTAX TruthValue + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Description. Enable/Disable switch for dvbDDExciterAInput2OK event" + ::= { dvbDDEventEnableExciterA 2 } + + +-- + -- 1.3.6.1.4.1.19831.1.1.1.4.4.2.3 + dvbDDExciterALocalModeEnable OBJECT-TYPE + SYNTAX TruthValue + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Description. Enable/Disable switch for dvbDDExciterALocalMode event" + ::= { dvbDDEventEnableExciterA 3 } + + +-- + -- 1.3.6.1.4.1.19831.1.1.1.4.4.2.4 + dvbDDExciterAFaultEnable OBJECT-TYPE + SYNTAX TruthValue + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Description. Enable/Disable switch for dvbDDExciterAFault event" + ::= { dvbDDEventEnableExciterA 4 } + + +-- + -- 1.3.6.1.4.1.19831.1.1.1.4.4.2.5 + dvbDDExciterAWarningEnable OBJECT-TYPE + SYNTAX TruthValue + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Description. Enable/Disable switch for dvbDDExciterAWarning event" + ::= { dvbDDEventEnableExciterA 5 } + + +-- + -- 1.3.6.1.4.1.19831.1.1.1.4.4.2.6 + dvbDDExciterAActiveInputEnable OBJECT-TYPE + SYNTAX TruthValue + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Description. Enable/Disable switch for dvbDDExciterAActiveInput event" + ::= { dvbDDEventEnableExciterA 6 } + + +-- + -- 1.3.6.1.4.1.19831.1.1.1.4.4.2.7 + dvbDDExciterASFNModeEnable OBJECT-TYPE + SYNTAX TruthValue + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Description. Enable/Disable switch for dvbDDExciterASFNMode event" + ::= { dvbDDEventEnableExciterA 7 } + + +-- + -- 1.3.6.1.4.1.19831.1.1.1.4.4.2.8 + dvbDDExciterARefFaultEnable OBJECT-TYPE + SYNTAX TruthValue + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Description. Enable/Disable switch for dvbDDExciterARefFault event" + ::= { dvbDDEventEnableExciterA 8 } + + +-- + -- 1.3.6.1.4.1.19831.1.1.1.4.4.2.9 + dvbDDExciterAMuteEnable OBJECT-TYPE + SYNTAX TruthValue + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Description. Enable/Disable switch for dvbDDExciterAMute event" + ::= { dvbDDEventEnableExciterA 9 } + + +-- + -- 1.3.6.1.4.1.19831.1.1.1.4.4.2.10 + dvbDDExciterAFaultMIPEnable OBJECT-TYPE + SYNTAX TruthValue + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Description. Enable/Disable switch for dvbDDExciterAFaultMIP event" + ::= { dvbDDEventEnableExciterA 10 } + + +-- + -- 1.3.6.1.4.1.19831.1.1.1.4.4.2.11 + dvbDDExciterAStuffingModeEnable OBJECT-TYPE + SYNTAX TruthValue + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Description. Enable/Disable switch for dvbDDExciterAStuffingMode event" + ::= { dvbDDEventEnableExciterA 11 } + + +-- dvb dual drive exciter B: switch for Event + -- 1.3.6.1.4.1.19831.1.1.1.4.4.3 + dvbDDEventEnableExciterB OBJECT IDENTIFIER ::= { dvbDDEventEnable 3 } + + +-- + -- 1.3.6.1.4.1.19831.1.1.1.4.4.3.1 + dvbDDExciterBInput1OKEnable OBJECT-TYPE + SYNTAX TruthValue + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Description. Enable/Disable switch for dvbDDExciterBInput1OK event" + ::= { dvbDDEventEnableExciterB 1 } + + +-- + -- 1.3.6.1.4.1.19831.1.1.1.4.4.3.2 + dvbDDExciterBInput2OKEnable OBJECT-TYPE + SYNTAX TruthValue + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Description. Enable/Disable switch for dvbDDExciterBInput2OK event" + ::= { dvbDDEventEnableExciterB 2 } + + +-- + -- 1.3.6.1.4.1.19831.1.1.1.4.4.3.3 + dvbDDExciterBLocalModeEnable OBJECT-TYPE + SYNTAX TruthValue + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Description. Enable/Disable switch for dvbDDExciterBLocalMode event" + ::= { dvbDDEventEnableExciterB 3 } + + +-- + -- 1.3.6.1.4.1.19831.1.1.1.4.4.3.4 + dvbDDExciterBFaultEnable OBJECT-TYPE + SYNTAX TruthValue + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Description. Enable/Disable switch for dvbDDExciterBFault event" + ::= { dvbDDEventEnableExciterB 4 } + + +-- + -- 1.3.6.1.4.1.19831.1.1.1.4.4.3.5 + dvbDDExciterBWarningEnable OBJECT-TYPE + SYNTAX TruthValue + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Description. Enable/Disable switch for dvbDDExciterBWarning event" + ::= { dvbDDEventEnableExciterB 5 } + + +-- + -- 1.3.6.1.4.1.19831.1.1.1.4.4.3.6 + dvbDDExciterBActiveInputEnable OBJECT-TYPE + SYNTAX TruthValue + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Description. Enable/Disable switch for dvbDDExciterBActiveInput event" + ::= { dvbDDEventEnableExciterB 6 } + + +-- + -- 1.3.6.1.4.1.19831.1.1.1.4.4.3.7 + dvbDDExciterBSFNModeEnable OBJECT-TYPE + SYNTAX TruthValue + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Description. Enable/Disable switch for dvbDDExciterBSFNMode event" + ::= { dvbDDEventEnableExciterB 7 } + + +-- + -- 1.3.6.1.4.1.19831.1.1.1.4.4.3.8 + dvbDDExciterBRefFaultEnable OBJECT-TYPE + SYNTAX TruthValue + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Description. Enable/Disable switch for dvbDDExciterBRefFault event" + ::= { dvbDDEventEnableExciterB 8 } + + +-- + -- 1.3.6.1.4.1.19831.1.1.1.4.4.3.9 + dvbDDExciterBMuteEnable OBJECT-TYPE + SYNTAX TruthValue + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Description. Enable/Disable switch for dvbDDExciterBMute event" + ::= { dvbDDEventEnableExciterB 9 } + + +-- + -- 1.3.6.1.4.1.19831.1.1.1.4.4.3.10 + dvbDDExciterBFaultMIPEnable OBJECT-TYPE + SYNTAX TruthValue + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Description. Enable/Disable switch for dvbDDExciterBFaultMIP event" + ::= { dvbDDEventEnableExciterB 10 } + + +-- + -- 1.3.6.1.4.1.19831.1.1.1.4.4.3.11 + dvbDDExciterBStuffingModeEnable OBJECT-TYPE + SYNTAX TruthValue + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Description. Enable/Disable switch for dvbDDExciterBStuffingMode event" + ::= { dvbDDEventEnableExciterB 11 } + + +-- dvb dual drive event priority + -- 1.3.6.1.4.1.19831.1.1.1.4.5 + dvbDDEventPriority OBJECT IDENTIFIER ::= { dvbDualDrive 5 } + + +-- dvb dual drive: general event priority + -- 1.3.6.1.4.1.19831.1.1.1.4.5.1 + dvbDDEventPriorityGeneral OBJECT IDENTIFIER ::= { dvbDDEventPriority 1 } + + + -- 1.3.6.1.4.1.19831.1.1.1.4.5.1.1 + dvbDDInputPreselectionPriority OBJECT-TYPE + SYNTAX Unsigned32 + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Description. Priority for dvbDDInputPreselection event" + ::= { dvbDDEventPriorityGeneral 1 } + + + -- 1.3.6.1.4.1.19831.1.1.1.4.5.1.2 + dvbDDInputAutomaticPriority OBJECT-TYPE + SYNTAX Unsigned32 + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Description. Priority for dvbDDInputAutomatic event" + ::= { dvbDDEventPriorityGeneral 2 } + + + -- 1.3.6.1.4.1.19831.1.1.1.4.5.1.3 + dvbDDPreselectionExciterPriority OBJECT-TYPE + SYNTAX Unsigned32 + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Description. Priority for dvbDDInputExciter event" + ::= { dvbDDEventPriorityGeneral 3 } + + + -- 1.3.6.1.4.1.19831.1.1.1.4.5.1.4 + dvbDDTransmitterOpModePriority OBJECT-TYPE + SYNTAX Unsigned32 + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Description. Priority for dvbDDTransmitterOpMode event" + ::= { dvbDDEventPriorityGeneral 4 } + + + -- 1.3.6.1.4.1.19831.1.1.1.4.5.1.5 + dvbDDReserveControlPriority OBJECT-TYPE + SYNTAX Unsigned32 + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Description. Priority for dvbDDReserveControl event" + ::= { dvbDDEventPriorityGeneral 5 } + + + -- 1.3.6.1.4.1.19831.1.1.1.4.5.1.6 + dvbDDRFPresentPriority OBJECT-TYPE + SYNTAX Unsigned32 + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Description. Priority for dvbDDRFPresent event" + ::= { dvbDDEventPriorityGeneral 6 } + + + -- 1.3.6.1.4.1.19831.1.1.1.4.5.1.7 + dvbDDResetFaultPriority OBJECT-TYPE + SYNTAX Unsigned32 + MAX-ACCESS read-write + STATUS obsolete + DESCRIPTION + "Massage ist inactive! + + Description. Priority for dvbDDAmplifierResetFaultFault event" + ::= { dvbDDEventPriorityGeneral 7 } + + + -- 1.3.6.1.4.1.19831.1.1.1.4.5.1.8 + dvbDDAmplifierFaultPriority OBJECT-TYPE + SYNTAX Unsigned32 + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Description. Priority for dvbDDAmplifierFault event" + ::= { dvbDDEventPriorityGeneral 8 } + + + -- 1.3.6.1.4.1.19831.1.1.1.4.5.1.9 + dvbDDAmplifierWarningPriority OBJECT-TYPE + SYNTAX Unsigned32 + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Description. Priority for dvbDDAmplifierWarning event" + ::= { dvbDDEventPriorityGeneral 9 } + + + -- 1.3.6.1.4.1.19831.1.1.1.4.5.1.10 + dvbDDActiveExciterPriority OBJECT-TYPE + SYNTAX Unsigned32 + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Description. Priority for dvbDDActiveExciter event" + ::= { dvbDDEventPriorityGeneral 10 } + + + -- 1.3.6.1.4.1.19831.1.1.1.4.5.1.11 + dvbDDLocalModePriority OBJECT-TYPE + SYNTAX Unsigned32 + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Description. Priority for dvbDDLocalMode event" + ::= { dvbDDEventPriorityGeneral 11 } + + + -- 1.3.6.1.4.1.19831.1.1.1.4.5.1.12 + dvbDDControlUnitFaultPriority OBJECT-TYPE + SYNTAX Unsigned32 + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Description. Priority for dvbDDControlUnitFault event" + ::= { dvbDDEventPriorityGeneral 12 } + + + -- 1.3.6.1.4.1.19831.1.1.1.4.5.1.13 + dvbDDSwitchOverModePriority OBJECT-TYPE + SYNTAX Unsigned32 + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Description. Priority for dvbDDSwitchOverMode event" + ::= { dvbDDEventPriorityGeneral 13 } + + + -- 1.3.6.1.4.1.19831.1.1.1.4.5.1.14 + dvbDDSwitchOverReadyPriority OBJECT-TYPE + SYNTAX Unsigned32 + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Description. Priority for dvbDDSwitchOverReady event" + ::= { dvbDDEventPriorityGeneral 14 } + + + -- 1.3.6.1.4.1.19831.1.1.1.4.5.1.15 + dvbDDSwitchOverExecutedPriority OBJECT-TYPE + SYNTAX Unsigned32 + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Description. Priority for dvbDDSwitchOverExecuted event" + ::= { dvbDDEventPriorityGeneral 15 } + + + -- 1.3.6.1.4.1.19831.1.1.1.4.5.1.16 + dvbDDSwitchOverFaultPriority OBJECT-TYPE + SYNTAX Unsigned32 + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Description. Priority for dvbDDSwitchOverFault event" + ::= { dvbDDEventPriorityGeneral 16 } + + +-- dvb dual drive: ecxiter A event priority + -- 1.3.6.1.4.1.19831.1.1.1.4.5.2 + dvbDDEventPriorityExciterA OBJECT IDENTIFIER ::= { dvbDDEventPriority 2 } + + +-- + -- 1.3.6.1.4.1.19831.1.1.1.4.5.2.1 + dvbDDExciterAInput1OKPriority OBJECT-TYPE + SYNTAX Unsigned32 + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Description. Priority for dvbDDExciterAInput1OK event" + ::= { dvbDDEventPriorityExciterA 1 } + + +-- + -- 1.3.6.1.4.1.19831.1.1.1.4.5.2.2 + dvbDDExciterAInput2OKPriority OBJECT-TYPE + SYNTAX Unsigned32 + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Description. Priority for dvbDDExciterAInput2OK event" + ::= { dvbDDEventPriorityExciterA 2 } + + +-- + -- 1.3.6.1.4.1.19831.1.1.1.4.5.2.3 + dvbDDExciterALocalModePriority OBJECT-TYPE + SYNTAX Unsigned32 + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Description. Priority for dvbDDExciterALocalMode event" + ::= { dvbDDEventPriorityExciterA 3 } + + +-- + -- 1.3.6.1.4.1.19831.1.1.1.4.5.2.4 + dvbDDExciterAFaultPriority OBJECT-TYPE + SYNTAX Unsigned32 + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Description. Priority for dvbDDExciterAFault event" + ::= { dvbDDEventPriorityExciterA 4 } + + +-- + -- 1.3.6.1.4.1.19831.1.1.1.4.5.2.5 + dvbDDExciterAWarningPriority OBJECT-TYPE + SYNTAX Unsigned32 + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Description. Priority for dvbDDExciterAWarning event" + ::= { dvbDDEventPriorityExciterA 5 } + + +-- + -- 1.3.6.1.4.1.19831.1.1.1.4.5.2.6 + dvbDDExciterAActiveInputPriority OBJECT-TYPE + SYNTAX Unsigned32 + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Description. Priority for dvbDDExciterAActiveInput event" + ::= { dvbDDEventPriorityExciterA 6 } + + +-- + -- 1.3.6.1.4.1.19831.1.1.1.4.5.2.7 + dvbDDExciterASFNModePriority OBJECT-TYPE + SYNTAX Unsigned32 + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Description. Priority for dvbDDExciterASFNMode event" + ::= { dvbDDEventPriorityExciterA 7 } + + +-- + -- 1.3.6.1.4.1.19831.1.1.1.4.5.2.8 + dvbDDExciterARefFaultPriority OBJECT-TYPE + SYNTAX Unsigned32 + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Description. Priority for dvbDDExciterARefFault event" + ::= { dvbDDEventPriorityExciterA 8 } + + +-- + -- 1.3.6.1.4.1.19831.1.1.1.4.5.2.9 + dvbDDExciterAMutePriority OBJECT-TYPE + SYNTAX Unsigned32 + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Description. Priority for dvbDDExciterAMute event" + ::= { dvbDDEventPriorityExciterA 9 } + + +-- + -- 1.3.6.1.4.1.19831.1.1.1.4.5.2.10 + dvbDDExciterAFaultMIPPriority OBJECT-TYPE + SYNTAX Unsigned32 + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Description. Priority for dvbDDExciterAFaultMIP event" + ::= { dvbDDEventPriorityExciterA 10 } + + +-- + -- 1.3.6.1.4.1.19831.1.1.1.4.5.2.11 + dvbDDExciterAStuffingModePriority OBJECT-TYPE + SYNTAX Unsigned32 + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Description. Priority for dvbDDExciterAStuffingMode event" + ::= { dvbDDEventPriorityExciterA 11 } + + +-- dvb dual drive: exciter B event priority + -- 1.3.6.1.4.1.19831.1.1.1.4.5.3 + dvbDDEventPriorityExciterB OBJECT IDENTIFIER ::= { dvbDDEventPriority 3 } + + +-- + -- 1.3.6.1.4.1.19831.1.1.1.4.5.3.1 + dvbDDExciterBInput1OKPriority OBJECT-TYPE + SYNTAX Unsigned32 + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Description. Priority for dvbDDExciterBInput1OK event" + ::= { dvbDDEventPriorityExciterB 1 } + + +-- + -- 1.3.6.1.4.1.19831.1.1.1.4.5.3.2 + dvbDDExciterBInput2OKPriority OBJECT-TYPE + SYNTAX Unsigned32 + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Description. Priority for dvbDDExciterBInput2OK event" + ::= { dvbDDEventPriorityExciterB 2 } + + +-- + -- 1.3.6.1.4.1.19831.1.1.1.4.5.3.3 + dvbDDExciterBLocalModePriority OBJECT-TYPE + SYNTAX Unsigned32 + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Description. Priority for dvbDDExciterBLocalMode event" + ::= { dvbDDEventPriorityExciterB 3 } + + +-- + -- 1.3.6.1.4.1.19831.1.1.1.4.5.3.4 + dvbDDExciterBFaultPriority OBJECT-TYPE + SYNTAX Unsigned32 + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Description. Priority for dvbDDExciterBFault event" + ::= { dvbDDEventPriorityExciterB 4 } + + +-- + -- 1.3.6.1.4.1.19831.1.1.1.4.5.3.5 + dvbDDExciterBWarningPriority OBJECT-TYPE + SYNTAX Unsigned32 + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Description. Priority for dvbDDExciterBWarning event" + ::= { dvbDDEventPriorityExciterB 5 } + + +-- + -- 1.3.6.1.4.1.19831.1.1.1.4.5.3.6 + dvbDDExciterBActiveInputPriority OBJECT-TYPE + SYNTAX Unsigned32 + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Description. Priority for dvbDDExciterBActiveInput event" + ::= { dvbDDEventPriorityExciterB 6 } + + +-- + -- 1.3.6.1.4.1.19831.1.1.1.4.5.3.7 + dvbDDExciterBSFNModePriority OBJECT-TYPE + SYNTAX Unsigned32 + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Description. Priority for dvbDDExciterBSFNMode event" + ::= { dvbDDEventPriorityExciterB 7 } + + +-- + -- 1.3.6.1.4.1.19831.1.1.1.4.5.3.8 + dvbDDExciterBRefFaultPriority OBJECT-TYPE + SYNTAX Unsigned32 + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Description. Priority for dvbDDExciterBRefFault event" + ::= { dvbDDEventPriorityExciterB 8 } + + +-- + -- 1.3.6.1.4.1.19831.1.1.1.4.5.3.9 + dvbDDExciterBMutePriority OBJECT-TYPE + SYNTAX Unsigned32 + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Description. Priority for dvbDDExciterBMute event" + ::= { dvbDDEventPriorityExciterB 9 } + + +-- + -- 1.3.6.1.4.1.19831.1.1.1.4.5.3.10 + dvbDDExciterBFaultMIPPriority OBJECT-TYPE + SYNTAX Unsigned32 + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Description. Priority for dvbDDExciterBFaultMIP event" + ::= { dvbDDEventPriorityExciterB 10 } + + +-- + -- 1.3.6.1.4.1.19831.1.1.1.4.5.3.11 + dvbDDExciterBStuffingModePriority OBJECT-TYPE + SYNTAX Unsigned32 + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Description. Priority for dvbDDExciterBStuffingMode event" + ::= { dvbDDEventPriorityExciterB 11 } + + + -- 1.3.6.1.4.1.19831.1.1.1.4.6 + groupsDD OBJECT IDENTIFIER ::= { dvbDualDrive 6 } + + +-- events + -- 1.3.6.1.4.1.19831.1.1.1.4.6.1 + eventGroupDD NOTIFICATION-GROUP + NOTIFICATIONS { dvbDDInputPreselectionEvent, dvbDDInputAutomaticEvent, dvbDDPreselectionExciterEvent, dvbDDTransmitterOpModeEvent, dvbDDReserveControlEvent, + dvbDDRFPresentEvent, dvbDDAmplifierFaultEvent, dvbDDActiveExciterEvent, dvbDDLocalModeEvent, dvbDDControlUnitFaultEvent, + dvbDDSwitchOverModeEvent, dvbDDSwitchOverReadyEvent, dvbDDSwitchOverExecutedEvent, dvbDDSwitchOverFaultEvent, dvbDDExciterAInput1OKEvent, + dvbDDExciterAInput2OKEvent, dvbDDExciterALocalModeEvent, dvbDDExciterAFaultEvent, dvbDDExciterAWarningEvent, dvbDDExciterAActiveInputEvent, + dvbDDExciterASFNModeEvent, dvbDDExciterARefFaultEvent, dvbDDExciterAMuteEvent, dvbDDExciterAFaultMIPEvent, dvbDDExciterAStuffingModeEvent, + dvbDDExciterBInput1OKEvent, dvbDDExciterBInput2OKEvent, dvbDDExciterBLocalModeEvent, dvbDDExciterBFaultEvent, dvbDDExciterBWarningEvent, + dvbDDExciterBActiveInputEvent, dvbDDExciterBSFNModeEvent, dvbDDExciterBRefFaultEvent, dvbDDExciterBMuteEvent, dvbDDExciterBFaultMIPEvent, + dvbDDExciterBStuffingModeEvent, dvbDDAmplifierWarningEvent } + STATUS current + DESCRIPTION + "Description." + ::= { groupsDD 1 } + + +-- objecs + -- 1.3.6.1.4.1.19831.1.1.1.4.6.2 + objectGroupDD OBJECT-GROUP + OBJECTS { dvbDDInputPreselection, dvbDDInputAutomatic, dvbDDPreselectionExciter, dvbDDTransmitterOpMode, dvbDDReserveControl, + dvbDDRFPresent, dvbDDAmplifierFault, dvbDDActiveExciter, dvbDDLocalMode, dvbDDControlUnitFault, + dvbDDSwitchOverMode, dvbDDSwitchOverReady, dvbDDSwitchOverExecuted, dvbDDSwitchOverFault, dvbDDExciterAInput1OK, + dvbDDExciterAInput2OK, dvbDDExciterALocalMode, dvbDDExciterAFault, dvbDDExciterAWarning, dvbDDExciterAActiveInput, + dvbDDExciterASFNMode, dvbDDExciterARefFault, dvbDDExciterAMute, dvbDDExciterAFaultMIP, dvbDDExciterAStuffingMode, + dvbDDExciterBInput1OK, dvbDDExciterBInput2OK, dvbDDExciterBLocalMode, dvbDDExciterBFault, dvbDDExciterBWarning, + dvbDDExciterBActiveInput, dvbDDExciterBSFNMode, dvbDDExciterBRefFault, dvbDDExciterBMute, dvbDDExciterBFaultMIP, + dvbDDExciterBStuffingMode, dvbDDInputPreselectionEnable, dvbDDInputAutomaticEnable, dvbDDPreselectionExciterEnable, dvbDDTransmitterOpModeEnable, + dvbDDReserveControlEnable, dvbDDAmplifierFaultEnable, dvbDDActiveExciterEnable, dvbDDLocalModeEnable, dvbDDControlUnitFaultEnable, + dvbDDSwitchOverModeEnable, dvbDDSwitchOverReadyEnable, dvbDDSwitchOverExecutedEnable, dvbDDSwitchOverFaultEnable, dvbDDExciterAInput1OKEnable, + dvbDDExciterAInput2OKEnable, dvbDDExciterALocalModeEnable, dvbDDExciterAFaultEnable, dvbDDExciterAWarningEnable, dvbDDExciterAActiveInputEnable, + dvbDDExciterASFNModeEnable, dvbDDExciterARefFaultEnable, dvbDDExciterAMuteEnable, dvbDDExciterAFaultMIPEnable, dvbDDExciterAStuffingModeEnable, + dvbDDExciterBInput1OKEnable, dvbDDExciterBInput2OKEnable, dvbDDExciterBLocalModeEnable, dvbDDExciterBFaultEnable, dvbDDExciterBWarningEnable, + dvbDDExciterBActiveInputEnable, dvbDDExciterBSFNModeEnable, dvbDDExciterBRefFaultEnable, dvbDDExciterBMuteEnable, dvbDDExciterBFaultMIPEnable, + dvbDDExciterBStuffingModeEnable, dvbDDInputAutomaticPriority, dvbDDPreselectionExciterPriority, dvbDDTransmitterOpModePriority, dvbDDReserveControlPriority, + dvbDDRFPresentPriority, dvbDDAmplifierFaultPriority, dvbDDActiveExciterPriority, dvbDDLocalModePriority, dvbDDControlUnitFaultPriority, + dvbDDSwitchOverModePriority, dvbDDSwitchOverReadyPriority, dvbDDSwitchOverExecutedPriority, dvbDDSwitchOverFaultPriority, dvbDDExciterAInput1OKPriority, + dvbDDExciterAInput2OKPriority, dvbDDExciterALocalModePriority, dvbDDExciterAFaultPriority, dvbDDExciterAWarningPriority, dvbDDExciterAActiveInputPriority, + dvbDDExciterASFNModePriority, dvbDDExciterARefFaultPriority, dvbDDExciterAMutePriority, dvbDDExciterAFaultMIPPriority, dvbDDExciterAStuffingModePriority, + dvbDDExciterBInput1OKPriority, dvbDDExciterBInput2OKPriority, dvbDDExciterBLocalModePriority, dvbDDExciterBFaultPriority, dvbDDExciterBWarningPriority, + dvbDDExciterBActiveInputPriority, dvbDDExciterBSFNModePriority, dvbDDExciterBRefFaultPriority, dvbDDExciterBMutePriority, dvbDDExciterBFaultMIPPriority, + dvbDDExciterBStuffingModePriority, dvbDDInputPreselectionPriority, dvbDDAmplifierWarning, dvbDDRFPresentEnable, dvbDDAmplifierWarningPriority, + dvbDDAmplifierWarningEnable } + STATUS current + DESCRIPTION + "Description.dual drive: object group" + ::= { groupsDD 2 } + + + -- 1.3.6.1.4.1.19831.1.1.1.4.6.3 + eventGroupDDobsolete NOTIFICATION-GROUP + NOTIFICATIONS { dvbDDResetFaultEvent } + STATUS obsolete + DESCRIPTION + "Description." + ::= { groupsDD 3 } + + + -- 1.3.6.1.4.1.19831.1.1.1.4.6.4 + objectGroupDDobsolete OBJECT-GROUP + OBJECTS { dvbDDResetFault, dvbDDResetFaultEnable, dvbDDResetFaultPriority } + STATUS obsolete + DESCRIPTION + "Description.Inactive objects" + ::= { groupsDD 4 } + + + -- 1.3.6.1.4.1.19831.1.1.1.4.7 + complianceDD OBJECT IDENTIFIER ::= { dvbDualDrive 7 } + + + -- 1.3.6.1.4.1.19831.1.1.1.4.7.1 + dvbDualDriveCompliance MODULE-COMPLIANCE + STATUS current + DESCRIPTION + "Compliance Statement" + MODULE -- this module + MANDATORY-GROUPS { eventGroupDD, objectGroupDD } + ::= { complianceDD 1 } + + + + END + +-- +-- IRT-DVBT-DUALDRIVE-MIB.my +-- diff --git a/src/vendor/irt/IRT-DVBT-NPLUS1-MIB b/src/vendor/irt/IRT-DVBT-NPLUS1-MIB new file mode 100644 index 000000000000..642e01d3e60a --- /dev/null +++ b/src/vendor/irt/IRT-DVBT-NPLUS1-MIB @@ -0,0 +1,2811 @@ +-- +-- IRT-DVBT-NPLUS1-MIB.my +-- MIB generated by MG-SOFT Visual MIB Builder Version 6.0 Build 88 +-- Wednesday, May 23, 2007 at 19:04:47 +-- + + IRT-DVBT-NPLUS1-MIB DEFINITIONS ::= BEGIN + + IMPORTS + objectGroup, eventTimeStamp, eventPriority, eventCounter, mibRelease + FROM IRT-COMMONVARBINDS-MIB + dvbT, LocalRemote, FaultOK, SelectManualAuto, ReadyNotReady, + ExecutedNotExecuted, Input1Input2, SelectOnOff, PresentNotPresent, OkNotOk, + WarningOK, MuteOk, SFNMFN + FROM IRT-TRANSMITTER-SMI-MIB + OBJECT-GROUP, MODULE-COMPLIANCE, NOTIFICATION-GROUP + FROM SNMPv2-CONF + sysDescr, sysName, sysLocation + FROM SNMPv2-MIB + Unsigned32, OBJECT-TYPE, MODULE-IDENTITY, NOTIFICATION-TYPE + FROM SNMPv2-SMI + DateAndTime, DisplayString, TruthValue, TEXTUAL-CONVENTION + FROM SNMPv2-TC; + + + -- 1.3.6.1.4.1.19831.1.1.1.5 + dvbnPlus1 MODULE-IDENTITY + LAST-UPDATED "200705041400Z" -- May 04, 2007 at 14:00 GMT + ORGANIZATION + "IRT for WORKING-GROUP-TC-MIB" + CONTACT-INFO + "Contact-info. + + Andreas Metz + + Institut fuer Rundfunktechnik GmbH + Broadcast Networks and Servers (SN) + + Floriansmuehlstr.60 + 80939 Munich + Germany + + Phone: +49 89 32399 325 + Fax: +49 89 32399 354 + " + DESCRIPTION + "Description. + branch definition + + 1st level + + events OBJECT IDENTIFIER ::= { dvbnPlus1 0 } + dvbnPlus1General OBJECT IDENTIFIER ::= { dvbnPlus1 1 } + dvbnPlus1MainTransmitterTable is defined below as dvbnPlus1 2 + dvbnPlus1ReserveTransmitter OBJECT IDENTIFIER ::= { dvbnPlus1 3 } + dvbnPlus1TransmitterATable is defined below as dvbnPlus1 4 + dvbnPlus1TransmitterB OBJECT IDENTIFIER ::= { dvbnPlus1 5 } + dvbnPlus1EventEnable OBJECT IDENTIFIER ::= { dvbnPlus1 6 } + dvbnPlus1EventPriority OBJECT IDENTIFIER ::= { dvbnPlus1 7 } + groups OBJECT IDENTIFIER ::= { dvbnPlus1 8 } + + + 2nd level + + dvbnPlus1EventEnableGeneral OBJECT IDENTIFIER ::= { dvbnPlus1EventEnable 1 } + dvbnPlus1EventEnableMainTransmitterTable is defined below as dvbnPlus1EventEnable 2 + dvbnPlus1EventEnableReserveTransmitter OBJECT IDENTIFIER ::= { dvbnPlus1EventEnable 3 } + dvbnPlus1EventEnableTransmitterATable is defined below as dvbnPlus1EventEnable 4 } + dvbnPlus1EventEnableTransmitterB OBJECT IDENTIFIER ::= { dvbnPlus1EventEnable 5 } + + dvbnPlus1EventPriorityGeneral OBJECT IDENTIFIER ::= { dvbnPlus1EventPriority 1 } + dvbnPlus1EventPriorityMainTransmitterTable is defined below as dvbnPlus1EventPriority 2 + dvbnPlus1EventPriorityReserveTransmitter OBJECT IDENTIFIER ::= { dvbnPlus1EventPriority 3 } + dvbnPlus1EventPriorityTransmitterATable is defined below as dvbnPlus1EventPriority 4 + dvbnPlus1EventPriorityTransmitterB OBJECT IDENTIFIER ::= { dvbnPlus1EventPriority 5 } + + end branch" + REVISION "200705041400Z" -- May 04, 2007 at 14:00 GMT + DESCRIPTION + "change SFNMode and + MODULE-COMPLIANCE + change numbering: OIDs + 1.3.6.1.4.1.19831.1.1.1.5.5.x and + 1.3.6.1.4.1.19831.1.1.1.5.6.3.x + 1.3.6.1.4.1.19831.1.1.1.5.6.5.x + 1.3.6.1.4.1.19831.1.1.1.5.7.3.x + 1.3.6.1.4.1.19831.1.1.1.5.7.5.x" + REVISION "200612211400Z" -- December 21, 2006 at 14:00 GMT + DESCRIPTION + "TransmitterB corrections + " + REVISION "200612201400Z" -- December 20, 2006 at 14:00 GMT + DESCRIPTION + "Correction" + REVISION "200609211400Z" -- September 21, 2006 at 14:00 GMT + DESCRIPTION + "Adding Compliance Statement" + REVISION "200609191400Z" -- September 19, 2006 at 14:00 GMT + DESCRIPTION + "Correcting Imports" + REVISION "200609071400Z" -- September 07, 2006 at 14:00 GMT + DESCRIPTION + "Relocation of the TC-MIB from the standard OID area at IEC into the private OID area of the IRT" + ::= { dvbT 5 } + + + +-- +-- Textual conventions +-- + + TransmitterBFreeOccupied ::= TEXTUAL-CONVENTION + STATUS current + DESCRIPTION + "Description. Free/Occupied message for transmitter B + + (1) free + (2) occupied " + SYNTAX INTEGER + { + free(1), + occupied(2) + } + + +-- +-- Node definitions +-- + +-- dvb N+1 Reserve. Events + -- 1.3.6.1.4.1.19831.1.1.1.5.0 + dvbEventsnPlus1 OBJECT IDENTIFIER ::= { dvbnPlus1 0 } + + + -- 1.3.6.1.4.1.19831.1.1.1.5.0.1 + dvbnPlus1ResetFaultEvent NOTIFICATION-TYPE + OBJECTS { sysDescr, sysName, sysLocation, eventTimeStamp, eventPriority, + eventCounter, dvbnPlus1ResetFault } + STATUS obsolete + DESCRIPTION + "Notification is inactive! + + Description. dvbnPlus1ResetFault notification" + ::= { dvbEventsnPlus1 1 } + + + -- 1.3.6.1.4.1.19831.1.1.1.5.0.2 + dvbnPlus1RedundancySwitchOverEvent NOTIFICATION-TYPE + OBJECTS { sysDescr, sysName, sysLocation, eventTimeStamp, eventPriority, + eventCounter, dvbnPlus1RedundancySwitchOver } + STATUS current + DESCRIPTION + "Description. dvbnPlus1RedundancySwitchOver notification" + ::= { dvbEventsnPlus1 2 } + + + -- 1.3.6.1.4.1.19831.1.1.1.5.0.3 + dvbnPlus1LocalModeEvent NOTIFICATION-TYPE + OBJECTS { sysDescr, sysName, sysLocation, eventTimeStamp, eventPriority, + eventCounter, dvbnPlus1LocalMode } + STATUS current + DESCRIPTION + "Description. dvbnPlus1LocalMode notification" + ::= { dvbEventsnPlus1 3 } + + + -- 1.3.6.1.4.1.19831.1.1.1.5.0.4 + dvbnPlus1ControlUnitFaultEvent NOTIFICATION-TYPE + OBJECTS { sysDescr, sysName, sysLocation, eventTimeStamp, eventPriority, + eventCounter, dvbnPlus1ControlUnitFault } + STATUS current + DESCRIPTION + "Description. dvbnPlus1ControlUnitFault notification" + ::= { dvbEventsnPlus1 4 } + + + -- 1.3.6.1.4.1.19831.1.1.1.5.0.5 + dvbnPlus1SwitchOverModeEvent NOTIFICATION-TYPE + OBJECTS { sysDescr, sysName, sysLocation, eventTimeStamp, eventPriority, + eventCounter, dvbnPlus1SwitchOverMode } + STATUS current + DESCRIPTION + "Description. dvbnPlus1SwitchOverMode notification" + ::= { dvbEventsnPlus1 5 } + + + -- 1.3.6.1.4.1.19831.1.1.1.5.0.6 + dvbnPlus1SwitchOverReadyEvent NOTIFICATION-TYPE + OBJECTS { sysDescr, sysName, sysLocation, eventTimeStamp, eventPriority, + eventCounter, dvbnPlus1SwitchOverReady } + STATUS current + DESCRIPTION + "Description. dvbnPlus1SwitchOverReady notification" + ::= { dvbEventsnPlus1 6 } + + + -- 1.3.6.1.4.1.19831.1.1.1.5.0.7 + dvbnPlus1SwitchOverExecutedEvent NOTIFICATION-TYPE + OBJECTS { sysDescr, sysName, sysLocation, eventTimeStamp, eventPriority, + eventCounter, dvbnPlus1SwitchOverExecuted } + STATUS current + DESCRIPTION + "Description. dvbnPlus1SwitchOverExecuted notification" + ::= { dvbEventsnPlus1 7 } + + + -- 1.3.6.1.4.1.19831.1.1.1.5.0.8 + dvbnPlus1SwitchOverFaultEvent NOTIFICATION-TYPE + OBJECTS { sysDescr, sysName, sysLocation, eventTimeStamp, eventPriority, + eventCounter, dvbnPlus1SwitchOverFault } + STATUS current + DESCRIPTION + "Description. dvbnPlus1SwitchOverFault notification" + ::= { dvbEventsnPlus1 8 } + + + -- 1.3.6.1.4.1.19831.1.1.1.5.0.9 + dvbnPlus1ChannelSelectionEvent NOTIFICATION-TYPE + OBJECTS { sysDescr, sysName, sysLocation, eventTimeStamp, eventPriority, + eventCounter, dvbnPlus1ChannelSelection } + STATUS current + DESCRIPTION + "Description. dvbnPlus1ChannelSelection notification" + ::= { dvbEventsnPlus1 9 } + + + -- 1.3.6.1.4.1.19831.1.1.1.5.0.10 + dvbnPlus1TransmitterBResetEvent NOTIFICATION-TYPE + OBJECTS { sysDescr, sysName, sysLocation, eventTimeStamp, eventPriority, + eventCounter, dvbnPlus1TransmitterBReset } + STATUS obsolete + DESCRIPTION + "Notification is inactive! + + Description. dvbnPlus1TransmitterBReset notification" + ::= { dvbEventsnPlus1 10 } + + + -- 1.3.6.1.4.1.19831.1.1.1.5.0.11 + dvbnPlus1TransmitterBModeEvent NOTIFICATION-TYPE + OBJECTS { sysDescr, sysName, sysLocation, eventTimeStamp, eventPriority, + eventCounter, dvbnPlus1TransmitterBMode } + STATUS obsolete + DESCRIPTION + "Notification is inactive! + + Description. dvbnPlus1TransmitterBMode notification" + ::= { dvbEventsnPlus1 11 } + + + -- 1.3.6.1.4.1.19831.1.1.1.5.0.12 + dvbnPlus1MTInputPreselectionEvent NOTIFICATION-TYPE + OBJECTS { sysDescr, sysName, sysLocation, eventTimeStamp, eventPriority, + eventCounter, dvbnPlus1MTInputPreselection, dvbnPlus1EventTransmitterIndex } + STATUS current + DESCRIPTION + "Description. dvbnPlus1MTInputPreselection notification" + ::= { dvbEventsnPlus1 12 } + + + -- 1.3.6.1.4.1.19831.1.1.1.5.0.13 + dvbnPlus1MTInputAutomaticEvent NOTIFICATION-TYPE + OBJECTS { sysDescr, sysName, sysLocation, eventTimeStamp, eventPriority, + eventCounter, dvbnPlus1MTInputAutomatic, dvbnPlus1EventTransmitterIndex } + STATUS current + DESCRIPTION + "Description. dvbnPlus1MTInputAutomatic notification" + ::= { dvbEventsnPlus1 13 } + + + -- 1.3.6.1.4.1.19831.1.1.1.5.0.14 + dvbnPlus1MTOpModeEvent NOTIFICATION-TYPE + OBJECTS { sysDescr, sysName, sysLocation, eventTimeStamp, eventPriority, + eventCounter, dvbnPlus1MTOpMode, dvbnPlus1EventTransmitterIndex } + STATUS current + DESCRIPTION + "Description. dvbnPlus1MTOpMode notification" + ::= { dvbEventsnPlus1 14 } + + + -- 1.3.6.1.4.1.19831.1.1.1.5.0.15 + dvbnPlus1MTRFProgramPresentEvent NOTIFICATION-TYPE + OBJECTS { sysDescr, sysName, sysLocation, eventTimeStamp, eventPriority, + eventCounter, dvbnPlus1MTRFProgramPresent, dvbnPlus1EventTransmitterIndex } + STATUS current + DESCRIPTION + "Description. dvbnPlus1MTRFProgramPresent notification" + ::= { dvbEventsnPlus1 15 } + + + -- 1.3.6.1.4.1.19831.1.1.1.5.0.16 + dvbnPlus1RTInputPreselectionEvent NOTIFICATION-TYPE + OBJECTS { sysDescr, sysName, sysLocation, eventTimeStamp, eventPriority, + eventCounter, dvbnPlus1RTInputPreselection } + STATUS current + DESCRIPTION + "Description. dvbnPlus1RTInputPreselection notification" + ::= { dvbEventsnPlus1 16 } + + + -- 1.3.6.1.4.1.19831.1.1.1.5.0.17 + dvbnPlus1RTInputAutomaticEvent NOTIFICATION-TYPE + OBJECTS { sysDescr, sysName, sysLocation, eventTimeStamp, eventPriority, + eventCounter, dvbnPlus1RTInputAutomatic } + STATUS current + DESCRIPTION + "Description. dvbnPlus1RTInputAutomatic notification" + ::= { dvbEventsnPlus1 17 } + + + -- 1.3.6.1.4.1.19831.1.1.1.5.0.18 + dvbnPlus1RTOpModeEvent NOTIFICATION-TYPE + OBJECTS { sysDescr, sysName, sysLocation, eventTimeStamp, eventPriority, + eventCounter, dvbnPlus1RTOpMode } + STATUS current + DESCRIPTION + "Description. dvbnPlus1RTOpMode notification" + ::= { dvbEventsnPlus1 18 } + + + -- 1.3.6.1.4.1.19831.1.1.1.5.0.19 + dvbnPlus1RTRFProgramPresentEvent NOTIFICATION-TYPE + OBJECTS { sysDescr, sysName, sysLocation, eventTimeStamp, eventPriority, + eventCounter, dvbnPlus1RTRFProgramPresent } + STATUS current + DESCRIPTION + "Description. dvbnPlus1RTRFProgramPresent notification" + ::= { dvbEventsnPlus1 19 } + + + -- 1.3.6.1.4.1.19831.1.1.1.5.0.20 + dvbnPlus1TARFPresentEvent NOTIFICATION-TYPE + OBJECTS { sysDescr, sysName, sysLocation, eventTimeStamp, eventPriority, + eventCounter, dvbnPlus1TARFPresent, dvbnPlus1EventTransmitterIndex } + STATUS current + DESCRIPTION + "Description. dvbnPlus1TARFPresent notification" + ::= { dvbEventsnPlus1 20 } + + + -- 1.3.6.1.4.1.19831.1.1.1.5.0.21 + dvbnPlus1TAInput1OKEvent NOTIFICATION-TYPE + OBJECTS { sysDescr, sysName, sysLocation, eventTimeStamp, eventPriority, + eventCounter, dvbnPlus1TAInput1OK, dvbnPlus1EventTransmitterIndex } + STATUS current + DESCRIPTION + "Description. dvbnPlus1TAInput1OK notification" + ::= { dvbEventsnPlus1 21 } + + + -- 1.3.6.1.4.1.19831.1.1.1.5.0.22 + dvbnPlus1TAInput2OKEvent NOTIFICATION-TYPE + OBJECTS { sysDescr, sysName, sysLocation, eventTimeStamp, eventPriority, + eventCounter, dvbnPlus1TAInput2OK, dvbnPlus1EventTransmitterIndex } + STATUS current + DESCRIPTION + "Description. dvbnPlus1TAInput2OK notification" + ::= { dvbEventsnPlus1 22 } + + + -- 1.3.6.1.4.1.19831.1.1.1.5.0.23 + dvbnPlus1TALocalModeEvent NOTIFICATION-TYPE + OBJECTS { sysDescr, sysName, sysLocation, eventTimeStamp, eventPriority, + eventCounter, dvbnPlus1TALocalMode, dvbnPlus1EventTransmitterIndex } + STATUS current + DESCRIPTION + "Description. dvbnPlus1TALocalMode notification" + ::= { dvbEventsnPlus1 23 } + + + -- 1.3.6.1.4.1.19831.1.1.1.5.0.24 + dvbnPlus1TAInputPreselectionEvent NOTIFICATION-TYPE + OBJECTS { sysDescr, sysName, sysLocation, eventTimeStamp, eventPriority, + eventCounter, dvbnPlus1TAInputPreselection, dvbnPlus1EventTransmitterIndex } + STATUS current + DESCRIPTION + "Description. dvbnPlus1TAInputPreselection notification" + ::= { dvbEventsnPlus1 24 } + + + -- 1.3.6.1.4.1.19831.1.1.1.5.0.25 + dvbnPlus1TAInputAutomaticEvent NOTIFICATION-TYPE + OBJECTS { sysDescr, sysName, sysLocation, eventTimeStamp, eventPriority, + eventCounter, dvbnPlus1TAInputAutomatic, dvbnPlus1EventTransmitterIndex } + STATUS current + DESCRIPTION + "Description. dvbnPlus1TAInputAutomatic notification" + ::= { dvbEventsnPlus1 25 } + + + -- 1.3.6.1.4.1.19831.1.1.1.5.0.26 + dvbnPlus1TAFaultEvent NOTIFICATION-TYPE + OBJECTS { sysDescr, sysName, sysLocation, eventTimeStamp, eventPriority, + eventCounter, dvbnPlus1TAFault, dvbnPlus1EventTransmitterIndex } + STATUS current + DESCRIPTION + "Description. dvbnPlus1TAFault notification" + ::= { dvbEventsnPlus1 26 } + + + -- 1.3.6.1.4.1.19831.1.1.1.5.0.27 + dvbnPlus1TAWarningEvent NOTIFICATION-TYPE + OBJECTS { sysDescr, sysName, sysLocation, eventTimeStamp, eventPriority, + eventCounter, dvbnPlus1TAWarning, dvbnPlus1EventTransmitterIndex } + STATUS current + DESCRIPTION + "Description. dvbnPlus1TAWarning notification" + ::= { dvbEventsnPlus1 27 } + + + -- 1.3.6.1.4.1.19831.1.1.1.5.0.28 + dvbnPlus1TAActiveInputEvent NOTIFICATION-TYPE + OBJECTS { sysDescr, sysName, sysLocation, eventTimeStamp, eventPriority, + eventCounter, dvbnPlus1TAActiveInput, dvbnPlus1EventTransmitterIndex } + STATUS current + DESCRIPTION + "Description. dvbnPlus1TAActiveInput notification" + ::= { dvbEventsnPlus1 28 } + + + -- 1.3.6.1.4.1.19831.1.1.1.5.0.29 + dvbnPlus1TASFNModeEvent NOTIFICATION-TYPE + OBJECTS { sysDescr, sysName, sysLocation, eventTimeStamp, eventPriority, + eventCounter, dvbnPlus1TASFNMode, dvbnPlus1EventTransmitterIndex } + STATUS current + DESCRIPTION + "Description. dvbnPlus1TASFNMode notification" + ::= { dvbEventsnPlus1 29 } + + + -- 1.3.6.1.4.1.19831.1.1.1.5.0.30 + dvbnPlus1TARefFaultEvent NOTIFICATION-TYPE + OBJECTS { sysDescr, sysName, sysLocation, eventTimeStamp, eventPriority, + eventCounter, dvbnPlus1TARefFault, dvbnPlus1EventTransmitterIndex } + STATUS current + DESCRIPTION + "Description. dvbnPlus1TARefFault notification" + ::= { dvbEventsnPlus1 30 } + + + -- 1.3.6.1.4.1.19831.1.1.1.5.0.31 + dvbnPlus1TAMuteEvent NOTIFICATION-TYPE + OBJECTS { sysDescr, sysName, sysLocation, eventTimeStamp, eventPriority, + eventCounter, dvbnPlus1TAMute, dvbnPlus1EventTransmitterIndex } + STATUS current + DESCRIPTION + "Description. dvbnPlus1TAMute notification" + ::= { dvbEventsnPlus1 31 } + + + -- 1.3.6.1.4.1.19831.1.1.1.5.0.32 + dvbnPlus1TAFaultMIPEvent NOTIFICATION-TYPE + OBJECTS { sysDescr, sysName, sysLocation, eventTimeStamp, eventPriority, + eventCounter, dvbnPlus1TAFaultMIP, dvbnPlus1EventTransmitterIndex } + STATUS current + DESCRIPTION + "Description. dvbnPlus1TAFaultMIP notification" + ::= { dvbEventsnPlus1 32 } + + + -- 1.3.6.1.4.1.19831.1.1.1.5.0.33 + dvbnPlus1TAStuffingModeEvent NOTIFICATION-TYPE + OBJECTS { sysDescr, sysName, sysLocation, eventTimeStamp, eventPriority, + eventCounter, dvbnPlus1TAStuffingMode, dvbnPlus1EventTransmitterIndex } + STATUS current + DESCRIPTION + "Description. dvbnPlus1TAStuffingMode notification" + ::= { dvbEventsnPlus1 33 } + + + -- 1.3.6.1.4.1.19831.1.1.1.5.0.34 + dvbnPlus1TBRFPresentEvent NOTIFICATION-TYPE + OBJECTS { sysDescr, sysName, sysLocation, eventTimeStamp, eventPriority, + eventCounter, dvbnPlus1TBRFPresent } + STATUS current + DESCRIPTION + "Description. dvbnPlus1TBRFPresent notification" + ::= { dvbEventsnPlus1 34 } + + + -- 1.3.6.1.4.1.19831.1.1.1.5.0.35 + dvbnPlus1TBInput1OKEvent NOTIFICATION-TYPE + OBJECTS { sysDescr, sysName, sysLocation, eventTimeStamp, eventPriority, + eventCounter, dvbnPlus1TBInput1OK } + STATUS current + DESCRIPTION + "Description. dvbnPlus1TBInput1OK notification" + ::= { dvbEventsnPlus1 35 } + + + -- 1.3.6.1.4.1.19831.1.1.1.5.0.36 + dvbnPlus1TBInput2OKEvent NOTIFICATION-TYPE + OBJECTS { sysDescr, sysName, sysLocation, eventTimeStamp, eventPriority, + eventCounter, dvbnPlus1TBInput2OK } + STATUS current + DESCRIPTION + "Description. dvbnPlus1TBInput2OK notification" + ::= { dvbEventsnPlus1 36 } + + + -- 1.3.6.1.4.1.19831.1.1.1.5.0.37 + dvbnPlus1TBLocalModeEvent NOTIFICATION-TYPE + OBJECTS { sysDescr, sysName, sysLocation, eventTimeStamp, eventPriority, + eventCounter, dvbnPlus1TBLocalMode } + STATUS current + DESCRIPTION + "Description. dvbnPlus1TBLocalMode notification" + ::= { dvbEventsnPlus1 37 } + + + -- 1.3.6.1.4.1.19831.1.1.1.5.0.38 + dvbnPlus1TBFaultEvent NOTIFICATION-TYPE + OBJECTS { sysDescr, sysName, sysLocation, eventTimeStamp, eventPriority, + eventCounter, dvbnPlus1TBFault } + STATUS current + DESCRIPTION + "Description. dvbnPlus1TBFault notification" + ::= { dvbEventsnPlus1 38 } + + + -- 1.3.6.1.4.1.19831.1.1.1.5.0.39 + dvbnPlus1TBWarningEvent NOTIFICATION-TYPE + OBJECTS { sysDescr, sysName, sysLocation, eventTimeStamp, eventPriority, + eventCounter, dvbnPlus1TBWarning } + STATUS current + DESCRIPTION + "Description. dvbnPlus1TBWarning notification" + ::= { dvbEventsnPlus1 39 } + + + -- 1.3.6.1.4.1.19831.1.1.1.5.0.40 + dvbnPlus1TBInputPreselectionEvent NOTIFICATION-TYPE + OBJECTS { sysDescr, sysName, sysLocation, eventTimeStamp, eventPriority, + eventCounter, dvbnPlus1TBInputPreselection } + STATUS current + DESCRIPTION + "Description. dvbnPlus1TBInputPreselection notification" + ::= { dvbEventsnPlus1 40 } + + + -- 1.3.6.1.4.1.19831.1.1.1.5.0.41 + dvbnPlus1TBInputAutomaticEvent NOTIFICATION-TYPE + OBJECTS { sysDescr, sysName, sysLocation, eventTimeStamp, eventPriority, + eventCounter, dvbnPlus1TBInputAutomatic } + STATUS current + DESCRIPTION + "Description. dvbnPlus1TBInputAutomatic notification" + ::= { dvbEventsnPlus1 41 } + + + -- 1.3.6.1.4.1.19831.1.1.1.5.0.42 + dvbnPlus1TBActiveInputEvent NOTIFICATION-TYPE + OBJECTS { sysDescr, sysName, sysLocation, eventTimeStamp, eventPriority, + eventCounter, dvbnPlus1TBActiveInput } + STATUS current + DESCRIPTION + "Description. dvbnPlus1TBActiveInput notification" + ::= { dvbEventsnPlus1 42 } + + + -- 1.3.6.1.4.1.19831.1.1.1.5.0.43 + dvbnPlus1TBSFNModeEvent NOTIFICATION-TYPE + OBJECTS { sysDescr, sysName, sysLocation, eventTimeStamp, eventPriority, + eventCounter, dvbnPlus1TBSFNMode } + STATUS current + DESCRIPTION + "Description. dvbnPlus1TBSFNMode notification" + ::= { dvbEventsnPlus1 43 } + + + -- 1.3.6.1.4.1.19831.1.1.1.5.0.44 + dvbnPlus1TBRefFaultEvent NOTIFICATION-TYPE + OBJECTS { sysDescr, sysName, sysLocation, eventTimeStamp, eventPriority, + eventCounter, dvbnPlus1TBRefFault } + STATUS current + DESCRIPTION + "Description. dvbnPlus1TBRefFault notification" + ::= { dvbEventsnPlus1 44 } + + + -- 1.3.6.1.4.1.19831.1.1.1.5.0.45 + dvbnPlus1TBMuteEvent NOTIFICATION-TYPE + OBJECTS { sysDescr, sysName, sysLocation, eventTimeStamp, eventPriority, + eventCounter, dvbnPlus1TBMute } + STATUS current + DESCRIPTION + "Description. dvbnPlus1TBMute notification" + ::= { dvbEventsnPlus1 45 } + + + -- 1.3.6.1.4.1.19831.1.1.1.5.0.46 + dvbnPlus1TBFaultMIPEvent NOTIFICATION-TYPE + OBJECTS { sysDescr, sysName, sysLocation, eventTimeStamp, eventPriority, + eventCounter, dvbnPlus1TBFaultMIP } + STATUS current + DESCRIPTION + "Description. dvbnPlus1TBFaultMIP notification" + ::= { dvbEventsnPlus1 46 } + + + -- 1.3.6.1.4.1.19831.1.1.1.5.0.47 + dvbnPlus1TBStuffingModeEvent NOTIFICATION-TYPE + OBJECTS { sysDescr, sysName, sysLocation, eventTimeStamp, eventPriority, + eventCounter, dvbnPlus1TBStuffingMode } + STATUS current + DESCRIPTION + "Description. dvbnPlus1TBStuffingMode notification" + ::= { dvbEventsnPlus1 47 } + + +-- dvb N+1 Resreve. General + -- 1.3.6.1.4.1.19831.1.1.1.5.1 + dvbnPlus1General OBJECT IDENTIFIER ::= { dvbnPlus1 1 } + + + -- 1.3.6.1.4.1.19831.1.1.1.5.1.1 + dvbnPlus1ResetFault OBJECT-TYPE + SYNTAX Unsigned32 + MAX-ACCESS read-write + STATUS obsolete + DESCRIPTION + "Description. Massage is inactive! + + trigger for reset the sum fault + + <1> + + (1) reset sum fault" + ::= { dvbnPlus1General 1 } + + + -- 1.3.6.1.4.1.19831.1.1.1.5.1.2 + dvbnPlus1RedundancySwitchOver OBJECT-TYPE + SYNTAX INTEGER (-1..6) + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "N+1 reserve. Redundancy reserve switch over for transmitters B,A1,A2...An + + <-1,0,1,2,3,4,...,n> + + (-1) reserve transmitter B + (0) undefined + (1) transmitter 1 + (2) transmitter 2 + (3) transmitter 3 + (4) transmitter 4 + ................. + (n) transmitter n + " + ::= { dvbnPlus1General 2 } + + + -- 1.3.6.1.4.1.19831.1.1.1.5.1.3 + dvbnPlus1LocalMode OBJECT-TYPE + SYNTAX LocalRemote + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "N+1 reserve. Local mode + + (0) undefined + (1) local + (2) remote + " + ::= { dvbnPlus1General 3 } + + + -- 1.3.6.1.4.1.19831.1.1.1.5.1.4 + dvbnPlus1ControlUnitFault OBJECT-TYPE + SYNTAX FaultOK + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "N+1 reserve. State of the control unit + + (0) undefined + (1) fault + (2) ok" + ::= { dvbnPlus1General 4 } + + + -- 1.3.6.1.4.1.19831.1.1.1.5.1.5 + dvbnPlus1SwitchOverMode OBJECT-TYPE + SYNTAX SelectManualAuto + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "N+1 reserve. Switch over mode: manual or automatic + + (0) undefined + (1) manual + (2) automatic" + ::= { dvbnPlus1General 5 } + + + -- 1.3.6.1.4.1.19831.1.1.1.5.1.6 + dvbnPlus1SwitchOverReady OBJECT-TYPE + SYNTAX ReadyNotReady + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "State of the N+1 reserve switch over unit + + (0) undefined + (1) ready + (2) not ready" + ::= { dvbnPlus1General 6 } + + + -- 1.3.6.1.4.1.19831.1.1.1.5.1.7 + dvbnPlus1SwitchOverExecuted OBJECT-TYPE + SYNTAX ExecutedNotExecuted + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "N+1 reserve. Shows if the reserve switsch over uinit it has executed + + (0) undefined + (1) executed + (2) not executed" + ::= { dvbnPlus1General 7 } + + + -- 1.3.6.1.4.1.19831.1.1.1.5.1.8 + dvbnPlus1SwitchOverFault OBJECT-TYPE + SYNTAX FaultOK + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "N+1 reserve. Fault state of the switch over unit + + (0) undefined + (1) faulty + (2) ok" + ::= { dvbnPlus1General 8 } + + + -- 1.3.6.1.4.1.19831.1.1.1.5.1.9 + dvbnPlus1ChannelSelection OBJECT-TYPE + SYNTAX Unsigned32 + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "N+1 reserve. Chanel selection 1...n of reserve transmitter + + <0,1,2,...,n> + + (0) undefined + (1) chanel 1 + (2) chanel 2 + ... + (n) chanel n + + " + ::= { dvbnPlus1General 9 } + + + -- 1.3.6.1.4.1.19831.1.1.1.5.1.10 + dvbnPlus1TransmitterBReset OBJECT-TYPE + SYNTAX Unsigned32 + MAX-ACCESS read-write + STATUS obsolete + DESCRIPTION + "Message is inactive! + + + N+1 Reserve. Transmitter B reset: trigger for reset + + <1> + + (1) reset fault + " + ::= { dvbnPlus1General 10 } + + + -- 1.3.6.1.4.1.19831.1.1.1.5.1.11 + dvbnPlus1TransmitterBMode OBJECT-TYPE + SYNTAX TransmitterBFreeOccupied + MAX-ACCESS read-only + STATUS obsolete + DESCRIPTION + "Message is inactive! + + N+1 reserve. Transmitter B redundancy state + + (1) free + (2) occupied + " + ::= { dvbnPlus1General 11 } + + + -- 1.3.6.1.4.1.19831.1.1.1.5.1.12 + dvbnPlus1EventTransmitterIndex OBJECT-TYPE + SYNTAX Unsigned32 (1..255) + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "N+1 reserve. Event index to be transmitted along which each trap from MaintransmitterTable or TransmitterATable" + ::= { dvbnPlus1General 12 } + + +-- dvb N+1 reserve. Main transmitter table + -- 1.3.6.1.4.1.19831.1.1.1.5.2 + dvbnPlus1MainTransmitterTable OBJECT-TYPE + SYNTAX SEQUENCE OF DvbnPlus1MainTransmitterEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "Table of logical transmitters carrying programs + " + ::= { dvbnPlus1 2 } + + +-- dvb N+1 reserve: One logical transmitter, numbered from 1 to n + -- 1.3.6.1.4.1.19831.1.1.1.5.2.1 + dvbnPlus1MainTransmitterEntry OBJECT-TYPE + SYNTAX DvbnPlus1MainTransmitterEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "One logical transmitter, numbered from 1 to n" + INDEX { dvbnPlus1MTIndex } + ::= { dvbnPlus1MainTransmitterTable 1 } + + + DvbnPlus1MainTransmitterEntry ::= + SEQUENCE { + dvbnPlus1MTIndex + Unsigned32, + dvbnPlus1MTInputPreselection + Input1Input2, + dvbnPlus1MTInputAutomatic + SelectOnOff, + dvbnPlus1MTOpMode + SelectOnOff, + dvbnPlus1MTRFProgramPresent + PresentNotPresent + } + + -- 1.3.6.1.4.1.19831.1.1.1.5.2.1.1 + dvbnPlus1MTIndex OBJECT-TYPE + SYNTAX Unsigned32 (1..255) + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "N+1 Reserve. Main transmitter index + + <1,2,3,4,5,6> + + (1) transmitter 1 + (2) transmitter 2 + (3) transmitter 3 + (4) transmitter 4 + (5) transmitter 5 + (6) transmitter 6 + " + ::= { dvbnPlus1MainTransmitterEntry 1 } + + + -- 1.3.6.1.4.1.19831.1.1.1.5.2.1.2 + dvbnPlus1MTInputPreselection OBJECT-TYPE + SYNTAX Input1Input2 + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Important! This message (logical view) is redundant with analogue massage + dvbnPlus1TAInputPreselection OID: 1.3.6.1.4.1.19831.1.1.1.5.4.1.6 + below the node dvbnPlus1TransmitterATable. + In the operation system mandatory there must be used only one of these views: + + logical + or + physical + + N+1 Reserve.Main transmitter preselection input + + (0) undefined + (1) Input 1 + (2) Input 2" + ::= { dvbnPlus1MainTransmitterEntry 2 } + + + -- 1.3.6.1.4.1.19831.1.1.1.5.2.1.3 + dvbnPlus1MTInputAutomatic OBJECT-TYPE + SYNTAX SelectOnOff + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Important! This message (logical view) is redundant with analogue massage + dvbnPlus1TAInputAutomatic OID: 1.3.6.1.4.1.19831.1.1.1.5.4.1.7 + below the node dvbnPlus1TransmitterATable. + In the operation system mandatory there must be used only one of these views: + + logical + or + physical + + N+1 Reserve. Main transmitter reserve input + + (0) undefined + (1) ON + (2) OFF " + ::= { dvbnPlus1MainTransmitterEntry 3 } + + + -- 1.3.6.1.4.1.19831.1.1.1.5.2.1.4 + dvbnPlus1MTOpMode OBJECT-TYPE + SYNTAX SelectOnOff + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "N+1 Reserve. General transmitter control + + (0) undefined + (1) ON + (2) OFF" + ::= { dvbnPlus1MainTransmitterEntry 4 } + + + -- 1.3.6.1.4.1.19831.1.1.1.5.2.1.5 + dvbnPlus1MTRFProgramPresent OBJECT-TYPE + SYNTAX PresentNotPresent + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "N+1 reserve. Describes if the output power of the main transmitter is present + + (0) undefined + (1) present + (2) not present + " + ::= { dvbnPlus1MainTransmitterEntry 5 } + + +-- dvb N+1 reserve. Reserve Transmitter + -- 1.3.6.1.4.1.19831.1.1.1.5.3 + dvbnPlus1ReserveTransmitter OBJECT IDENTIFIER ::= { dvbnPlus1 3 } + + + -- 1.3.6.1.4.1.19831.1.1.1.5.3.2 + dvbnPlus1RTInputPreselection OBJECT-TYPE + SYNTAX Input1Input2 + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Important! This message (logical view) is redundant with analogue massage + dvbnPlus1TBInputPreselection OID: 1.3.6.1.4.1.19831.1.1.1.5.5.5 + below the node dvbnPlus1Transmitter B. + In the operation system mandatory there must be used only one of these views: + + logical + or + physical + + N+1 reserve. Preselection input reserve transmitter + + (0) undefined + (1) Input 1 + (2) Input 2" + ::= { dvbnPlus1ReserveTransmitter 2 } + + + -- 1.3.6.1.4.1.19831.1.1.1.5.3.3 + dvbnPlus1RTInputAutomatic OBJECT-TYPE + SYNTAX SelectOnOff + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Important! This message (logical view) is redundant with analogue massage + dvbnPlus1TBInputAutomatic OID: 1.3.6.1.4.1.19831.1.1.1.5.5.6 + below the node dvbnPlus1TransmitterB. + In the operation system mandatory there must be used only one of these views: + + logical + or + physical + + + + N+1 reserve. Reserve transmitter control + + (0) undefined + (1) ON + (2) OFF " + ::= { dvbnPlus1ReserveTransmitter 3 } + + + -- 1.3.6.1.4.1.19831.1.1.1.5.3.4 + dvbnPlus1RTOpMode OBJECT-TYPE + SYNTAX SelectOnOff + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "N+1 reserve. reserve transmitter control + + (0) undefined + (1) ON + (2) OFF" + ::= { dvbnPlus1ReserveTransmitter 4 } + + + -- 1.3.6.1.4.1.19831.1.1.1.5.3.5 + dvbnPlus1RTRFProgramPresent OBJECT-TYPE + SYNTAX PresentNotPresent + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "N+1 reserve. Describes if the output power of the reserve transmitter is present + + (0) undefined + (1) present + (2) not present" + ::= { dvbnPlus1ReserveTransmitter 5 } + + +-- dvb n+1 reserve. Transmitter A table + -- 1.3.6.1.4.1.19831.1.1.1.5.4 + dvbnPlus1TransmitterATable OBJECT-TYPE + SYNTAX SEQUENCE OF DvbnPlus1TransmitterAEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "Table of physical transmitters ment to be on air in normal operation" + ::= { dvbnPlus1 4 } + + +-- dvb n+1 reserve: transmitter A entry - rows + -- 1.3.6.1.4.1.19831.1.1.1.5.4.1 + dvbnPlus1TransmitterAEntry OBJECT-TYPE + SYNTAX DvbnPlus1TransmitterAEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "N+1 reserve. One physical transmitter, numbered from A1 to An" + INDEX { dvbnPlus1TAIndex } + ::= { dvbnPlus1TransmitterATable 1 } + + + DvbnPlus1TransmitterAEntry ::= + SEQUENCE { + dvbnPlus1TAIndex + Unsigned32, + dvbnPlus1TARFPresent + PresentNotPresent, + dvbnPlus1TAInput1OK + OkNotOk, + dvbnPlus1TAInput2OK + OkNotOk, + dvbnPlus1TALocalMode + LocalRemote, + dvbnPlus1TAInputPreselection + Input1Input2, + dvbnPlus1TAInputAutomatic + SelectManualAuto, + dvbnPlus1TAFault + FaultOK, + dvbnPlus1TAWarning + WarningOK, + dvbnPlus1TAActiveInput + INTEGER, + dvbnPlus1TASFNMode + SFNMFN, + dvbnPlus1TARefFault + FaultOK, + dvbnPlus1TAMute + MuteOk, + dvbnPlus1TAFaultMIP + FaultOK, + dvbnPlus1TAStuffingMode + SelectOnOff + } + + -- 1.3.6.1.4.1.19831.1.1.1.5.4.1.1 + dvbnPlus1TAIndex OBJECT-TYPE + SYNTAX Unsigned32 (1..255) + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "N+1 reserve. Index of the transmitters A1,A2...An + + " + ::= { dvbnPlus1TransmitterAEntry 1 } + + + -- 1.3.6.1.4.1.19831.1.1.1.5.4.1.2 + dvbnPlus1TARFPresent OBJECT-TYPE + SYNTAX PresentNotPresent + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "N+1 reserve. Describes if the output power of the transmitter A is present + + (0) undefined + (1) present + (2) not present" + ::= { dvbnPlus1TransmitterAEntry 2 } + + + -- 1.3.6.1.4.1.19831.1.1.1.5.4.1.3 + dvbnPlus1TAInput1OK OBJECT-TYPE + SYNTAX OkNotOk + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "N+1 reserve. Describes if the input signal at the input 1 of transmitter A is ok + + (0) undefined + (1) signal ok + (2) signal is not ok" + ::= { dvbnPlus1TransmitterAEntry 3 } + + + -- 1.3.6.1.4.1.19831.1.1.1.5.4.1.4 + dvbnPlus1TAInput2OK OBJECT-TYPE + SYNTAX OkNotOk + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "N+1 reserve. Describes if the input signal at the input 2 of transmitter A is ok + + (0) undefined + (1) signal ok + (2) signal is not ok" + ::= { dvbnPlus1TransmitterAEntry 4 } + + + -- 1.3.6.1.4.1.19831.1.1.1.5.4.1.5 + dvbnPlus1TALocalMode OBJECT-TYPE + SYNTAX LocalRemote + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "N+1 reserve. Local mode of the transmitter A + + (0) undefined + (1) local + (2) remote + " + ::= { dvbnPlus1TransmitterAEntry 5 } + + + -- 1.3.6.1.4.1.19831.1.1.1.5.4.1.6 + dvbnPlus1TAInputPreselection OBJECT-TYPE + SYNTAX Input1Input2 + MAX-ACCESS read-write + STATUS current + DESCRIPTION + " + Important! This message (logical view) is redundant with analogue massage + dvbnPlus1MTInputPreselection OID: 1.3.6.1.4.1.19831.1.1.1.5.2.1.2 + below the node dvbnPlus1MainTransmitterTable. + In the operation system mandatory there must be used only one of these views: + + logical + or + physical + + N+1 reserve. Preselection input of transmitter A + + (0) undefined + (1) Input 1 + (2) Input 2" + ::= { dvbnPlus1TransmitterAEntry 6 } + + + -- 1.3.6.1.4.1.19831.1.1.1.5.4.1.7 + dvbnPlus1TAInputAutomatic OBJECT-TYPE + SYNTAX SelectManualAuto + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Important! This message (logical view) is redundant with analogue massage + dvbnPlus1MTInputAutomatic OID: 1.3.6.1.4.1.19831.1.1.1.5.2.1.3 + below the node dvbnPlus1MainTransmitterTable. + In the operation system mandatory there must be used only one of these views: + + logical + or + physical + + N+1 reserve. Input selection mode of the transmitter A: manual or automatic + + (0) undefined + (1) manual + (2) automatic" + ::= { dvbnPlus1TransmitterAEntry 7 } + + + -- 1.3.6.1.4.1.19831.1.1.1.5.4.1.8 + dvbnPlus1TAFault OBJECT-TYPE + SYNTAX FaultOK + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "N+1 reserve. Fault state of the transmitter A + + (0) undefined + (1) fault + (2) ok" + ::= { dvbnPlus1TransmitterAEntry 8 } + + + -- 1.3.6.1.4.1.19831.1.1.1.5.4.1.9 + dvbnPlus1TAWarning OBJECT-TYPE + SYNTAX WarningOK + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "N+1 reserve. Warning state of transmiter A + + (0) undefined + (1) warning + (2) ok" + ::= { dvbnPlus1TransmitterAEntry 9 } + + + -- 1.3.6.1.4.1.19831.1.1.1.5.4.1.10 + dvbnPlus1TAActiveInput OBJECT-TYPE + SYNTAX INTEGER + { + undefined(0), + input1(1), + input2(2), + seamless(3), + hmHierarchicalModulation(4) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "N+1 reserve. Active input of the transmitter A + + " + ::= { dvbnPlus1TransmitterAEntry 10 } + + + -- 1.3.6.1.4.1.19831.1.1.1.5.4.1.11 + dvbnPlus1TASFNMode OBJECT-TYPE + SYNTAX SFNMFN + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "N+1 reserve. SFN mode of transmitter A + + (0) undefined + (1) SFN + (2) MFN + " + ::= { dvbnPlus1TransmitterAEntry 11 } + + + -- 1.3.6.1.4.1.19831.1.1.1.5.4.1.12 + dvbnPlus1TARefFault OBJECT-TYPE + SYNTAX FaultOK + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "N+1 reserve. FAult state of the GPS input or reference frequency of transmitter A + + (0) undefined + (1) fault + (2) ok" + ::= { dvbnPlus1TransmitterAEntry 12 } + + + -- 1.3.6.1.4.1.19831.1.1.1.5.4.1.13 + dvbnPlus1TAMute OBJECT-TYPE + SYNTAX MuteOk + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "N+1 reserve. Mute state of transmitter A + + (0) undefined + (1) mute + (2) ok" + ::= { dvbnPlus1TransmitterAEntry 13 } + + + -- 1.3.6.1.4.1.19831.1.1.1.5.4.1.14 + dvbnPlus1TAFaultMIP OBJECT-TYPE + SYNTAX FaultOK + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "N+1 reserve. MIP fault state of transmitter A + + (0) undefined + (1) fault + (2) ok" + ::= { dvbnPlus1TransmitterAEntry 14 } + + + -- 1.3.6.1.4.1.19831.1.1.1.5.4.1.15 + dvbnPlus1TAStuffingMode OBJECT-TYPE + SYNTAX SelectOnOff + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "N+1 reserve. Stuffing state of transmitter A + + (0) undefined + (1) ON + (2) OFF " + ::= { dvbnPlus1TransmitterAEntry 15 } + + +-- dvb N+1. Transmitter B + -- 1.3.6.1.4.1.19831.1.1.1.5.5 + dvbnPlus1TransmitterB OBJECT IDENTIFIER ::= { dvbnPlus1 5 } + + + -- 1.3.6.1.4.1.19831.1.1.1.5.5.2 + dvbnPlus1TBRFPresent OBJECT-TYPE + SYNTAX PresentNotPresent + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "n+1 reserve: Describes if the output power of the transmitter B is present + + (0) undefined + (1) present + (2) not present" + ::= { dvbnPlus1TransmitterB 2 } + + + -- 1.3.6.1.4.1.19831.1.1.1.5.5.3 + dvbnPlus1TBInput1OK OBJECT-TYPE + SYNTAX OkNotOk + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "N+1 reserve. Describes if the input signal at the input 1 of reserve is ok + + (0) undefined + (1) signal ok + (2) signal not ok " + ::= { dvbnPlus1TransmitterB 3 } + + + -- 1.3.6.1.4.1.19831.1.1.1.5.5.4 + dvbnPlus1TBInput2OK OBJECT-TYPE + SYNTAX OkNotOk + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "N+1 reserve. Describes if the input signal at the input 2 of reserve is ok + + (0) undefined + (1) signal ok + (2) signal not ok " + ::= { dvbnPlus1TransmitterB 4 } + + + -- 1.3.6.1.4.1.19831.1.1.1.5.5.5 + dvbnPlus1TBLocalMode OBJECT-TYPE + SYNTAX LocalRemote + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "N+1 reserve. Reserve local mode: Describes the output Power of the transmitter B + + (0) undefined + (1) local + (2) remote + " + ::= { dvbnPlus1TransmitterB 5 } + + + -- 1.3.6.1.4.1.19831.1.1.1.5.5.6 + dvbnPlus1TBInputPreselection OBJECT-TYPE + SYNTAX Input1Input2 + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Important! This message (logical view) is redundant with analogue massage + dvbnPlus1RTInputPreselectionReserve OID: 1.3.6.1.4.1.19831.1.1.1.5.3.1 + below the node dvbnPlus1ReserveTransmitter. + In the operation system mandatory there must be used only one of these views: + + logical + or + physical + + N+1 reserve. Preselection input reserve transmitter + + (0) undefined + (1) Input 1 + (2) Input 2 + + + " + ::= { dvbnPlus1TransmitterB 6 } + + + -- 1.3.6.1.4.1.19831.1.1.1.5.5.7 + dvbnPlus1TBInputAutomatic OBJECT-TYPE + SYNTAX SelectManualAuto + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Important! This message (logical view) is redundant with analogue massage + dvbnPlus1RTInputAutomaticReserve OID: 1.3.6.1.4.1.19831.1.1.1.5.3.2 + below the node dvbnPlus1TransmitterB. + In the operation system mandatory there must be used only one of these views: + + logical + or + physical + + + N+1 reserve. Reserve input selection mode: manual or automatic + + (0) undefined + (1) manual + (2) automatic" + ::= { dvbnPlus1TransmitterB 7 } + + + -- 1.3.6.1.4.1.19831.1.1.1.5.5.8 + dvbnPlus1TBFault OBJECT-TYPE + SYNTAX FaultOK + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "N+1 reserve. Fault state of reserve + + (0) undefined + (1) fault + (2) ok" + ::= { dvbnPlus1TransmitterB 8 } + + + -- 1.3.6.1.4.1.19831.1.1.1.5.5.9 + dvbnPlus1TBWarning OBJECT-TYPE + SYNTAX WarningOK + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "n+1 reserve. Warning state of reserve + + (0) undefined + (1) warning + (2) ok" + ::= { dvbnPlus1TransmitterB 9 } + + + -- 1.3.6.1.4.1.19831.1.1.1.5.5.10 + dvbnPlus1TBActiveInput OBJECT-TYPE + SYNTAX INTEGER + { + undefined(0), + input1(1), + input2(2), + seamless(3), + hmHierarchicalModulation(4) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "N+1 reserve. Active input of the reserve + + + " + ::= { dvbnPlus1TransmitterB 10 } + + + -- 1.3.6.1.4.1.19831.1.1.1.5.5.11 + dvbnPlus1TBSFNMode OBJECT-TYPE + SYNTAX SFNMFN + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "N+1 reserve. SFN mode of reserve + + (0) undefined + (1) SFN + (2) MFN + + + + + " + ::= { dvbnPlus1TransmitterB 11 } + + + -- 1.3.6.1.4.1.19831.1.1.1.5.5.12 + dvbnPlus1TBRefFault OBJECT-TYPE + SYNTAX FaultOK + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "N+1 reserve. Fault state of the GPS input or the reference frequency of reserve transmitter + + (0) undefined + (1) fault + (2) ok" + ::= { dvbnPlus1TransmitterB 12 } + + + -- 1.3.6.1.4.1.19831.1.1.1.5.5.13 + dvbnPlus1TBMute OBJECT-TYPE + SYNTAX MuteOk + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "N+1 reserve. Mute state of reserve + + (0) undefined + (1) mute + (2) ok" + ::= { dvbnPlus1TransmitterB 13 } + + + -- 1.3.6.1.4.1.19831.1.1.1.5.5.14 + dvbnPlus1TBFaultMIP OBJECT-TYPE + SYNTAX FaultOK + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "N+1 reserve. MIP fault state of reserve + + (0) undefined + (1) fault + (2) ok" + ::= { dvbnPlus1TransmitterB 14 } + + + -- 1.3.6.1.4.1.19831.1.1.1.5.5.15 + dvbnPlus1TBStuffingMode OBJECT-TYPE + SYNTAX SelectOnOff + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "N+1 reserve. Stuffing state of reserve + + (0) undefined + (1) ON + (2) OFF" + ::= { dvbnPlus1TransmitterB 15 } + + +-- dvb N+1 reserve. Switch for event + -- 1.3.6.1.4.1.19831.1.1.1.5.6 + dvbnPlus1EventEnable OBJECT IDENTIFIER ::= { dvbnPlus1 6 } + + +-- dvb N+1 reserve. general: events + -- 1.3.6.1.4.1.19831.1.1.1.5.6.1 + dvbnPlus1EventEnableGeneral OBJECT IDENTIFIER ::= { dvbnPlus1EventEnable 1 } + + + -- 1.3.6.1.4.1.19831.1.1.1.5.6.1.1 + dvbnPlus1ResetFaultEnable OBJECT-TYPE + SYNTAX TruthValue + MAX-ACCESS read-write + STATUS obsolete + DESCRIPTION + "Massage is inactive! + + Description. Enable/Disable switch for dvbnPlus1ResetFault event" + ::= { dvbnPlus1EventEnableGeneral 1 } + + + -- 1.3.6.1.4.1.19831.1.1.1.5.6.1.2 + dvbnPlus1RedundancySwitchOverEnable OBJECT-TYPE + SYNTAX TruthValue + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Description. Enable/Disable switch for dvbnPlus1RedundancySwitchOve event" + ::= { dvbnPlus1EventEnableGeneral 2 } + + + -- 1.3.6.1.4.1.19831.1.1.1.5.6.1.3 + dvbnPlus1LocalModeEnable OBJECT-TYPE + SYNTAX TruthValue + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Description. Enable/Disable switch for dvbnPlus1LocalMode event" + ::= { dvbnPlus1EventEnableGeneral 3 } + + + -- 1.3.6.1.4.1.19831.1.1.1.5.6.1.4 + dvbnPlus1ControlUnitFaultEnable OBJECT-TYPE + SYNTAX TruthValue + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Description. Enable/Disable switch for dvbnPlus1ControlUnitFault event" + ::= { dvbnPlus1EventEnableGeneral 4 } + + + -- 1.3.6.1.4.1.19831.1.1.1.5.6.1.5 + dvbnPlus1SwitchOverModeEnable OBJECT-TYPE + SYNTAX TruthValue + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Description. Enable/Disable switch for dvbnPlus1SwitchOverMode event" + ::= { dvbnPlus1EventEnableGeneral 5 } + + + -- 1.3.6.1.4.1.19831.1.1.1.5.6.1.6 + dvbnPlus1SwitchOverReadyEnable OBJECT-TYPE + SYNTAX TruthValue + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Description. Enable/Disable switch for dvbnPlus1SwitchOverReady event" + ::= { dvbnPlus1EventEnableGeneral 6 } + + + -- 1.3.6.1.4.1.19831.1.1.1.5.6.1.7 + dvbnPlus1SwitchOverExecutedEnable OBJECT-TYPE + SYNTAX TruthValue + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Description. Enable/Disable switch for dvbnPlus1SwitchOverExecuted event" + ::= { dvbnPlus1EventEnableGeneral 7 } + + + -- 1.3.6.1.4.1.19831.1.1.1.5.6.1.8 + dvbnPlus1SwitchOverFaultEnable OBJECT-TYPE + SYNTAX TruthValue + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Description. Enable/Disable switch for dvbnPlus1SwitchOverFault event" + ::= { dvbnPlus1EventEnableGeneral 8 } + + + -- 1.3.6.1.4.1.19831.1.1.1.5.6.1.9 + dvbnPlus1ChannelSelectionEnable OBJECT-TYPE + SYNTAX TruthValue + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Description. Enable/Disable switch for dvbnPlus1ChannelSelection event" + ::= { dvbnPlus1EventEnableGeneral 9 } + + + -- 1.3.6.1.4.1.19831.1.1.1.5.6.1.10 + dvbnPlus1TransmitterBResetEnable OBJECT-TYPE + SYNTAX TruthValue + MAX-ACCESS read-write + STATUS obsolete + DESCRIPTION + "Message is inactive! + + Description. Enable/Disable switch for dvbnPlus1TransmitterBReset event" + ::= { dvbnPlus1EventEnableGeneral 10 } + + + -- 1.3.6.1.4.1.19831.1.1.1.5.6.1.11 + dvbnPlus1TransmitterBModeEnable OBJECT-TYPE + SYNTAX TruthValue + MAX-ACCESS read-write + STATUS obsolete + DESCRIPTION + "Message is inactive! + + Description. Enable/Disable switch for dvbnPlus1TransmitterBMode event" + ::= { dvbnPlus1EventEnableGeneral 11 } + + +-- dvb N+1 reserve. main transmitter table: events + -- 1.3.6.1.4.1.19831.1.1.1.5.6.2 + dvbnPlus1EventEnableMainTransmitterTable OBJECT-TYPE + SYNTAX SEQUENCE OF DvbnPlus1EventEnableMainTransmitterEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "dvb N+1 reserve. Transmitters main transmitter table: switch for events + " + ::= { dvbnPlus1EventEnable 2 } + + +-- dvb N+1 reserve: Main transmitter table rows + -- 1.3.6.1.4.1.19831.1.1.1.5.6.2.1 + dvbnPlus1EventEnableMainTransmitterEntry OBJECT-TYPE + SYNTAX DvbnPlus1EventEnableMainTransmitterEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "One logical transmitter, numbered from 1 to n" + INDEX { dvbnPlus1MTIndex } + ::= { dvbnPlus1EventEnableMainTransmitterTable 1 } + + + DvbnPlus1EventEnableMainTransmitterEntry ::= + SEQUENCE { + dvbnPlus1MTInputPreselectionEnable + TruthValue, + dvbnPlus1MTInputAutomaticEnable + TruthValue, + dvbnPlus1MTOpModeEnable + TruthValue, + dvbnPlus1MTRFProgramPresentEnable + TruthValue + } + + -- 1.3.6.1.4.1.19831.1.1.1.5.6.2.1.2 + dvbnPlus1MTInputPreselectionEnable OBJECT-TYPE + SYNTAX TruthValue + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Description. Enable/Disable switch for dvbnPlus1MTInputPreselection event" + ::= { dvbnPlus1EventEnableMainTransmitterEntry 2 } + + + -- 1.3.6.1.4.1.19831.1.1.1.5.6.2.1.3 + dvbnPlus1MTInputAutomaticEnable OBJECT-TYPE + SYNTAX TruthValue + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Description. Enable/Disable switch for dvbnPlus1MTInputAutomatic event" + ::= { dvbnPlus1EventEnableMainTransmitterEntry 3 } + + + -- 1.3.6.1.4.1.19831.1.1.1.5.6.2.1.4 + dvbnPlus1MTOpModeEnable OBJECT-TYPE + SYNTAX TruthValue + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Description. Enable/Disable switch for dvbnPlus1MTOpMode event" + ::= { dvbnPlus1EventEnableMainTransmitterEntry 4 } + + + -- 1.3.6.1.4.1.19831.1.1.1.5.6.2.1.5 + dvbnPlus1MTRFProgramPresentEnable OBJECT-TYPE + SYNTAX TruthValue + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Description. Enable/Disable switch for dvbnPlus1MTRFProgramPresent event" + ::= { dvbnPlus1EventEnableMainTransmitterEntry 5 } + + +-- dvb N+1 reserve. reserve transmitter: events + -- 1.3.6.1.4.1.19831.1.1.1.5.6.3 + dvbnPlus1EventEnableReserveTransmitter OBJECT IDENTIFIER ::= { dvbnPlus1EventEnable 3 } + + + -- 1.3.6.1.4.1.19831.1.1.1.5.6.3.2 + dvbnPlus1RTInputPreselectionEnable OBJECT-TYPE + SYNTAX TruthValue + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Description. Enable/Disable switch for dvbnPlus1RTInputPreselection event" + ::= { dvbnPlus1EventEnableReserveTransmitter 2 } + + + -- 1.3.6.1.4.1.19831.1.1.1.5.6.3.3 + dvbnPlus1RTInputAutomaticEnable OBJECT-TYPE + SYNTAX TruthValue + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Description. Enable/Disable switch for dvbnPlus1RTInputAutomatic event" + ::= { dvbnPlus1EventEnableReserveTransmitter 3 } + + + -- 1.3.6.1.4.1.19831.1.1.1.5.6.3.4 + dvbnPlus1RTOpModeEnable OBJECT-TYPE + SYNTAX TruthValue + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Description. Enable/Disable switch for dvbnPlus1RTOpMode event" + ::= { dvbnPlus1EventEnableReserveTransmitter 4 } + + + -- 1.3.6.1.4.1.19831.1.1.1.5.6.3.5 + dvbnPlus1RTRFProgramPresentEnable OBJECT-TYPE + SYNTAX TruthValue + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Description. Enable/Disable switch for dvbnPlus1RTRFProgramPresent event" + ::= { dvbnPlus1EventEnableReserveTransmitter 5 } + + +-- N+1 reserve. Transmitters A table: events + -- 1.3.6.1.4.1.19831.1.1.1.5.6.4 + dvbnPlus1EventEnableTransmitterATable OBJECT-TYPE + SYNTAX SEQUENCE OF DvbnPlus1EventEnableTransmitterAEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "n+1 reserve. Transmitters A table: switch for events " + ::= { dvbnPlus1EventEnable 4 } + + +-- dvb N+1 reserve: transmitter A entry - rows + -- 1.3.6.1.4.1.19831.1.1.1.5.6.4.1 + dvbnPlus1EventEnableTransmitterAEntry OBJECT-TYPE + SYNTAX DvbnPlus1EventEnableTransmitterAEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "One physical transmitter, numbered from A1 to An" + INDEX { dvbnPlus1TAIndex } + ::= { dvbnPlus1EventEnableTransmitterATable 1 } + + + DvbnPlus1EventEnableTransmitterAEntry ::= + SEQUENCE { + dvbnPlus1TARFPresentEnable + TruthValue, + dvbnPlus1TAInput1OKEnable + TruthValue, + dvbnPlus1TAInput2OKEnable + TruthValue, + dvbnPlus1TALocalModeEnable + TruthValue, + dvbnPlus1TAInputPreselectionEnable + TruthValue, + dvbnPlus1TAInputAutomaticEnable + TruthValue, + dvbnPlus1TAFaultEnable + TruthValue, + dvbnPlus1TAWarningEnable + TruthValue, + dvbnPlus1TAActiveInputEnable + TruthValue, + dvbnPlus1TASFNModeEnable + TruthValue, + dvbnPlus1TARefFaultEnable + TruthValue, + dvbnPlus1TAMuteEnable + TruthValue, + dvbnPlus1TAFaultMIPEnable + TruthValue, + dvbnPlus1TAStuffingModeEnable + TruthValue + } + + -- 1.3.6.1.4.1.19831.1.1.1.5.6.4.1.2 + dvbnPlus1TARFPresentEnable OBJECT-TYPE + SYNTAX TruthValue + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Description. Enable/Disable switch for dvbnPlus1TARFPresent event" + ::= { dvbnPlus1EventEnableTransmitterAEntry 2 } + + + -- 1.3.6.1.4.1.19831.1.1.1.5.6.4.1.3 + dvbnPlus1TAInput1OKEnable OBJECT-TYPE + SYNTAX TruthValue + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Description. Enable/Disable switch for dvbnPlus1TAInput1OK event" + ::= { dvbnPlus1EventEnableTransmitterAEntry 3 } + + + -- 1.3.6.1.4.1.19831.1.1.1.5.6.4.1.4 + dvbnPlus1TAInput2OKEnable OBJECT-TYPE + SYNTAX TruthValue + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Description. Enable/Disable switch for dvbnPlus1TAInput2OK event" + ::= { dvbnPlus1EventEnableTransmitterAEntry 4 } + + + -- 1.3.6.1.4.1.19831.1.1.1.5.6.4.1.5 + dvbnPlus1TALocalModeEnable OBJECT-TYPE + SYNTAX TruthValue + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Description. Enable/Disable switch for dvbnPlus1TALocalMode event" + ::= { dvbnPlus1EventEnableTransmitterAEntry 5 } + + + -- 1.3.6.1.4.1.19831.1.1.1.5.6.4.1.6 + dvbnPlus1TAInputPreselectionEnable OBJECT-TYPE + SYNTAX TruthValue + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Description. Enable/Disable switch for dvbnPlus1TAInputPreselection event" + ::= { dvbnPlus1EventEnableTransmitterAEntry 6 } + + + -- 1.3.6.1.4.1.19831.1.1.1.5.6.4.1.7 + dvbnPlus1TAInputAutomaticEnable OBJECT-TYPE + SYNTAX TruthValue + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Description. Enable/Disable switch for dvbnPlus1TAInputAutomatic event" + ::= { dvbnPlus1EventEnableTransmitterAEntry 7 } + + + -- 1.3.6.1.4.1.19831.1.1.1.5.6.4.1.8 + dvbnPlus1TAFaultEnable OBJECT-TYPE + SYNTAX TruthValue + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Description. Enable/Disable switch for dvbnPlus1TAFault event" + ::= { dvbnPlus1EventEnableTransmitterAEntry 8 } + + + -- 1.3.6.1.4.1.19831.1.1.1.5.6.4.1.9 + dvbnPlus1TAWarningEnable OBJECT-TYPE + SYNTAX TruthValue + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Description. Enable/Disable switch for dvbnPlus1TAWarning event" + ::= { dvbnPlus1EventEnableTransmitterAEntry 9 } + + + -- 1.3.6.1.4.1.19831.1.1.1.5.6.4.1.10 + dvbnPlus1TAActiveInputEnable OBJECT-TYPE + SYNTAX TruthValue + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Description. Enable/Disable switch for dvbnPlus1TAActiveInput event" + ::= { dvbnPlus1EventEnableTransmitterAEntry 10 } + + + -- 1.3.6.1.4.1.19831.1.1.1.5.6.4.1.11 + dvbnPlus1TASFNModeEnable OBJECT-TYPE + SYNTAX TruthValue + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Description. Enable/Disable switch for dvbnPlus1TASFNMode event" + ::= { dvbnPlus1EventEnableTransmitterAEntry 11 } + + + -- 1.3.6.1.4.1.19831.1.1.1.5.6.4.1.12 + dvbnPlus1TARefFaultEnable OBJECT-TYPE + SYNTAX TruthValue + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Description. Enable/Disable switch for dvbnPlus1TARefFault event" + ::= { dvbnPlus1EventEnableTransmitterAEntry 12 } + + + -- 1.3.6.1.4.1.19831.1.1.1.5.6.4.1.13 + dvbnPlus1TAMuteEnable OBJECT-TYPE + SYNTAX TruthValue + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Description. Enable/Disable switch for dvbnPlus1TAMute event" + ::= { dvbnPlus1EventEnableTransmitterAEntry 13 } + + + -- 1.3.6.1.4.1.19831.1.1.1.5.6.4.1.14 + dvbnPlus1TAFaultMIPEnable OBJECT-TYPE + SYNTAX TruthValue + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Description. Enable/Disable switch for dvbnPlus1TAFaultMIP event" + ::= { dvbnPlus1EventEnableTransmitterAEntry 14 } + + + -- 1.3.6.1.4.1.19831.1.1.1.5.6.4.1.15 + dvbnPlus1TAStuffingModeEnable OBJECT-TYPE + SYNTAX TruthValue + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Description. Enable/Disable switch for dvbnPlus1TAStuffingMode event" + ::= { dvbnPlus1EventEnableTransmitterAEntry 15 } + + +-- dvb N+1: transmitter B: events + -- 1.3.6.1.4.1.19831.1.1.1.5.6.5 + dvbnPlus1EventEnableTransmitterB OBJECT IDENTIFIER ::= { dvbnPlus1EventEnable 5 } + + + -- 1.3.6.1.4.1.19831.1.1.1.5.6.5.2 + dvbnPlus1TBRFPresentEnable OBJECT-TYPE + SYNTAX TruthValue + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Description. Enable/Disable switch for dvbnPlus1TBRFPresent event" + ::= { dvbnPlus1EventEnableTransmitterB 2 } + + + -- 1.3.6.1.4.1.19831.1.1.1.5.6.5.3 + dvbnPlus1TBInput1OKEnable OBJECT-TYPE + SYNTAX TruthValue + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Description. Enable/Disable switch for dvbnPlus1TBInput1OK event" + ::= { dvbnPlus1EventEnableTransmitterB 3 } + + + -- 1.3.6.1.4.1.19831.1.1.1.5.6.5.4 + dvbnPlus1TBInput2OKEnable OBJECT-TYPE + SYNTAX TruthValue + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Description. Enable/Disable switch for dvbnPlus1TBInput2OK event" + ::= { dvbnPlus1EventEnableTransmitterB 4 } + + + -- 1.3.6.1.4.1.19831.1.1.1.5.6.5.5 + dvbnPlus1TBLocalModeEnable OBJECT-TYPE + SYNTAX TruthValue + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Description. Enable/Disable switch for dvbnPlus1TBLocalMode event" + ::= { dvbnPlus1EventEnableTransmitterB 5 } + + + -- 1.3.6.1.4.1.19831.1.1.1.5.6.5.6 + dvbnPlus1TBFaultEnable OBJECT-TYPE + SYNTAX TruthValue + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Description. Enable/Disable switch for dvbnPlus1TBFault event" + ::= { dvbnPlus1EventEnableTransmitterB 6 } + + + -- 1.3.6.1.4.1.19831.1.1.1.5.6.5.7 + dvbnPlus1TBWarningEnable OBJECT-TYPE + SYNTAX TruthValue + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Description. Enable/Disable switch for dvbnPlus1TBWarning event" + ::= { dvbnPlus1EventEnableTransmitterB 7 } + + + -- 1.3.6.1.4.1.19831.1.1.1.5.6.5.8 + dvbnPlus1TBInputPreselectionEnable OBJECT-TYPE + SYNTAX TruthValue + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Description. Enable/Disable switch for dvbnPlus1TBInputPreselection event" + ::= { dvbnPlus1EventEnableTransmitterB 8 } + + + -- 1.3.6.1.4.1.19831.1.1.1.5.6.5.9 + dvbnPlus1TBInputAutomaticEnable OBJECT-TYPE + SYNTAX TruthValue + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Description. Enable/Disable switch for dvbnPlus1TBInputAutomatic event" + ::= { dvbnPlus1EventEnableTransmitterB 9 } + + + -- 1.3.6.1.4.1.19831.1.1.1.5.6.5.10 + dvbnPlus1TBActiveInputEnable OBJECT-TYPE + SYNTAX TruthValue + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Description. Enable/Disable switch for dvbnPlus1TBActiveInput event" + ::= { dvbnPlus1EventEnableTransmitterB 10 } + + + -- 1.3.6.1.4.1.19831.1.1.1.5.6.5.11 + dvbnPlus1TBSFNModeEnable OBJECT-TYPE + SYNTAX TruthValue + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Description. Enable/Disable switch for dvbnPlus1TBSFNMode event" + ::= { dvbnPlus1EventEnableTransmitterB 11 } + + + -- 1.3.6.1.4.1.19831.1.1.1.5.6.5.12 + dvbnPlus1TBRefFaultEnable OBJECT-TYPE + SYNTAX TruthValue + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Description. Enable/Disable switch for dvbnPlus1TBRefFault event" + ::= { dvbnPlus1EventEnableTransmitterB 12 } + + + -- 1.3.6.1.4.1.19831.1.1.1.5.6.5.13 + dvbnPlus1TBMuteEnable OBJECT-TYPE + SYNTAX TruthValue + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Description. Enable/Disable switch for dvbnPlus1TBMute event" + ::= { dvbnPlus1EventEnableTransmitterB 13 } + + + -- 1.3.6.1.4.1.19831.1.1.1.5.6.5.14 + dvbnPlus1TBFaultMIPEnable OBJECT-TYPE + SYNTAX TruthValue + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Description. Enable/Disable switch for dvbnPlus1TBFaultMIP event" + ::= { dvbnPlus1EventEnableTransmitterB 14 } + + + -- 1.3.6.1.4.1.19831.1.1.1.5.6.5.15 + dvbnPlus1TBStuffingModeEnable OBJECT-TYPE + SYNTAX TruthValue + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Description. Enable/Disable switch for dvbnPlus1TBStuffingMode event" + ::= { dvbnPlus1EventEnableTransmitterB 15 } + + +-- dvb N+1 reserve. Event priority + -- 1.3.6.1.4.1.19831.1.1.1.5.7 + dvbnPlus1EventPriority OBJECT IDENTIFIER ::= { dvbnPlus1 7 } + + +-- dvb N+1 reserve: general: event priority + -- 1.3.6.1.4.1.19831.1.1.1.5.7.1 + dvbnPlus1EventPriorityGeneral OBJECT IDENTIFIER ::= { dvbnPlus1EventPriority 1 } + + + -- 1.3.6.1.4.1.19831.1.1.1.5.7.1.1 + dvbnPlus1ResetFaultPriority OBJECT-TYPE + SYNTAX Unsigned32 + MAX-ACCESS read-write + STATUS obsolete + DESCRIPTION + "Massage is inactive! + + Description. Priority switch for dvbnPlus1ResetFault event" + ::= { dvbnPlus1EventPriorityGeneral 1 } + + + -- 1.3.6.1.4.1.19831.1.1.1.5.7.1.2 + dvbnPlus1RedundancySwitchOverPriority OBJECT-TYPE + SYNTAX Unsigned32 + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Priority switch for dvbnPlus1RedundancySwitchOver event" + ::= { dvbnPlus1EventPriorityGeneral 2 } + + + -- 1.3.6.1.4.1.19831.1.1.1.5.7.1.3 + dvbnPlus1LocalModePriority OBJECT-TYPE + SYNTAX Unsigned32 + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Priority switch for dvbnPlus1LocalMode event" + ::= { dvbnPlus1EventPriorityGeneral 3 } + + + -- 1.3.6.1.4.1.19831.1.1.1.5.7.1.4 + dvbnPlus1ControlUnitFaultPriority OBJECT-TYPE + SYNTAX Unsigned32 + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Priority switch for dvbnPlus1ControlUnitFault event" + ::= { dvbnPlus1EventPriorityGeneral 4 } + + + -- 1.3.6.1.4.1.19831.1.1.1.5.7.1.5 + dvbnPlus1SwitchOverModePriority OBJECT-TYPE + SYNTAX Unsigned32 + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Priority switch for dvbnPlus1SwitchOverMode event" + ::= { dvbnPlus1EventPriorityGeneral 5 } + + + -- 1.3.6.1.4.1.19831.1.1.1.5.7.1.6 + dvbnPlus1SwitchOverReadyPriority OBJECT-TYPE + SYNTAX Unsigned32 + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Priority switch for dvbnPlus1SwitchOverReady event" + ::= { dvbnPlus1EventPriorityGeneral 6 } + + + -- 1.3.6.1.4.1.19831.1.1.1.5.7.1.7 + dvbnPlus1SwitchOverExecutedPriority OBJECT-TYPE + SYNTAX Unsigned32 + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Priority switch for dvbnPlus1SwitchOverExecuted event" + ::= { dvbnPlus1EventPriorityGeneral 7 } + + + -- 1.3.6.1.4.1.19831.1.1.1.5.7.1.8 + dvbnPlus1SwitchOverFaultPriority OBJECT-TYPE + SYNTAX Unsigned32 + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Priority switch for dvbnPlus1SwitchOverFault event" + ::= { dvbnPlus1EventPriorityGeneral 8 } + + + -- 1.3.6.1.4.1.19831.1.1.1.5.7.1.9 + dvbnPlus1ChannelSelectionPriority OBJECT-TYPE + SYNTAX Unsigned32 + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Priority switch for dvbnPlus1RChanelSelection event" + ::= { dvbnPlus1EventPriorityGeneral 9 } + + + -- 1.3.6.1.4.1.19831.1.1.1.5.7.1.10 + dvbnPlus1TransmitterBResetPriority OBJECT-TYPE + SYNTAX Unsigned32 + MAX-ACCESS read-write + STATUS obsolete + DESCRIPTION + "Message is inactive! + + Priority switch for dvbnPlus1TransmitterBReset event" + ::= { dvbnPlus1EventPriorityGeneral 10 } + + + -- 1.3.6.1.4.1.19831.1.1.1.5.7.1.11 + dvbnPlus1TransmitterBModePriority OBJECT-TYPE + SYNTAX Unsigned32 + MAX-ACCESS read-write + STATUS obsolete + DESCRIPTION + "Message is inactive! + + Priority switch for dvbnPlus1TransmitterBMode event" + ::= { dvbnPlus1EventPriorityGeneral 11 } + + +-- dvb N+1 reserve: Main transmitter table: event priority + -- 1.3.6.1.4.1.19831.1.1.1.5.7.2 + dvbnPlus1EventPriorityMainTransmitterTable OBJECT-TYPE + SYNTAX SEQUENCE OF DvbnPlus1EventPriorityMainTransmitterEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "dvb n+1 reserve. general: priority for event" + ::= { dvbnPlus1EventPriority 2 } + + +-- dvb N+1 reserve: Main transmitter table rows + -- 1.3.6.1.4.1.19831.1.1.1.5.7.2.1 + dvbnPlus1EventPriorityMainTransmitterEntry OBJECT-TYPE + SYNTAX DvbnPlus1EventPriorityMainTransmitterEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "One logical transmitter, numbered from 1 to n" + INDEX { dvbnPlus1MTIndex } + ::= { dvbnPlus1EventPriorityMainTransmitterTable 1 } + + + DvbnPlus1EventPriorityMainTransmitterEntry ::= + SEQUENCE { + dvbnPlus1MTInputPreselectionPriority + Unsigned32, + dvbnPlus1MTInputAutomaticPriority + Unsigned32, + dvbnPlus1MTOpModePriority + Unsigned32, + dvbnPlus1MTRFProgramPresentPriority + Unsigned32 + } + + -- 1.3.6.1.4.1.19831.1.1.1.5.7.2.1.2 + dvbnPlus1MTInputPreselectionPriority OBJECT-TYPE + SYNTAX Unsigned32 + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Priority switch for dvbnPlus1MTInputPreselection event" + ::= { dvbnPlus1EventPriorityMainTransmitterEntry 2 } + + + -- 1.3.6.1.4.1.19831.1.1.1.5.7.2.1.3 + dvbnPlus1MTInputAutomaticPriority OBJECT-TYPE + SYNTAX Unsigned32 + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Priority switch for dvbnPlus1MTInputAutomatic event" + ::= { dvbnPlus1EventPriorityMainTransmitterEntry 3 } + + + -- 1.3.6.1.4.1.19831.1.1.1.5.7.2.1.4 + dvbnPlus1MTOpModePriority OBJECT-TYPE + SYNTAX Unsigned32 + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Priority switch for dvbnPlus1MTTransmitterOpMode event" + ::= { dvbnPlus1EventPriorityMainTransmitterEntry 4 } + + + -- 1.3.6.1.4.1.19831.1.1.1.5.7.2.1.5 + dvbnPlus1MTRFProgramPresentPriority OBJECT-TYPE + SYNTAX Unsigned32 + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Priority switch for dvbnPlus1MTRFProgramPresent event" + ::= { dvbnPlus1EventPriorityMainTransmitterEntry 5 } + + +-- dvb N+1 reserve. Reserve transmitter: event priority + -- 1.3.6.1.4.1.19831.1.1.1.5.7.3 + dvbnPlus1EventPriorityReserveTransmitter OBJECT IDENTIFIER ::= { dvbnPlus1EventPriority 3 } + + + -- 1.3.6.1.4.1.19831.1.1.1.5.7.3.2 + dvbnPlus1RTInputPreselectionPriority OBJECT-TYPE + SYNTAX Unsigned32 + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Priority switch for dvbnPlus1RTInputPreselection event" + ::= { dvbnPlus1EventPriorityReserveTransmitter 2 } + + + -- 1.3.6.1.4.1.19831.1.1.1.5.7.3.3 + dvbnPlus1RTInputAutomaticPriority OBJECT-TYPE + SYNTAX Unsigned32 + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Priority switch for dvbnPlus1RTInputAutomatic event" + ::= { dvbnPlus1EventPriorityReserveTransmitter 3 } + + + -- 1.3.6.1.4.1.19831.1.1.1.5.7.3.4 + dvbnPlus1RTOpModePriority OBJECT-TYPE + SYNTAX Unsigned32 + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Priority switch for dvbnPlus1RTOpMode event" + ::= { dvbnPlus1EventPriorityReserveTransmitter 4 } + + + -- 1.3.6.1.4.1.19831.1.1.1.5.7.3.5 + dvbnPlus1RTRFProgramPresentPriority OBJECT-TYPE + SYNTAX Unsigned32 + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Priority switch for dvbnPlus1RTRFProgramPresent event" + ::= { dvbnPlus1EventPriorityReserveTransmitter 5 } + + +-- dvb N+1 reserve. Transmitter A table: event priority + -- 1.3.6.1.4.1.19831.1.1.1.5.7.4 + dvbnPlus1EventPriorityTransmitterATable OBJECT-TYPE + SYNTAX SEQUENCE OF DvbnPlus1EventPriorityTransmitterAEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "dvb n+1 reserve. transmitter A table: priority for event" + ::= { dvbnPlus1EventPriority 4 } + + +-- dvb N+1 reserve. Transmitter A entry - rows + -- 1.3.6.1.4.1.19831.1.1.1.5.7.4.1 + dvbnPlus1EventPriorityTransmitterAEntry OBJECT-TYPE + SYNTAX DvbnPlus1EventPriorityTransmitterAEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "One physical transmitter, numbered from A1 to An" + INDEX { dvbnPlus1TAIndex } + ::= { dvbnPlus1EventPriorityTransmitterATable 1 } + + + DvbnPlus1EventPriorityTransmitterAEntry ::= + SEQUENCE { + dvbnPlus1TARFPresentPriority + Unsigned32, + dvbnPlus1TAInput1OKPriority + Unsigned32, + dvbnPlus1TAInput2OKPriority + Unsigned32, + dvbnPlus1TALocalModePriority + Unsigned32, + dvbnPlus1TAInputPreselectionPriority + Unsigned32, + dvbnPlus1TAInputAutomaticPriority + Unsigned32, + dvbnPlus1TAFaultPriority + Unsigned32, + dvbnPlus1TAWarningPriority + Unsigned32, + dvbnPlus1TAActiveInputPriority + Unsigned32, + dvbnPlus1TASFNModePriority + Unsigned32, + dvbnPlus1TARefFaultPriority + Unsigned32, + dvbnPlus1TAMutePriority + Unsigned32, + dvbnPlus1TAFaultMIPPriority + Unsigned32, + dvbnPlus1TAStuffingModePriority + Unsigned32 + } + + -- 1.3.6.1.4.1.19831.1.1.1.5.7.4.1.2 + dvbnPlus1TARFPresentPriority OBJECT-TYPE + SYNTAX Unsigned32 + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Priority switch for dvbnPlus1TARFPresent event" + ::= { dvbnPlus1EventPriorityTransmitterAEntry 2 } + + + -- 1.3.6.1.4.1.19831.1.1.1.5.7.4.1.3 + dvbnPlus1TAInput1OKPriority OBJECT-TYPE + SYNTAX Unsigned32 + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Priority switch for dvbnPlus1TAInput1OK event" + ::= { dvbnPlus1EventPriorityTransmitterAEntry 3 } + + + -- 1.3.6.1.4.1.19831.1.1.1.5.7.4.1.4 + dvbnPlus1TAInput2OKPriority OBJECT-TYPE + SYNTAX Unsigned32 + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Priority switch for dvbnPlus1TAInput2OK event" + ::= { dvbnPlus1EventPriorityTransmitterAEntry 4 } + + + -- 1.3.6.1.4.1.19831.1.1.1.5.7.4.1.5 + dvbnPlus1TALocalModePriority OBJECT-TYPE + SYNTAX Unsigned32 + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Priority switch for dvbnPlus1TALocalModer event" + ::= { dvbnPlus1EventPriorityTransmitterAEntry 5 } + + + -- 1.3.6.1.4.1.19831.1.1.1.5.7.4.1.6 + dvbnPlus1TAInputPreselectionPriority OBJECT-TYPE + SYNTAX Unsigned32 + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Priority switch for dvbnPlus1TAInputPreselection event" + ::= { dvbnPlus1EventPriorityTransmitterAEntry 6 } + + + -- 1.3.6.1.4.1.19831.1.1.1.5.7.4.1.7 + dvbnPlus1TAInputAutomaticPriority OBJECT-TYPE + SYNTAX Unsigned32 + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Priority switch for dvbnPlus1TAInputAutomatic event" + ::= { dvbnPlus1EventPriorityTransmitterAEntry 7 } + + + -- 1.3.6.1.4.1.19831.1.1.1.5.7.4.1.8 + dvbnPlus1TAFaultPriority OBJECT-TYPE + SYNTAX Unsigned32 + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Priority switch for dvbnPlus1TAFaultPriority event" + ::= { dvbnPlus1EventPriorityTransmitterAEntry 8 } + + + -- 1.3.6.1.4.1.19831.1.1.1.5.7.4.1.9 + dvbnPlus1TAWarningPriority OBJECT-TYPE + SYNTAX Unsigned32 + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Priority switch for dvbnPlus1TAWarning event" + ::= { dvbnPlus1EventPriorityTransmitterAEntry 9 } + + + -- 1.3.6.1.4.1.19831.1.1.1.5.7.4.1.10 + dvbnPlus1TAActiveInputPriority OBJECT-TYPE + SYNTAX Unsigned32 + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Priority switch for dvbnPlus1TAActiveInput event" + ::= { dvbnPlus1EventPriorityTransmitterAEntry 10 } + + + -- 1.3.6.1.4.1.19831.1.1.1.5.7.4.1.11 + dvbnPlus1TASFNModePriority OBJECT-TYPE + SYNTAX Unsigned32 + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Priority switch for dvbnPlus1TASFNMode event" + ::= { dvbnPlus1EventPriorityTransmitterAEntry 11 } + + + -- 1.3.6.1.4.1.19831.1.1.1.5.7.4.1.12 + dvbnPlus1TARefFaultPriority OBJECT-TYPE + SYNTAX Unsigned32 + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Priority switch for dvbnPlus1TARefFault event" + ::= { dvbnPlus1EventPriorityTransmitterAEntry 12 } + + + -- 1.3.6.1.4.1.19831.1.1.1.5.7.4.1.13 + dvbnPlus1TAMutePriority OBJECT-TYPE + SYNTAX Unsigned32 + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Priority switch for dvbnPlus1TAMute event" + ::= { dvbnPlus1EventPriorityTransmitterAEntry 13 } + + + -- 1.3.6.1.4.1.19831.1.1.1.5.7.4.1.14 + dvbnPlus1TAFaultMIPPriority OBJECT-TYPE + SYNTAX Unsigned32 + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Priority switch for dvbnPlus1TAFaultMIP event" + ::= { dvbnPlus1EventPriorityTransmitterAEntry 14 } + + + -- 1.3.6.1.4.1.19831.1.1.1.5.7.4.1.15 + dvbnPlus1TAStuffingModePriority OBJECT-TYPE + SYNTAX Unsigned32 + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Priority switch for dvbnPlus1TAStuffingMode event" + ::= { dvbnPlus1EventPriorityTransmitterAEntry 15 } + + +-- dvb N+1. Tansmitter B event priority + -- 1.3.6.1.4.1.19831.1.1.1.5.7.5 + dvbnPlus1EventPriorityTransmitterB OBJECT IDENTIFIER ::= { dvbnPlus1EventPriority 5 } + + + -- 1.3.6.1.4.1.19831.1.1.1.5.7.5.2 + dvbnPlus1TBRFPresentPriority OBJECT-TYPE + SYNTAX Unsigned32 + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Priority switch for dvbnPlus1TBRFPresent event" + ::= { dvbnPlus1EventPriorityTransmitterB 2 } + + + -- 1.3.6.1.4.1.19831.1.1.1.5.7.5.3 + dvbnPlus1TBInput1OKPriority OBJECT-TYPE + SYNTAX Unsigned32 + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Priority switch for dvbnPlus1TBInput1OK event" + ::= { dvbnPlus1EventPriorityTransmitterB 3 } + + + -- 1.3.6.1.4.1.19831.1.1.1.5.7.5.4 + dvbnPlus1TBInput2OKPriority OBJECT-TYPE + SYNTAX Unsigned32 + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Priority switch for dvbnPlus1TBInput2OK event" + ::= { dvbnPlus1EventPriorityTransmitterB 4 } + + + -- 1.3.6.1.4.1.19831.1.1.1.5.7.5.5 + dvbnPlus1TBLocalModePriority OBJECT-TYPE + SYNTAX Unsigned32 + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Priority switch for dvbnPlus1TBLocalMode event" + ::= { dvbnPlus1EventPriorityTransmitterB 5 } + + + -- 1.3.6.1.4.1.19831.1.1.1.5.7.5.6 + dvbnPlus1TBFaultPriority OBJECT-TYPE + SYNTAX Unsigned32 + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Priority switch for dvbnPlus1TBFault event" + ::= { dvbnPlus1EventPriorityTransmitterB 6 } + + + -- 1.3.6.1.4.1.19831.1.1.1.5.7.5.7 + dvbnPlus1TBWarningPriority OBJECT-TYPE + SYNTAX Unsigned32 + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Priority switch for dvbnPlus1TBWarning event" + ::= { dvbnPlus1EventPriorityTransmitterB 7 } + + + -- 1.3.6.1.4.1.19831.1.1.1.5.7.5.8 + dvbnPlus1TBInputPreselectionPriority OBJECT-TYPE + SYNTAX Unsigned32 + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Priority switch for dvbnPlus1TBInputPreselection event" + ::= { dvbnPlus1EventPriorityTransmitterB 8 } + + + -- 1.3.6.1.4.1.19831.1.1.1.5.7.5.9 + dvbnPlus1TBInputAutomaticPriority OBJECT-TYPE + SYNTAX Unsigned32 + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Priority switch for dvbnPlus1TBInputAutomatic event" + ::= { dvbnPlus1EventPriorityTransmitterB 9 } + + + -- 1.3.6.1.4.1.19831.1.1.1.5.7.5.10 + dvbnPlus1TBActiveInputPriority OBJECT-TYPE + SYNTAX Unsigned32 + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Priority switch for dvbnPlus1TBActiveInput event" + ::= { dvbnPlus1EventPriorityTransmitterB 10 } + + + -- 1.3.6.1.4.1.19831.1.1.1.5.7.5.11 + dvbnPlus1TBSFNModePriority OBJECT-TYPE + SYNTAX Unsigned32 + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "NPriority switch for dvbnPlus1TBSFNMode event" + ::= { dvbnPlus1EventPriorityTransmitterB 11 } + + + -- 1.3.6.1.4.1.19831.1.1.1.5.7.5.12 + dvbnPlus1TBRefFaultPriority OBJECT-TYPE + SYNTAX Unsigned32 + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Priority switch for dvbnPlus1TBRefFault event" + ::= { dvbnPlus1EventPriorityTransmitterB 12 } + + + -- 1.3.6.1.4.1.19831.1.1.1.5.7.5.13 + dvbnPlus1TBMutePriority OBJECT-TYPE + SYNTAX Unsigned32 + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Priority switch for dvbnPlus1TBMute event" + ::= { dvbnPlus1EventPriorityTransmitterB 13 } + + + -- 1.3.6.1.4.1.19831.1.1.1.5.7.5.14 + dvbnPlus1TBFaultMIPPriority OBJECT-TYPE + SYNTAX Unsigned32 + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Priority switch for dvbnPlus1TBFaultMIP event" + ::= { dvbnPlus1EventPriorityTransmitterB 14 } + + + -- 1.3.6.1.4.1.19831.1.1.1.5.7.5.15 + dvbnPlus1TBStuffingModePriority OBJECT-TYPE + SYNTAX Unsigned32 + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Priority switch for dvbnPlus1TBStuffingMode event" + ::= { dvbnPlus1EventPriorityTransmitterB 15 } + + + -- 1.3.6.1.4.1.19831.1.1.1.5.8 + groupsnPlus1 OBJECT IDENTIFIER ::= { dvbnPlus1 8 } + + + -- 1.3.6.1.4.1.19831.1.1.1.5.8.1 + objectGroupnPlus1 OBJECT-GROUP + OBJECTS { dvbnPlus1RedundancySwitchOver, dvbnPlus1MTRFProgramPresent, dvbnPlus1RTRFProgramPresent, dvbnPlus1RedundancySwitchOverEnable, dvbnPlus1RedundancySwitchOverPriority, + dvbnPlus1RTInputPreselectionEnable, dvbnPlus1TBFaultMIPPriority, dvbnPlus1TBStuffingModePriority, dvbnPlus1EventTransmitterIndex, dvbnPlus1RTInputPreselection, + dvbnPlus1LocalMode, dvbnPlus1ControlUnitFault, dvbnPlus1SwitchOverMode, dvbnPlus1SwitchOverReady, dvbnPlus1SwitchOverExecuted, + dvbnPlus1SwitchOverFault, dvbnPlus1ChannelSelection, dvbnPlus1MTIndex, dvbnPlus1MTInputPreselection, dvbnPlus1MTInputAutomatic, + dvbnPlus1RTInputAutomatic, dvbnPlus1RTOpMode, dvbnPlus1TAIndex, dvbnPlus1TARFPresent, dvbnPlus1TAInput1OK, + dvbnPlus1TAInput2OK, dvbnPlus1TALocalMode, dvbnPlus1TAInputPreselection, dvbnPlus1TAInputAutomatic, dvbnPlus1TAFault, + dvbnPlus1TAWarning, dvbnPlus1TAActiveInput, dvbnPlus1TASFNMode, dvbnPlus1TARefFault, dvbnPlus1TAMute, + dvbnPlus1TAFaultMIP, dvbnPlus1TAStuffingMode, dvbnPlus1TBRFPresent, dvbnPlus1TBInput1OK, dvbnPlus1TBInput2OK, + dvbnPlus1TBLocalMode, dvbnPlus1TBFault, dvbnPlus1TBWarning, dvbnPlus1TBInputPreselection, dvbnPlus1TBInputAutomatic, + dvbnPlus1TBActiveInput, dvbnPlus1TBSFNMode, dvbnPlus1TBRefFault, dvbnPlus1TBMute, dvbnPlus1TBFaultMIP, + dvbnPlus1TBStuffingMode, dvbnPlus1LocalModeEnable, dvbnPlus1ControlUnitFaultEnable, dvbnPlus1SwitchOverModeEnable, dvbnPlus1SwitchOverReadyEnable, + dvbnPlus1SwitchOverExecutedEnable, dvbnPlus1SwitchOverFaultEnable, dvbnPlus1ChannelSelectionEnable, dvbnPlus1MTInputPreselectionEnable, dvbnPlus1MTInputAutomaticEnable, + dvbnPlus1RTInputAutomaticEnable, dvbnPlus1RTOpModeEnable, dvbnPlus1TARFPresentEnable, dvbnPlus1TAInput1OKEnable, dvbnPlus1TAInput2OKEnable, + dvbnPlus1TALocalModeEnable, dvbnPlus1TAInputPreselectionEnable, dvbnPlus1TAInputAutomaticEnable, dvbnPlus1TAFaultEnable, dvbnPlus1TAWarningEnable, + dvbnPlus1TAActiveInputEnable, dvbnPlus1TASFNModeEnable, dvbnPlus1TARefFaultEnable, dvbnPlus1TAMuteEnable, dvbnPlus1TAFaultMIPEnable, + dvbnPlus1TAStuffingModeEnable, dvbnPlus1TBRFPresentEnable, dvbnPlus1TBInput1OKEnable, dvbnPlus1TBInput2OKEnable, dvbnPlus1TBLocalModeEnable, + dvbnPlus1TBFaultEnable, dvbnPlus1TBWarningEnable, dvbnPlus1TBInputPreselectionEnable, dvbnPlus1TBInputAutomaticEnable, dvbnPlus1TBActiveInputEnable, + dvbnPlus1TBSFNModeEnable, dvbnPlus1TBRefFaultEnable, dvbnPlus1TBMuteEnable, dvbnPlus1TBFaultMIPEnable, dvbnPlus1TBStuffingModeEnable, + dvbnPlus1LocalModePriority, dvbnPlus1ControlUnitFaultPriority, dvbnPlus1SwitchOverModePriority, dvbnPlus1SwitchOverReadyPriority, dvbnPlus1SwitchOverExecutedPriority, + dvbnPlus1SwitchOverFaultPriority, dvbnPlus1ChannelSelectionPriority, dvbnPlus1MTInputPreselectionPriority, dvbnPlus1MTInputAutomaticPriority, dvbnPlus1RTInputAutomaticPriority, + dvbnPlus1RTOpModePriority, dvbnPlus1TARFPresentPriority, dvbnPlus1TAInput1OKPriority, dvbnPlus1TAInput2OKPriority, dvbnPlus1TALocalModePriority, + dvbnPlus1TAInputPreselectionPriority, dvbnPlus1TAInputAutomaticPriority, dvbnPlus1TAFaultPriority, dvbnPlus1TAWarningPriority, dvbnPlus1TAActiveInputPriority, + dvbnPlus1TASFNModePriority, dvbnPlus1TARefFaultPriority, dvbnPlus1TAMutePriority, dvbnPlus1TAFaultMIPPriority, dvbnPlus1TAStuffingModePriority, + dvbnPlus1TBRFPresentPriority, dvbnPlus1TBInput1OKPriority, dvbnPlus1TBInput2OKPriority, dvbnPlus1TBLocalModePriority, dvbnPlus1TBFaultPriority, + dvbnPlus1TBWarningPriority, dvbnPlus1TBInputPreselectionPriority, dvbnPlus1TBActiveInputPriority, dvbnPlus1TBSFNModePriority, dvbnPlus1TBRefFaultPriority, + dvbnPlus1TBMutePriority, dvbnPlus1MTRFProgramPresentPriority, dvbnPlus1RTRFProgramPresentPriority, dvbnPlus1TBInputAutomaticPriority, dvbnPlus1MTRFProgramPresentEnable, + dvbnPlus1RTRFProgramPresentEnable, dvbnPlus1RTInputPreselectionPriority, dvbnPlus1MTOpModePriority, dvbnPlus1MTOpModeEnable, dvbnPlus1MTOpMode + } + STATUS current + DESCRIPTION + "Description.N+1 reserve: object group " + ::= { groupsnPlus1 1 } + + + -- 1.3.6.1.4.1.19831.1.1.1.5.8.2 + eventGroupnPlus1 NOTIFICATION-GROUP + NOTIFICATIONS { dvbnPlus1RedundancySwitchOverEvent, dvbnPlus1LocalModeEvent, dvbnPlus1ControlUnitFaultEvent, dvbnPlus1SwitchOverModeEvent, dvbnPlus1SwitchOverReadyEvent, + dvbnPlus1SwitchOverExecutedEvent, dvbnPlus1SwitchOverFaultEvent, dvbnPlus1ChannelSelectionEvent, dvbnPlus1MTInputPreselectionEvent, dvbnPlus1MTInputAutomaticEvent, + dvbnPlus1MTRFProgramPresentEvent, dvbnPlus1RTInputPreselectionEvent, dvbnPlus1RTInputAutomaticEvent, dvbnPlus1RTRFProgramPresentEvent, dvbnPlus1TARFPresentEvent, + dvbnPlus1TAInput1OKEvent, dvbnPlus1TAInput2OKEvent, dvbnPlus1TALocalModeEvent, dvbnPlus1TAInputPreselectionEvent, dvbnPlus1TAInputAutomaticEvent, + dvbnPlus1TAFaultEvent, dvbnPlus1TAWarningEvent, dvbnPlus1TAActiveInputEvent, dvbnPlus1TASFNModeEvent, dvbnPlus1TARefFaultEvent, + dvbnPlus1TAMuteEvent, dvbnPlus1TAFaultMIPEvent, dvbnPlus1TAStuffingModeEvent, dvbnPlus1TBRFPresentEvent, dvbnPlus1TBInput1OKEvent, + dvbnPlus1TBInput2OKEvent, dvbnPlus1TBLocalModeEvent, dvbnPlus1TBFaultEvent, dvbnPlus1TBWarningEvent, dvbnPlus1TBInputPreselectionEvent, + dvbnPlus1TBInputAutomaticEvent, dvbnPlus1TBActiveInputEvent, dvbnPlus1TBSFNModeEvent, dvbnPlus1TBRefFaultEvent, dvbnPlus1TBMuteEvent, + dvbnPlus1TBFaultMIPEvent, dvbnPlus1TBStuffingModeEvent, dvbnPlus1RTOpModeEvent, dvbnPlus1MTOpModeEvent } + STATUS current + DESCRIPTION + "Description.N+1 reserve: event group " + ::= { groupsnPlus1 2 } + + + -- 1.3.6.1.4.1.19831.1.1.1.5.8.3 + objectGroupnPlus1obsolete OBJECT-GROUP + OBJECTS { dvbnPlus1ResetFault, dvbnPlus1ResetFaultEnable, dvbnPlus1ResetFaultPriority, dvbnPlus1TransmitterBReset, dvbnPlus1TransmitterBMode, + dvbnPlus1TransmitterBResetEnable, dvbnPlus1TransmitterBModeEnable, dvbnPlus1TransmitterBResetPriority, dvbnPlus1TransmitterBModePriority } + STATUS obsolete + DESCRIPTION + "Description.Inactive objects" + ::= { groupsnPlus1 3 } + + + -- 1.3.6.1.4.1.19831.1.1.1.5.8.4 + eventGroupnPlus1obsolete NOTIFICATION-GROUP + NOTIFICATIONS { dvbnPlus1ResetFaultEvent, dvbnPlus1TransmitterBResetEvent, dvbnPlus1TransmitterBModeEvent } + STATUS obsolete + DESCRIPTION + "Description. Inactive events" + ::= { groupsnPlus1 4 } + + + -- 1.3.6.1.4.1.19831.1.1.1.5.9 + compliancenPlus1 OBJECT IDENTIFIER ::= { dvbnPlus1 9 } + + + -- 1.3.6.1.4.1.19831.1.1.1.5.9.1 + dvbnPlus1Compliance MODULE-COMPLIANCE + STATUS current + DESCRIPTION + "Description." + MODULE -- this module + MANDATORY-GROUPS { objectGroupnPlus1, eventGroupnPlus1 } + ::= { compliancenPlus1 1 } + + + + END + +-- +-- IRT-DVBT-NPLUS1-MIB.my +-- diff --git a/src/vendor/rs/IRT-DVBT-SINGLETRANSMITTER-MIB b/src/vendor/irt/IRT-DVBT-SINGLETRANSMITTER-MIB similarity index 100% rename from src/vendor/rs/IRT-DVBT-SINGLETRANSMITTER-MIB rename to src/vendor/irt/IRT-DVBT-SINGLETRANSMITTER-MIB diff --git a/src/vendor/irt/IRT-FM-ACTIVERESERVE-MIB b/src/vendor/irt/IRT-FM-ACTIVERESERVE-MIB new file mode 100644 index 000000000000..4ed119666d08 --- /dev/null +++ b/src/vendor/irt/IRT-FM-ACTIVERESERVE-MIB @@ -0,0 +1,1506 @@ +-- +-- IRT-FM-ACTIVERESERVE-MIB.my +-- MIB generated by MG-SOFT Visual MIB Builder Version 6.0 Build 88 +-- Friday, May 04, 2007 at 17:20:39 +-- + + IRT-FM-ACTIVERESERVE-MIB DEFINITIONS ::= BEGIN + + IMPORTS + eventTimeStamp, eventPriority, eventCounter, mibRelease + FROM IRT-COMMONVARBINDS-MIB + fm, SelectOnOff, LocalRemote, FaultOK, SelectManualAuto, + ReadyNotReady, ExecutedNotExecuted, PresentNotPresent, WarningOK + FROM IRT-TRANSMITTER-SMI-MIB + OBJECT-GROUP, MODULE-COMPLIANCE, NOTIFICATION-GROUP + FROM SNMPv2-CONF + sysDescr, sysName, sysLocation + FROM SNMPv2-MIB + Unsigned32, OBJECT-TYPE, MODULE-IDENTITY, NOTIFICATION-TYPE + FROM SNMPv2-SMI + DisplayString, TruthValue + FROM SNMPv2-TC; + + + -- 1.3.6.1.4.1.19831.1.1.3.2 + fmActiveReserve MODULE-IDENTITY + LAST-UPDATED "200705041400Z" -- May 04, 2007 at 14:00 GMT + ORGANIZATION + "IRT-WORKING-GROUP-TC-MIB" + CONTACT-INFO + "Contact-info. + + Andreas Metz + + Institut fuer Rundfunktechnik GmbH + Broadcast Networks and Servers (SN) + + Floriansmuehlstr.60 + 80939 Munich + Germany + + Phone: +49 89 32399 325 + Fax: +49 89 32399 354 + " + DESCRIPTION + "Description. + + branch definition + + 1st level + + events OBJECT IDENTIFIER ::= { fmActiveReserve 0 } + fmARGeneral OBJECT IDENTIFIER ::= { fmActiveReserve 1 } + fmARAmplifierA OBJECT IDENTIFIER ::= { fmActiveReserve 2 } + fmARAmplifierB OBJECT IDENTIFIER ::= { fmActiveReserve 3 } + fmARExciterA OBJECT IDENTIFIER ::= { fmActiveReserve 4 } + fmRExciterB OBJECT IDENTIFIER ::= { fmActiveReserve 5 } + fmAREventEnable OBJECT IDENTIFIER ::= { fmActiveReserve 6 } + fmAREventPriority OBJECT IDENTIFIER ::= { fmActiveReserve 7 } + groups OBJECT IDENTIFIER ::= { fmActiveReserve 8 } + + 2nd level + + fmAREventEnableGeneral OBJECT IDENTIFIER ::= { fmAREventEnable 1 } + fmAREventEnableAmplifierA OBJECT IDENTIFIER ::= { fmAREventEnable 2 } + fmAREventEnableAmplifierB OBJECT IDENTIFIER ::= { fmAREventEnable 3 } + fmAREventEnableExciterA OBJECT IDENTIFIER ::= { fmAREventEnable 4 } + fmAREventEnableExciterB OBJECT IDENTIFIER ::= { fmAREventEnable 5 } + + fmAREventPriorityGeneral OBJECT IDENTIFIER ::= { fmAREventPriority 1 } + fmAREventPriorityAmplifierA OBJECT IDENTIFIER ::= { fmAREventPriority 2 } + fmAREventPriorityAmplifierB OBJECT IDENTIFIER ::= { fmAREventPriority 3 } + fmAREventPriorityExciterA OBJECT IDENTIFIER ::= { fmAREventPriority 4 } + fmAREventPriorityExciterB OBJECT IDENTIFIER ::= { fmAREventPriority 5 } + + end branch" + REVISION "200705041400Z" -- May 04, 2007 at 14:00 GMT + DESCRIPTION + "change LocalMode (description only) and Module-COMPLIANCE + change numbering: OIDs 1.3.6.1.4.1.19831.1.1.3.2.6.1.10-16 and + 1.3.6.1.4.1.19831.1.1.3.2.7.1.10-16! + " + REVISION "200612201400Z" -- December 20, 2006 at 14:00 GMT + DESCRIPTION + "corrections" + REVISION "200609211400Z" -- September 21, 2006 at 14:00 GMT + DESCRIPTION + "Adding Compliance Statement" + REVISION "200609191400Z" -- September 19, 2006 at 14:00 GMT + DESCRIPTION + "Correcting Imports" + REVISION "200609071400Z" -- September 07, 2006 at 14:00 GMT + DESCRIPTION + "Relocation of the TC-MIB from the standard OID area at IEC into the private OID area of the IRT" + ::= { fm 2 } + + + + +-- +-- Node definitions +-- + +-- Events active reserve + -- 1.3.6.1.4.1.19831.1.1.3.2.0 + fmEventsAR OBJECT IDENTIFIER ::= { fmActiveReserve 0 } + + + -- 1.3.6.1.4.1.19831.1.1.3.2.0.1 + fmARPreselectionExciterEvent NOTIFICATION-TYPE + OBJECTS { sysDescr, sysName, sysLocation, eventTimeStamp, eventPriority, + eventCounter, fmARPreselectionExciter } + STATUS current + DESCRIPTION + "Description. fmARPreselectionExciter notification" + ::= { fmEventsAR 1 } + + + -- 1.3.6.1.4.1.19831.1.1.3.2.0.2 + fmARPreselectionAmplifierEvent NOTIFICATION-TYPE + OBJECTS { sysDescr, sysName, sysLocation, eventTimeStamp, eventPriority, + eventCounter, fmARPreselectionAmplifier } + STATUS current + DESCRIPTION + "Description. fmARPreselectionAmplifier notification" + ::= { fmEventsAR 2 } + + + -- 1.3.6.1.4.1.19831.1.1.3.2.0.3 + fmARTransmitterOpModeEvent NOTIFICATION-TYPE + OBJECTS { sysDescr, sysName, sysLocation, eventTimeStamp, eventPriority, + eventCounter, fmARTransmitterOpMode } + STATUS current + DESCRIPTION + "Description. fmARTransmitterOpMode notification" + ::= { fmEventsAR 3 } + + + -- 1.3.6.1.4.1.19831.1.1.3.2.0.4 + fmARReserveControlEvent NOTIFICATION-TYPE + OBJECTS { sysDescr, sysName, sysLocation, eventTimeStamp, eventPriority, + eventCounter, fmARReserveControl } + STATUS current + DESCRIPTION + "Description. fmARReserveControl notification" + ::= { fmEventsAR 4 } + + + -- 1.3.6.1.4.1.19831.1.1.3.2.0.5 + fmARActiveAmplifierEvent NOTIFICATION-TYPE + OBJECTS { sysDescr, sysName, sysLocation, eventTimeStamp, eventPriority, + eventCounter, fmARActiveAmplifier } + STATUS current + DESCRIPTION + "Description. fmARActiveAmplifier notification" + ::= { fmEventsAR 5 } + + + -- 1.3.6.1.4.1.19831.1.1.3.2.0.6 + fmARActiveExciterEvent NOTIFICATION-TYPE + OBJECTS { sysDescr, sysName, sysLocation, eventTimeStamp, eventPriority, + eventCounter, fmARActiveExciter } + STATUS current + DESCRIPTION + "Description. fmARActiveExciter notification" + ::= { fmEventsAR 6 } + + + -- 1.3.6.1.4.1.19831.1.1.3.2.0.7 + fmARLocalModeEvent NOTIFICATION-TYPE + OBJECTS { sysDescr, sysName, sysLocation, eventTimeStamp, eventPriority, + eventCounter, fmARLocalMode } + STATUS current + DESCRIPTION + "Description. fmARLocalMode notification" + ::= { fmEventsAR 7 } + + + -- 1.3.6.1.4.1.19831.1.1.3.2.0.8 + fmARControlUnitFaultEvent NOTIFICATION-TYPE + OBJECTS { sysDescr, sysName, sysLocation, eventTimeStamp, eventPriority, + eventCounter, fmARControlUnitFault } + STATUS current + DESCRIPTION + "Description. fmARControlUnitFault notification" + ::= { fmEventsAR 8 } + + + -- 1.3.6.1.4.1.19831.1.1.3.2.0.9 + fmARExciterSwitchOverModeEvent NOTIFICATION-TYPE + OBJECTS { sysDescr, sysName, sysLocation, eventTimeStamp, eventPriority, + eventCounter, fmARExciterSwitchOverMode } + STATUS current + DESCRIPTION + "Description. fmARExciterSwitchOverMode notification" + ::= { fmEventsAR 9 } + + + -- 1.3.6.1.4.1.19831.1.1.3.2.0.10 + fmARExciterSwitchOverReadyEvent NOTIFICATION-TYPE + OBJECTS { sysDescr, sysName, sysLocation, eventTimeStamp, eventPriority, + eventCounter, fmARExciterSwitchOverReady } + STATUS current + DESCRIPTION + "Description. fmARExciterSwitchOverReady notification" + ::= { fmEventsAR 10 } + + + -- 1.3.6.1.4.1.19831.1.1.3.2.0.11 + fmARExciterSwitchOverExecutedEvent NOTIFICATION-TYPE + OBJECTS { sysDescr, sysName, sysLocation, eventTimeStamp, eventPriority, + eventCounter, fmARExciterSwitchOverExecuted } + STATUS current + DESCRIPTION + "Description. fmARExciterSwitchOverExecuted notification" + ::= { fmEventsAR 11 } + + + -- 1.3.6.1.4.1.19831.1.1.3.2.0.12 + fmARExciterSwitchOverFaultEvent NOTIFICATION-TYPE + OBJECTS { sysDescr, sysName, sysLocation, eventTimeStamp, eventPriority, + eventCounter, fmARExciterSwitchOverFault } + STATUS current + DESCRIPTION + "Description. fmARExciterSwitchOverFault notification" + ::= { fmEventsAR 12 } + + + -- 1.3.6.1.4.1.19831.1.1.3.2.0.13 + fmARAmplifierSwitchOverModeEvent NOTIFICATION-TYPE + OBJECTS { sysDescr, sysName, sysLocation, eventTimeStamp, eventPriority, + eventCounter, fmARAmplifierSwitchOverMode } + STATUS current + DESCRIPTION + "Description. fmARAmplifierSwitchOverMode notification" + ::= { fmEventsAR 13 } + + + -- 1.3.6.1.4.1.19831.1.1.3.2.0.14 + fmARAmplifierSwitchOverReadyEvent NOTIFICATION-TYPE + OBJECTS { sysDescr, sysName, sysLocation, eventTimeStamp, eventPriority, + eventCounter, fmARAmplifierSwitchOverReady } + STATUS current + DESCRIPTION + "Description. fmARAmplifierSwitchOverReady notification" + ::= { fmEventsAR 14 } + + + -- 1.3.6.1.4.1.19831.1.1.3.2.0.15 + fmARAmplifierSwitchOverExecutedEvent NOTIFICATION-TYPE + OBJECTS { sysDescr, sysName, sysLocation, eventTimeStamp, eventPriority, + eventCounter, fmARAmplifierSwitchOverExecuted } + STATUS current + DESCRIPTION + "Description. fmARAmplifierSwitchOverExecuted notification" + ::= { fmEventsAR 15 } + + + -- 1.3.6.1.4.1.19831.1.1.3.2.0.16 + fmARAmplifierSwitchOverFaultEvent NOTIFICATION-TYPE + OBJECTS { sysDescr, sysName, sysLocation, eventTimeStamp, eventPriority, + eventCounter, fmARAmplifierSwitchOverFault } + STATUS current + DESCRIPTION + "Description. fmARAmplifierSwitchOverFault notification" + ::= { fmEventsAR 16 } + + + -- 1.3.6.1.4.1.19831.1.1.3.2.0.17 + fmARAmplifierARFPresentEvent NOTIFICATION-TYPE + OBJECTS { sysDescr, sysName, sysLocation, eventTimeStamp, eventPriority, + eventCounter, fmARAmplifierARFPresent } + STATUS current + DESCRIPTION + "Description. fmARAmplifierARFPresent notification" + ::= { fmEventsAR 17 } + + + -- 1.3.6.1.4.1.19831.1.1.3.2.0.18 + fmARAmplifierAFaultEvent NOTIFICATION-TYPE + OBJECTS { sysDescr, sysName, sysLocation, eventTimeStamp, eventPriority, + eventCounter, fmARAmplifierAFault } + STATUS current + DESCRIPTION + "Description. fmARAmplifierAFault notification" + ::= { fmEventsAR 18 } + + + -- 1.3.6.1.4.1.19831.1.1.3.2.0.19 + fmARAmplifierAWarningEvent NOTIFICATION-TYPE + OBJECTS { sysDescr, sysName, sysLocation, eventTimeStamp, eventPriority, + eventCounter, fmARAmplifierAWarning } + STATUS current + DESCRIPTION + "Description. fmARAmplifierAWarning notification" + ::= { fmEventsAR 19 } + + + -- 1.3.6.1.4.1.19831.1.1.3.2.0.20 + fmARAmplifierBRFPresentEvent NOTIFICATION-TYPE + OBJECTS { sysDescr, sysName, sysLocation, eventTimeStamp, eventPriority, + eventCounter, fmARAmplifierBRFPresent } + STATUS current + DESCRIPTION + "Description. fmARAmplifierBRFPresent notification" + ::= { fmEventsAR 20 } + + + -- 1.3.6.1.4.1.19831.1.1.3.2.0.21 + fmARAmplifierBFaultEvent NOTIFICATION-TYPE + OBJECTS { sysDescr, sysName, sysLocation, eventTimeStamp, eventPriority, + eventCounter, fmARAmplifierBFault } + STATUS current + DESCRIPTION + "Description. fmARAmplifierBFault notification" + ::= { fmEventsAR 21 } + + + -- 1.3.6.1.4.1.19831.1.1.3.2.0.22 + fmARAmplifierBWarningEvent NOTIFICATION-TYPE + OBJECTS { sysDescr, sysName, sysLocation, eventTimeStamp, eventPriority, + eventCounter, fmARAmplifierBWarning } + STATUS current + DESCRIPTION + "Description. fmARAmplifierBWarning notification" + ::= { fmEventsAR 22 } + + + -- 1.3.6.1.4.1.19831.1.1.3.2.0.23 + fmARExciterALocalModeEvent NOTIFICATION-TYPE + OBJECTS { sysDescr, sysName, sysLocation, eventTimeStamp, eventPriority, + eventCounter, fmARExciterALocalMode } + STATUS current + DESCRIPTION + "Description. fmARExciterALocalMode notification" + ::= { fmEventsAR 23 } + + + -- 1.3.6.1.4.1.19831.1.1.3.2.0.24 + fmARExciterAFaultEvent NOTIFICATION-TYPE + OBJECTS { sysDescr, sysName, sysLocation, eventTimeStamp, eventPriority, + eventCounter, fmARExciterAFault } + STATUS current + DESCRIPTION + "Description. fmARExciterAFault notification" + ::= { fmEventsAR 24 } + + + -- 1.3.6.1.4.1.19831.1.1.3.2.0.25 + fmARExciterAWarningEvent NOTIFICATION-TYPE + OBJECTS { sysDescr, sysName, sysLocation, eventTimeStamp, eventPriority, + eventCounter, fmARExciterAWarning } + STATUS current + DESCRIPTION + "Description. fmARExciterAWarning notification" + ::= { fmEventsAR 25 } + + + -- 1.3.6.1.4.1.19831.1.1.3.2.0.26 + fmARExciterBLocalModeEvent NOTIFICATION-TYPE + OBJECTS { sysDescr, sysName, sysLocation, eventTimeStamp, eventPriority, + eventCounter, fmARExciterBLocalMode } + STATUS current + DESCRIPTION + "Description. fmARExciterBLocalMode notification" + ::= { fmEventsAR 26 } + + + -- 1.3.6.1.4.1.19831.1.1.3.2.0.27 + fmARExciterBFaultEvent NOTIFICATION-TYPE + OBJECTS { sysDescr, sysName, sysLocation, eventTimeStamp, eventPriority, + eventCounter, fmARExciterBFault } + STATUS current + DESCRIPTION + "Description. fmARExciterBFault notification" + ::= { fmEventsAR 27 } + + + -- 1.3.6.1.4.1.19831.1.1.3.2.0.28 + fmARExciterBWarningEvent NOTIFICATION-TYPE + OBJECTS { sysDescr, sysName, sysLocation, eventTimeStamp, eventPriority, + eventCounter, fmARExciterBWarning } + STATUS current + DESCRIPTION + "Description. fmARExciterBWarning notification" + ::= { fmEventsAR 28 } + + +-- fm active reserve general + -- 1.3.6.1.4.1.19831.1.1.3.2.1 + fmARGeneral OBJECT IDENTIFIER ::= { fmActiveReserve 1 } + + + -- 1.3.6.1.4.1.19831.1.1.3.2.1.1 + fmARPreselectionExciter OBJECT-TYPE + SYNTAX INTEGER + { + undefined(0), + exciterA(1), + exciterB(2) + } + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Aktive reserve. Preselection of the exciter + + + " + ::= { fmARGeneral 1 } + + + -- 1.3.6.1.4.1.19831.1.1.3.2.1.2 + fmARPreselectionAmplifier OBJECT-TYPE + SYNTAX INTEGER + { + undefined(0), + amplifierA(1), + amplifierB(2), + amplifierAB(3), + amplifierABtodummyload(4) + } + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Aktive reserve. Preselection amplifier + + " + ::= { fmARGeneral 2 } + + + -- 1.3.6.1.4.1.19831.1.1.3.2.1.3 + fmARTransmitterOpMode OBJECT-TYPE + SYNTAX SelectOnOff + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "General transmitter control of aktive reserve + + (0) undefined + (1) ON + (2) OFF" + ::= { fmARGeneral 3 } + + + -- 1.3.6.1.4.1.19831.1.1.3.2.1.4 + fmARReserveControl OBJECT-TYPE + SYNTAX SelectOnOff + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Reserve control of aktive reserve + + (0) undefined + (1) ON + (2) OFF " + ::= { fmARGeneral 4 } + + + -- 1.3.6.1.4.1.19831.1.1.3.2.1.5 + fmARActiveAmplifier OBJECT-TYPE + SYNTAX INTEGER + { + undefined(0), + amplifierA(1), + amplifierB(2), + amplifierAB(3), + amplifierABtoDummyload(4) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Active amplifier of aktive reserve + + " + ::= { fmARGeneral 5 } + + + -- 1.3.6.1.4.1.19831.1.1.3.2.1.6 + fmARActiveExciter OBJECT-TYPE + SYNTAX INTEGER + { + undefined(0), + exciterA(1), + exciterB(2) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Active exciter of aktive reserve + + " + ::= { fmARGeneral 6 } + + + -- 1.3.6.1.4.1.19831.1.1.3.2.1.7 + fmARLocalMode OBJECT-TYPE + SYNTAX LocalRemote + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Active reserve. Local mode + + (0) undefined + (1) local + (2) remote" + ::= { fmARGeneral 7 } + + + -- 1.3.6.1.4.1.19831.1.1.3.2.1.8 + fmARControlUnitFault OBJECT-TYPE + SYNTAX FaultOK + UNITS " " + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Aktive reserve. State of the control unit + + (0) undefined + (1) fault + (2) ok" + ::= { fmARGeneral 8 } + + + -- 1.3.6.1.4.1.19831.1.1.3.2.1.9 + fmARExciterSwitchOverMode OBJECT-TYPE + SYNTAX SelectManualAuto + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Aktive reserve. Exciter switch over mode: manual or automatic + + (0) undefined + (1) manual + (2) automatic" + ::= { fmARGeneral 9 } + + + -- 1.3.6.1.4.1.19831.1.1.3.2.1.10 + fmARExciterSwitchOverReady OBJECT-TYPE + SYNTAX ReadyNotReady + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Aktive reserve. State of the exciter switch over unit + + (0) undefined + (1) ready + (2) not ready" + ::= { fmARGeneral 10 } + + + -- 1.3.6.1.4.1.19831.1.1.3.2.1.11 + fmARExciterSwitchOverExecuted OBJECT-TYPE + SYNTAX ExecutedNotExecuted + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Aktive reserve. Shows if the exciter switch over unit it has executed + + (0) undefined + (1) executed + (2) not executed" + ::= { fmARGeneral 11 } + + + -- 1.3.6.1.4.1.19831.1.1.3.2.1.12 + fmARExciterSwitchOverFault OBJECT-TYPE + SYNTAX FaultOK + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Aktive reserve. Fault state of the exciter switch over unit + + (0) undefined + (1) faulty + (2) ok" + ::= { fmARGeneral 12 } + + + -- 1.3.6.1.4.1.19831.1.1.3.2.1.13 + fmARAmplifierSwitchOverMode OBJECT-TYPE + SYNTAX SelectManualAuto + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Active reserve. Amplifier switch over mode: manual or automatic + + (0) undefined + (1) manual + (2) automatic" + ::= { fmARGeneral 13 } + + + -- 1.3.6.1.4.1.19831.1.1.3.2.1.14 + fmARAmplifierSwitchOverReady OBJECT-TYPE + SYNTAX ReadyNotReady + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Active reserve. State of the amplifier switch over unit + + (0) undefined + (1) ready + (2) not ready" + ::= { fmARGeneral 14 } + + + -- 1.3.6.1.4.1.19831.1.1.3.2.1.15 + fmARAmplifierSwitchOverExecuted OBJECT-TYPE + SYNTAX ExecutedNotExecuted + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Active reserve. Shows if the amplifier switch over unit it has executed + + (0) undefined + (1) executed + (2) not executed" + ::= { fmARGeneral 15 } + + + -- 1.3.6.1.4.1.19831.1.1.3.2.1.16 + fmARAmplifierSwitchOverFault OBJECT-TYPE + SYNTAX FaultOK + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Active reserve. Fault state of the amplifier switch over unit + + (0) undefined + (1) faulty + (2) ok" + ::= { fmARGeneral 16 } + + +-- fm active reserve amplifier A + -- 1.3.6.1.4.1.19831.1.1.3.2.2 + fmARAmplifierA OBJECT IDENTIFIER ::= { fmActiveReserve 2 } + + + -- 1.3.6.1.4.1.19831.1.1.3.2.2.1 + fmARAmplifierARFPresent OBJECT-TYPE + SYNTAX PresentNotPresent + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Active reserve. Describes if the output power of the amplifier A is present + + (0) undefined + (1) present + (2) not present" + ::= { fmARAmplifierA 1 } + + + -- 1.3.6.1.4.1.19831.1.1.3.2.2.2 + fmARAmplifierAFault OBJECT-TYPE + SYNTAX FaultOK + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Active reserve. Fault state of amplifier A + + (0) undefined + (1) fault + (2) ok" + ::= { fmARAmplifierA 2 } + + + -- 1.3.6.1.4.1.19831.1.1.3.2.2.3 + fmARAmplifierAWarning OBJECT-TYPE + SYNTAX WarningOK + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Active reserve. Warning state of amplifier A + + (0) undefined + (1) warning + (2) ok" + ::= { fmARAmplifierA 3 } + + +-- fm active reserve amplifier B + -- 1.3.6.1.4.1.19831.1.1.3.2.3 + fmARAmplifierB OBJECT IDENTIFIER ::= { fmActiveReserve 3 } + + + -- 1.3.6.1.4.1.19831.1.1.3.2.3.1 + fmARAmplifierBRFPresent OBJECT-TYPE + SYNTAX PresentNotPresent + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Active reserve. Describes if the output power of the amplifier B is present + + (0) undefined + (1) present + (2) not present" + ::= { fmARAmplifierB 1 } + + + -- 1.3.6.1.4.1.19831.1.1.3.2.3.2 + fmARAmplifierBFault OBJECT-TYPE + SYNTAX FaultOK + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Active reserve. Fault state of amplifier B + + (0) undefined + (1) fault + (2) ok" + ::= { fmARAmplifierB 2 } + + + -- 1.3.6.1.4.1.19831.1.1.3.2.3.3 + fmARAmplifierBWarning OBJECT-TYPE + SYNTAX WarningOK + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Active reserve. Warning state of amplifier B + + (0) undefined + (1) warning + (2) ok" + ::= { fmARAmplifierB 3 } + + +-- fm active reserve excister A + -- 1.3.6.1.4.1.19831.1.1.3.2.4 + fmARExciterA OBJECT IDENTIFIER ::= { fmActiveReserve 4 } + + + -- 1.3.6.1.4.1.19831.1.1.3.2.4.1 + fmARExciterALocalMode OBJECT-TYPE + SYNTAX LocalRemote + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Active reserve. State of the local mode + + (0) undefined + (1) local + (2) remote" + ::= { fmARExciterA 1 } + + + -- 1.3.6.1.4.1.19831.1.1.3.2.4.2 + fmARExciterAFault OBJECT-TYPE + SYNTAX FaultOK + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Active reserve. State of the exciter A + + (0) undefined + (1) fault + (2) ok" + ::= { fmARExciterA 2 } + + + -- 1.3.6.1.4.1.19831.1.1.3.2.4.3 + fmARExciterAWarning OBJECT-TYPE + SYNTAX WarningOK + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Active reserve. Warning state of the exciter A + + (0) undefined + (1) warning + (2) ok" + ::= { fmARExciterA 3 } + + +-- fm active reserve exciter B + -- 1.3.6.1.4.1.19831.1.1.3.2.5 + fmARExciterB OBJECT IDENTIFIER ::= { fmActiveReserve 5 } + + + -- 1.3.6.1.4.1.19831.1.1.3.2.5.1 + fmARExciterBLocalMode OBJECT-TYPE + SYNTAX LocalRemote + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Active reserve. State of the local mode + + (0) undefined + (1) local + (2) remote" + ::= { fmARExciterB 1 } + + + -- 1.3.6.1.4.1.19831.1.1.3.2.5.2 + fmARExciterBFault OBJECT-TYPE + SYNTAX FaultOK + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Active reserve. Fault state of the exciter B + + (0) undefined + (1) fault + (2) ok" + ::= { fmARExciterB 2 } + + + -- 1.3.6.1.4.1.19831.1.1.3.2.5.3 + fmARExciterBWarning OBJECT-TYPE + SYNTAX WarningOK + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Active reserve. Warning state of the exciter B + + (0) undefined + (1) warning + (2) ok" + ::= { fmARExciterB 3 } + + +-- fm active reserve event enable + -- 1.3.6.1.4.1.19831.1.1.3.2.6 + fmAREventEnable OBJECT IDENTIFIER ::= { fmActiveReserve 6 } + + +-- fm active reserve general: switch for Event + -- 1.3.6.1.4.1.19831.1.1.3.2.6.1 + fmAREventEnableGeneral OBJECT IDENTIFIER ::= { fmAREventEnable 1 } + + + -- 1.3.6.1.4.1.19831.1.1.3.2.6.1.1 + fmARPreselectionExciterEnable OBJECT-TYPE + SYNTAX TruthValue + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Description.Enable/Disable switch for fmARPreselectionExciter event" + ::= { fmAREventEnableGeneral 1 } + + + -- 1.3.6.1.4.1.19831.1.1.3.2.6.1.2 + fmARPreselectionAmplifierEnable OBJECT-TYPE + SYNTAX TruthValue + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Description.Enable/Disable switch for fmARPreselectionAmplifier event" + ::= { fmAREventEnableGeneral 2 } + + + -- 1.3.6.1.4.1.19831.1.1.3.2.6.1.3 + fmARTransmitterOpModeEnable OBJECT-TYPE + SYNTAX TruthValue + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Description.Enable/Disable switch for fmARTransmitterOpMode event" + ::= { fmAREventEnableGeneral 3 } + + + -- 1.3.6.1.4.1.19831.1.1.3.2.6.1.4 + fmARReserveControlEnable OBJECT-TYPE + SYNTAX TruthValue + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Description.Enable/Disable switch for fmARReserveControl event" + ::= { fmAREventEnableGeneral 4 } + + + -- 1.3.6.1.4.1.19831.1.1.3.2.6.1.5 + fmARActiveAmplifierEnable OBJECT-TYPE + SYNTAX TruthValue + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Description.Enable/Disable switch for fmARActiveAmplifier event" + ::= { fmAREventEnableGeneral 5 } + + + -- 1.3.6.1.4.1.19831.1.1.3.2.6.1.6 + fmARActiveExciterEnable OBJECT-TYPE + SYNTAX TruthValue + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Description.Enable/Disable switch for fmARActiveExciter event" + ::= { fmAREventEnableGeneral 6 } + + + -- 1.3.6.1.4.1.19831.1.1.3.2.6.1.7 + fmARLocalModeEnable OBJECT-TYPE + SYNTAX TruthValue + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Description.Enable/Disable switch for fmARLocalMode event" + ::= { fmAREventEnableGeneral 7 } + + + -- 1.3.6.1.4.1.19831.1.1.3.2.6.1.8 + fmARControlUnitFaultEnable OBJECT-TYPE + SYNTAX TruthValue + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Description.Enable/Disable switch for fmARControlUnitFault event" + ::= { fmAREventEnableGeneral 8 } + + + -- 1.3.6.1.4.1.19831.1.1.3.2.6.1.9 + fmARExciterSwitchOverModeEnable OBJECT-TYPE + SYNTAX TruthValue + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Description.Enable/Disable switch for fmARExciterSwitchOverMode event" + ::= { fmAREventEnableGeneral 9 } + + + -- 1.3.6.1.4.1.19831.1.1.3.2.6.1.10 + fmARExciterSwitchOverReadyEnable OBJECT-TYPE + SYNTAX TruthValue + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Description.Enable/Disable switch for fmARExciterSwitchOverReady event" + ::= { fmAREventEnableGeneral 10 } + + + -- 1.3.6.1.4.1.19831.1.1.3.2.6.1.11 + fmARExciterSwitchOverExecutedEnable OBJECT-TYPE + SYNTAX TruthValue + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Description.Enable/Disable switch for fmARExciterSwitchOverExecuted event" + ::= { fmAREventEnableGeneral 11 } + + + -- 1.3.6.1.4.1.19831.1.1.3.2.6.1.12 + fmARExciterSwitchOverFaultEnable OBJECT-TYPE + SYNTAX TruthValue + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Description.Enable/Disable switch for fmARExciterSwitchOverFault event" + ::= { fmAREventEnableGeneral 12 } + + + -- 1.3.6.1.4.1.19831.1.1.3.2.6.1.13 + fmARAmplifierSwitchOverModeEnable OBJECT-TYPE + SYNTAX TruthValue + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Description.Enable/Disable switch for fmARAmplifierSwitchOverMode event" + ::= { fmAREventEnableGeneral 13 } + + + -- 1.3.6.1.4.1.19831.1.1.3.2.6.1.14 + fmARAmplifierSwitchOverReadyEnable OBJECT-TYPE + SYNTAX TruthValue + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Description.Enable/Disable switch for fmARAmplifierSwitchOverReady event" + ::= { fmAREventEnableGeneral 14 } + + + -- 1.3.6.1.4.1.19831.1.1.3.2.6.1.15 + fmARAmplifierSwitchOverExecutedEnable OBJECT-TYPE + SYNTAX TruthValue + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Description.Enable/Disable switch for fmARAmplifierSwitchOverExecuted event" + ::= { fmAREventEnableGeneral 15 } + + + -- 1.3.6.1.4.1.19831.1.1.3.2.6.1.16 + fmARAmplifierSwitchOverFaultEnable OBJECT-TYPE + SYNTAX TruthValue + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Description.Enable/Disable switch for fmARAmplifierSwitchOverFault event" + ::= { fmAREventEnableGeneral 16 } + + +-- fm active reserve amplifier A: switch for Event + -- 1.3.6.1.4.1.19831.1.1.3.2.6.2 + fmAREventEnableAmplifierA OBJECT IDENTIFIER ::= { fmAREventEnable 2 } + + + -- 1.3.6.1.4.1.19831.1.1.3.2.6.2.1 + fmARAmplifierARFPresentEnable OBJECT-TYPE + SYNTAX TruthValue + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Description.Enable/Disable switch for fmARAmplifierARFPresent event" + ::= { fmAREventEnableAmplifierA 1 } + + + -- 1.3.6.1.4.1.19831.1.1.3.2.6.2.2 + fmARAmplifierAFaultEnable OBJECT-TYPE + SYNTAX TruthValue + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Description.Enable/Disable switch for fmARAmplifierAFault event" + ::= { fmAREventEnableAmplifierA 2 } + + + -- 1.3.6.1.4.1.19831.1.1.3.2.6.2.3 + fmARAmplifierAWarningEnable OBJECT-TYPE + SYNTAX TruthValue + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Description.Enable/Disable switch for fmARAmplifierAWarning event" + ::= { fmAREventEnableAmplifierA 3 } + + +-- fm active reserve amplifier B: switch for Event + -- 1.3.6.1.4.1.19831.1.1.3.2.6.3 + fmAREventEnableAmplifierB OBJECT IDENTIFIER ::= { fmAREventEnable 3 } + + + -- 1.3.6.1.4.1.19831.1.1.3.2.6.3.1 + fmARAmplifierBRFPresentEnable OBJECT-TYPE + SYNTAX TruthValue + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Description.Enable/Disable switch for fmARAmplifierBRFPresent event" + ::= { fmAREventEnableAmplifierB 1 } + + + -- 1.3.6.1.4.1.19831.1.1.3.2.6.3.2 + fmARAmplifierBFaultEnable OBJECT-TYPE + SYNTAX TruthValue + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Description.Enable/Disable switch for fmARAmplifierBFault event" + ::= { fmAREventEnableAmplifierB 2 } + + + -- 1.3.6.1.4.1.19831.1.1.3.2.6.3.3 + fmARAmplifierBWarningEnable OBJECT-TYPE + SYNTAX TruthValue + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Description.Enable/Disable switch for fmARAmplifierBWarning event" + ::= { fmAREventEnableAmplifierB 3 } + + +-- fm active reserve exciter A: switch for event + -- 1.3.6.1.4.1.19831.1.1.3.2.6.4 + fmAREventEnableExciterA OBJECT IDENTIFIER ::= { fmAREventEnable 4 } + + + -- 1.3.6.1.4.1.19831.1.1.3.2.6.4.1 + fmARExciterALocalModeEnable OBJECT-TYPE + SYNTAX TruthValue + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Description.Enable/Disable switch for fmARExciterALocalMode event" + ::= { fmAREventEnableExciterA 1 } + + + -- 1.3.6.1.4.1.19831.1.1.3.2.6.4.2 + fmARExciterAFaultEnable OBJECT-TYPE + SYNTAX TruthValue + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Description.Enable/Disable switch for fmARExciterAFault event" + ::= { fmAREventEnableExciterA 2 } + + + -- 1.3.6.1.4.1.19831.1.1.3.2.6.4.3 + fmARExciterAWarningEnable OBJECT-TYPE + SYNTAX TruthValue + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Description.Enable/Disable switch for fmARExciterAWarning event" + ::= { fmAREventEnableExciterA 3 } + + +-- fm active reserve exciter B: switch event + -- 1.3.6.1.4.1.19831.1.1.3.2.6.5 + fmAREventEnableExciterB OBJECT IDENTIFIER ::= { fmAREventEnable 5 } + + + -- 1.3.6.1.4.1.19831.1.1.3.2.6.5.1 + mARExciterBLocalModeEnable OBJECT-TYPE + SYNTAX TruthValue + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Description.Enable/Disable switch for fmARExciterBLocalMode event" + ::= { fmAREventEnableExciterB 1 } + + + -- 1.3.6.1.4.1.19831.1.1.3.2.6.5.2 + fmARExciterBFaultEnable OBJECT-TYPE + SYNTAX TruthValue + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Description.Enable/Disable switch for fmARExciterBFault event" + ::= { fmAREventEnableExciterB 2 } + + + -- 1.3.6.1.4.1.19831.1.1.3.2.6.5.3 + fmARExciterBWarningEnable OBJECT-TYPE + SYNTAX TruthValue + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Description.Enable/Disable switch for fmARExciterBWarning event" + ::= { fmAREventEnableExciterB 3 } + + +-- fm active reserve event priority + -- 1.3.6.1.4.1.19831.1.1.3.2.7 + fmAREventPriority OBJECT IDENTIFIER ::= { fmActiveReserve 7 } + + +-- fm active reserve event priority general + -- 1.3.6.1.4.1.19831.1.1.3.2.7.1 + fmAREventPriorityGeneral OBJECT IDENTIFIER ::= { fmAREventPriority 1 } + + + -- 1.3.6.1.4.1.19831.1.1.3.2.7.1.1 + fmARPreselectionExciterPriority OBJECT-TYPE + SYNTAX Unsigned32 + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Description.Priority for fmARPreselectionExciter event" + ::= { fmAREventPriorityGeneral 1 } + + + -- 1.3.6.1.4.1.19831.1.1.3.2.7.1.2 + fmARPreselectionAmplifierPriority OBJECT-TYPE + SYNTAX Unsigned32 + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Description.Priority for fmARPreselectionAmplifier event" + ::= { fmAREventPriorityGeneral 2 } + + + -- 1.3.6.1.4.1.19831.1.1.3.2.7.1.3 + fmARTransmitterOpModePriority OBJECT-TYPE + SYNTAX Unsigned32 + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Description.Priority for fmARTransmitterOpMode event" + ::= { fmAREventPriorityGeneral 3 } + + + -- 1.3.6.1.4.1.19831.1.1.3.2.7.1.4 + fmARReserveControlPriority OBJECT-TYPE + SYNTAX Unsigned32 + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Description.Priority for fmARReserveControl event" + ::= { fmAREventPriorityGeneral 4 } + + + -- 1.3.6.1.4.1.19831.1.1.3.2.7.1.5 + fmARActiveAmplifierPriority OBJECT-TYPE + SYNTAX Unsigned32 + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Description.Priority for fmARActiveAmplifier event" + ::= { fmAREventPriorityGeneral 5 } + + + -- 1.3.6.1.4.1.19831.1.1.3.2.7.1.6 + fmARActiveExciterPriority OBJECT-TYPE + SYNTAX Unsigned32 + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Description.Priority for fmARActiveExciter event" + ::= { fmAREventPriorityGeneral 6 } + + + -- 1.3.6.1.4.1.19831.1.1.3.2.7.1.7 + fmARLocalModePriority OBJECT-TYPE + SYNTAX Unsigned32 + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Description.Priority for fmARLocalMode event" + ::= { fmAREventPriorityGeneral 7 } + + + -- 1.3.6.1.4.1.19831.1.1.3.2.7.1.8 + fmARControlUnitFaultPriority OBJECT-TYPE + SYNTAX Unsigned32 + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Description.Priority for fmARControlUnitFault event" + ::= { fmAREventPriorityGeneral 8 } + + + -- 1.3.6.1.4.1.19831.1.1.3.2.7.1.9 + fmARExciterSwitchOverModePriority OBJECT-TYPE + SYNTAX Unsigned32 + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Description.Priority for fmARExciterSwitchOverMode event" + ::= { fmAREventPriorityGeneral 9 } + + + -- 1.3.6.1.4.1.19831.1.1.3.2.7.1.10 + fmARExciterSwitchOverReadyPriority OBJECT-TYPE + SYNTAX Unsigned32 + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Description.Priority for fmARExciterSwitchOverReady event" + ::= { fmAREventPriorityGeneral 10 } + + + -- 1.3.6.1.4.1.19831.1.1.3.2.7.1.11 + fmARExciterSwitchOverExecutedPriority OBJECT-TYPE + SYNTAX Unsigned32 + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Description.Priority for fmARExciterSwitchOverExecuted event" + ::= { fmAREventPriorityGeneral 11 } + + + -- 1.3.6.1.4.1.19831.1.1.3.2.7.1.12 + fmARExciterSwitchOverFaultPriority OBJECT-TYPE + SYNTAX Unsigned32 + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Description.Priority for fmARExciterSwitchOverFault event" + ::= { fmAREventPriorityGeneral 12 } + + + -- 1.3.6.1.4.1.19831.1.1.3.2.7.1.13 + fmARAmplifierSwitchOverModePriority OBJECT-TYPE + SYNTAX Unsigned32 + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Description.Priority for fmARAmplifierSwitchOverMode event" + ::= { fmAREventPriorityGeneral 13 } + + + -- 1.3.6.1.4.1.19831.1.1.3.2.7.1.14 + fmARAmplifierSwitchOverReadyPriority OBJECT-TYPE + SYNTAX Unsigned32 + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Description.Priority for fmARAmplifierSwitchOverReady event" + ::= { fmAREventPriorityGeneral 14 } + + + -- 1.3.6.1.4.1.19831.1.1.3.2.7.1.15 + fmARAmplifierSwitchOverExecutedPriority OBJECT-TYPE + SYNTAX Unsigned32 + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Description.Priority for fmARAmplifierSwitchOverExecuted event" + ::= { fmAREventPriorityGeneral 15 } + + + -- 1.3.6.1.4.1.19831.1.1.3.2.7.1.16 + fmARAmplifierSwitchOverFaultPriority OBJECT-TYPE + SYNTAX Unsigned32 + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Description.Priority for fmARAmplifierSwitchOverFault event" + ::= { fmAREventPriorityGeneral 16 } + + +-- fm active reserve event priority amplifier A + -- 1.3.6.1.4.1.19831.1.1.3.2.7.2 + fmAREventPriorityAmplifierA OBJECT IDENTIFIER ::= { fmAREventPriority 2 } + + + -- 1.3.6.1.4.1.19831.1.1.3.2.7.2.1 + fmARAmplifierARFPresentPriority OBJECT-TYPE + SYNTAX Unsigned32 + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Description.Priority for fmARAmplifierARFPresent event" + ::= { fmAREventPriorityAmplifierA 1 } + + + -- 1.3.6.1.4.1.19831.1.1.3.2.7.2.2 + fmARAmplifierAFaultPriority OBJECT-TYPE + SYNTAX Unsigned32 + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Description.Priority for fmARAmplifierAFault event" + ::= { fmAREventPriorityAmplifierA 2 } + + + -- 1.3.6.1.4.1.19831.1.1.3.2.7.2.3 + fmARAmplifierAWarningPriority OBJECT-TYPE + SYNTAX Unsigned32 + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Description.Priority for fmARAmplifierAWarning event" + ::= { fmAREventPriorityAmplifierA 3 } + + +-- fm active reserve event priority amplifier B + -- 1.3.6.1.4.1.19831.1.1.3.2.7.3 + fmAREventPriorityAmplifierB OBJECT IDENTIFIER ::= { fmAREventPriority 3 } + + + -- 1.3.6.1.4.1.19831.1.1.3.2.7.3.1 + fmARAmplifierBRFPresentPriority OBJECT-TYPE + SYNTAX Unsigned32 + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Description.Priority for fmARAmplifierBRFPresent event" + ::= { fmAREventPriorityAmplifierB 1 } + + + -- 1.3.6.1.4.1.19831.1.1.3.2.7.3.2 + fmARAmplifierBFaultPriority OBJECT-TYPE + SYNTAX Unsigned32 + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Description.Priority for fmARAmplifierBFault event" + ::= { fmAREventPriorityAmplifierB 2 } + + + -- 1.3.6.1.4.1.19831.1.1.3.2.7.3.3 + fmARAmplifierBWarningPriority OBJECT-TYPE + SYNTAX Unsigned32 + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Description.Priority for fmARAmplifierBWarning event" + ::= { fmAREventPriorityAmplifierB 3 } + + +-- fm active reserve event priority exciter A + -- 1.3.6.1.4.1.19831.1.1.3.2.7.4 + fmAREventPriorityExciterA OBJECT IDENTIFIER ::= { fmAREventPriority 4 } + + + -- 1.3.6.1.4.1.19831.1.1.3.2.7.4.1 + fmARExciterALocalModePriority OBJECT-TYPE + SYNTAX Unsigned32 + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Description. Priority for fmARExciterALocalMode event" + ::= { fmAREventPriorityExciterA 1 } + + + -- 1.3.6.1.4.1.19831.1.1.3.2.7.4.2 + fmARExciterAFaultPriority OBJECT-TYPE + SYNTAX Unsigned32 + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Description.Priority for fmARExciterAFault event" + ::= { fmAREventPriorityExciterA 2 } + + + -- 1.3.6.1.4.1.19831.1.1.3.2.7.4.3 + fmARExciterAWarningPriority OBJECT-TYPE + SYNTAX Unsigned32 + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Description.Priority for fmARExciterAWarning event" + ::= { fmAREventPriorityExciterA 3 } + + +-- fm active reserve event priority exciter B + -- 1.3.6.1.4.1.19831.1.1.3.2.7.5 + fmAREventPriorityExciterB OBJECT IDENTIFIER ::= { fmAREventPriority 5 } + + + -- 1.3.6.1.4.1.19831.1.1.3.2.7.5.1 + fmARExciterBLocalModePriority OBJECT-TYPE + SYNTAX Unsigned32 + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Description. Priority for fmARExciterBLocalMode event" + ::= { fmAREventPriorityExciterB 1 } + + + -- 1.3.6.1.4.1.19831.1.1.3.2.7.5.2 + fmARExciterBFaultPriority OBJECT-TYPE + SYNTAX Unsigned32 + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Description.Priority for fmARExciterBFault event" + ::= { fmAREventPriorityExciterB 2 } + + + -- 1.3.6.1.4.1.19831.1.1.3.2.7.5.3 + fmARExciterBWarningPriority OBJECT-TYPE + SYNTAX Unsigned32 + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Description.Priority for fmARExciterBWarning event" + ::= { fmAREventPriorityExciterB 3 } + + + -- 1.3.6.1.4.1.19831.1.1.3.2.8 + groupsAR OBJECT IDENTIFIER ::= { fmActiveReserve 8 } + + + -- 1.3.6.1.4.1.19831.1.1.3.2.8.1 + objectGroupAR OBJECT-GROUP + OBJECTS { fmARTransmitterOpMode, fmARReserveControl, fmARActiveAmplifier, fmARActiveExciter, fmARLocalMode, + fmARControlUnitFault, fmARExciterSwitchOverMode, fmARExciterSwitchOverReady, fmARExciterSwitchOverExecuted, fmARExciterSwitchOverFault, + fmARAmplifierSwitchOverMode, fmARAmplifierSwitchOverReady, fmARAmplifierSwitchOverExecuted, fmARAmplifierSwitchOverFault, fmARAmplifierARFPresent, + fmARAmplifierAFault, fmARAmplifierAWarning, fmARAmplifierBRFPresent, fmARAmplifierBFault, fmARAmplifierBWarning, + fmARExciterAFault, fmARExciterAWarning, fmARExciterBFault, fmARExciterBWarning, fmARPreselectionExciterEnable, + fmARTransmitterOpModeEnable, fmARReserveControlEnable, fmARActiveAmplifierEnable, fmARActiveExciterEnable, fmARLocalModeEnable, + fmARControlUnitFaultEnable, fmARExciterSwitchOverModeEnable, fmARExciterSwitchOverExecutedEnable, fmARExciterSwitchOverFaultEnable, fmARAmplifierSwitchOverModeEnable, + fmARAmplifierSwitchOverReadyEnable, fmARAmplifierSwitchOverExecutedEnable, fmARAmplifierSwitchOverFaultEnable, fmARExciterSwitchOverReadyEnable, fmARAmplifierARFPresentEnable, + fmARAmplifierAFaultEnable, fmARAmplifierAWarningEnable, fmARAmplifierBRFPresentEnable, fmARAmplifierBFaultEnable, fmARAmplifierBWarningEnable, + fmARExciterAFaultEnable, fmARExciterAWarningEnable, fmARExciterBFaultEnable, fmARExciterBWarningEnable, fmARTransmitterOpModePriority, + fmARReserveControlPriority, fmARActiveAmplifierPriority, fmARActiveExciterPriority, fmARLocalModePriority, fmARControlUnitFaultPriority, + fmARExciterSwitchOverModePriority, fmARExciterSwitchOverExecutedPriority, fmARExciterSwitchOverFaultPriority, fmARAmplifierSwitchOverModePriority, fmARAmplifierSwitchOverReadyPriority, + fmARAmplifierSwitchOverExecutedPriority, fmARAmplifierSwitchOverFaultPriority, fmARAmplifierARFPresentPriority, fmARAmplifierAFaultPriority, fmARAmplifierAWarningPriority, + fmARAmplifierBRFPresentPriority, fmARAmplifierBFaultPriority, fmARAmplifierBWarningPriority, fmARExciterAFaultPriority, fmARExciterAWarningPriority, + fmARExciterBFaultPriority, fmARExciterBWarningPriority, fmARPreselectionAmplifier, fmARPreselectionAmplifierPriority, fmARPreselectionAmplifierEnable, + fmARExciterALocalModePriority, fmARExciterBLocalModePriority, fmARExciterSwitchOverReadyPriority, fmARPreselectionExciter, fmARExciterALocalMode, + fmARExciterBLocalMode, fmARExciterALocalModeEnable, mARExciterBLocalModeEnable, fmARPreselectionExciterPriority } + STATUS current + DESCRIPTION + "Description. active reserve: object group" + ::= { groupsAR 1 } + + + -- 1.3.6.1.4.1.19831.1.1.3.2.8.2 + eventGroupAR NOTIFICATION-GROUP + NOTIFICATIONS { fmARTransmitterOpModeEvent, fmARReserveControlEvent, fmARActiveAmplifierEvent, fmARActiveExciterEvent, fmARLocalModeEvent, + fmARControlUnitFaultEvent, fmARExciterSwitchOverModeEvent, fmARExciterSwitchOverReadyEvent, fmARExciterSwitchOverExecutedEvent, fmARExciterSwitchOverFaultEvent, + fmARAmplifierSwitchOverModeEvent, fmARAmplifierSwitchOverReadyEvent, fmARAmplifierSwitchOverExecutedEvent, fmARAmplifierSwitchOverFaultEvent, fmARAmplifierARFPresentEvent, + fmARAmplifierAFaultEvent, fmARAmplifierAWarningEvent, fmARAmplifierBRFPresentEvent, fmARAmplifierBFaultEvent, fmARAmplifierBWarningEvent, + fmARExciterAFaultEvent, fmARExciterAWarningEvent, fmARExciterBFaultEvent, fmARExciterALocalModeEvent, fmARExciterBLocalModeEvent, + fmARPreselectionAmplifierEvent, fmARExciterBWarningEvent, fmARPreselectionExciterEvent } + STATUS current + DESCRIPTION + "Description. events" + ::= { groupsAR 2 } + + + -- 1.3.6.1.4.1.19831.1.1.3.2.9 + complianceAR OBJECT IDENTIFIER ::= { fmActiveReserve 9 } + + + -- 1.3.6.1.4.1.19831.1.1.3.2.9.1 + fmActiveReserveCompliance MODULE-COMPLIANCE + STATUS current + DESCRIPTION + "Compliance Statement" + MODULE -- this module + MANDATORY-GROUPS { objectGroupAR, eventGroupAR } + ::= { complianceAR 1 } + + + + END + +-- +-- IRT-FM-ACTIVERESERVE-MIB.my +-- diff --git a/src/vendor/irt/IRT-FM-DUALDRIVE-MIB b/src/vendor/irt/IRT-FM-DUALDRIVE-MIB new file mode 100644 index 000000000000..b8d256f2bdca --- /dev/null +++ b/src/vendor/irt/IRT-FM-DUALDRIVE-MIB @@ -0,0 +1,1073 @@ +-- +-- IRT-FM-DUALDRIVE-MIB.my +-- MIB generated by MG-SOFT Visual MIB Builder Version 6.0 Build 88 +-- Friday, May 04, 2007 at 19:06:17 +-- + + IRT-FM-DUALDRIVE-MIB DEFINITIONS ::= BEGIN + + IMPORTS + eventTimeStamp, eventPriority, eventCounter, mibRelease + FROM IRT-COMMONVARBINDS-MIB + fm, SelectOnOff, PresentNotPresent, FaultOK, WarningOK, + LocalRemote, SelectManualAuto, ReadyNotReady, ExecutedNotExecuted + FROM IRT-TRANSMITTER-SMI-MIB + OBJECT-GROUP, MODULE-COMPLIANCE, NOTIFICATION-GROUP + FROM SNMPv2-CONF + sysDescr, sysName, sysLocation + FROM SNMPv2-MIB + Unsigned32, OBJECT-TYPE, MODULE-IDENTITY, NOTIFICATION-TYPE + FROM SNMPv2-SMI + TruthValue + FROM SNMPv2-TC; + + + -- 1.3.6.1.4.1.19831.1.1.3.4 + fmDualDrive MODULE-IDENTITY + LAST-UPDATED "200705041400Z" -- May 04, 2007 at 14:00 GMT + ORGANIZATION + "IRT for WORKING-GROUP-TC-MIB" + CONTACT-INFO + " + Andreas Metz + + Institut fuer Rundfunktechnik GmbH + Broadcast Networks and Servers (SN) + + Floriansmuehlstr.60 + 80939 Munich + Germany + + Phone: +49 89 32399 325 + Fax: +49 89 32399 354 + " + DESCRIPTION + "Description. + + branch definition + + 1st level + + events OBJECT IDENTIFIER ::= { fmDualDrive 0 } + fmDDGeneral OBJECT IDENTIFIER ::= { fmDualDrive 1 } + fmDDExciterA OBJECT IDENTIFIER ::= { fmDualDrive 2 } + fmDDExciterB OBJECT IDENTIFIER ::= { fmDualDrive 3 } + fmDDEventEnable OBJECT IDENTIFIER ::= { fmDualDrive 4 } + fmDDEventPriority OBJECT IDENTIFIER ::= { fmDualDrive 5 } + groups OBJECT IDENTIFIER ::= { fmDualDrive 6 } + + 2nd level + + fmDDEventEnableGeneral OBJECT IDENTIFIER ::= { fmDDEventEnable 1 } + fmDDEventEnableExciterA OBJECT IDENTIFIER ::= { fmDDEventEnable 2 } + fmDDEventEnableExciterB OBJECT IDENTIFIER ::= { fmDDEventEnable 3 } + + fmDDEventPriorityGeneral OBJECT IDENTIFIER ::= { fmDDEventPriority 1 } + fmDDEventPriorityExciterA OBJECT IDENTIFIER ::= { fmDDEventPriority 2 } + fmDDEventPriorityExciterB OBJECT IDENTIFIER ::= { fmDDEventPriority 3 } + + end branch" + REVISION "200705041400Z" -- May 04, 2007 at 14:00 GMT + DESCRIPTION + "change LocalMode (description) and Module-COMPLIANCE change numbering: OIDs 1.3.6.1.4.1.19831.1.1.3.4.0.14-19" + REVISION "200612201400Z" -- December 20, 2006 at 14:00 GMT + DESCRIPTION + "corrections" + REVISION "200609211400Z" -- September 21, 2006 at 14:00 GMT + DESCRIPTION + "Adding Compliance Statement" + REVISION "200609191400Z" -- September 19, 2006 at 14:00 GMT + DESCRIPTION + "Correcting Imports" + REVISION "200609071400Z" -- September 07, 2006 at 14:00 GMT + DESCRIPTION + "Relocation of the TC-MIB from the standard OID area at IEC into the private OID area of the IRT" + ::= { fm 4 } + + + + +-- +-- Node definitions +-- + +-- fm dual drive events + -- 1.3.6.1.4.1.19831.1.1.3.4.0 + fmEventsDD OBJECT IDENTIFIER ::= { fmDualDrive 0 } + + + -- 1.3.6.1.4.1.19831.1.1.3.4.0.1 + fmDDPreselectionExciterEvent NOTIFICATION-TYPE + OBJECTS { sysDescr, sysName, sysLocation, eventTimeStamp, eventPriority, + eventCounter, fmDDPreselectionExciter } + STATUS current + DESCRIPTION + "Description. fmDDPreselectionExciterEvent notification" + ::= { fmEventsDD 1 } + + + -- 1.3.6.1.4.1.19831.1.1.3.4.0.2 + fmDDTransmitterOpModeEvent NOTIFICATION-TYPE + OBJECTS { sysDescr, sysName, sysLocation, eventTimeStamp, eventPriority, + eventCounter, fmDDTransmitterOpMode } + STATUS current + DESCRIPTION + "Description. fmDDTransmitterOpMode notification" + ::= { fmEventsDD 2 } + + + -- 1.3.6.1.4.1.19831.1.1.3.4.0.3 + fmDDReserveControlEvent NOTIFICATION-TYPE + OBJECTS { sysDescr, sysName, sysLocation, eventTimeStamp, eventPriority, + eventCounter, fmDDReserveControl } + STATUS current + DESCRIPTION + "Description. fmDDReserveControl nitification" + ::= { fmEventsDD 3 } + + + -- 1.3.6.1.4.1.19831.1.1.3.4.0.4 + fmDDRFPresentEvent NOTIFICATION-TYPE + OBJECTS { sysDescr, sysName, sysLocation, eventTimeStamp, eventPriority, + eventCounter, fmDDRFPresent } + STATUS current + DESCRIPTION + "Description. fmDDRFPresent notification" + ::= { fmEventsDD 4 } + + + -- 1.3.6.1.4.1.19831.1.1.3.4.0.5 + fmDDAmplifierFaultEvent NOTIFICATION-TYPE + OBJECTS { sysDescr, sysName, sysLocation, eventTimeStamp, eventPriority, + eventCounter, fmDDAmplifierFault } + STATUS current + DESCRIPTION + "Description. fmDDAmplifierFault notification" + ::= { fmEventsDD 5 } + + + -- 1.3.6.1.4.1.19831.1.1.3.4.0.6 + fmDDAmplifierWarningEvent NOTIFICATION-TYPE + OBJECTS { sysDescr, sysName, sysLocation, eventTimeStamp, eventPriority, + eventCounter, fmDDAmplifierWarning } + STATUS current + DESCRIPTION + "Description. fmDDAmplifierWarning notification" + ::= { fmEventsDD 6 } + + + -- 1.3.6.1.4.1.19831.1.1.3.4.0.7 + fmDDActiveExciterEvent NOTIFICATION-TYPE + OBJECTS { sysDescr, sysName, sysLocation, eventTimeStamp, eventPriority, + eventCounter, fmDDActiveExciter } + STATUS current + DESCRIPTION + "Description.fmDDActiveExciter notification" + ::= { fmEventsDD 7 } + + + -- 1.3.6.1.4.1.19831.1.1.3.4.0.8 + fmDDLocalModeEvent NOTIFICATION-TYPE + OBJECTS { sysDescr, sysName, sysLocation, eventTimeStamp, eventPriority, + eventCounter, fmDDLocalMode } + STATUS current + DESCRIPTION + "Description. fmDDLocalMode notification" + ::= { fmEventsDD 8 } + + + -- 1.3.6.1.4.1.19831.1.1.3.4.0.9 + fmDDControlUnitFaultEvent NOTIFICATION-TYPE + OBJECTS { sysDescr, sysName, sysLocation, eventTimeStamp, eventPriority, + eventCounter, fmDDControlUnitFault } + STATUS current + DESCRIPTION + "Description. fmDDControlUnitFault notification" + ::= { fmEventsDD 9 } + + + -- 1.3.6.1.4.1.19831.1.1.3.4.0.10 + fmDDSwitchOverModeEvent NOTIFICATION-TYPE + OBJECTS { sysDescr, sysName, sysLocation, eventTimeStamp, eventPriority, + eventCounter, fmDDSwitchOverMode } + STATUS current + DESCRIPTION + "Description. fmDDSwitchOverMode notification" + ::= { fmEventsDD 10 } + + + -- 1.3.6.1.4.1.19831.1.1.3.4.0.11 + fmDDSwitchOverReadyEvent NOTIFICATION-TYPE + OBJECTS { sysDescr, sysName, sysLocation, eventTimeStamp, eventPriority, + eventCounter, fmDDSwitchOverReady } + STATUS current + DESCRIPTION + "Description. fmDDSwitchOverReady notification" + ::= { fmEventsDD 11 } + + + -- 1.3.6.1.4.1.19831.1.1.3.4.0.12 + fmDDSwitchOverExecutedEvent NOTIFICATION-TYPE + OBJECTS { sysDescr, sysName, sysLocation, eventTimeStamp, eventPriority, + eventCounter, fmDDSwitchOverExecuted } + STATUS current + DESCRIPTION + "Description. fmDDSwitchOverExecuted notification" + ::= { fmEventsDD 12 } + + + -- 1.3.6.1.4.1.19831.1.1.3.4.0.13 + fmDDSwitchOverFaultEvent NOTIFICATION-TYPE + OBJECTS { sysDescr, sysName, sysLocation, eventTimeStamp, eventPriority, + eventCounter, fmDDSwitchOverFault } + STATUS current + DESCRIPTION + "Description. fmDDSwitchOverFault notification" + ::= { fmEventsDD 13 } + + + -- 1.3.6.1.4.1.19831.1.1.3.4.0.14 + fmDDExciterALocalModeEvent NOTIFICATION-TYPE + OBJECTS { sysDescr, sysName, sysLocation, eventTimeStamp, eventPriority, + eventCounter, fmDDExciterALocalMode } + STATUS current + DESCRIPTION + "Description. fmDDExciterALocalMode notification" + ::= { fmEventsDD 14 } + + + -- 1.3.6.1.4.1.19831.1.1.3.4.0.15 + fmDDExciterAFaultEvent NOTIFICATION-TYPE + OBJECTS { sysDescr, sysName, sysLocation, eventTimeStamp, eventPriority, + eventCounter, fmDDExciterAFault } + STATUS current + DESCRIPTION + "Description. fmDDExciterAFault notification" + ::= { fmEventsDD 15 } + + + -- 1.3.6.1.4.1.19831.1.1.3.4.0.16 + fmDDExciterAWarningEvent NOTIFICATION-TYPE + OBJECTS { sysDescr, sysName, sysLocation, eventTimeStamp, eventPriority, + eventCounter, fmDDExciterAWarning } + STATUS current + DESCRIPTION + "Description. fmDDExciterAWarning notification" + ::= { fmEventsDD 16 } + + + -- 1.3.6.1.4.1.19831.1.1.3.4.0.17 + fmDDExciterBLocalModeEvent NOTIFICATION-TYPE + OBJECTS { sysDescr, sysName, sysLocation, eventTimeStamp, eventPriority, + eventCounter, fmDDExciterBLocalMode } + STATUS current + DESCRIPTION + "Description. fmDDExciterBLocalMode notification" + ::= { fmEventsDD 17 } + + + -- 1.3.6.1.4.1.19831.1.1.3.4.0.18 + fmDDExciterBFaultEvent NOTIFICATION-TYPE + OBJECTS { sysDescr, sysName, sysLocation, eventTimeStamp, eventPriority, + eventCounter, fmDDExciterBFault } + STATUS current + DESCRIPTION + "Description. fmDDExciterBFault notification" + ::= { fmEventsDD 18 } + + + -- 1.3.6.1.4.1.19831.1.1.3.4.0.19 + fmDDExciterBWarningEvent NOTIFICATION-TYPE + OBJECTS { sysDescr, sysName, sysLocation, eventTimeStamp, eventPriority, + eventCounter, fmDDExciterBWarning } + STATUS current + DESCRIPTION + "Description. fmDDExciterBWarning notification" + ::= { fmEventsDD 19 } + + +-- fm dual drive general + -- 1.3.6.1.4.1.19831.1.1.3.4.1 + fmDDGeneral OBJECT IDENTIFIER ::= { fmDualDrive 1 } + + + -- 1.3.6.1.4.1.19831.1.1.3.4.1.1 + fmDDPreselectionExciter OBJECT-TYPE + SYNTAX INTEGER + { + undefined(0), + exciterA(1), + exciterB(2) + } + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "fm. Preselection of the exciter + + " + ::= { fmDDGeneral 1 } + + + -- 1.3.6.1.4.1.19831.1.1.3.4.1.2 + fmDDTransmitterOpMode OBJECT-TYPE + SYNTAX SelectOnOff + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Dual drive. Operation mode of main exciter + + (0) undefined + (1) ON + (2) OFF" + ::= { fmDDGeneral 2 } + + + -- 1.3.6.1.4.1.19831.1.1.3.4.1.3 + fmDDReserveControl OBJECT-TYPE + SYNTAX SelectOnOff + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Dual drive. Operation mode of reserve exciter + + (0) undefined + (1) ON + (2) OFF " + ::= { fmDDGeneral 3 } + + + -- 1.3.6.1.4.1.19831.1.1.3.4.1.4 + fmDDRFPresent OBJECT-TYPE + SYNTAX PresentNotPresent + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Dual drive. Output power is present + + (0) undefined + (1) present + (2) not present + " + ::= { fmDDGeneral 4 } + + + -- 1.3.6.1.4.1.19831.1.1.3.4.1.5 + fmDDAmplifierFault OBJECT-TYPE + SYNTAX FaultOK + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Dual drive. Fault state of amplifier + + (0) undefined + (1) fault + (2) ok" + ::= { fmDDGeneral 5 } + + + -- 1.3.6.1.4.1.19831.1.1.3.4.1.6 + fmDDAmplifierWarning OBJECT-TYPE + SYNTAX WarningOK + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Dual drive. Warning state of amplifier + + (0) undefined + (1) warning + (2) ok" + ::= { fmDDGeneral 6 } + + + -- 1.3.6.1.4.1.19831.1.1.3.4.1.7 + fmDDActiveExciter OBJECT-TYPE + SYNTAX INTEGER + { + undefined(0), + exciterA(1), + exciterB(2) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Dual drive. Active exciter + + " + ::= { fmDDGeneral 7 } + + + -- 1.3.6.1.4.1.19831.1.1.3.4.1.8 + fmDDLocalMode OBJECT-TYPE + SYNTAX LocalRemote + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Dual drive. Local mode + + (0) undefined + (1) local + (2) remote" + ::= { fmDDGeneral 8 } + + + -- 1.3.6.1.4.1.19831.1.1.3.4.1.9 + fmDDControlUnitFault OBJECT-TYPE + SYNTAX FaultOK + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Dual drive. State of the control unit + + (0) undefined + (1) fault + (2) ok" + ::= { fmDDGeneral 9 } + + + -- 1.3.6.1.4.1.19831.1.1.3.4.1.10 + fmDDSwitchOverMode OBJECT-TYPE + SYNTAX SelectManualAuto + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Dual drive. Switch over mode: manual or automatic + + (0) undefined + (1) manual + (2) automatic" + ::= { fmDDGeneral 10 } + + + -- 1.3.6.1.4.1.19831.1.1.3.4.1.11 + fmDDSwitchOverReady OBJECT-TYPE + SYNTAX ReadyNotReady + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Dual drive. State of the dual drive switch over unit + + (0) undefined + (1) ready + (2) not ready" + ::= { fmDDGeneral 11 } + + + -- 1.3.6.1.4.1.19831.1.1.3.4.1.12 + fmDDSwitchOverExecuted OBJECT-TYPE + SYNTAX ExecutedNotExecuted + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Dual drive. Showsif the reserve switch over unit it has executed + + (0) undefined + (1) executed + (2) not executed" + ::= { fmDDGeneral 12 } + + + -- 1.3.6.1.4.1.19831.1.1.3.4.1.13 + fmDDSwitchOverFault OBJECT-TYPE + SYNTAX FaultOK + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Dual drive. fault state of the switsch over unit + + (0) undefined + (1) faulty + (2) ok" + ::= { fmDDGeneral 13 } + + +-- fm dual drive exciter A + -- 1.3.6.1.4.1.19831.1.1.3.4.2 + fmDDExciterA OBJECT IDENTIFIER ::= { fmDualDrive 2 } + + +-- + -- 1.3.6.1.4.1.19831.1.1.3.4.2.1 + fmDDExciterALocalMode OBJECT-TYPE + SYNTAX LocalRemote + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Dual drive. Local mode of exciter A + + (0) undefined + (1) local + (2) remote" + ::= { fmDDExciterA 1 } + + +-- + -- 1.3.6.1.4.1.19831.1.1.3.4.2.2 + fmDDExciterAFault OBJECT-TYPE + SYNTAX FaultOK + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Dual drive. Fault state of exciter A + + (0) undefined + (1) fault + (2) ok" + ::= { fmDDExciterA 2 } + + +-- + -- 1.3.6.1.4.1.19831.1.1.3.4.2.3 + fmDDExciterAWarning OBJECT-TYPE + SYNTAX WarningOK + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Dual drive.Warning state of exciter A + + (0) undefined + (1) warning + (2) ok" + ::= { fmDDExciterA 3 } + + +-- fm dual drive exciter B + -- 1.3.6.1.4.1.19831.1.1.3.4.3 + fmDDExciterB OBJECT IDENTIFIER ::= { fmDualDrive 3 } + + +-- + -- 1.3.6.1.4.1.19831.1.1.3.4.3.1 + fmDDExciterBLocalMode OBJECT-TYPE + SYNTAX LocalRemote + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Dual drive. Local mode of exciter B + + (0) undefined + (1) local + (2) remote" + ::= { fmDDExciterB 1 } + + +-- + -- 1.3.6.1.4.1.19831.1.1.3.4.3.2 + fmDDExciterBFault OBJECT-TYPE + SYNTAX FaultOK + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Dual drive. Fault state of exciter B + + (0) undefined + (1) fault + (2) ok" + ::= { fmDDExciterB 2 } + + +-- + -- 1.3.6.1.4.1.19831.1.1.3.4.3.3 + fmDDExciterBWarning OBJECT-TYPE + SYNTAX WarningOK + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Dual drive. Warning state of exciter B + + (0) undefined + (1) warning + (2) ok" + ::= { fmDDExciterB 3 } + + +-- fm dual drive: switch for Event + -- 1.3.6.1.4.1.19831.1.1.3.4.4 + fmDDEventEnable OBJECT IDENTIFIER ::= { fmDualDrive 4 } + + +-- fm dual drive general: switch for Event + -- 1.3.6.1.4.1.19831.1.1.3.4.4.1 + fmDDEventEnableGeneral OBJECT IDENTIFIER ::= { fmDDEventEnable 1 } + + + -- 1.3.6.1.4.1.19831.1.1.3.4.4.1.1 + fmDDPreselectionExciterEnable OBJECT-TYPE + SYNTAX TruthValue + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Description. Enable/Disable switch for fmDDPreselectionExciter" + ::= { fmDDEventEnableGeneral 1 } + + + -- 1.3.6.1.4.1.19831.1.1.3.4.4.1.2 + fmDDTransmitterOpModeEnable OBJECT-TYPE + SYNTAX TruthValue + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Description. Enable/Disable switch for fmDDTransmitterOpMode event" + ::= { fmDDEventEnableGeneral 2 } + + + -- 1.3.6.1.4.1.19831.1.1.3.4.4.1.3 + fmDDReserveControlEnable OBJECT-TYPE + SYNTAX TruthValue + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Description. Enable/Disable switch for fmDDIReserveControl event" + ::= { fmDDEventEnableGeneral 3 } + + + -- 1.3.6.1.4.1.19831.1.1.3.4.4.1.4 + fmDDRFPresentEnable OBJECT-TYPE + SYNTAX TruthValue + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Description. Enable/Disable switch for fmDDRFPresent event" + ::= { fmDDEventEnableGeneral 4 } + + + -- 1.3.6.1.4.1.19831.1.1.3.4.4.1.5 + fmDDAmplifierFaultEnable OBJECT-TYPE + SYNTAX TruthValue + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Description. Enable/Disable switch for fmDDAmplifierFault event" + ::= { fmDDEventEnableGeneral 5 } + + + -- 1.3.6.1.4.1.19831.1.1.3.4.4.1.6 + fmDDAmplifierWarningEnable OBJECT-TYPE + SYNTAX TruthValue + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Description. Enable/Disable switch for fmDDAmplifierWarning event" + ::= { fmDDEventEnableGeneral 6 } + + + -- 1.3.6.1.4.1.19831.1.1.3.4.4.1.7 + fmDDActiveExciterEnable OBJECT-TYPE + SYNTAX TruthValue + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Description. Enable/Disable switch for fmDDActiveExciter event + " + ::= { fmDDEventEnableGeneral 7 } + + + -- 1.3.6.1.4.1.19831.1.1.3.4.4.1.8 + fmDDLocalModeEnable OBJECT-TYPE + SYNTAX TruthValue + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Description. Enable/Disable switch for fmDDLocalMode event" + ::= { fmDDEventEnableGeneral 8 } + + + -- 1.3.6.1.4.1.19831.1.1.3.4.4.1.9 + fmDDControlUnitFaultEnable OBJECT-TYPE + SYNTAX TruthValue + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Description. Enable/Disable switch for fmDDControlUnitFault event" + ::= { fmDDEventEnableGeneral 9 } + + + -- 1.3.6.1.4.1.19831.1.1.3.4.4.1.10 + fmDDSwitchOverModeEnable OBJECT-TYPE + SYNTAX TruthValue + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Description. Enable/Disable switch for fmDDSwitchOverMode event" + ::= { fmDDEventEnableGeneral 10 } + + + -- 1.3.6.1.4.1.19831.1.1.3.4.4.1.11 + fmDDSwitchOverReadyEnable OBJECT-TYPE + SYNTAX TruthValue + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Description. Enable/Disable switch for fmDDSwitchOverReady event" + ::= { fmDDEventEnableGeneral 11 } + + + -- 1.3.6.1.4.1.19831.1.1.3.4.4.1.12 + fmDDSwitchOverExecutedEnable OBJECT-TYPE + SYNTAX TruthValue + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Description. Enable/Disable switch for fmDDSwitchOverExecuted event" + ::= { fmDDEventEnableGeneral 12 } + + + -- 1.3.6.1.4.1.19831.1.1.3.4.4.1.13 + fmDDSwitchOverFaultEnable OBJECT-TYPE + SYNTAX TruthValue + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Description. Enable/Disable switch for fmDDSwitchOverFault event" + ::= { fmDDEventEnableGeneral 13 } + + +-- fm dual drive exciter A: switch for Event + -- 1.3.6.1.4.1.19831.1.1.3.4.4.2 + fmDDEventEnableExciterA OBJECT IDENTIFIER ::= { fmDDEventEnable 2 } + + +-- + -- 1.3.6.1.4.1.19831.1.1.3.4.4.2.1 + fmDDExciterALocalModeEnable OBJECT-TYPE + SYNTAX TruthValue + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Description. Enable/Disable switch for fmDDExciterALocalMode event" + ::= { fmDDEventEnableExciterA 1 } + + +-- + -- 1.3.6.1.4.1.19831.1.1.3.4.4.2.2 + fmDDExciterAFaultEnable OBJECT-TYPE + SYNTAX TruthValue + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Description. Enable/Disable switch for fmDDExciterAFault event" + ::= { fmDDEventEnableExciterA 2 } + + +-- + -- 1.3.6.1.4.1.19831.1.1.3.4.4.2.3 + fmDDExciterAWarningEnable OBJECT-TYPE + SYNTAX TruthValue + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Description. Enable/Disable switch for fmDDExciterAWarning event" + ::= { fmDDEventEnableExciterA 3 } + + +-- fm dual drive exciter B: switch for Event + -- 1.3.6.1.4.1.19831.1.1.3.4.4.3 + fmDDEventEnableExciterB OBJECT IDENTIFIER ::= { fmDDEventEnable 3 } + + +-- + -- 1.3.6.1.4.1.19831.1.1.3.4.4.3.1 + fmDDExciterBLocalModeEnable OBJECT-TYPE + SYNTAX TruthValue + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Description. Enable/Disable switch for fmDDExciterBLocalMode event" + ::= { fmDDEventEnableExciterB 1 } + + +-- + -- 1.3.6.1.4.1.19831.1.1.3.4.4.3.2 + fmDDExciterBFaultEnable OBJECT-TYPE + SYNTAX TruthValue + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Description. Enable/Disable switch for fmDDExciterBFault event" + ::= { fmDDEventEnableExciterB 2 } + + +-- + -- 1.3.6.1.4.1.19831.1.1.3.4.4.3.3 + fmDDExciterBWarningEnable OBJECT-TYPE + SYNTAX TruthValue + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Description. Enable/Disable switch for fmDDExciterBWarning event" + ::= { fmDDEventEnableExciterB 3 } + + +-- fm dual drive event priority + -- 1.3.6.1.4.1.19831.1.1.3.4.5 + fmDDEventPriority OBJECT IDENTIFIER ::= { fmDualDrive 5 } + + +-- fm dual drive: general event priority + -- 1.3.6.1.4.1.19831.1.1.3.4.5.1 + fmDDEventPriorityGeneral OBJECT IDENTIFIER ::= { fmDDEventPriority 1 } + + + -- 1.3.6.1.4.1.19831.1.1.3.4.5.1.1 + fmDDPreselectionExciterPriority OBJECT-TYPE + SYNTAX Unsigned32 + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Description. Priority for fmDDPreselectionExciter event" + ::= { fmDDEventPriorityGeneral 1 } + + + -- 1.3.6.1.4.1.19831.1.1.3.4.5.1.2 + fmDDTransmitterOpModePriority OBJECT-TYPE + SYNTAX Unsigned32 + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Description. Priority for fmDDTransmitterOpMode event" + ::= { fmDDEventPriorityGeneral 2 } + + + -- 1.3.6.1.4.1.19831.1.1.3.4.5.1.3 + fmDDReserveControlPriority OBJECT-TYPE + SYNTAX Unsigned32 + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Description. Priority for fmDDReserveControl event" + ::= { fmDDEventPriorityGeneral 3 } + + + -- 1.3.6.1.4.1.19831.1.1.3.4.5.1.4 + fmDDRFPresentPriority OBJECT-TYPE + SYNTAX Unsigned32 + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Description. Priority for fmDDRFPresent event" + ::= { fmDDEventPriorityGeneral 4 } + + + -- 1.3.6.1.4.1.19831.1.1.3.4.5.1.5 + fmDDAmplifierFaultPriority OBJECT-TYPE + SYNTAX Unsigned32 + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Description. Priority for fmDDAmplifierFault event" + ::= { fmDDEventPriorityGeneral 5 } + + + -- 1.3.6.1.4.1.19831.1.1.3.4.5.1.6 + fmDDAmplifierWarningPriority OBJECT-TYPE + SYNTAX Unsigned32 + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Description. Priority for fmDDAmplifierWarning event" + ::= { fmDDEventPriorityGeneral 6 } + + + -- 1.3.6.1.4.1.19831.1.1.3.4.5.1.7 + fmDDActiveExciterPriority OBJECT-TYPE + SYNTAX Unsigned32 + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Description. Priority for fmDDActiveExciter event" + ::= { fmDDEventPriorityGeneral 7 } + + + -- 1.3.6.1.4.1.19831.1.1.3.4.5.1.8 + fmDDLocalModePriority OBJECT-TYPE + SYNTAX Unsigned32 + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Description. Priority for fmDDLocalMode event" + ::= { fmDDEventPriorityGeneral 8 } + + + -- 1.3.6.1.4.1.19831.1.1.3.4.5.1.9 + fmDDControlUnitFaultPriority OBJECT-TYPE + SYNTAX Unsigned32 + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Description. Priority for fmDDControlUnitFault event" + ::= { fmDDEventPriorityGeneral 9 } + + + -- 1.3.6.1.4.1.19831.1.1.3.4.5.1.10 + fmDDSwitchOverModePriority OBJECT-TYPE + SYNTAX Unsigned32 + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Description. Priority for fmDDSwitchOverMode event" + ::= { fmDDEventPriorityGeneral 10 } + + + -- 1.3.6.1.4.1.19831.1.1.3.4.5.1.11 + fmDDSwitchOverReadyPriority OBJECT-TYPE + SYNTAX Unsigned32 + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Description. Priority for fmDDSwitchOverReady event" + ::= { fmDDEventPriorityGeneral 11 } + + + -- 1.3.6.1.4.1.19831.1.1.3.4.5.1.12 + fmDDSwitchOverExecutedPriority OBJECT-TYPE + SYNTAX Unsigned32 + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Description. Priority for fmDDSwitchOverExecuted event" + ::= { fmDDEventPriorityGeneral 12 } + + + -- 1.3.6.1.4.1.19831.1.1.3.4.5.1.13 + fmDDSwitchOverFaultPriority OBJECT-TYPE + SYNTAX Unsigned32 + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Description. Priority for fmDDSwitchOverFault event" + ::= { fmDDEventPriorityGeneral 13 } + + +-- fm dual drive: ecxiter A event priority + -- 1.3.6.1.4.1.19831.1.1.3.4.5.2 + fmDDEventPriorityExciterA OBJECT IDENTIFIER ::= { fmDDEventPriority 2 } + + +-- + -- 1.3.6.1.4.1.19831.1.1.3.4.5.2.1 + fmDDExciterALocalModePriority OBJECT-TYPE + SYNTAX Unsigned32 + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Description. Priority for fmDDExciterALocalMode event event" + ::= { fmDDEventPriorityExciterA 1 } + + +-- + -- 1.3.6.1.4.1.19831.1.1.3.4.5.2.2 + fmDDExciterAFaultPriority OBJECT-TYPE + SYNTAX Unsigned32 + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Description. Priority for fmDDExciterAFault event" + ::= { fmDDEventPriorityExciterA 2 } + + +-- + -- 1.3.6.1.4.1.19831.1.1.3.4.5.2.3 + fmDDExciterAWarningPriority OBJECT-TYPE + SYNTAX Unsigned32 + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Description. Priority for fmDDExciterAWarning event" + ::= { fmDDEventPriorityExciterA 3 } + + +-- fm dual drive: exciter B event priority + -- 1.3.6.1.4.1.19831.1.1.3.4.5.3 + fmDDEventPriorityExciterB OBJECT IDENTIFIER ::= { fmDDEventPriority 3 } + + +-- + -- 1.3.6.1.4.1.19831.1.1.3.4.5.3.1 + fmDDExciterBLocalModePriority OBJECT-TYPE + SYNTAX Unsigned32 + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Description. Priority for fmDDExciterBLocalMode event event" + ::= { fmDDEventPriorityExciterB 1 } + + +-- + -- 1.3.6.1.4.1.19831.1.1.3.4.5.3.2 + fmDDExciterBFaultPriority OBJECT-TYPE + SYNTAX Unsigned32 + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Description. Priority for fmDDExciterBFault event" + ::= { fmDDEventPriorityExciterB 2 } + + +-- + -- 1.3.6.1.4.1.19831.1.1.3.4.5.3.3 + fmDDExciterBWarningPriority OBJECT-TYPE + SYNTAX Unsigned32 + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Description. Priority for fmDDExciterBWarning event" + ::= { fmDDEventPriorityExciterB 3 } + + + -- 1.3.6.1.4.1.19831.1.1.3.4.6 + groupsDD OBJECT IDENTIFIER ::= { fmDualDrive 6 } + + +-- events + -- 1.3.6.1.4.1.19831.1.1.3.4.6.1 + eventGroupDD NOTIFICATION-GROUP + NOTIFICATIONS { fmDDTransmitterOpModeEvent, fmDDReserveControlEvent, fmDDRFPresentEvent, fmDDAmplifierFaultEvent, fmDDAmplifierWarningEvent, + fmDDActiveExciterEvent, fmDDLocalModeEvent, fmDDControlUnitFaultEvent, fmDDSwitchOverModeEvent, fmDDSwitchOverReadyEvent, + fmDDSwitchOverExecutedEvent, fmDDSwitchOverFaultEvent, fmDDExciterAFaultEvent, fmDDExciterAWarningEvent, fmDDExciterBFaultEvent, + fmDDExciterBWarningEvent, fmDDExciterALocalModeEvent, fmDDExciterBLocalModeEvent, fmDDPreselectionExciterEvent } + STATUS current + DESCRIPTION + "Description." + ::= { groupsDD 1 } + + +-- objecs + -- 1.3.6.1.4.1.19831.1.1.3.4.6.2 + objectGroupDD OBJECT-GROUP + OBJECTS { fmDDTransmitterOpMode, fmDDReserveControl, fmDDRFPresent, fmDDAmplifierFault, fmDDAmplifierWarning, + fmDDActiveExciter, fmDDLocalMode, fmDDControlUnitFault, fmDDSwitchOverMode, fmDDSwitchOverReady, + fmDDSwitchOverExecuted, fmDDSwitchOverFault, fmDDExciterAFault, fmDDExciterAWarning, fmDDExciterBFault, + fmDDExciterBWarning, fmDDTransmitterOpModeEnable, fmDDReserveControlEnable, fmDDRFPresentEnable, fmDDAmplifierFaultEnable, + fmDDAmplifierWarningEnable, fmDDActiveExciterEnable, fmDDLocalModeEnable, fmDDControlUnitFaultEnable, fmDDSwitchOverModeEnable, + fmDDSwitchOverReadyEnable, fmDDSwitchOverExecutedEnable, fmDDSwitchOverFaultEnable, fmDDExciterAFaultEnable, fmDDExciterAWarningEnable, + fmDDExciterBFaultEnable, fmDDExciterBWarningEnable, fmDDTransmitterOpModePriority, fmDDReserveControlPriority, fmDDRFPresentPriority, + fmDDAmplifierFaultPriority, fmDDAmplifierWarningPriority, fmDDActiveExciterPriority, fmDDLocalModePriority, fmDDControlUnitFaultPriority, + fmDDSwitchOverModePriority, fmDDSwitchOverReadyPriority, fmDDSwitchOverExecutedPriority, fmDDSwitchOverFaultPriority, fmDDExciterAFaultPriority, + fmDDExciterAWarningPriority, fmDDExciterBFaultPriority, fmDDPreselectionExciter, fmDDPreselectionExciterEnable, fmDDPreselectionExciterPriority, + fmDDExciterBWarningPriority, fmDDExciterALocalMode, fmDDExciterBLocalMode, fmDDExciterALocalModeEnable, fmDDExciterBLocalModeEnable, + fmDDExciterALocalModePriority, fmDDExciterBLocalModePriority } + STATUS current + DESCRIPTION + "Description.dual drive: object group" + ::= { groupsDD 2 } + + + -- 1.3.6.1.4.1.19831.1.1.3.4.7 + complianceDD OBJECT IDENTIFIER ::= { fmDualDrive 7 } + + + -- 1.3.6.1.4.1.19831.1.1.3.4.7.1 + fmDualDriveCompliance MODULE-COMPLIANCE + STATUS current + DESCRIPTION + "Compliance Statement" + MODULE -- this module + MANDATORY-GROUPS { eventGroupDD, objectGroupDD } + ::= { complianceDD 1 } + + + + END + +-- +-- IRT-FM-DUALDRIVE-MIB.my +-- diff --git a/src/vendor/irt/IRT-FM-NPLUS1-MIB b/src/vendor/irt/IRT-FM-NPLUS1-MIB new file mode 100644 index 000000000000..bb5ac407ae5b --- /dev/null +++ b/src/vendor/irt/IRT-FM-NPLUS1-MIB @@ -0,0 +1,1515 @@ +-- +-- IRT-FM-NPLUS1-MIB.my +-- MIB generated by MG-SOFT Visual MIB Builder Version 6.0 Build 88 +-- Wednesday, May 23, 2007 at 19:44:14 +-- + + IRT-FM-NPLUS1-MIB DEFINITIONS ::= BEGIN + + IMPORTS + eventTimeStamp, eventPriority, eventCounter, mibRelease + FROM IRT-COMMONVARBINDS-MIB + fm, LocalRemote, FaultOK, SelectManualAuto, ReadyNotReady, + ExecutedNotExecuted, SelectOnOff, PresentNotPresent, WarningOK + FROM IRT-TRANSMITTER-SMI-MIB + OBJECT-GROUP, MODULE-COMPLIANCE, NOTIFICATION-GROUP + FROM SNMPv2-CONF + sysDescr, sysName, sysLocation + FROM SNMPv2-MIB + Unsigned32, OBJECT-TYPE, MODULE-IDENTITY, NOTIFICATION-TYPE + FROM SNMPv2-SMI + TruthValue, TEXTUAL-CONVENTION + FROM SNMPv2-TC; + + + -- 1.3.6.1.4.1.19831.1.1.3.5 + fmnPlus1 MODULE-IDENTITY + LAST-UPDATED "200705041400Z" -- May 04, 2007 at 14:00 GMT + ORGANIZATION + "IRT for WORKING-GROUP-TC-MIB" + CONTACT-INFO + "Contact-info: + + Andreas Metz + + Institut fuer Rundfunktechnik GmbH + Broadcast Networks and Servers (SN) + + Floriansmuehlstr.60 + 80939 Munich + Germany + + Phone: +49 89 32399 325 + Fax: +49 89 32399 354 + " + DESCRIPTION + "Description. + + branch definition + + 1st level + + events OBJECT IDENTIFIER ::= { dvbnPlus1 0 } + dvbnPlus1General OBJECT IDENTIFIER ::= { dvbnPlus1 1 } + dvbnPlus1MainTransmitterTable is defined below as dvbnPlus1 2 + dvbnPlus1ReserveTransmitter OBJECT IDENTIFIER ::= { dvbnPlus1 3 } + dvbnPlus1TransmitterATable is defined below as dvbnPlus1 4 + dvbnPlus1TransmitterB OBJECT IDENTIFIER ::= { dvbnPlus1 5 } + dvbnPlus1EventEnable OBJECT IDENTIFIER ::= { dvbnPlus1 6 } + dvbnPlus1EventPriority OBJECT IDENTIFIER ::= { dvbnPlus1 7 } + groups OBJECT IDENTIFIER ::= { dvbnPlus1 8 } + + + 2nd level + + dvbnPlus1EventEnableGeneral OBJECT IDENTIFIER ::= { dvbnPlus1EventEnable 1 } + dvbnPlus1EventEnableMainTransmitterTable is defined below as dvbnPlus1EventEnable 2 + dvbnPlus1EventEnableReserveTransmitter OBJECT IDENTIFIER ::= { dvbnPlus1EventEnable 3 } + dvbnPlus1EventEnableTransmitterATable is defined below as dvbnPlus1EventEnable 4 } + dvbnPlus1EventEnableTransmitterB OBJECT IDENTIFIER ::= { dvbnPlus1EventEnable 5 } + + dvbnPlus1EventPriorityGeneral OBJECT IDENTIFIER ::= { dvbnPlus1EventPriority 1 } + dvbnPlus1EventPriorityMainTransmitterTable is defined below as dvbnPlus1EventPriority 2 + dvbnPlus1EventPriorityReserveTransmitter OBJECT IDENTIFIER ::= { dvbnPlus1EventPriority 3 } + dvbnPlus1EventPriorityTransmitterATable is defined below as dvbnPlus1EventPriority 4 + dvbnPlus1EventPriorityTransmitterB OBJECT IDENTIFIER ::= { dvbnPlus1EventPriority 5 } + + end branch" + REVISION "200705041400Z" -- May 04, 2007 at 14:00 GMT + DESCRIPTION + "change LocalMode (description) and Module-COMPLIANCE + change MAX-ACCESS: OIDs 1.3.6.1.4.1.19831.1.1.3.5.6.5.1 and + 1.3.6.1.4.1.19831.1.1.3.5.6.5.3 + change numbering: OIDs + 1.3.6.1.4.1.19831.1.1.3.5.3.x and + 1.3.6.1.4.1.19831.1.1.3.5.5.x and + 1.3.6.1.4.1.19831.1.1.3.5.6.2.1.x and + 1.3.6.1.4.1.19831.1.1.3.5.6.3.x and + 1.3.6.1.4.1.19831.1.1.3.5.6.4.1.x and + 1.3.6.1.4.1.19831.1.1.3.5.6.5.x and + 1.3.6.1.4.1.19831.1.1.3.5.7.2.1.x and + 1.3.6.1.4.1.19831.1.1.3.5.7.3.x and + 1.3.6.1.4.1.19831.1.1.3.5.7.4.1.x and + 1.3.6.1.4.1.19831.1.1.3.5.7.5.x" + REVISION "200612201400Z" -- December 20, 2006 at 14:00 GMT + DESCRIPTION + "Corrections" + REVISION "200609211400Z" -- September 21, 2006 at 14:00 GMT + DESCRIPTION + "Adding Compliance Statement" + REVISION "200609191400Z" -- September 19, 2006 at 14:00 GMT + DESCRIPTION + "Correcting Imports" + REVISION "200609071400Z" -- September 07, 2006 at 14:00 GMT + DESCRIPTION + "Relocation of the TC-MIB from the standard OID area at IEC into the private OID area of the IRT" + ::= { fm 5 } + + + +-- +-- Textual conventions +-- + + TransmitterBFreeOccupied ::= TEXTUAL-CONVENTION + STATUS obsolete + DESCRIPTION + "Description. Free/Occupied message for transmitter B + + (1) free + (2) occupied " + SYNTAX INTEGER + { + free(1), + occupied(2) + } + + +-- +-- Node definitions +-- + +-- fm N+1 Reserve. Events + -- 1.3.6.1.4.1.19831.1.1.3.5.0 + fmEventsnPlus1 OBJECT IDENTIFIER ::= { fmnPlus1 0 } + + + -- 1.3.6.1.4.1.19831.1.1.3.5.0.1 + fmnPlus1RedundancySwitchOverEvent NOTIFICATION-TYPE + OBJECTS { sysDescr, sysName, sysLocation, eventTimeStamp, eventPriority, + eventCounter, fmnPlus1RedundancySwitchOver } + STATUS current + DESCRIPTION + "Description. fmnPlus1RedundancySwitchOver notification" + ::= { fmEventsnPlus1 1 } + + + -- 1.3.6.1.4.1.19831.1.1.3.5.0.2 + fmnPlus1LocalModeEvent NOTIFICATION-TYPE + OBJECTS { sysDescr, sysName, sysLocation, eventTimeStamp, eventPriority, + eventCounter, fmnPlus1LocalMode } + STATUS current + DESCRIPTION + "Description.fmnPlus1LocalMode notification" + ::= { fmEventsnPlus1 2 } + + + -- 1.3.6.1.4.1.19831.1.1.3.5.0.3 + fmnPlus1ControlUnitFaultEvent NOTIFICATION-TYPE + OBJECTS { sysDescr, sysName, sysLocation, eventTimeStamp, eventPriority, + eventCounter, fmnPlus1ControlUnitFault } + STATUS current + DESCRIPTION + "Description. fmnPlus1ControlUnitFault notification" + ::= { fmEventsnPlus1 3 } + + + -- 1.3.6.1.4.1.19831.1.1.3.5.0.4 + fmnPlus1SwitchOverModeEvent NOTIFICATION-TYPE + OBJECTS { sysDescr, sysName, sysLocation, eventTimeStamp, eventPriority, + eventCounter, fmnPlus1SwitchOverMode } + STATUS current + DESCRIPTION + "Description. fmnPlus1SwitchOverMode notification" + ::= { fmEventsnPlus1 4 } + + + -- 1.3.6.1.4.1.19831.1.1.3.5.0.5 + fmnPlus1SwitchOverReadyEvent NOTIFICATION-TYPE + OBJECTS { sysDescr, sysName, sysLocation, eventTimeStamp, eventPriority, + eventCounter, fmnPlus1SwitchOverReady } + STATUS current + DESCRIPTION + "Description. fmnPlus1SwitchOverReady notification" + ::= { fmEventsnPlus1 5 } + + + -- 1.3.6.1.4.1.19831.1.1.3.5.0.6 + fmnPlus1SwitchOverExecutedEvent NOTIFICATION-TYPE + OBJECTS { sysDescr, sysName, sysLocation, eventTimeStamp, eventPriority, + eventCounter, fmnPlus1SwitchOverExecuted } + STATUS current + DESCRIPTION + "Description. fmnPlus1SwitchOverExecuted notification" + ::= { fmEventsnPlus1 6 } + + + -- 1.3.6.1.4.1.19831.1.1.3.5.0.7 + fmnPlus1SwitchOverFaultEvent NOTIFICATION-TYPE + OBJECTS { sysDescr, sysName, sysLocation, eventTimeStamp, eventPriority, + eventCounter, fmnPlus1SwitchOverFault } + STATUS current + DESCRIPTION + "Description. fmnPlus1SwitchOverFault notification" + ::= { fmEventsnPlus1 7 } + + + -- 1.3.6.1.4.1.19831.1.1.3.5.0.8 + fmnPlus1ChannelSelectionEvent NOTIFICATION-TYPE + OBJECTS { sysDescr, sysName, sysLocation, eventTimeStamp, eventPriority, + eventCounter, fmnPlus1ChannelSelection } + STATUS current + DESCRIPTION + "Description. fmnPlus1ChannelSelection notification" + ::= { fmEventsnPlus1 8 } + + + -- 1.3.6.1.4.1.19831.1.1.3.5.0.9 + fmnPlus1TransmitterBResetEvent NOTIFICATION-TYPE + OBJECTS { sysDescr, sysName, sysLocation, eventTimeStamp, eventPriority, + eventCounter, fmnPlus1TransmitterBReset } + STATUS obsolete + DESCRIPTION + "Notification is not active! + + Description. fmnPlus1TransmitterBReset notification" + ::= { fmEventsnPlus1 9 } + + + -- 1.3.6.1.4.1.19831.1.1.3.5.0.10 + fmnPlus1TransmitterBModeEvent NOTIFICATION-TYPE + OBJECTS { sysDescr, sysName, sysLocation, eventTimeStamp, eventPriority, + eventCounter, fmnPlus1TransmitterBMode } + STATUS obsolete + DESCRIPTION + "Notification is not avtive! + + Description. fmnPlus1TransmitterBMode notification" + ::= { fmEventsnPlus1 10 } + + + -- 1.3.6.1.4.1.19831.1.1.3.5.0.11 + fmnPlus1MTOpModeEvent NOTIFICATION-TYPE + OBJECTS { sysDescr, sysName, sysLocation, eventTimeStamp, eventPriority, + eventCounter, fmnPlus1MTOpMode, fmnPlus1EventTransmitterIndex } + STATUS current + DESCRIPTION + "Description. fmnPlus1MTOpMode notification" + ::= { fmEventsnPlus1 11 } + + + -- 1.3.6.1.4.1.19831.1.1.3.5.0.12 + fmnPlus1MTRFProgramPresentEvent NOTIFICATION-TYPE + OBJECTS { sysDescr, sysName, sysLocation, eventTimeStamp, eventPriority, + eventCounter, fmnPlus1MTRFProgramPresent, fmnPlus1EventTransmitterIndex } + STATUS current + DESCRIPTION + "Description. fmnPlus1MTRFProgramPresent notification" + ::= { fmEventsnPlus1 12 } + + + -- 1.3.6.1.4.1.19831.1.1.3.5.0.13 + fmnPlus1RTOpModeEvent NOTIFICATION-TYPE + OBJECTS { sysDescr, sysName, sysLocation, eventTimeStamp, eventPriority, + eventCounter, fmnPlus1RTOpMode } + STATUS current + DESCRIPTION + "Description. fmnPlus1RTOpMode notification" + ::= { fmEventsnPlus1 13 } + + + -- 1.3.6.1.4.1.19831.1.1.3.5.0.14 + fmnPlus1RTRFProgramPresentEvent NOTIFICATION-TYPE + OBJECTS { sysDescr, sysName, sysLocation, eventTimeStamp, eventPriority, + eventCounter, fmnPlus1RTRFProgramPresent } + STATUS current + DESCRIPTION + "Description. fmnPlus1RTRFProgramPresent notification" + ::= { fmEventsnPlus1 14 } + + + -- 1.3.6.1.4.1.19831.1.1.3.5.0.15 + fmnPlus1TARFPresentEvent NOTIFICATION-TYPE + OBJECTS { sysDescr, sysName, sysLocation, eventTimeStamp, eventPriority, + eventCounter, fmnPlus1TARFPresent, fmnPlus1EventTransmitterIndex } + STATUS current + DESCRIPTION + "Description. fmnPlus1TARFPresent notification" + ::= { fmEventsnPlus1 15 } + + + -- 1.3.6.1.4.1.19831.1.1.3.5.0.16 + fmnPlus1TALocalModeEvent NOTIFICATION-TYPE + OBJECTS { sysDescr, sysName, sysLocation, eventTimeStamp, eventPriority, + eventCounter, fmnPlus1TALocalMode, fmnPlus1EventTransmitterIndex } + STATUS current + DESCRIPTION + "Description. fmnPlus1TALocalMode notification" + ::= { fmEventsnPlus1 16 } + + + -- 1.3.6.1.4.1.19831.1.1.3.5.0.17 + fmnPlus1TAFaultEvent NOTIFICATION-TYPE + OBJECTS { sysDescr, sysName, sysLocation, eventTimeStamp, eventPriority, + eventCounter, fmnPlus1TAFault, fmnPlus1EventTransmitterIndex } + STATUS current + DESCRIPTION + "Description. fmnPlus1TAFault notification" + ::= { fmEventsnPlus1 17 } + + + -- 1.3.6.1.4.1.19831.1.1.3.5.0.18 + fmnPlus1TAWarningEvent NOTIFICATION-TYPE + OBJECTS { sysDescr, sysName, sysLocation, eventTimeStamp, eventPriority, + eventCounter, fmnPlus1TAWarning, fmnPlus1EventTransmitterIndex } + STATUS current + DESCRIPTION + "Description. fmnPlus1TAWarning notification" + ::= { fmEventsnPlus1 18 } + + + -- 1.3.6.1.4.1.19831.1.1.3.5.0.19 + fmnPlus1TBRFPresentEvent NOTIFICATION-TYPE + OBJECTS { sysDescr, sysName, sysLocation, eventTimeStamp, eventPriority, + eventCounter, fmnPlus1TBRFPresent } + STATUS current + DESCRIPTION + "Description. fmnPlus1TBRFPresent notification" + ::= { fmEventsnPlus1 19 } + + + -- 1.3.6.1.4.1.19831.1.1.3.5.0.20 + fmnPlus1TBLocalModeEvent NOTIFICATION-TYPE + OBJECTS { sysDescr, sysName, sysLocation, eventTimeStamp, eventPriority, + eventCounter, fmnPlus1TBLocalMode } + STATUS current + DESCRIPTION + "Description. fmnPlus1TBLocalMode notification" + ::= { fmEventsnPlus1 20 } + + + -- 1.3.6.1.4.1.19831.1.1.3.5.0.21 + fmnPlus1TBFaultEvent NOTIFICATION-TYPE + OBJECTS { sysDescr, sysName, sysLocation, eventTimeStamp, eventPriority, + eventCounter, fmnPlus1TBFault } + STATUS current + DESCRIPTION + "Description. fmnPlus1TBFault notification" + ::= { fmEventsnPlus1 21 } + + + -- 1.3.6.1.4.1.19831.1.1.3.5.0.22 + fmnPlus1TBWarningEvent NOTIFICATION-TYPE + OBJECTS { sysDescr, sysName, sysLocation, eventTimeStamp, eventPriority, + eventCounter, fmnPlus1TBWarning } + STATUS current + DESCRIPTION + "Description. fmnPlus1TBWarning notification" + ::= { fmEventsnPlus1 22 } + + +-- fm N+1 Resreve. General + -- 1.3.6.1.4.1.19831.1.1.3.5.1 + fmnPlus1General OBJECT IDENTIFIER ::= { fmnPlus1 1 } + + + -- 1.3.6.1.4.1.19831.1.1.3.5.1.1 + fmnPlus1RedundancySwitchOver OBJECT-TYPE + SYNTAX INTEGER (-1..12) + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "N+1 reserve. Redundancy reserve switch over for transmitters B,A1,A2...An + + <-1,0,1,2,3,4,...,n> + + (-1) reserve transmitterB + (0) undefined + (1) transmitter 1 + (2) transmitter 2 + (3) transmitter 3 + (4) transmitter 4 + ................ + (n) transmitter n" + ::= { fmnPlus1General 1 } + + + -- 1.3.6.1.4.1.19831.1.1.3.5.1.2 + fmnPlus1LocalMode OBJECT-TYPE + SYNTAX LocalRemote + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "N+1 reserve. Local mode + + (0) undefined + (1) local + (2) remote" + ::= { fmnPlus1General 2 } + + + -- 1.3.6.1.4.1.19831.1.1.3.5.1.3 + fmnPlus1ControlUnitFault OBJECT-TYPE + SYNTAX FaultOK + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "N+1 reserve. State of the control unit + + (0) undefined + (1) fault + (2) ok" + ::= { fmnPlus1General 3 } + + + -- 1.3.6.1.4.1.19831.1.1.3.5.1.4 + fmnPlus1SwitchOverMode OBJECT-TYPE + SYNTAX SelectManualAuto + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "N+1 reserve. Switch over mode: manual or automatic + + (0) undefined + (1) manual + (2) automatic" + ::= { fmnPlus1General 4 } + + + -- 1.3.6.1.4.1.19831.1.1.3.5.1.5 + fmnPlus1SwitchOverReady OBJECT-TYPE + SYNTAX ReadyNotReady + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "State of the N+1 reserve switch over unit + + (0) undefined + (1) ready + (2) not ready" + ::= { fmnPlus1General 5 } + + + -- 1.3.6.1.4.1.19831.1.1.3.5.1.6 + fmnPlus1SwitchOverExecuted OBJECT-TYPE + SYNTAX ExecutedNotExecuted + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "N+1 reserve. Shows if the reserve switsch over uinit it has executed + + (0) undefined + (1) executed + (2) not executed" + ::= { fmnPlus1General 6 } + + + -- 1.3.6.1.4.1.19831.1.1.3.5.1.7 + fmnPlus1SwitchOverFault OBJECT-TYPE + SYNTAX FaultOK + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "N+1 reserve. Fault state of the switch over unit + + (0) undefined + (1) faulty + (2) ok" + ::= { fmnPlus1General 7 } + + + -- 1.3.6.1.4.1.19831.1.1.3.5.1.8 + fmnPlus1ChannelSelection OBJECT-TYPE + SYNTAX Unsigned32 + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "N+1 reserve. Chanel selection 1...n of reserve transmitter + + <0,1,2,...,n> + + (0) undefined + (1) chanel 1 + (2) chanel 2 + ... + (n) chanel n + + " + ::= { fmnPlus1General 8 } + + + -- 1.3.6.1.4.1.19831.1.1.3.5.1.9 + fmnPlus1TransmitterBReset OBJECT-TYPE + SYNTAX Unsigned32 + MAX-ACCESS read-write + STATUS obsolete + DESCRIPTION + "Message is not active! + + N+1 Reserve. Transmitter B reset: trigger for reset + + <1> + + (1) reset fault + " + ::= { fmnPlus1General 9 } + + + -- 1.3.6.1.4.1.19831.1.1.3.5.1.10 + fmnPlus1TransmitterBMode OBJECT-TYPE + SYNTAX TransmitterBFreeOccupied + MAX-ACCESS read-only + STATUS obsolete + DESCRIPTION + "Message is not active! + + N+1 reserve. Transmitter B redundancy state + + (1) free + (2) occupied + " + ::= { fmnPlus1General 10 } + + + -- 1.3.6.1.4.1.19831.1.1.3.5.1.11 + fmnPlus1EventTransmitterIndex OBJECT-TYPE + SYNTAX Unsigned32 (1..255) + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "N+1 reserve. Event index to be transmitted along which each trap from MaintransmitterTable or TransmitterATable" + ::= { fmnPlus1General 11 } + + +-- fm N+1 reserve. Main transmitter table + -- 1.3.6.1.4.1.19831.1.1.3.5.2 + fmnPlus1MainTransmitterTable OBJECT-TYPE + SYNTAX SEQUENCE OF FmnPlus1MainTransmitterEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "Table of logical transmitters carrying programs + " + ::= { fmnPlus1 2 } + + +-- dvb N+1 reserve: One logical transmitter, numbered from 1 to n + -- 1.3.6.1.4.1.19831.1.1.3.5.2.1 + fmnPlus1MainTransmitterEntry OBJECT-TYPE + SYNTAX FmnPlus1MainTransmitterEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "One logical transmitter, numbered from 1 to n" + INDEX { fmnPlus1MTIndex } + ::= { fmnPlus1MainTransmitterTable 1 } + + + FmnPlus1MainTransmitterEntry ::= + SEQUENCE { + fmnPlus1MTIndex + Unsigned32, + fmnPlus1MTOpMode + SelectOnOff, + fmnPlus1MTRFProgramPresent + PresentNotPresent + } + + -- 1.3.6.1.4.1.19831.1.1.3.5.2.1.1 + fmnPlus1MTIndex OBJECT-TYPE + SYNTAX Unsigned32 (1..255) + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "N+1 Reserve. Main transmitter index + + <1,2,3,4,5,6,7,8,9> + + (1) transmitter 1 + (2) transmitter 2 + (3) transmitter 3 + (4) transmitter 4 + (5) transmitter 5 + (6) transmitter 6 + (7) transmitter 7 + (8) transmitter 8 + (9) transmitter 9 + " + ::= { fmnPlus1MainTransmitterEntry 1 } + + + -- 1.3.6.1.4.1.19831.1.1.3.5.2.1.2 + fmnPlus1MTOpMode OBJECT-TYPE + SYNTAX SelectOnOff + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "N+1 Reserve. General transmitter control + + (0) undefined + (1) ON + (2) OFF" + ::= { fmnPlus1MainTransmitterEntry 2 } + + + -- 1.3.6.1.4.1.19831.1.1.3.5.2.1.3 + fmnPlus1MTRFProgramPresent OBJECT-TYPE + SYNTAX PresentNotPresent + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "N+1 reserve. Describes if the output power of the main transmitter is present + + (0) undefined + (1) present + (2) not present" + ::= { fmnPlus1MainTransmitterEntry 3 } + + +-- fm N+1 reserve. Reserve Transmitter + -- 1.3.6.1.4.1.19831.1.1.3.5.3 + fmnPlus1ReserveTransmitter OBJECT IDENTIFIER ::= { fmnPlus1 3 } + + + -- 1.3.6.1.4.1.19831.1.1.3.5.3.2 + fmnPlus1RTOpMode OBJECT-TYPE + SYNTAX SelectOnOff + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "N+1 reserve. reserve transmitter control + + (0) undefined + (1) ON + (2) OFF" + ::= { fmnPlus1ReserveTransmitter 2 } + + + -- 1.3.6.1.4.1.19831.1.1.3.5.3.3 + fmnPlus1RTRFProgramPresent OBJECT-TYPE + SYNTAX PresentNotPresent + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "N+1 reserve. Describes if the output power of the reserve transmitter is present + + (0) undefined + (1) present + (2) not present" + ::= { fmnPlus1ReserveTransmitter 3 } + + +-- fm N+1 reserve. Transmitter A table + -- 1.3.6.1.4.1.19831.1.1.3.5.4 + fmnPlus1TransmitterATable OBJECT-TYPE + SYNTAX SEQUENCE OF FmnPlus1TransmitterAEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "Table of physical transmitters ment to be on air in normal operation" + ::= { fmnPlus1 4 } + + +-- dvb n+1 reserve: transmitter A entry - rows + -- 1.3.6.1.4.1.19831.1.1.3.5.4.1 + fmnPlus1TransmitterAEntry OBJECT-TYPE + SYNTAX FmnPlus1TransmitterAEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "N+1 reserve. One physical transmitter, numbered from A1 to An" + INDEX { fmnPlus1TAIndex } + ::= { fmnPlus1TransmitterATable 1 } + + + FmnPlus1TransmitterAEntry ::= + SEQUENCE { + fmnPlus1TAIndex + Unsigned32, + fmnPlus1TARFPresent + PresentNotPresent, + fmnPlus1TALocalMode + LocalRemote, + fmnPlus1TAFault + FaultOK, + fmnPlus1TAWarning + WarningOK + } + + -- 1.3.6.1.4.1.19831.1.1.3.5.4.1.1 + fmnPlus1TAIndex OBJECT-TYPE + SYNTAX Unsigned32 (1..255) + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "N+1 reserve. Index of the transmitters A1,A2...An + + " + ::= { fmnPlus1TransmitterAEntry 1 } + + + -- 1.3.6.1.4.1.19831.1.1.3.5.4.1.2 + fmnPlus1TARFPresent OBJECT-TYPE + SYNTAX PresentNotPresent + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "N+1 reserve. Describes if the output power of the transmitter A is present + + (0) undefined + (1) present + (2) not present" + ::= { fmnPlus1TransmitterAEntry 2 } + + + -- 1.3.6.1.4.1.19831.1.1.3.5.4.1.3 + fmnPlus1TALocalMode OBJECT-TYPE + SYNTAX LocalRemote + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "N+1 reserve. Local mode of the transmitter A + + (0) undefined + (1) local + (2) remote" + ::= { fmnPlus1TransmitterAEntry 3 } + + + -- 1.3.6.1.4.1.19831.1.1.3.5.4.1.4 + fmnPlus1TAFault OBJECT-TYPE + SYNTAX FaultOK + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "N+1 reserve. Fault state of the transmitter A + + (0) undefined + (1) fault + (2) ok" + ::= { fmnPlus1TransmitterAEntry 4 } + + + -- 1.3.6.1.4.1.19831.1.1.3.5.4.1.5 + fmnPlus1TAWarning OBJECT-TYPE + SYNTAX WarningOK + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "N+1 reserve. Warning state of transmiter A + + (0) undefined + (1) warning + (2) ok" + ::= { fmnPlus1TransmitterAEntry 5 } + + +-- fm N+1. Transmitter B + -- 1.3.6.1.4.1.19831.1.1.3.5.5 + fmnPlus1TransmitterB OBJECT IDENTIFIER ::= { fmnPlus1 5 } + + + -- 1.3.6.1.4.1.19831.1.1.3.5.5.2 + fmnPlus1TBRFPresent OBJECT-TYPE + SYNTAX PresentNotPresent + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "n+1 reserve: Describes if the output power of the transmitter B is present + + (0) undefined + (1) present + (2) not present" + ::= { fmnPlus1TransmitterB 2 } + + + -- 1.3.6.1.4.1.19831.1.1.3.5.5.3 + fmnPlus1TBLocalMode OBJECT-TYPE + SYNTAX LocalRemote + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "N+1 reserve. Reserve local mode: Describes the output Power of the transmitter B + + (0) undefined + (1) local + (2) remote" + ::= { fmnPlus1TransmitterB 3 } + + + -- 1.3.6.1.4.1.19831.1.1.3.5.5.4 + fmnPlus1TBFault OBJECT-TYPE + SYNTAX FaultOK + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "N+1 reserve. Fault state of reserve + + (0) undefined + (1) fault + (2) ok" + ::= { fmnPlus1TransmitterB 4 } + + + -- 1.3.6.1.4.1.19831.1.1.3.5.5.5 + fmnPlus1TBWarning OBJECT-TYPE + SYNTAX WarningOK + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "n+1 reserve. Warning state of reserve + + (0) undefined + (1) warning + (2) ok" + ::= { fmnPlus1TransmitterB 5 } + + +-- fm N+1 reserve. Switch for event + -- 1.3.6.1.4.1.19831.1.1.3.5.6 + fmnPlus1EventEnable OBJECT IDENTIFIER ::= { fmnPlus1 6 } + + +-- dvb N+1 reserve. general: events + -- 1.3.6.1.4.1.19831.1.1.3.5.6.1 + fmnPlus1EventEnableGeneral OBJECT IDENTIFIER ::= { fmnPlus1EventEnable 1 } + + + -- 1.3.6.1.4.1.19831.1.1.3.5.6.1.1 + fmnPlus1RedundancySwitchOverEnable OBJECT-TYPE + SYNTAX TruthValue + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Description. Enable/Disable switch for fmnPlus1RedundancySwitchOve event" + ::= { fmnPlus1EventEnableGeneral 1 } + + + -- 1.3.6.1.4.1.19831.1.1.3.5.6.1.2 + fmnPlus1LocalModeEnable OBJECT-TYPE + SYNTAX TruthValue + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Description. Enable/Disable switch for fmnPlus1LocalMode event" + ::= { fmnPlus1EventEnableGeneral 2 } + + + -- 1.3.6.1.4.1.19831.1.1.3.5.6.1.3 + fmnPlus1ControlUnitFaultEnable OBJECT-TYPE + SYNTAX TruthValue + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Description. Enable/Disable switch for fmnPlus1ControlUnitFault event" + ::= { fmnPlus1EventEnableGeneral 3 } + + + -- 1.3.6.1.4.1.19831.1.1.3.5.6.1.4 + fmnPlus1SwitchOverModeEnable OBJECT-TYPE + SYNTAX TruthValue + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Description. Enable/Disable switch for fmnPlus1SwitchOverMode event" + ::= { fmnPlus1EventEnableGeneral 4 } + + + -- 1.3.6.1.4.1.19831.1.1.3.5.6.1.5 + fmnPlus1SwitchOverReadyEnable OBJECT-TYPE + SYNTAX TruthValue + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Description. Enable/Disable switch for fmnPlus1SwitchOverReady event" + ::= { fmnPlus1EventEnableGeneral 5 } + + + -- 1.3.6.1.4.1.19831.1.1.3.5.6.1.6 + fmnPlus1SwitchOverExecutedEnable OBJECT-TYPE + SYNTAX TruthValue + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Description. Enable/Disable switch for fmnPlus1SwitchOverExecuted event" + ::= { fmnPlus1EventEnableGeneral 6 } + + + -- 1.3.6.1.4.1.19831.1.1.3.5.6.1.7 + fmnPlus1SwitchOverFaultEnable OBJECT-TYPE + SYNTAX TruthValue + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Description. Enable/Disable switch for fmnPlus1SwitchOverFault event" + ::= { fmnPlus1EventEnableGeneral 7 } + + + -- 1.3.6.1.4.1.19831.1.1.3.5.6.1.8 + fmnPlus1ChannelSelectionEnable OBJECT-TYPE + SYNTAX TruthValue + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Description. Enable/Disable switch for fmnPlus1ChannelSelection event" + ::= { fmnPlus1EventEnableGeneral 8 } + + + -- 1.3.6.1.4.1.19831.1.1.3.5.6.1.9 + fmnPlus1TransmitterBResetEnable OBJECT-TYPE + SYNTAX TruthValue + MAX-ACCESS read-write + STATUS obsolete + DESCRIPTION + "Message is not active! + + Description. Enable/Disable switch for fmnPlus1TransmitterBReset event" + ::= { fmnPlus1EventEnableGeneral 9 } + + + -- 1.3.6.1.4.1.19831.1.1.3.5.6.1.10 + fmnPlus1TransmitterBModeEnable OBJECT-TYPE + SYNTAX TruthValue + MAX-ACCESS read-write + STATUS obsolete + DESCRIPTION + "Message is not active! + + Description. Enable/Disable switch for fmnPlus1TransmitterBMode event" + ::= { fmnPlus1EventEnableGeneral 10 } + + +-- fm N+1 reserve. main transmitter table: events + -- 1.3.6.1.4.1.19831.1.1.3.5.6.2 + fmnPlus1EventEnableMainTransmitterTable OBJECT-TYPE + SYNTAX SEQUENCE OF FmnPlus1EventEnableMainTransmitterEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "fm N+1 reserve. Transmitters main transmitter table: switch for events + " + ::= { fmnPlus1EventEnable 2 } + + +-- fm N+1 reserve: Main transmitter table rows + -- 1.3.6.1.4.1.19831.1.1.3.5.6.2.1 + fmnPlus1EventEnableMainTransmitterEntry OBJECT-TYPE + SYNTAX FmnPlus1EventEnableMainTransmitterEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "One logical transmitter, numbered from 1 to n" + INDEX { fmnPlus1MTIndex } + ::= { fmnPlus1EventEnableMainTransmitterTable 1 } + + + FmnPlus1EventEnableMainTransmitterEntry ::= + SEQUENCE { + fmnPlus1MTOpModeEnable + TruthValue, + fmnPlus1MTRFProgramPresentEnable + TruthValue + } + + -- 1.3.6.1.4.1.19831.1.1.3.5.6.2.1.2 + fmnPlus1MTOpModeEnable OBJECT-TYPE + SYNTAX TruthValue + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Description. Enable/Disable switch for fmnPlus1MTOpMode event" + ::= { fmnPlus1EventEnableMainTransmitterEntry 2 } + + + -- 1.3.6.1.4.1.19831.1.1.3.5.6.2.1.3 + fmnPlus1MTRFProgramPresentEnable OBJECT-TYPE + SYNTAX TruthValue + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Description. Enable/Disable switch for fmnPlus1MTRFProgramPresent event" + ::= { fmnPlus1EventEnableMainTransmitterEntry 3 } + + +-- fm N+1 reserve. reserve transmitter: events + -- 1.3.6.1.4.1.19831.1.1.3.5.6.3 + fmnPlus1EventEnableReserveTransmitter OBJECT IDENTIFIER ::= { fmnPlus1EventEnable 3 } + + + -- 1.3.6.1.4.1.19831.1.1.3.5.6.3.2 + fmnPlus1RTOpModeEnable OBJECT-TYPE + SYNTAX TruthValue + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Description. Enable/Disable switch for fmnPlus1RTOpMode event" + ::= { fmnPlus1EventEnableReserveTransmitter 2 } + + + -- 1.3.6.1.4.1.19831.1.1.3.5.6.3.3 + fmnPlus1RTRFProgramPresentEnable OBJECT-TYPE + SYNTAX TruthValue + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Description. Enable/Disable switch for fmnPlus1RTRFProgramPresent event" + ::= { fmnPlus1EventEnableReserveTransmitter 3 } + + +-- fm N+1 reserve. Transmitters A table: events + -- 1.3.6.1.4.1.19831.1.1.3.5.6.4 + fmnPlus1EventEnableTransmitterATable OBJECT-TYPE + SYNTAX SEQUENCE OF FmnPlus1EventEnableTransmitterAEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "fm n+1 reserve. Transmitters A table: switch for events " + ::= { fmnPlus1EventEnable 4 } + + +-- fm N+1 reserve: transmitter A entry - rows + -- 1.3.6.1.4.1.19831.1.1.3.5.6.4.1 + fmnPlus1EventEnableTransmitterAEntry OBJECT-TYPE + SYNTAX FmnPlus1EventEnableTransmitterAEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "One physical transmitter, numbered from A1 to An" + INDEX { fmnPlus1TAIndex } + ::= { fmnPlus1EventEnableTransmitterATable 1 } + + + FmnPlus1EventEnableTransmitterAEntry ::= + SEQUENCE { + fmnPlus1TARFPresentEnable + TruthValue, + fmnPlus1TALocalModeEnable + TruthValue, + fmnPlus1TAFaultEnable + TruthValue, + fmnPlus1TAWarningEnable + TruthValue + } + + -- 1.3.6.1.4.1.19831.1.1.3.5.6.4.1.2 + fmnPlus1TARFPresentEnable OBJECT-TYPE + SYNTAX TruthValue + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Description. Enable/Disable switch for fmnPlus1TARFPresent event" + ::= { fmnPlus1EventEnableTransmitterAEntry 2 } + + + -- 1.3.6.1.4.1.19831.1.1.3.5.6.4.1.3 + fmnPlus1TALocalModeEnable OBJECT-TYPE + SYNTAX TruthValue + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Description. Enable/Disable switch for fmnPlus1TALocalMode event" + ::= { fmnPlus1EventEnableTransmitterAEntry 3 } + + + -- 1.3.6.1.4.1.19831.1.1.3.5.6.4.1.4 + fmnPlus1TAFaultEnable OBJECT-TYPE + SYNTAX TruthValue + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Description. Enable/Disable switch for fmnPlus1TAFault event" + ::= { fmnPlus1EventEnableTransmitterAEntry 4 } + + + -- 1.3.6.1.4.1.19831.1.1.3.5.6.4.1.5 + fmnPlus1TAWarningEnable OBJECT-TYPE + SYNTAX TruthValue + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Description. Enable/Disable switch for fmnPlus1TAWarning event" + ::= { fmnPlus1EventEnableTransmitterAEntry 5 } + + +-- fm N+1: transmitter B: events + -- 1.3.6.1.4.1.19831.1.1.3.5.6.5 + fmnPlus1EventEnableTransmitterB OBJECT IDENTIFIER ::= { fmnPlus1EventEnable 5 } + + + -- 1.3.6.1.4.1.19831.1.1.3.5.6.5.2 + fmnPlus1TBRFPresentEnable OBJECT-TYPE + SYNTAX TruthValue + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Description. Enable/Disable switch for fmnPlus1TBRFPresent event" + ::= { fmnPlus1EventEnableTransmitterB 2 } + + + -- 1.3.6.1.4.1.19831.1.1.3.5.6.5.3 + fmnPlus1TBLocalModeEnable OBJECT-TYPE + SYNTAX TruthValue + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Description. Enable/Disable switch for fmnPlus1TBLocalMode event" + ::= { fmnPlus1EventEnableTransmitterB 3 } + + + -- 1.3.6.1.4.1.19831.1.1.3.5.6.5.4 + fmnPlus1TBFaultEnable OBJECT-TYPE + SYNTAX TruthValue + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Description. Enable/Disable switch for fmnPlus1TBFault event" + ::= { fmnPlus1EventEnableTransmitterB 4 } + + + -- 1.3.6.1.4.1.19831.1.1.3.5.6.5.5 + fmnPlus1TBWarningEnable OBJECT-TYPE + SYNTAX TruthValue + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Description. Enable/Disable switch for fmnPlus1TBWarning event" + ::= { fmnPlus1EventEnableTransmitterB 5 } + + +-- fm N+1 reserve. Event priority + -- 1.3.6.1.4.1.19831.1.1.3.5.7 + fmnPlus1EventPriority OBJECT IDENTIFIER ::= { fmnPlus1 7 } + + +-- fm N+1 reserve: general: event priority + -- 1.3.6.1.4.1.19831.1.1.3.5.7.1 + fmnPlus1EventPriorityGeneral OBJECT IDENTIFIER ::= { fmnPlus1EventPriority 1 } + + + -- 1.3.6.1.4.1.19831.1.1.3.5.7.1.1 + fmnPlus1RedundancySwitchOverPriority OBJECT-TYPE + SYNTAX Unsigned32 + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Priority switch for fmnPlus1RedundancySwitchOver event" + ::= { fmnPlus1EventPriorityGeneral 1 } + + + -- 1.3.6.1.4.1.19831.1.1.3.5.7.1.2 + fmnPlus1LocalModePriority OBJECT-TYPE + SYNTAX Unsigned32 + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Priority switch for fmnPlus1LocalMode event" + ::= { fmnPlus1EventPriorityGeneral 2 } + + + -- 1.3.6.1.4.1.19831.1.1.3.5.7.1.3 + fmnPlus1ControlUnitFaultPriority OBJECT-TYPE + SYNTAX Unsigned32 + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Priority switch for fmnPlus1ControlUnitFault event" + ::= { fmnPlus1EventPriorityGeneral 3 } + + + -- 1.3.6.1.4.1.19831.1.1.3.5.7.1.4 + fmnPlus1SwitchOverModePriority OBJECT-TYPE + SYNTAX Unsigned32 + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Priority switch for fmnPlus1SwitchOverMode event" + ::= { fmnPlus1EventPriorityGeneral 4 } + + + -- 1.3.6.1.4.1.19831.1.1.3.5.7.1.5 + fmnPlus1SwitchOverReadyPriority OBJECT-TYPE + SYNTAX Unsigned32 + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Priority switch for fmnPlus1SwitchOverReady event" + ::= { fmnPlus1EventPriorityGeneral 5 } + + + -- 1.3.6.1.4.1.19831.1.1.3.5.7.1.6 + fmnPlus1SwitchOverExecutedPriority OBJECT-TYPE + SYNTAX Unsigned32 + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Priority switch for fmnPlus1SwitchOverExecuted event" + ::= { fmnPlus1EventPriorityGeneral 6 } + + + -- 1.3.6.1.4.1.19831.1.1.3.5.7.1.7 + fmnPlus1SwitchOverFaultPriority OBJECT-TYPE + SYNTAX Unsigned32 + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Priority switch for fmnPlus1SwitchOverFault event" + ::= { fmnPlus1EventPriorityGeneral 7 } + + + -- 1.3.6.1.4.1.19831.1.1.3.5.7.1.8 + fmnPlus1ChannelSelectionPriority OBJECT-TYPE + SYNTAX Unsigned32 + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Priority switch for fmnPlus1RChanelSelection event" + ::= { fmnPlus1EventPriorityGeneral 8 } + + + -- 1.3.6.1.4.1.19831.1.1.3.5.7.1.9 + fmnPlus1TransmitterBResetPriority OBJECT-TYPE + SYNTAX Unsigned32 + MAX-ACCESS read-write + STATUS obsolete + DESCRIPTION + "Message is not active! + + Priority switch for fmnPlus1TransmitterBReset event" + ::= { fmnPlus1EventPriorityGeneral 9 } + + + -- 1.3.6.1.4.1.19831.1.1.3.5.7.1.10 + fmnPlus1TransmitterBModePriority OBJECT-TYPE + SYNTAX Unsigned32 + MAX-ACCESS read-write + STATUS obsolete + DESCRIPTION + "Message is not active! + + Priority switch for fmnPlus1TransmitterBMode event" + ::= { fmnPlus1EventPriorityGeneral 10 } + + +-- fm N+1 reserve: Main transmitter table: event priority + -- 1.3.6.1.4.1.19831.1.1.3.5.7.2 + fmnPlus1EventPriorityMainTransmitterTable OBJECT-TYPE + SYNTAX SEQUENCE OF FmnPlus1EventPriorityMainTransmitterEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "dvb n+1 reserve. general: priority for event" + ::= { fmnPlus1EventPriority 2 } + + +-- fm N+1 reserve: Main transmitter table rows + -- 1.3.6.1.4.1.19831.1.1.3.5.7.2.1 + fmnPlus1EventPriorityMainTransmitterEntry OBJECT-TYPE + SYNTAX FmnPlus1EventPriorityMainTransmitterEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "One logical transmitter, numbered from 1 to n" + INDEX { fmnPlus1MTIndex } + ::= { fmnPlus1EventPriorityMainTransmitterTable 1 } + + + FmnPlus1EventPriorityMainTransmitterEntry ::= + SEQUENCE { + fmnPlus1MTOpModePriority + Unsigned32, + fmnPlus1MTRFProgramPresentPriority + Unsigned32 + } + + -- 1.3.6.1.4.1.19831.1.1.3.5.7.2.1.2 + fmnPlus1MTOpModePriority OBJECT-TYPE + SYNTAX Unsigned32 + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Priority switch for fmnPlus1MTOpMode event" + ::= { fmnPlus1EventPriorityMainTransmitterEntry 2 } + + + -- 1.3.6.1.4.1.19831.1.1.3.5.7.2.1.3 + fmnPlus1MTRFProgramPresentPriority OBJECT-TYPE + SYNTAX Unsigned32 + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Priority switch for fmnPlus1MTRFProgramPresent event" + ::= { fmnPlus1EventPriorityMainTransmitterEntry 3 } + + +-- fm N+1 reserve. Reserve transmitter: event priority + -- 1.3.6.1.4.1.19831.1.1.3.5.7.3 + fmnPlus1EventPriorityReserveTransmitter OBJECT IDENTIFIER ::= { fmnPlus1EventPriority 3 } + + + -- 1.3.6.1.4.1.19831.1.1.3.5.7.3.2 + fmnPlus1RTOpModePriority OBJECT-TYPE + SYNTAX Unsigned32 + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Priority switch for fmnPlus1RTOpMode event" + ::= { fmnPlus1EventPriorityReserveTransmitter 2 } + + + -- 1.3.6.1.4.1.19831.1.1.3.5.7.3.3 + fmnPlus1RTRFProgramPresentPriority OBJECT-TYPE + SYNTAX Unsigned32 + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Priority switch for fmnPlus1RTRFProgramPresent event" + ::= { fmnPlus1EventPriorityReserveTransmitter 3 } + + +-- fm N+1 reserve. Transmitter A table: event priority + -- 1.3.6.1.4.1.19831.1.1.3.5.7.4 + fmnPlus1EventPriorityTransmitterATable OBJECT-TYPE + SYNTAX SEQUENCE OF FmnPlus1EventPriorityTransmitterAEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "dvb n+1 reserve. transmitter A table: priority for event" + ::= { fmnPlus1EventPriority 4 } + + +-- fm N+1 reserve. Transmitter A entry - rows + -- 1.3.6.1.4.1.19831.1.1.3.5.7.4.1 + fmnPlus1EventPriorityTransmitterAEntry OBJECT-TYPE + SYNTAX FmnPlus1EventPriorityTransmitterAEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "One physical transmitter, numbered from A1 to An" + INDEX { fmnPlus1TAIndex } + ::= { fmnPlus1EventPriorityTransmitterATable 1 } + + + FmnPlus1EventPriorityTransmitterAEntry ::= + SEQUENCE { + fmnPlus1TARFPresentPriority + Unsigned32, + fmnPlus1TALocalModePriority + Unsigned32, + fmnPlus1TAFaultPriority + Unsigned32, + fmnPlus1TAWarningPriority + Unsigned32 + } + + -- 1.3.6.1.4.1.19831.1.1.3.5.7.4.1.2 + fmnPlus1TARFPresentPriority OBJECT-TYPE + SYNTAX Unsigned32 + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Priority switch for fmnPlus1TARFPresent event" + ::= { fmnPlus1EventPriorityTransmitterAEntry 2 } + + + -- 1.3.6.1.4.1.19831.1.1.3.5.7.4.1.3 + fmnPlus1TALocalModePriority OBJECT-TYPE + SYNTAX Unsigned32 + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Priority switch for fmnPlus1TALocalModer event" + ::= { fmnPlus1EventPriorityTransmitterAEntry 3 } + + + -- 1.3.6.1.4.1.19831.1.1.3.5.7.4.1.4 + fmnPlus1TAFaultPriority OBJECT-TYPE + SYNTAX Unsigned32 + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Priority switch for fmnPlus1TAFaultPriority event" + ::= { fmnPlus1EventPriorityTransmitterAEntry 4 } + + + -- 1.3.6.1.4.1.19831.1.1.3.5.7.4.1.5 + fmnPlus1TAWarningPriority OBJECT-TYPE + SYNTAX Unsigned32 + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Priority switch for fmnPlus1TAWarning event" + ::= { fmnPlus1EventPriorityTransmitterAEntry 5 } + + +-- fm N+1. Tansmitter B event priority + -- 1.3.6.1.4.1.19831.1.1.3.5.7.5 + fmnPlus1EventPriorityTransmitterB OBJECT IDENTIFIER ::= { fmnPlus1EventPriority 5 } + + + -- 1.3.6.1.4.1.19831.1.1.3.5.7.5.2 + fmnPlus1TBRFPresentPriority OBJECT-TYPE + SYNTAX Unsigned32 + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Priority switch for fmnPlus1TBRFPresent event" + ::= { fmnPlus1EventPriorityTransmitterB 2 } + + + -- 1.3.6.1.4.1.19831.1.1.3.5.7.5.3 + fmnPlus1TBLocalModePriority OBJECT-TYPE + SYNTAX Unsigned32 + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Priority switch for fmnPlus1TBLocalMode event" + ::= { fmnPlus1EventPriorityTransmitterB 3 } + + + -- 1.3.6.1.4.1.19831.1.1.3.5.7.5.4 + fmnPlus1TBFaultPriority OBJECT-TYPE + SYNTAX Unsigned32 + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Priority switch for fmnPlus1TBFault event" + ::= { fmnPlus1EventPriorityTransmitterB 4 } + + + -- 1.3.6.1.4.1.19831.1.1.3.5.7.5.5 + fmnPlus1TBWarningPriority OBJECT-TYPE + SYNTAX Unsigned32 + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Priority switch for fmnPlus1TBWarning event" + ::= { fmnPlus1EventPriorityTransmitterB 5 } + + + -- 1.3.6.1.4.1.19831.1.1.3.5.8 + groupsnPlus1 OBJECT IDENTIFIER ::= { fmnPlus1 8 } + + + -- 1.3.6.1.4.1.19831.1.1.3.5.8.1 + objectGroupnPlus1 OBJECT-GROUP + OBJECTS { fmnPlus1RedundancySwitchOver, fmnPlus1LocalMode, fmnPlus1ControlUnitFault, fmnPlus1SwitchOverMode, fmnPlus1SwitchOverReady, + fmnPlus1SwitchOverExecuted, fmnPlus1SwitchOverFault, fmnPlus1ChannelSelection, fmnPlus1EventTransmitterIndex, fmnPlus1MTIndex, + fmnPlus1MTRFProgramPresent, fmnPlus1RTOpMode, fmnPlus1RTRFProgramPresent, fmnPlus1TAIndex, fmnPlus1TARFPresent, + fmnPlus1TAFault, fmnPlus1TAWarning, fmnPlus1TBRFPresent, fmnPlus1TBFault, fmnPlus1TBWarning, + fmnPlus1RedundancySwitchOverEnable, fmnPlus1LocalModeEnable, fmnPlus1ControlUnitFaultEnable, fmnPlus1SwitchOverModeEnable, fmnPlus1SwitchOverReadyEnable, + fmnPlus1SwitchOverExecutedEnable, fmnPlus1SwitchOverFaultEnable, fmnPlus1ChannelSelectionEnable, fmnPlus1MTRFProgramPresentEnable, fmnPlus1RTOpModeEnable, + fmnPlus1RTRFProgramPresentEnable, fmnPlus1TARFPresentEnable, fmnPlus1TAFaultEnable, fmnPlus1TAWarningEnable, fmnPlus1TBRFPresentEnable, + fmnPlus1TBFaultEnable, fmnPlus1TBWarningEnable, fmnPlus1RedundancySwitchOverPriority, fmnPlus1LocalModePriority, fmnPlus1ControlUnitFaultPriority, + fmnPlus1SwitchOverModePriority, fmnPlus1SwitchOverReadyPriority, fmnPlus1SwitchOverExecutedPriority, fmnPlus1SwitchOverFaultPriority, fmnPlus1ChannelSelectionPriority, + fmnPlus1MTRFProgramPresentPriority, fmnPlus1RTOpModePriority, fmnPlus1RTRFProgramPresentPriority, fmnPlus1TARFPresentPriority, fmnPlus1TAFaultPriority, + fmnPlus1TAWarningPriority, fmnPlus1TBRFPresentPriority, fmnPlus1TBFaultPriority, fmnPlus1TBWarningPriority, fmnPlus1TALocalMode, + fmnPlus1TBLocalMode, fmnPlus1TALocalModeEnable, fmnPlus1TBLocalModeEnable, fmnPlus1TALocalModePriority, fmnPlus1TBLocalModePriority, + fmnPlus1MTOpModePriority, fmnPlus1MTOpModeEnable, fmnPlus1MTOpMode } + STATUS current + DESCRIPTION + "Description.fm N+1 reserve: object group " + ::= { groupsnPlus1 1 } + + + -- 1.3.6.1.4.1.19831.1.1.3.5.8.2 + eventGroupnPlus1 NOTIFICATION-GROUP + NOTIFICATIONS { fmnPlus1RedundancySwitchOverEvent, fmnPlus1LocalModeEvent, fmnPlus1ControlUnitFaultEvent, fmnPlus1SwitchOverModeEvent, fmnPlus1SwitchOverReadyEvent, + fmnPlus1SwitchOverExecutedEvent, fmnPlus1SwitchOverFaultEvent, fmnPlus1ChannelSelectionEvent, fmnPlus1MTRFProgramPresentEvent, fmnPlus1RTOpModeEvent, + fmnPlus1RTRFProgramPresentEvent, fmnPlus1TARFPresentEvent, fmnPlus1TAFaultEvent, fmnPlus1TAWarningEvent, fmnPlus1TBRFPresentEvent, + fmnPlus1TBFaultEvent, fmnPlus1TBWarningEvent, fmnPlus1TALocalModeEvent, fmnPlus1TBLocalModeEvent, fmnPlus1MTOpModeEvent + } + STATUS current + DESCRIPTION + "Description.fm N+1 reserve: event group " + ::= { groupsnPlus1 2 } + + + -- 1.3.6.1.4.1.19831.1.1.3.5.8.3 + objectGroupnPlus1obsolete OBJECT-GROUP + OBJECTS { fmnPlus1TransmitterBReset, fmnPlus1TransmitterBMode, fmnPlus1TransmitterBResetEnable, fmnPlus1TransmitterBModeEnable, fmnPlus1TransmitterBResetPriority, + fmnPlus1TransmitterBModePriority } + STATUS obsolete + DESCRIPTION + "Description." + ::= { groupsnPlus1 3 } + + + -- 1.3.6.1.4.1.19831.1.1.3.5.8.4 + eventGroupnPlus1obsolete NOTIFICATION-GROUP + NOTIFICATIONS { fmnPlus1TransmitterBResetEvent, fmnPlus1TransmitterBModeEvent } + STATUS obsolete + DESCRIPTION + "Description." + ::= { groupsnPlus1 4 } + + + -- 1.3.6.1.4.1.19831.1.1.3.5.9 + compliancenPlus1 OBJECT IDENTIFIER ::= { fmnPlus1 9 } + + + -- 1.3.6.1.4.1.19831.1.1.3.5.9.1 + fmnPlus1Compliance MODULE-COMPLIANCE + STATUS current + DESCRIPTION + "Compliance Statement" + MODULE -- this module + MANDATORY-GROUPS { objectGroupnPlus1, eventGroupnPlus1 } + ::= { compliancenPlus1 1 } + + + + END + +-- +-- IRT-FM-NPLUS1-MIB.my +-- diff --git a/src/vendor/irt/IRT-FM-SINGLETRANSMITTER-MIB b/src/vendor/irt/IRT-FM-SINGLETRANSMITTER-MIB new file mode 100644 index 000000000000..67e29d2d1772 --- /dev/null +++ b/src/vendor/irt/IRT-FM-SINGLETRANSMITTER-MIB @@ -0,0 +1,390 @@ +-- +-- IRT-FM-SINGLETRANSMITTER-MIB.my +-- MIB generated by MG-SOFT Visual MIB Builder Version 6.0 Build 88 +-- Friday, May 04, 2007 at 18:41:10 +-- + + IRT-FM-SINGLETRANSMITTER-MIB DEFINITIONS ::= BEGIN + + IMPORTS + eventTimeStamp, eventPriority, eventCounter, mibRelease + FROM IRT-COMMONVARBINDS-MIB + fm, SelectOnOff, PresentNotPresent, FaultOK, WarningOK, + LocalRemote + FROM IRT-TRANSMITTER-SMI-MIB + OBJECT-GROUP, MODULE-COMPLIANCE, NOTIFICATION-GROUP + FROM SNMPv2-CONF + sysDescr, sysName, sysLocation + FROM SNMPv2-MIB + Unsigned32, OBJECT-TYPE, MODULE-IDENTITY, NOTIFICATION-TYPE + FROM SNMPv2-SMI + TruthValue + FROM SNMPv2-TC; + + + -- 1.3.6.1.4.1.19831.1.1.3.1 + fmSingleTransmitter MODULE-IDENTITY + LAST-UPDATED "200705041400Z" -- May 04, 2007 at 14:00 GMT + ORGANIZATION + "IRT for WORKING-GROUP-TC-MIB" + CONTACT-INFO + "Contact-info. + + Andreas Metz + + Institut fuer Rundfunktechnik GmbH + Broadcast Networks and Servers (SN) + + Floriansmuehlstr.60 + 80939 Munich + Germany + + Phone: +49 89 32399 325 + Fax: +49 89 32399 354 + " + DESCRIPTION + "Description. + + FM Single Transmitter + + branch definition + + 1st level + + events OBJECT IDENTIFIER ::= { fmSingleTransmitter 0 } + fmSTGeneral OBJECT IDENTIFIER ::= { fmSingleTransmitter 1 } + fmSTEventEnable OBJECT IDENTIFIER ::= { fmSingleTransmitter 2 } + fmSTEventPriority OBJECT IDENTIFIER ::= { fmSingleTransmitter 3 } + groups OBJECT IDENTIFIER ::= { fmSingleTransmitter 4 } + + 2nd level + + fmSTEventEnableGeneral OBJECT IDENTIFIER ::= { fmSTEventEnable 1 } + fmSTEventPriorityGeneral OBJECT IDENTIFIER ::= { fmSTEventPriority 1 } + + end branch + + + " + REVISION "200705041400Z" -- May 04, 2007 at 14:00 GMT + DESCRIPTION + "change LocalMode (description) and Module-COMPLIANCE" + REVISION "200612201400Z" -- December 20, 2006 at 14:00 GMT + DESCRIPTION + "corrections" + REVISION "200609211400Z" -- September 21, 2006 at 14:00 GMT + DESCRIPTION + "Adding Compliance Statement" + REVISION "200609191400Z" -- September 19, 2006 at 14:00 GMT + DESCRIPTION + "Correcting Imports" + REVISION "200609071400Z" -- September 07, 2006 at 14:00 GMT + DESCRIPTION + "Relocation of the TC-MIB from the standard OID area at IEC into the private OID area of the IRT" + ::= { fm 1 } + + + + +-- +-- Node definitions +-- + +-- fm events single transmitter + -- 1.3.6.1.4.1.19831.1.1.3.1.0 + fmEventsST OBJECT IDENTIFIER ::= { fmSingleTransmitter 0 } + + + -- 1.3.6.1.4.1.19831.1.1.3.1.0.1 + fmSTTransmitterOpModeEvent NOTIFICATION-TYPE + OBJECTS { sysDescr, sysName, sysLocation, eventTimeStamp, eventPriority, + eventCounter, fmSTTransmitterOpMode } + STATUS current + DESCRIPTION + "Description. fmSTTransmitterOpMode notification" + ::= { fmEventsST 1 } + + + -- 1.3.6.1.4.1.19831.1.1.3.1.0.2 + fmSTRFPresentEvent NOTIFICATION-TYPE + OBJECTS { sysDescr, sysName, sysLocation, eventTimeStamp, eventPriority, + eventCounter, fmSTRFPresent } + STATUS current + DESCRIPTION + "Description. fmSTRFPresent notification" + ::= { fmEventsST 2 } + + + -- 1.3.6.1.4.1.19831.1.1.3.1.0.3 + fmSTFaultEvent NOTIFICATION-TYPE + OBJECTS { sysDescr, sysName, sysLocation, eventTimeStamp, eventPriority, + eventCounter, fmSTFault } + STATUS current + DESCRIPTION + "Description. fmSTFault notification" + ::= { fmEventsST 3 } + + + -- 1.3.6.1.4.1.19831.1.1.3.1.0.4 + fmSTWarningEvent NOTIFICATION-TYPE + OBJECTS { sysDescr, sysName, sysLocation, eventTimeStamp, eventPriority, + eventCounter, fmSTWarning } + STATUS current + DESCRIPTION + "Description. fmSTWarning notification" + ::= { fmEventsST 4 } + + + -- 1.3.6.1.4.1.19831.1.1.3.1.0.5 + fmSTLocalModeEvent NOTIFICATION-TYPE + OBJECTS { sysDescr, sysName, sysLocation, eventTimeStamp, eventPriority, + eventCounter, fmSTLocalMode } + STATUS current + DESCRIPTION + "Description. fmSTLocalMode notification" + ::= { fmEventsST 5 } + + +-- fm general + -- 1.3.6.1.4.1.19831.1.1.3.1.1 + fmSTGeneral OBJECT IDENTIFIER ::= { fmSingleTransmitter 1 } + + + -- 1.3.6.1.4.1.19831.1.1.3.1.1.1 + fmSTTransmitterOpMode OBJECT-TYPE + SYNTAX SelectOnOff + UNITS " " + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Single transmitter. Transmitter control of single transmitter + + (0) undefined + (1) ON + (2) OFF" + ::= { fmSTGeneral 1 } + + + -- 1.3.6.1.4.1.19831.1.1.3.1.1.2 + fmSTRFPresent OBJECT-TYPE + SYNTAX PresentNotPresent + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Single transmitter. Describes if the output power is present + + (0) undefined + (1) present + (2) not present + " + ::= { fmSTGeneral 2 } + + + -- 1.3.6.1.4.1.19831.1.1.3.1.1.3 + fmSTFault OBJECT-TYPE + SYNTAX FaultOK + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Single transmitter. Fault state of transmitter + + (0) undefined + (1) fault + (2) ok" + ::= { fmSTGeneral 3 } + + + -- 1.3.6.1.4.1.19831.1.1.3.1.1.4 + fmSTWarning OBJECT-TYPE + SYNTAX WarningOK + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Single transmitter. Warning state of single transmitter + + (0) undefined + (1) warning + (2) ok" + ::= { fmSTGeneral 4 } + + + -- 1.3.6.1.4.1.19831.1.1.3.1.1.5 + fmSTLocalMode OBJECT-TYPE + SYNTAX LocalRemote + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Single transmitter. Local mode + + (0) undefined + (1) local + (2) remote" + ::= { fmSTGeneral 5 } + + +-- fm single transmitter: switch for event + -- 1.3.6.1.4.1.19831.1.1.3.1.2 + fmSTEventEnable OBJECT IDENTIFIER ::= { fmSingleTransmitter 2 } + + +-- single transmitter: switch for event generall + -- 1.3.6.1.4.1.19831.1.1.3.1.2.1 + fmSTEventEnableGeneral OBJECT IDENTIFIER ::= { fmSTEventEnable 1 } + + + -- 1.3.6.1.4.1.19831.1.1.3.1.2.1.1 + fmSTTransmitterOpModeEnable OBJECT-TYPE + SYNTAX TruthValue + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Description.Enable/Disable switch for fmSTTransmitterOpMode event" + ::= { fmSTEventEnableGeneral 1 } + + + -- 1.3.6.1.4.1.19831.1.1.3.1.2.1.2 + fmSTFRFPresentEnable OBJECT-TYPE + SYNTAX TruthValue + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Description.Enable/Disable switch for fmSTRFPresent event" + ::= { fmSTEventEnableGeneral 2 } + + + -- 1.3.6.1.4.1.19831.1.1.3.1.2.1.3 + fmSTFaultEnable OBJECT-TYPE + SYNTAX TruthValue + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Description.Enable/Disable switch for fmSTRFPresent event" + ::= { fmSTEventEnableGeneral 3 } + + + -- 1.3.6.1.4.1.19831.1.1.3.1.2.1.4 + fmSTWarningEnable OBJECT-TYPE + SYNTAX TruthValue + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Description.Enable/Disable switch for fmSTWarning event" + ::= { fmSTEventEnableGeneral 4 } + + + -- 1.3.6.1.4.1.19831.1.1.3.1.2.1.5 + fmSTLocalModeEnable OBJECT-TYPE + SYNTAX TruthValue + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Description.Enable/Disable switch for fmSTLocalMode event" + ::= { fmSTEventEnableGeneral 5 } + + +-- fm single transmitter: event priority + -- 1.3.6.1.4.1.19831.1.1.3.1.3 + fmSTEventPriority OBJECT IDENTIFIER ::= { fmSingleTransmitter 3 } + + +-- fm single transmitter: general event priority + -- 1.3.6.1.4.1.19831.1.1.3.1.3.1 + fmSTEventPriorityGeneral OBJECT IDENTIFIER ::= { fmSTEventPriority 1 } + + + -- 1.3.6.1.4.1.19831.1.1.3.1.3.1.1 + fmSTTransmitterOpModePriority OBJECT-TYPE + SYNTAX Unsigned32 + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Description.Priority for fmSTTransmitterOpMode event" + ::= { fmSTEventPriorityGeneral 1 } + + + -- 1.3.6.1.4.1.19831.1.1.3.1.3.1.2 + fmSTRFPresentPriority OBJECT-TYPE + SYNTAX Unsigned32 + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Description.Priority for fmSTRFPresent event" + ::= { fmSTEventPriorityGeneral 2 } + + + -- 1.3.6.1.4.1.19831.1.1.3.1.3.1.3 + fmSTFaultPriority OBJECT-TYPE + SYNTAX Unsigned32 + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Description.Priority for fmSTFault event" + ::= { fmSTEventPriorityGeneral 3 } + + + -- 1.3.6.1.4.1.19831.1.1.3.1.3.1.4 + fmSTWarningPriority OBJECT-TYPE + SYNTAX Unsigned32 + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Description.Priority for fmSTWarning event" + ::= { fmSTEventPriorityGeneral 4 } + + + -- 1.3.6.1.4.1.19831.1.1.3.1.3.1.5 + fmSTLocalModePriority OBJECT-TYPE + SYNTAX Unsigned32 + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Description.Priority for fmSTLocalMode event" + ::= { fmSTEventPriorityGeneral 5 } + + + -- 1.3.6.1.4.1.19831.1.1.3.1.4 + groupsST OBJECT IDENTIFIER ::= { fmSingleTransmitter 4 } + + + -- 1.3.6.1.4.1.19831.1.1.3.1.4.1 + objectGroupST OBJECT-GROUP + OBJECTS { fmSTTransmitterOpMode, fmSTRFPresent, fmSTFault, fmSTWarning, fmSTLocalMode, + fmSTTransmitterOpModeEnable, fmSTFaultEnable, fmSTWarningEnable, fmSTLocalModeEnable, fmSTTransmitterOpModePriority, + fmSTRFPresentPriority, fmSTFaultPriority, fmSTWarningPriority, fmSTLocalModePriority, fmSTFRFPresentEnable + } + STATUS current + DESCRIPTION + "Description. fm single transmitter objects" + ::= { groupsST 1 } + + + -- 1.3.6.1.4.1.19831.1.1.3.1.4.2 + eventGroupST NOTIFICATION-GROUP + NOTIFICATIONS { fmSTLocalModeEvent, fmSTWarningEvent, fmSTFaultEvent, fmSTRFPresentEvent, fmSTTransmitterOpModeEvent + } + STATUS current + DESCRIPTION + "Description. fm single transmitter events" + ::= { groupsST 2 } + + + -- 1.3.6.1.4.1.19831.1.1.3.1.5 + complianceST OBJECT IDENTIFIER ::= { fmSingleTransmitter 5 } + + + -- 1.3.6.1.4.1.19831.1.1.3.1.5.1 + fmSingleTransmitterCompliance MODULE-COMPLIANCE + STATUS current + DESCRIPTION + "Compliance Statement" + MODULE -- this module + MANDATORY-GROUPS { objectGroupST, eventGroupST } + ::= { complianceST 1 } + + + + END + +-- +-- IRT-FM-SINGLETRANSMITTER-MIB.my +-- diff --git a/src/vendor/rs/IRT-TRANSMITTER-SMI-MIB b/src/vendor/irt/IRT-TRANSMITTER-SMI-MIB similarity index 100% rename from src/vendor/rs/IRT-TRANSMITTER-SMI-MIB rename to src/vendor/irt/IRT-TRANSMITTER-SMI-MIB diff --git a/src/vendor/rs/RS-COMMON-MIB b/src/vendor/rs/RS-COMMON-MIB index 070bfb3e8a3f..de519e9d9d61 100644 --- a/src/vendor/rs/RS-COMMON-MIB +++ b/src/vendor/rs/RS-COMMON-MIB @@ -11,29 +11,56 @@ -- ** -- ** DESCRIPTION Rohde & Schwarz common SNMP mib -- ** --- ** HISTORY 06/24/2005 Christian Hoelzl +-- ** HISTORY 2010-08-09 Christian Hoelzl +-- ** rsProdRadioCommEquipment added +-- ** +-- ** 05/27/2008 Christian Hoelzl +-- ** rsProdBroadcastHeadend added +-- ** +-- ** 05/07/2008 Christian Hoelzl +-- ** rsProdRadioCommSystems added +-- ** +-- ** 10/31/2007 Christian Hoelzl +-- ** rsProdRadioCommunications added +-- ** rsProdRadioCommCommon added +-- ** rsProdRadioCommSeries4200 added +-- ** +-- ** 09/05/2006 Christian Hoelzl +-- ** rsCrypto added +-- ** +-- ** 06/24/2005 Christian Hoelzl -- ** first version +-- ** -- ** +-iso(1) -- ** +-org(3) -- ** +-dod(6) -- ** +-internet(1) -- ** +-private(4) -- ** +-enterprises(1) --- ** +-rs(2566) +-- ** +-rsRoot(2566) -- ** +-rsCommon(123) -- ** +-rsProduct(127) -- ** | +-rsProdBroadcast(1) --- ** | +-rsProdBroadcastMeasurement(1) --- ** | +-rsProdBroadcastTransmitter(2) +-- ** | | +-rsProdBroadcastMeasurement(1) +-- ** | | +-rsProdBroadcastTransmitter(2) +-- ** | | +-rsProdBroadcastHeadend(3) +-- ** | | +-- ** | +-rsProdRadioCommunications(2) +-- ** | +-rsProdRadioCommCommon(1) +-- ** | +-rsProdRadioCommSeries4200(2) +-- ** | +-rsProdRadioCommSystems(3) +-- ** | +-rsPrdoRadioCommEquipment(4) -- ** | -- ** +-rsRequirements(131) -- ** +-rsExperimental(137) -- ** +-rsCapabilities(139) -- ** +-rsRegistration(149) --- ** +-rsRegModules(1) --- ** +-rsRegBroadcast(2) --- ** +-rsRegBroadcastMeasurement(1) --- ** +-rsRegBroadcastTransmitter(2) +-- ** | +-rsRegModules(1) +-- ** | +-rsRegBroadcast(2) +-- ** | +-rsRegBroadcastMeasurement(1) +-- ** | +-rsRegBroadcastTransmitter(2) +-- ** | +-- ** +-rsCrypto(151) -- ** -- ** -- ********************************************************************** @@ -44,7 +71,7 @@ IMPORTS enterprises, OBJECT-IDENTITY, MODULE-IDENTITY FROM SNMPv2-SMI; rsRoot MODULE-IDENTITY - LAST-UPDATED "200605170840Z" -- Mai 17th 2006 at 08:40 GMT + LAST-UPDATED "201008090803Z" -- August 9th 2010 at 08:03 GMT ORGANIZATION "Rohde&Schwarz GmbH & Co.KG" CONTACT-INFO @@ -54,7 +81,7 @@ Germany" DESCRIPTION "The root OID of Rohde&Schwarz GmbH & Co.KG" - REVISION "200605170840Z" -- Mai 17th 2006 at 08:40 GMT + REVISION "201008090803Z" -- August 9th 2010 at 08:03 GMT DESCRIPTION "MODULE-IDENTITY added to RS-COMMON-MIB" ::= { enterprises 2566 } @@ -62,7 +89,7 @@ rsCommon OBJECT-IDENTITY STATUS current DESCRIPTION - "Sub-tree for common object and event definitions." + "Sub-tree for common object and event definitions" ::= { rsRoot 113 } rsProducts OBJECT-IDENTITY @@ -89,54 +116,96 @@ "Sub-tree for broadcast transmitter products." ::= { rsProdBroadcast 2 } + rsProdBroadcastHeadend OBJECT-IDENTITY + STATUS current + DESCRIPTION + "Sub-tree for broadcast headend products." + ::= { rsProdBroadcast 3 } + + rsProdRadioCommunications OBJECT-IDENTITY + STATUS current + DESCRIPTION + "Sub-tree for radio communication products." + ::= { rsProducts 2 } + + rsProdRadioCommCommon OBJECT-IDENTITY + STATUS current + DESCRIPTION + "Sub-tree for radio communication product common features." + ::= { rsProdRadioCommunications 1 } + + rsProdRadioCommSeries4200 OBJECT-IDENTITY + STATUS current + DESCRIPTION + "Sub-tree for radio communication series 4200." + ::= { rsProdRadioCommunications 2 } + + rsProdRadioCommSystems OBJECT-IDENTITY + STATUS current + DESCRIPTION + "Sub-tree for radio communication systems." + ::= { rsProdRadioCommunications 3 } + + rsProdRadioCommEquipment OBJECT-IDENTITY + STATUS current + DESCRIPTION + "Sub-tree for radio communication equipment." + ::= { rsProdRadioCommunications 4 } + rsRequirements OBJECT-IDENTITY STATUS current DESCRIPTION - "Sub-tree for management application requirements." + "Sub-tree for management application requirements" ::= { rsRoot 131 } rsExperimental OBJECT-IDENTITY STATUS current DESCRIPTION - "Sub-tree for experimental definitions." + "Sub-tree for experimental definitions" ::= { rsRoot 137 } rsCapabilities OBJECT-IDENTITY STATUS current DESCRIPTION - "Sub-tree for agent capabilities." + "Sub-tree for agent capabilities" ::= { rsRoot 139 } rsRegistration OBJECT-IDENTITY STATUS current DESCRIPTION - "Sub-tree for registrations." + "Sub-tree for registrations" ::= { rsRoot 149 } rsRegModules OBJECT-IDENTITY STATUS current DESCRIPTION - "Sub-tree for modules registrations." + "Sub-tree for modules registrations" ::= { rsRegistration 1 } rsRegBroadcast OBJECT-IDENTITY STATUS current DESCRIPTION - "currently not used" + "Description." ::= { rsRegistration 2 } rsRegBroadcastMeasurement OBJECT-IDENTITY STATUS current DESCRIPTION - "currently not used" + "Description." ::= { rsRegBroadcast 1 } rsRegBroadcastTransmitter OBJECT-IDENTITY STATUS current DESCRIPTION - "currently not used" + "Description." ::= { rsRegBroadcast 2 } + rsCrypto OBJECT-IDENTITY + STATUS current + DESCRIPTION + "Sub-tree for crypto algorithms" + ::= { rsRoot 151 } + END -- diff --git a/src/vendor/rs/RS-XX9-AIR-COOLING-MIB b/src/vendor/rs/RS-XX9-AIR-COOLING-MIB new file mode 100644 index 000000000000..21ab6083e895 --- /dev/null +++ b/src/vendor/rs/RS-XX9-AIR-COOLING-MIB @@ -0,0 +1,525 @@ +-- +-- RS-XX9-AIR-COOLING-MIB.mi2 +-- MIB generated by MG-SOFT Visual MIB Builder 2010 Version 8.0 Build 403 +-- Monday, March 09, 2015 at 14:18:26 +-- + + RS-XX9-AIR-COOLING-MIB DEFINITIONS ::= BEGIN + + IMPORTS + commonNotificationAlarmClass + FROM RS-XX9-COMMON-MIB + rsXx9AirCooling, rsXx9MibModule + FROM RS-XX9-SMI-MIB + NotificationMask, NotificationPriority, NotificationState + FROM RS-XX9-TC-MIB + OBJECT-GROUP, MODULE-COMPLIANCE, NOTIFICATION-GROUP + FROM SNMPv2-CONF + Integer32, Unsigned32, OBJECT-TYPE, MODULE-IDENTITY, NOTIFICATION-TYPE + FROM SNMPv2-SMI; + + + rsXx9AirCoolingMibModule MODULE-IDENTITY + LAST-UPDATED "201502271500Z" -- February 27, 2015 at 15:00 GMT + ORGANIZATION + "Rohde&Schwarz GmbH & Co. KG" + CONTACT-INFO + "Rohde & Schwarz GmbH & Co. KG + Broadcasting Division + + Muehldorfstrasse 15 + 81671 Munich + Germany + + customersupport@rohde-schwarz.com" + DESCRIPTION + "This MIB defines air cooling specific objects + of XX9000 transmitting systems from Rohde & Schwarz. + + The following MIBs are related to this: + - RS-COMMON-MIB - mandatory for this MIB. + - RS-XX9-SMI-MIB - mandatory for this MIB. + - RS-XX9-TC-MIB - mandatory for this MIB. + - RS-XX9-COMMON-MIB - mandatory for this MIB." + REVISION "201502271500Z" -- February 27, 2015 at 15:00 GMT + DESCRIPTION + "updated description texts" + REVISION "201401281200Z" -- January 28, 2014 at 12:00 GMT + DESCRIPTION + "Cleanup of descriptions." + REVISION "201208010800Z" -- August 01, 2012 at 08:00 GMT + DESCRIPTION + "Preliminary revision" + ::= { rsXx9MibModule 101 } + + + + +-- +-- Node definitions +-- + + rsXx9AirCoolingNotifications OBJECT IDENTIFIER ::= { rsXx9AirCooling 0 } + + + airCoolingSummary NOTIFICATION-TYPE + OBJECTS { commonNotificationAlarmClass, airCoolingNotificationPriority, airCoolingNotificationState } + STATUS current + DESCRIPTION + "Air cooling summary state. + + Possible values: + off(2) - + fault(3) - + warning(4) - + ok(5) - + + Notification class: fault" + ::= { rsXx9AirCoolingNotifications 1 } + + + airCoolingSensorsSummary NOTIFICATION-TYPE + OBJECTS { commonNotificationAlarmClass, airCoolingNotificationPriority, airCoolingNotificationState } + STATUS current + DESCRIPTION + "Air cooling sensors + (inlet temperature, outlet temperature, pressure) + summary state. + + Possible values: + off(2) - + fault(3) - failure of both pressure sensors + warning(4) - failure of one pressure sensor or of temperature sensors + ok(5) - " + ::= { rsXx9AirCoolingNotifications 2 } + + + rsXx9AirCoolingObjects OBJECT IDENTIFIER ::= { rsXx9AirCooling 1 } + + + airCoolingStatus OBJECT IDENTIFIER ::= { rsXx9AirCoolingObjects 1 } + + + airCoolingNotificationTable OBJECT-TYPE + SYNTAX SEQUENCE OF AirCoolingNotificationEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "The context information/configuration for the + air cooling status notifications." + ::= { airCoolingStatus 1 } + + + airCoolingNotificationEntry OBJECT-TYPE + SYNTAX AirCoolingNotificationEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "An entry in the airCoolingNotificationTable." + INDEX { airCoolingNotificationCycleIdx, airCoolingNotificationIdx } + ::= { airCoolingNotificationTable 1 } + + + AirCoolingNotificationEntry ::= + SEQUENCE { + airCoolingNotificationCycleIdx + Unsigned32, + airCoolingNotificationIdx + Unsigned32, + airCoolingNotificationName + INTEGER, + airCoolingNotificationMask + NotificationMask, + airCoolingNotificationPriority + NotificationPriority, + airCoolingNotificationState + NotificationState + } + + airCoolingNotificationCycleIdx OBJECT-TYPE + SYNTAX Unsigned32 (1..2) + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "Air cooling cycle index." + ::= { airCoolingNotificationEntry 1 } + + + airCoolingNotificationIdx OBJECT-TYPE + SYNTAX Unsigned32 (1..2) + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "The notification number as below rsXx9AirCoolingNotifications. + This is a helper column and therefore not-accessible." + ::= { airCoolingNotificationEntry 2 } + + + airCoolingNotificationName OBJECT-TYPE + SYNTAX INTEGER + { + airCoolingSummary(1), + airCoolingSensorsSummary(2) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The notification number as an enumeration. + The enumeration correlates with the notifications + under rsXx9AirCoolingNotifications." + ::= { airCoolingNotificationEntry 3 } + + + airCoolingNotificationMask OBJECT-TYPE + SYNTAX NotificationMask + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "See textual convention for details." + ::= { airCoolingNotificationEntry 4 } + + + airCoolingNotificationPriority OBJECT-TYPE + SYNTAX NotificationPriority + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "See textual convention for details." + ::= { airCoolingNotificationEntry 5 } + + + airCoolingNotificationState OBJECT-TYPE + SYNTAX NotificationState + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "See textual convention for details." + ::= { airCoolingNotificationEntry 6 } + + + airCoolingStateTable OBJECT-TYPE + SYNTAX SEQUENCE OF AirCoolingStateEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "Air cooling state information." + ::= { airCoolingStatus 2 } + + + airCoolingStateEntry OBJECT-TYPE + SYNTAX AirCoolingStateEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "An entry in the airCoolingStateTable." + INDEX { airCoolingNotificationCycleIdx } + ::= { airCoolingStateTable 1 } + + + AirCoolingStateEntry ::= + SEQUENCE { + airCoolingOutletTemperature + Integer32, + airCoolingOutletTemperatureSensor + NotificationState, + airCoolingInletTemperature + Integer32, + airCoolingInletTemperatureSensor + NotificationState + } + + airCoolingOutletTemperature OBJECT-TYPE + SYNTAX Integer32 + UNITS "1/10 degree Celsius" + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Indicates the temperature of the coolant flowing out of the + transmitter rack toward the heat exchanger. The temperature + must not exceed a maximum value of 65 degree C. + " + ::= { airCoolingStateEntry 2 } + + + airCoolingOutletTemperatureSensor OBJECT-TYPE + SYNTAX NotificationState + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Outlet temperature sensor state. + + Possible values: + fault(3) + ok(5)" + ::= { airCoolingStateEntry 3 } + + + airCoolingInletTemperature OBJECT-TYPE + SYNTAX Integer32 + UNITS "1/10 degree Celsius" + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Indicates the temperature of the coolant flowing into the transmitter rack. + + Value only relevant if airCoolingCfgType is conductedInletOutletAir(2)." + ::= { airCoolingStateEntry 4 } + + + airCoolingInletTemperatureSensor OBJECT-TYPE + SYNTAX NotificationState + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Indicates the status of the temperature sensor at the inlet of the + rack. If a fault is indicated, first check the connecting cable + between the sensor and the cooling interface card (CIF) in the + R&S TCE900 system control unit. + + Possible values: + fault(3) + ok(5) + + Value only relevant if airCoolingCfgType is conductedInletOutletAir(2)." + ::= { airCoolingStateEntry 5 } + + + airCoolingPressureTable OBJECT-TYPE + SYNTAX SEQUENCE OF AirCoolingPressureEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "pressure information" + ::= { airCoolingStatus 3 } + + + airCoolingPressureEntry OBJECT-TYPE + SYNTAX AirCoolingPressureEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "An entry in the airCoolingPressureTable." + INDEX { airCoolingNotificationCycleIdx, airCoolingPressureSensorIdx } + ::= { airCoolingPressureTable 1 } + + + AirCoolingPressureEntry ::= + SEQUENCE { + airCoolingPressureSensorIdx + Unsigned32, + airCoolingPressureValue + Integer32, + airCoolingPressureSensor + NotificationState + } + + airCoolingPressureSensorIdx OBJECT-TYPE + SYNTAX Unsigned32 (1..3) + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "1 - pressure sensor 1 + 2 - pressure sensor 2 + 3 - virtual sum pressure sensor" + ::= { airCoolingPressureEntry 2 } + + + airCoolingPressureValue OBJECT-TYPE + SYNTAX Integer32 + UNITS "deci Pascal" + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Indicates the pressure in the rack. Two differential pressure + sensors (Sensor 1 and Sensor 2) measure the differential air + pressure inside and outside the rack. If a sensor fails, the + remaining sensor continues to indicate the pressure inside the + rack. + " + ::= { airCoolingPressureEntry 3 } + + + airCoolingPressureSensor OBJECT-TYPE + SYNTAX NotificationState + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Indicates the status of pressure sensor. If a fault is indicated, + first check the connecting cable between the sensor and the air + cooling interface card in the R&S TCE900 system control unit. + " + ::= { airCoolingPressureEntry 4 } + + + airCoolingFanTable OBJECT-TYPE + SYNTAX SEQUENCE OF AirCoolingFanEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "Description." + ::= { airCoolingStatus 4 } + + + airCoolingFanEntry OBJECT-TYPE + SYNTAX AirCoolingFanEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "An entry in the airCoolingFanTable." + INDEX { airCoolingNotificationCycleIdx, airCoolingFanIdx } + ::= { airCoolingFanTable 1 } + + + AirCoolingFanEntry ::= + SEQUENCE { + airCoolingFanIdx + Unsigned32, + airCoolingFanSummary + NotificationState, + airCoolingFanCommunication + NotificationState, + airCoolingFanCurrentSpeed + Unsigned32 + } + + airCoolingFanIdx OBJECT-TYPE + SYNTAX Unsigned32 (1..2) + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "fan index" + ::= { airCoolingFanEntry 2 } + + + airCoolingFanSummary OBJECT-TYPE + SYNTAX NotificationState + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Indicates the condition of the fan." + ::= { airCoolingFanEntry 3 } + + + airCoolingFanCommunication OBJECT-TYPE + SYNTAX NotificationState + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Indicates whether the fan is connected to the ACIF board." + ::= { airCoolingFanEntry 4 } + + + airCoolingFanCurrentSpeed OBJECT-TYPE + SYNTAX Unsigned32 + UNITS "percent" + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Indicates the current speed of the fan." + ::= { airCoolingFanEntry 5 } + + + airCoolingConfiguration OBJECT IDENTIFIER ::= { rsXx9AirCoolingObjects 2 } + + + airCoolingConfigTable OBJECT-TYPE + SYNTAX SEQUENCE OF AirCoolingConfigEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "Liquid cooling configuration." + ::= { airCoolingConfiguration 1 } + + + airCoolingConfigEntry OBJECT-TYPE + SYNTAX AirCoolingConfigEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "An entry in the airCoolingConfigTable." + INDEX { airCoolingCfgCycleIdx } + ::= { airCoolingConfigTable 1 } + + + AirCoolingConfigEntry ::= + SEQUENCE { + airCoolingCfgCycleIdx + Unsigned32, + airCoolingCfgType + INTEGER + } + + airCoolingCfgCycleIdx OBJECT-TYPE + SYNTAX Unsigned32 (1..2) + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "Air cooling cycle index." + ::= { airCoolingConfigEntry 1 } + + + airCoolingCfgType OBJECT-TYPE + SYNTAX INTEGER + { + conductedOutletAir(1), + conductedInletOutletAir(2) + } + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Used to set the specific Air Cooling Type. + Choose ConductedOutletAir(1) or ConductedInletOutletAir(2). + In case of ConductedInletOutletAir(2) there is an additional temperature sensor for incoming air." + ::= { airCoolingConfigEntry 2 } + + + rsXx9AirCoolingConformance OBJECT IDENTIFIER ::= { rsXx9AirCooling 2 } + + + rsXx9AirCoolingCompliances OBJECT IDENTIFIER ::= { rsXx9AirCoolingConformance 1 } + + + rsXx9AirCoolingBasicCompliance MODULE-COMPLIANCE + STATUS current + DESCRIPTION + "The compliance statement for the XX9000 air cooling system." + MODULE -- this module + MANDATORY-GROUPS { rsXx9AirCoolingObj, rsXx9AirCoolingNotify, rsXx9AirCoolingConductedObj } + ::= { rsXx9AirCoolingCompliances 1 } + + + rsXx9AirCoolingGroups OBJECT IDENTIFIER ::= { rsXx9AirCoolingConformance 2 } + + + rsXx9AirCoolingObj OBJECT-GROUP + OBJECTS { airCoolingNotificationName, airCoolingNotificationMask, airCoolingNotificationPriority, airCoolingNotificationState, airCoolingCfgType, + airCoolingOutletTemperature, airCoolingOutletTemperatureSensor, airCoolingPressureValue, airCoolingPressureSensor, airCoolingFanSummary, + airCoolingFanCommunication, airCoolingFanCurrentSpeed } + STATUS current + DESCRIPTION + "air cooling objects" + ::= { rsXx9AirCoolingGroups 1 } + + + rsXx9AirCoolingConductedObj OBJECT-GROUP + OBJECTS { airCoolingInletTemperature, airCoolingInletTemperatureSensor } + STATUS current + DESCRIPTION + "Objects relevant only if airCoolingCfgType is conductedInletOutletAir(2)." + ::= { rsXx9AirCoolingGroups 2 } + + + rsXx9AirCoolingNotify NOTIFICATION-GROUP + NOTIFICATIONS { airCoolingSummary, airCoolingSensorsSummary } + STATUS current + DESCRIPTION + "air cooling notifications" + ::= { rsXx9AirCoolingGroups 3 } + + + + END + +-- +-- RS-XX9-AIR-COOLING-MIB.mi2 +-- diff --git a/src/vendor/rs/RS-XX9-ATSC-MIB b/src/vendor/rs/RS-XX9-ATSC-MIB new file mode 100644 index 000000000000..d6826cdc6167 --- /dev/null +++ b/src/vendor/rs/RS-XX9-ATSC-MIB @@ -0,0 +1,487 @@ +-- +-- RS-XX9-ATSC-MIB.mi2 +-- MIB generated by MG-SOFT Visual MIB Builder 2010 Version 8.0 Build 403 +-- Thursday, April 02, 2015 at 07:49:02 +-- + +-- ***************************************************************************** +-- ***************************************************************************** +-- ** +-- ** COPYRIGHT (c) 2012 Rohde & Schwarz GmbH & Co. KG +-- ** Muehldorfstrasse 15 +-- ** R & S D-81671 Muenchen +-- ** +-- ***************************************************************************** +-- ** +-- ** MODULE RS-XX9-ATSC-MIB +-- ** +-- ***************************************************************************** +-- ***************************************************************************** +-- + + RS-XX9-ATSC-MIB DEFINITIONS ::= BEGIN + + IMPORTS + commonNotificationAlarmClass + FROM RS-XX9-COMMON-MIB + rsXx9Atsc, rsXx9MibModule + FROM RS-XX9-SMI-MIB + IndexTransmitter, IndexAB, NotificationMask, NotificationPriority, NotificationState, + SwitchOnOff + FROM RS-XX9-TC-MIB + OBJECT-GROUP, MODULE-COMPLIANCE, NOTIFICATION-GROUP + FROM SNMPv2-CONF + Unsigned32, OBJECT-TYPE, MODULE-IDENTITY, NOTIFICATION-TYPE + FROM SNMPv2-SMI; + + + rsXx9AtscMibModule MODULE-IDENTITY + LAST-UPDATED "201504020800Z" -- April 02, 2015 at 08:00 GMT + ORGANIZATION + "Rohde&Schwarz GmbH & Co. KG" + CONTACT-INFO + "Rohde & Schwarz GmbH & Co. KG + Broadcasting Division + + Muehldorfstrasse 15 + 81671 Munich + Germany + + customersupport@rohde-schwarz.com" + DESCRIPTION + "This MIB defines ATSC specific objects + of XX9000 transmitting systems from Rohde & Schwarz. + + The following MIBs are related to this: + - RS-COMMON-MIB - mandatory for this MIB + - RS-XX9-SMI-MIB - mandatory for this MIB + - RS-XX9-TC-MIB - mandatory for this MIB + - RS-XX9-COMMON-MIB - mandatory for this MIB" + REVISION "201504020800Z" -- April 02, 2015 at 08:00 GMT + DESCRIPTION + "update enum range of atscConfigurationSfnSyncMode" + REVISION "201412221600Z" -- December 22, 2014 at 16:00 GMT + DESCRIPTION + "updated description texts + " + REVISION "201207261000Z" -- July 26, 2012 at 10:00 GMT + DESCRIPTION + "Preliminary revision." + ::= { rsXx9MibModule 7 } + + + + +-- +-- Node definitions +-- + + rsXx9AtscNotifications OBJECT IDENTIFIER ::= { rsXx9Atsc 0 } + + + atscEncoderSummary NOTIFICATION-TYPE + OBJECTS { commonNotificationAlarmClass, atscStatusNotificationPriority, atscStatusNotificationState } + STATUS current + DESCRIPTION + "Encoder summary state. + + Possible values: + off(2) + fault(3) + warning(4) + ok(5) + + Notification class: fault" + ::= { rsXx9AtscNotifications 1 } + + + atscContentFail NOTIFICATION-TYPE + OBJECTS { commonNotificationAlarmClass, atscStatusNotificationPriority, atscStatusNotificationState } + STATUS current + DESCRIPTION + "No mobile data in data stream. + Available only if atscConfigurationMobileDtv is on(1). + + Possible values: + warning(4) + ok(5) + + Notification class: warning" + ::= { rsXx9AtscNotifications 2 } + + + atscTest NOTIFICATION-TYPE + OBJECTS { commonNotificationAlarmClass, atscStatusNotificationPriority, atscStatusNotificationState } + STATUS current + DESCRIPTION + "Possible values: + off(2) - no test signal generation + warning(4) - test signal generation is activated + + Notification class: warning" + ::= { rsXx9AtscNotifications 3 } + + + rsXx9AtscObjects OBJECT IDENTIFIER ::= { rsXx9Atsc 1 } + + + atscStatus OBJECT IDENTIFIER ::= { rsXx9AtscObjects 1 } + + + atscStatusNotificationTable OBJECT-TYPE + SYNTAX SEQUENCE OF AtscStatusNotificationEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "The context information/configuration for the + ATSC status notifications." + ::= { atscStatus 1 } + + + atscStatusNotificationEntry OBJECT-TYPE + SYNTAX AtscStatusNotificationEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "An entry in the atscStatusNotificationTable." + INDEX { atscStatusNotificationTxIdx, atscStatusNotificationExcIdx, atscStatusNotificationIdx } + ::= { atscStatusNotificationTable 1 } + + + AtscStatusNotificationEntry ::= + SEQUENCE { + atscStatusNotificationTxIdx + IndexTransmitter, + atscStatusNotificationExcIdx + IndexAB, + atscStatusNotificationIdx + Unsigned32, + atscStatusNotificationName + INTEGER, + atscStatusNotificationMask + NotificationMask, + atscStatusNotificationPriority + NotificationPriority, + atscStatusNotificationState + NotificationState + } + + atscStatusNotificationTxIdx OBJECT-TYPE + SYNTAX IndexTransmitter + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "The transmitter index." + ::= { atscStatusNotificationEntry 1 } + + + atscStatusNotificationExcIdx OBJECT-TYPE + SYNTAX IndexAB + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "This index distinguishes the exiters. + Necessary if you have dual drive transmitters." + ::= { atscStatusNotificationEntry 2 } + + + atscStatusNotificationIdx OBJECT-TYPE + SYNTAX Unsigned32 (1..3) + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "The notification number as below rsXx9AtscNotifications. + This is a helper column and therefore not-accessible." + ::= { atscStatusNotificationEntry 3 } + + + atscStatusNotificationName OBJECT-TYPE + SYNTAX INTEGER + { + atscEncoderSummary(1), + atscContentFail(2), + atscTest(3) + } + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "The notification number as an enumeration. + The enumeration correlates with the notifications under rsXx9AtscNotifications." + ::= { atscStatusNotificationEntry 4 } + + + atscStatusNotificationMask OBJECT-TYPE + SYNTAX NotificationMask + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "See textual convention for details." + ::= { atscStatusNotificationEntry 5 } + + + atscStatusNotificationPriority OBJECT-TYPE + SYNTAX NotificationPriority + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "See textual convention for details." + ::= { atscStatusNotificationEntry 6 } + + + atscStatusNotificationState OBJECT-TYPE + SYNTAX NotificationState + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "See textual convention for details." + ::= { atscStatusNotificationEntry 7 } + + + atscSetup OBJECT IDENTIFIER ::= { rsXx9AtscObjects 2 } + + + atscConfigurationTable OBJECT-TYPE + SYNTAX SEQUENCE OF AtscConfigurationEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "General ATSC configuration." + ::= { atscSetup 1 } + + + atscConfigurationEntry OBJECT-TYPE + SYNTAX AtscConfigurationEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "An entry in the atscConfigurationTable." + INDEX { atscConfigurationTxIdx, atscConfigurationExcIdx } + ::= { atscConfigurationTable 1 } + + + AtscConfigurationEntry ::= + SEQUENCE { + atscConfigurationTxIdx + IndexTransmitter, + atscConfigurationExcIdx + IndexAB, + atscConfigurationMobileDtv + SwitchOnOff, + atscConfigurationMhePID + Unsigned32, + atscConfigurationMobileTxID + SwitchOnOff, + atscConfigurationWatermark + INTEGER, + atscConfigurationTxID + Unsigned32, + atscConfigurationMarketID + Unsigned32, + atscConfigurationSfnSyncMode + INTEGER + } + + atscConfigurationTxIdx OBJECT-TYPE + SYNTAX IndexTransmitter + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "The transmitter index." + ::= { atscConfigurationEntry 1 } + + + atscConfigurationExcIdx OBJECT-TYPE + SYNTAX IndexAB + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "This index distinguishes the exiters. + Necessary if you have dual drive transmitters." + ::= { atscConfigurationEntry 2 } + + + atscConfigurationMobileDtv OBJECT-TYPE + SYNTAX SwitchOnOff + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Switch coding for mobile DTV on or off." + ::= { atscConfigurationEntry 3 } + + + atscConfigurationMhePID OBJECT-TYPE + SYNTAX Unsigned32 (0..8191) + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Packet ID for mobile data stream." + ::= { atscConfigurationEntry 4 } + + + atscConfigurationMobileTxID OBJECT-TYPE + SYNTAX SwitchOnOff + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Switch mobile transmitter ID on or off." + ::= { atscConfigurationEntry 5 } + + + atscConfigurationWatermark OBJECT-TYPE + SYNTAX INTEGER + { + disabled(1), + db21(2), + db24(3), + db27(4), + db30(5), + db33(6), + db36(7), + db39(8) + } + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Level of watermark signal relative to wanted signal." + ::= { atscConfigurationEntry 6 } + + + atscConfigurationTxID OBJECT-TYPE + SYNTAX Unsigned32 (0..31) + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Indicates the set transmitter address. The setting can be + changed here. The transmitter address allows a distinction + to be made between the individual transmitters in a + single-frequency network. + " + ::= { atscConfigurationEntry 7 } + + + atscConfigurationMarketID OBJECT-TYPE + SYNTAX Unsigned32 (0..495) + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Market ID. + For grouping several transmitters in a single frequency network. + All transmitters of a group must have different transmitter IDs." + ::= { atscConfigurationEntry 8 } + + + atscConfigurationSfnSyncMode OBJECT-TYPE + SYNTAX INTEGER + { + rsMobileTcp(1), + rsA53Tcp(2), + a110Tcp(3), + rsA53DummyBytes(4), + a110DummyBytes(5) + } + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Used to define the type of time synchronization. This switch is available + only after the appropriate software options have been enabled. + With the synchronization types 'R&S Mobile' and 'A/110', a distinction can + also be made as to whether the time of transmission is to be synchronized + primarily using data from the TCP information or using data from the dummy bytes. + + + rsMobileTcp(1) - For transmitting mobile content and when using a Rohde&Schwarz + AEM100 Emission Mux/SFN inserter. + rsA53Tcp(2) - When transmitting normal content and when using a Rohde&Schwarz + AEM100 Emission Mux/SFN inserter. + a110Tcp(3) - For standard-conforming SFN synchronization corresponding to + ATSC A/110B. It contains a compatible expansion to allow use of + Mobile DTV. + rsA53DummyBytes(4) + a110DummyBytes(5) + " + ::= { atscConfigurationEntry 9 } + + + atscTestTable OBJECT-TYPE + SYNTAX SEQUENCE OF AtscTestEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "Configures the test mode of the exciter." + ::= { atscSetup 2 } + + + atscTestEntry OBJECT-TYPE + SYNTAX AtscTestEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "An entry in the atscTestTable." + AUGMENTS { atscConfigurationEntry } + ::= { atscTestTable 1 } + + + AtscTestEntry ::= + SEQUENCE { + atscTestMode + INTEGER + } + + atscTestMode OBJECT-TYPE + SYNTAX INTEGER + { + off(1), + prbs(2), + singleCarrier(3) + } + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "off(1) - no test mode + singleCarrier(3) - produces an unmodulated carrier + on a selected output frequency" + ::= { atscTestEntry 1 } + + + rsXx9AtscConformance OBJECT IDENTIFIER ::= { rsXx9Atsc 2 } + + + rsXx9AtscCompliances OBJECT IDENTIFIER ::= { rsXx9AtscConformance 1 } + + + atscBasicCompliance MODULE-COMPLIANCE + STATUS current + DESCRIPTION + "The compliance statement for XX9000 ATSC encoding." + MODULE -- this module + MANDATORY-GROUPS { atscObjBasic, atscNotifyBasic } + ::= { rsXx9AtscCompliances 1 } + + + rsXx9AtscGroups OBJECT IDENTIFIER ::= { rsXx9AtscConformance 2 } + + + atscObjBasic OBJECT-GROUP + OBJECTS { atscStatusNotificationName, atscStatusNotificationMask, atscStatusNotificationPriority, atscStatusNotificationState, atscConfigurationMobileDtv, + atscConfigurationMhePID, atscConfigurationMobileTxID, atscConfigurationWatermark, atscConfigurationTxID, atscConfigurationMarketID, + atscConfigurationSfnSyncMode, atscTestMode } + STATUS current + DESCRIPTION + "General ATSC objects." + ::= { rsXx9AtscGroups 1 } + + + atscNotifyBasic NOTIFICATION-GROUP + NOTIFICATIONS { atscTest, atscContentFail, atscEncoderSummary } + STATUS current + DESCRIPTION + "General ATSC notifications." + ::= { rsXx9AtscGroups 2 } + + + + END + +-- +-- RS-XX9-ATSC-MIB.mi2 +-- diff --git a/src/vendor/rs/RS-XX9-ATV-MIB b/src/vendor/rs/RS-XX9-ATV-MIB new file mode 100644 index 000000000000..8c90351d7f12 --- /dev/null +++ b/src/vendor/rs/RS-XX9-ATV-MIB @@ -0,0 +1,1647 @@ +-- +-- RS-XX9-ATV-MIB.mi2 +-- MIB generated by MG-SOFT Visual MIB Builder 2010 Version 8.0 Build 403 +-- Monday, March 21, 2016 at 15:55:14 +-- + +-- ***************************************************************************** +-- ***************************************************************************** +-- ** +-- ** COPYRIGHT (c) 2013 Rohde & Schwarz GmbH & Co. KG +-- ** Muehldorfstrasse 15 +-- ** R & S D-81671 Muenchen +-- ** +-- ***************************************************************************** +-- ** +-- ** MODULE RS-XX9-ATV-MIB +-- ** +-- ***************************************************************************** +-- ***************************************************************************** + + RS-XX9-ATV-MIB DEFINITIONS ::= BEGIN + + IMPORTS + rsXx9Atv, rsXx9MibModule + FROM RS-XX9-SMI-MIB + IndexTransmitter, IndexAB, SwitchOnOff, NotificationState + FROM RS-XX9-TC-MIB + OBJECT-GROUP, MODULE-COMPLIANCE + FROM SNMPv2-CONF + Integer32, Unsigned32, OBJECT-TYPE, MODULE-IDENTITY + FROM SNMPv2-SMI + TruthValue, TEXTUAL-CONVENTION + FROM SNMPv2-TC; + + + rsXx9AtvMibModule MODULE-IDENTITY + LAST-UPDATED "201412221600Z" -- December 22, 2014 at 16:00 GMT + ORGANIZATION + "Rohde&Schwarz GmbH & Co. KG" + CONTACT-INFO + "Rohde & Schwarz GmbH & Co. KG + Broadcasting Division + + Muehldorfstrasse 15 + 81671 Munich + Germany + + customersupport@rohde-schwarz.com" + DESCRIPTION + "This MIB defines ATV specific objects + of XX9000 transmitting systems from Rohde & Schwarz. + + The following MIBs are related to this: + - RS-COMMON-MIB - mandatory for this MIB + - RS-XX9-SMI-MIB - mandatory for this MIB + - RS-XX9-TC-MIB - mandatory for this MIB" + REVISION "201412221600Z" -- December 22, 2014 at 16:00 GMT + DESCRIPTION + "updated description texts + " + REVISION "201409301600Z" -- September 30, 2014 at 16:00 GMT + DESCRIPTION + "added atvInputIrdetoMode + " + REVISION "201310011800Z" -- October 01, 2013 at 18:00 GMT + DESCRIPTION + "initial release. + removed atvInpCmnInputIdx from all atvInput tables. + atvNicamCfgPreemphasis is showing the correct value now. + added clarification to description of atvInpAudioClipping" + REVISION "201302041600Z" -- February 04, 2013 at 16:00 GMT + DESCRIPTION + "Preliminary version." + ::= { rsXx9MibModule 9 } + + + +-- +-- Textual conventions +-- + + SoundMode ::= TEXTUAL-CONVENTION + STATUS current + DESCRIPTION + "Description." + SYNTAX INTEGER + { + carrierOff(1), + modulationOff(2), + on(3) + } + + +-- +-- Node definitions +-- + + rsXx9AtvNotifications OBJECT IDENTIFIER ::= { rsXx9Atv 0 } + + + rsXx9AtvObjects OBJECT IDENTIFIER ::= { rsXx9Atv 1 } + + + atvInput OBJECT IDENTIFIER ::= { rsXx9AtvObjects 1 } + + + atvInputCommonTable OBJECT-TYPE + SYNTAX SEQUENCE OF AtvInputCommonEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "Description." + ::= { atvInput 1 } + + + atvInputCommonEntry OBJECT-TYPE + SYNTAX AtvInputCommonEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "Description." + INDEX { atvInpCmnTxIdx, atvInpCmnExcIdx } + ::= { atvInputCommonTable 1 } + + + AtvInputCommonEntry ::= + SEQUENCE { + atvInpCmnTxIdx + IndexTransmitter, + atvInpCmnExcIdx + IndexAB, + atvInpCmnInputIdx + INTEGER, + atvInpCmnDatalineInfo + INTEGER, + atvInpCmnInputImpedance + INTEGER, + atvInpCmnAudioLowpass + SwitchOnOff, + atvInpCmnNicam728Datastream + TruthValue, + atvInputIrdetoMode + INTEGER + } + + atvInpCmnTxIdx OBJECT-TYPE + SYNTAX IndexTransmitter + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "The transmitter index." + ::= { atvInputCommonEntry 1 } + + + atvInpCmnExcIdx OBJECT-TYPE + SYNTAX IndexAB + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "This index distinguishes the exiters. + Necessary if you have dual drive transmitters." + ::= { atvInputCommonEntry 2 } + + + atvInpCmnInputIdx OBJECT-TYPE + SYNTAX INTEGER + { + input1(1), + input2(2) + } + MAX-ACCESS read-only + STATUS obsolete + DESCRIPTION + "Obsolete input index." + ::= { atvInputCommonEntry 3 } + + + atvInpCmnDatalineInfo OBJECT-TYPE + SYNTAX INTEGER + { + none(1), + mono(2), + stereo(3), + dual(4) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Description." + ::= { atvInputCommonEntry 4 } + + + atvInpCmnInputImpedance OBJECT-TYPE + SYNTAX INTEGER + { + sixHundredOhm(1), + highImpedance(2) + } + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Description." + ::= { atvInputCommonEntry 5 } + + + atvInpCmnAudioLowpass OBJECT-TYPE + SYNTAX SwitchOnOff + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Switche lowpass filter for FM tone on or off." + ::= { atvInputCommonEntry 6 } + + + atvInpCmnNicam728Datastream OBJECT-TYPE + SYNTAX TruthValue + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "No digital nicam datastream was detected at Input Nicam. + If you want to use analog audio inputs set the 'Nicam Mode' + to 'Coder' in coder config menu. + + Available in modulator mode only. + " + ::= { atvInputCommonEntry 7 } + + + atvInputIrdetoMode OBJECT-TYPE + SYNTAX INTEGER + { + standard(1), + irdeto(2) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Description." + ::= { atvInputCommonEntry 8 } + + + atvInputVideoTable OBJECT-TYPE + SYNTAX SEQUENCE OF AtvInputVideoEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "Description." + ::= { atvInput 2 } + + + atvInputVideoEntry OBJECT-TYPE + SYNTAX AtvInputVideoEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "Description." + AUGMENTS { atvInputCommonEntry } + ::= { atvInputVideoTable 1 } + + + AtvInputVideoEntry ::= + SEQUENCE { + atvInpVideoWhiteAmplitude + Unsigned32, + atvInpVideoWhitePulseMonitoring + INTEGER, + atvInpVideoSyncAmplitude + Unsigned32, + atvInpVideoSyncMonitoring + INTEGER, + atvInpVideoClipping + NotificationState, + atvInpVideoNominalAmplitude + INTEGER + } + + atvInpVideoWhiteAmplitude OBJECT-TYPE + SYNTAX Unsigned32 (0..1300) + UNITS "mV" + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Measured value input amplitude white." + ::= { atvInputVideoEntry 1 } + + + atvInpVideoWhitePulseMonitoring OBJECT-TYPE + SYNTAX INTEGER + { + none(1), + ok(2), + lem40(3), + lem30(4), + gep30(5), + gep40(6) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "White pulse monitoring: + none(1) - check row with white impulse not found + ok(2) - white impulse found and level ok + lem40(3) - level of white impulse more than 40% below nominal level + lem30(4) - level of white impulse more than 30% below nominal level + gep30(5) - level of white impulse more than 30% above nominal level + gep40(6) - level of white impulse more than 40% above nominal level" + ::= { atvInputVideoEntry 2 } + + + atvInpVideoSyncAmplitude OBJECT-TYPE + SYNTAX Unsigned32 (0..600) + UNITS "mV" + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Indicates the measured input amplitude of the sync pulse." + ::= { atvInputVideoEntry 3 } + + + atvInpVideoSyncMonitoring OBJECT-TYPE + SYNTAX INTEGER + { + ok(1), + noV(2), + noHV(3), + lowLevel(4) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Indicates the status of sync-pulse monitoring of the input signal. + + Ok: A standard-compliant input signal is being applied. + No V:No V-pulse frame is detected. + No H+V: No V-pulse or H-pulse frame is detected. + Low Level: The sync-pulse amplitude is less than 50% of the nominal + sync-pulse amplitude; the processed signal is, however, available at + the encoder output. + " + ::= { atvInputVideoEntry 4 } + + + atvInpVideoClipping OBJECT-TYPE + SYNTAX NotificationState + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Indicates the status of possible video input signal clipping. + + off(2) - no clipping: The video input signal is within the valid range. + fault(3) - clipping: The video input signal is clipped. + warning(4) - no headroom: The video input signal is just off a clipping boundary. + " + ::= { atvInputVideoEntry 5 } + + + atvInpVideoNominalAmplitude OBJECT-TYPE + SYNTAX INTEGER + { + dotSeven(1), + one(2) + } + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Indicates the set video input amplitude. Nominal input amplitude on 75 Ohm: + dotSeven(1) - 0.7 V + one(2) - 1.0 V + + " + ::= { atvInputVideoEntry 6 } + + + atvInputAudioTable OBJECT-TYPE + SYNTAX SEQUENCE OF AtvInputAudioEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "Description." + ::= { atvInput 3 } + + + atvInputAudioEntry OBJECT-TYPE + SYNTAX AtvInputAudioEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "Description." + INDEX { atvInpCmnTxIdx, atvInpCmnExcIdx, atvInpAudioNfSignalIdx } + ::= { atvInputAudioTable 1 } + + + AtvInputAudioEntry ::= + SEQUENCE { + atvInpAudioNfSignalIdx + INTEGER, + atvInpAudioCurrentLevel + Unsigned32, + atvInpAudioClipping + TruthValue, + atvInpAudioNominalLevel + Integer32 + } + + atvInpAudioNfSignalIdx OBJECT-TYPE + SYNTAX INTEGER + { + af1(1), + af2(2) + } + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "NF signal index." + ::= { atvInputAudioEntry 1 } + + + atvInpAudioCurrentLevel OBJECT-TYPE + SYNTAX Unsigned32 + UNITS "per thousand" + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Indicates the current input level at the FM sound modulator for the + AF signal (as a percentage of the maximum drive level)." + ::= { atvInputAudioEntry 2 } + + + atvInpAudioClipping OBJECT-TYPE + SYNTAX TruthValue + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Indicates the status of possible clipping of the AF input signal. + The following displays (with color signalization) are possible: + + NO CLIPPING: AF input signal AF2 is within the valid range. + CLIPPING: AF input signal AF2 is clipped because it has + exceeded the maximum permissible input level. + " + ::= { atvInputAudioEntry 3 } + + + atvInpAudioNominalLevel OBJECT-TYPE + SYNTAX Integer32 (-1200..1200) + UNITS "1/100 dBu" + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Nominal input level of NF signal." + ::= { atvInputAudioEntry 4 } + + + atvInputNicamTable OBJECT-TYPE + SYNTAX SEQUENCE OF AtvInputNicamEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "Description." + ::= { atvInput 4 } + + + atvInputNicamEntry OBJECT-TYPE + SYNTAX AtvInputNicamEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "Description." + AUGMENTS { atvInputAudioEntry } + ::= { atvInputNicamTable 1 } + + + AtvInputNicamEntry ::= + SEQUENCE { + atvInpNicamCurrentLevel + Unsigned32, + atvInpNicamClipping + TruthValue, + atvInpNicamGainAdjustment + Integer32 + } + + atvInpNicamCurrentLevel OBJECT-TYPE + SYNTAX Unsigned32 + UNITS "per thousand" + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Current input level on NICAM coder for NF signal. + + Available in coder mode only. + + " + ::= { atvInputNicamEntry 1 } + + + atvInpNicamClipping OBJECT-TYPE + SYNTAX TruthValue + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The gain for nicam input is too high. + Reduce the gain setting in Input AF 2 menu. + + Available in coder mode only." + ::= { atvInputNicamEntry 2 } + + + atvInpNicamGainAdjustment OBJECT-TYPE + SYNTAX Integer32 (-600..600) + UNITS "milli Bel" + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Indicates the set input level for the NICAM signal that is fed + to the integrated NICAM coder. The setting can be changed + here for matching purposes. + + Available in coder mode only." + ::= { atvInputNicamEntry 3 } + + + atvCommon OBJECT IDENTIFIER ::= { rsXx9AtvObjects 2 } + + + atvCommonStateTable OBJECT-TYPE + SYNTAX SEQUENCE OF AtvCommonStateEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "Description." + ::= { atvCommon 2 } + + + atvCommonStateEntry OBJECT-TYPE + SYNTAX AtvCommonStateEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "Description." + INDEX { atvCmnStTxIdx, atvCmnStExcIdx } + ::= { atvCommonStateTable 1 } + + + AtvCommonStateEntry ::= + SEQUENCE { + atvCmnStTxIdx + IndexTransmitter, + atvCmnStExcIdx + IndexAB, + atvCmnStCurrentAudioMode + INTEGER + } + + atvCmnStTxIdx OBJECT-TYPE + SYNTAX IndexTransmitter + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "The transmitter index." + ::= { atvCommonStateEntry 1 } + + + atvCmnStExcIdx OBJECT-TYPE + SYNTAX IndexAB + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "This index distinguishes the exiters. + Necessary if you have dual drive transmitters." + ::= { atvCommonStateEntry 2 } + + + atvCmnStCurrentAudioMode OBJECT-TYPE + SYNTAX INTEGER + { + mono(1), + stereo(2), + dual(3) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The current audio mode." + ::= { atvCommonStateEntry 3 } + + + atvCommonConfigTable OBJECT-TYPE + SYNTAX SEQUENCE OF AtvCommonConfigEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "Description." + ::= { atvCommon 3 } + + + atvCommonConfigEntry OBJECT-TYPE + SYNTAX AtvCommonConfigEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "Description." + AUGMENTS { atvCommonStateEntry } + ::= { atvCommonConfigTable 1 } + + + AtvCommonConfigEntry ::= + SEQUENCE { + atvCmnCfgTvStandard + INTEGER, + atvCmnCfgSoundCarrierSelect + INTEGER, + atvCmnCfgCoderMode + INTEGER, + atvCmnCfgVisionSound1 + Integer32, + atvCmnCfgVisionSound2 + Integer32, + atvCmnCfgResidual + Unsigned32 + } + + atvCmnCfgTvStandard OBJECT-TYPE + SYNTAX INTEGER + { + dk(2), + i(3), + i1(4), + k1(5), + b(6), + g(7), + m(8), + m1(9), + n(10) + } + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Selection of ATV standard." + ::= { atvCommonConfigEntry 1 } + + + atvCmnCfgSoundCarrierSelect OBJECT-TYPE + SYNTAX INTEGER + { + singleCarrier(1), + dualCarrier(2) + } + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Number of sound subcarriers (for standards B, G, D/K, I, I1, K1). + + The following settings are possible here: + Single Carrier: one sound subcarrier + Dual Carrier: two sound subcarriers + " + ::= { atvCommonConfigEntry 2 } + + + atvCmnCfgCoderMode OBJECT-TYPE + SYNTAX INTEGER + { + off(1), + mono(2), + stereo(3), + dual(4), + auto(5) + } + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Selection of audio mode. + + The following settings have a special meaning: + Off: Dual-sound is set as the audio mode. + Mono: The AF1 input signal is routed to audio carrier one. + Stereo: The two AF input signals contain the left and right channel of a stereo signal. + Dual: The two AF input signals provide independent audio information for dual-sound mode. + Auto (Dataline):The audio mode is read out from the audio data line present in the picture signal. + " + ::= { atvCommonConfigEntry 3 } + + + atvCmnCfgVisionSound1 OBJECT-TYPE + SYNTAX Integer32 (-150..-50) + UNITS "centi Bel" + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "value for sound subcarrier level 1 referenced to the peak envelope power of the vision carrier." + ::= { atvCommonConfigEntry 4 } + + + atvCmnCfgVisionSound2 OBJECT-TYPE + SYNTAX Integer32 (-270..-170) + UNITS "centi Bel" + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "value for sound subcarrier level 2 referenced to the peak envelope power of the vision carrier." + ::= { atvCommonConfigEntry 5 } + + + atvCmnCfgResidual OBJECT-TYPE + SYNTAX Unsigned32 (80..250) + UNITS "per thousand" + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "value for the residual carrier." + ::= { atvCommonConfigEntry 6 } + + + atvCommonTestTable OBJECT-TYPE + SYNTAX SEQUENCE OF AtvCommonTestEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "Configures the test mode of the exciter." + ::= { atvCommon 4 } + + + atvCommonTestEntry OBJECT-TYPE + SYNTAX AtvCommonTestEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "An entry in the atvCommonTestTable." + AUGMENTS { atvCommonStateEntry } + ::= { atvCommonTestTable 1 } + + + AtvCommonTestEntry ::= + SEQUENCE { + atvCommonTestSignal + INTEGER + } + + atvCommonTestSignal OBJECT-TYPE + SYNTAX INTEGER + { + off(1), + singleCarrier(3) + } + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "off(1) - no test mode + singleCarrier(3) - produces an unmodulated carrier + on a selected output frequency" + ::= { atvCommonTestEntry 1 } + + + atvVideo OBJECT IDENTIFIER ::= { rsXx9AtvObjects 3 } + + + atvVideoStateTable OBJECT-TYPE + SYNTAX SEQUENCE OF AtvVideoStateEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "Description." + ::= { atvVideo 2 } + + + atvVideoStateEntry OBJECT-TYPE + SYNTAX AtvVideoStateEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "Description." + INDEX { atvVideoStTxIdx, atvVideoStExcIdx } + ::= { atvVideoStateTable 1 } + + + AtvVideoStateEntry ::= + SEQUENCE { + atvVideoStTxIdx + IndexTransmitter, + atvVideoStExcIdx + IndexAB, + atvVideoStWhiteAmplitudeOutput + Unsigned32, + atvVideoStMemoryGain + Unsigned32, + atvVideoStCurrentGainSource + INTEGER, + atvVideoStLimiterActive + TruthValue, + atvVideoStSyncAmplitudeOutput + Unsigned32 + } + + atvVideoStTxIdx OBJECT-TYPE + SYNTAX IndexTransmitter + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "The transmitter index." + ::= { atvVideoStateEntry 1 } + + + atvVideoStExcIdx OBJECT-TYPE + SYNTAX IndexAB + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "This index distinguishes the exiters. + Necessary if you have dual drive transmitters." + ::= { atvVideoStateEntry 2 } + + + atvVideoStWhiteAmplitudeOutput OBJECT-TYPE + SYNTAX Unsigned32 + UNITS "mV" + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Description." + ::= { atvVideoStateEntry 3 } + + + atvVideoStMemoryGain OBJECT-TYPE + SYNTAX Unsigned32 + UNITS "per thousand" + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Description." + ::= { atvVideoStateEntry 4 } + + + atvVideoStCurrentGainSource OBJECT-TYPE + SYNTAX INTEGER + { + manual(1), + memory(2), + automatic(3) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Description." + ::= { atvVideoStateEntry 5 } + + + atvVideoStLimiterActive OBJECT-TYPE + SYNTAX TruthValue + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Description." + ::= { atvVideoStateEntry 6 } + + + atvVideoStSyncAmplitudeOutput OBJECT-TYPE + SYNTAX Unsigned32 + UNITS "mV" + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Description." + ::= { atvVideoStateEntry 7 } + + + atvVideoConfigTable OBJECT-TYPE + SYNTAX SEQUENCE OF AtvVideoConfigEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "Description." + ::= { atvVideo 3 } + + + atvVideoConfigEntry OBJECT-TYPE + SYNTAX AtvVideoConfigEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "Description." + AUGMENTS { atvVideoStateEntry } + ::= { atvVideoConfigTable 1 } + + + AtvVideoConfigEntry ::= + SEQUENCE { + atvVideoCfgAutomatic + SwitchOnOff, + atvVideoCfgGainSource + INTEGER, + atvVideoCfgManualGain + Integer32, + atvVideoCfgTestLine + Unsigned32, + atvVideoCfgDataLine + Unsigned32, + atvVideoCfgLimiter + SwitchOnOff, + atvVideoCfgThreshold + Unsigned32, + atvVideoCfgSyncImpulsRegeneration + SwitchOnOff, + atvVideoCfgSyncAmplitude + Unsigned32, + atvVideoCfgReceiverPreEqualization + SwitchOnOff, + atvVideoCfgDiplexer + SwitchOnOff, + atvVideoCfgDiplexerPeaking + Unsigned32 + } + + atvVideoCfgAutomatic OBJECT-TYPE + SYNTAX SwitchOnOff + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Description." + ::= { atvVideoConfigEntry 1 } + + + atvVideoCfgGainSource OBJECT-TYPE + SYNTAX INTEGER + { + manual(1), + memory(2) + } + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Description." + ::= { atvVideoConfigEntry 2 } + + + atvVideoCfgManualGain OBJECT-TYPE + SYNTAX Integer32 (-100..100) + UNITS "per thousand" + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Description." + ::= { atvVideoConfigEntry 3 } + + + atvVideoCfgTestLine OBJECT-TYPE + SYNTAX Unsigned32 (16..22 | 329..335) + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Description." + ::= { atvVideoConfigEntry 4 } + + + atvVideoCfgDataLine OBJECT-TYPE + SYNTAX Unsigned32 (10..22) + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Description." + ::= { atvVideoConfigEntry 5 } + + + atvVideoCfgLimiter OBJECT-TYPE + SYNTAX SwitchOnOff + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Description." + ::= { atvVideoConfigEntry 6 } + + + atvVideoCfgThreshold OBJECT-TYPE + SYNTAX Unsigned32 (900..1200) + UNITS "per thousand" + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Description." + ::= { atvVideoConfigEntry 7 } + + + atvVideoCfgSyncImpulsRegeneration OBJECT-TYPE + SYNTAX SwitchOnOff + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Description." + ::= { atvVideoConfigEntry 8 } + + + atvVideoCfgSyncAmplitude OBJECT-TYPE + SYNTAX Unsigned32 (200..500) + UNITS "mV" + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Description." + ::= { atvVideoConfigEntry 9 } + + + atvVideoCfgReceiverPreEqualization OBJECT-TYPE + SYNTAX SwitchOnOff + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Indicates whether receiver pre-equalization is switched on. + Receiver pre-equalization can be switched on or off here. + " + ::= { atvVideoConfigEntry 10 } + + + atvVideoCfgDiplexer OBJECT-TYPE + SYNTAX SwitchOnOff + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Description." + ::= { atvVideoConfigEntry 11 } + + + atvVideoCfgDiplexerPeaking OBJECT-TYPE + SYNTAX Unsigned32 (1..25) + UNITS "centi Bel" + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Description." + ::= { atvVideoConfigEntry 12 } + + + atvAudio OBJECT IDENTIFIER ::= { rsXx9AtvObjects 4 } + + + atvAudioStateTable OBJECT-TYPE + SYNTAX SEQUENCE OF AtvAudioStateEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "Description." + ::= { atvAudio 2 } + + + atvAudioStateEntry OBJECT-TYPE + SYNTAX AtvAudioStateEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "Description." + INDEX { atvAudioStTxIdx, atvAudioStExcIdx } + ::= { atvAudioStateTable 1 } + + + AtvAudioStateEntry ::= + SEQUENCE { + atvAudioStTxIdx + IndexTransmitter, + atvAudioStExcIdx + IndexAB, + atvAudioStCurrentDeviationCarrier1 + Unsigned32, + atvAudioStCurrentDeviationCarrier2 + Unsigned32, + atvAudioStCurrentPilotDeviation + Unsigned32, + atvAudioStLimiterCarrier1 + TruthValue, + atvAudioStLimiterCarrier2 + TruthValue + } + + atvAudioStTxIdx OBJECT-TYPE + SYNTAX IndexTransmitter + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "The transmitter index." + ::= { atvAudioStateEntry 1 } + + + atvAudioStExcIdx OBJECT-TYPE + SYNTAX IndexAB + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "This index distinguishes the exiters. + Necessary if you have dual drive transmitters." + ::= { atvAudioStateEntry 2 } + + + atvAudioStCurrentDeviationCarrier1 OBJECT-TYPE + SYNTAX Unsigned32 + UNITS "Hz" + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Description." + ::= { atvAudioStateEntry 3 } + + + atvAudioStCurrentDeviationCarrier2 OBJECT-TYPE + SYNTAX Unsigned32 + UNITS "Hz" + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Description." + ::= { atvAudioStateEntry 4 } + + + atvAudioStCurrentPilotDeviation OBJECT-TYPE + SYNTAX Unsigned32 + UNITS "Hz" + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Description." + ::= { atvAudioStateEntry 5 } + + + atvAudioStLimiterCarrier1 OBJECT-TYPE + SYNTAX TruthValue + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Description." + ::= { atvAudioStateEntry 6 } + + + atvAudioStLimiterCarrier2 OBJECT-TYPE + SYNTAX TruthValue + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Description." + ::= { atvAudioStateEntry 7 } + + + atvAudioConfigTable OBJECT-TYPE + SYNTAX SEQUENCE OF AtvAudioConfigEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "Description." + ::= { atvAudio 3 } + + + atvAudioConfigEntry OBJECT-TYPE + SYNTAX AtvAudioConfigEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "Description." + AUGMENTS { atvAudioStateEntry } + ::= { atvAudioConfigTable 1 } + + + AtvAudioConfigEntry ::= + SEQUENCE { + atvAudioCfgIrtNicam + INTEGER, + atvAudioCfgPreemphase + SwitchOnOff, + atvAudioCfgNominalDeviationAF1 + Unsigned32, + atvAudioCfgNominalDeviationAF2 + Unsigned32, + atvAudioCfgPilotGain + Integer32, + atvAudioCfgPilot + SwitchOnOff, + atvAudioCfgSoundModeCarrier1 + SoundMode, + atvAudioCfgSoundModeCarrier2 + SoundMode, + atvAudioCfgLimiterThreshold + Unsigned32, + atvAudioCfgDeviationLimiter + SwitchOnOff, + atvAudioCfgWarningAbove + Unsigned32, + atvAudioCfgPrecorrectionChannel1 + SwitchOnOff, + atvAudioCfgPrecorrectionChannel2 + SwitchOnOff, + atvAudioCfgInsetPoint1Channel1 + Unsigned32, + atvAudioCfgInsetPoint1Channel2 + Unsigned32, + atvAudioCfgSlope1Channel1 + Integer32, + atvAudioCfgSlope1Channel2 + Integer32, + atvAudioCfgInsetPoint2Channel1 + Unsigned32, + atvAudioCfgInsetPoint2Channel2 + Unsigned32, + atvAudioCfgSlope2Channel1 + Integer32, + atvAudioCfgSlope2Channel2 + Integer32 + } + + atvAudioCfgIrtNicam OBJECT-TYPE + SYNTAX INTEGER + { + irt(1), + nicam(2) + } + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Description." + ::= { atvAudioConfigEntry 1 } + + + atvAudioCfgPreemphase OBJECT-TYPE + SYNTAX SwitchOnOff + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Description." + ::= { atvAudioConfigEntry 2 } + + + atvAudioCfgNominalDeviationAF1 OBJECT-TYPE + SYNTAX Unsigned32 (20000..75000) + UNITS "Hz" + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Description." + ::= { atvAudioConfigEntry 3 } + + + atvAudioCfgNominalDeviationAF2 OBJECT-TYPE + SYNTAX Unsigned32 (20000..75000) + UNITS "Hz" + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Description." + ::= { atvAudioConfigEntry 4 } + + + atvAudioCfgPilotGain OBJECT-TYPE + SYNTAX Integer32 (-1900..-1200) + UNITS "1/100 dBu" + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Description." + ::= { atvAudioConfigEntry 5 } + + + atvAudioCfgPilot OBJECT-TYPE + SYNTAX SwitchOnOff + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Description." + ::= { atvAudioConfigEntry 6 } + + + atvAudioCfgSoundModeCarrier1 OBJECT-TYPE + SYNTAX SoundMode + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Description." + ::= { atvAudioConfigEntry 7 } + + + atvAudioCfgSoundModeCarrier2 OBJECT-TYPE + SYNTAX SoundMode + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Description." + ::= { atvAudioConfigEntry 8 } + + + atvAudioCfgLimiterThreshold OBJECT-TYPE + SYNTAX Unsigned32 (50000..120000) + UNITS "Hz" + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Description." + ::= { atvAudioConfigEntry 9 } + + + atvAudioCfgDeviationLimiter OBJECT-TYPE + SYNTAX SwitchOnOff + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Description." + ::= { atvAudioConfigEntry 10 } + + + atvAudioCfgWarningAbove OBJECT-TYPE + SYNTAX Unsigned32 (50000..250000) + UNITS "Hz" + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Description." + ::= { atvAudioConfigEntry 11 } + + + atvAudioCfgPrecorrectionChannel1 OBJECT-TYPE + SYNTAX SwitchOnOff + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Indicates whether the sound phase shifter for carrier 1 is switched on. + The setting can be changed here. + " + ::= { atvAudioConfigEntry 12 } + + + atvAudioCfgPrecorrectionChannel2 OBJECT-TYPE + SYNTAX SwitchOnOff + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Indicates whether the sound phase shifter for carrier 1 is switched on. + The setting can be changed here. + " + ::= { atvAudioConfigEntry 13 } + + + atvAudioCfgInsetPoint1Channel1 OBJECT-TYPE + SYNTAX Unsigned32 (0..1000) + UNITS "per thousand" + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Indicates the first position defined for the respective onset point of the + phase shifter (referenced to modulation of the picture signal) + " + ::= { atvAudioConfigEntry 14 } + + + atvAudioCfgInsetPoint1Channel2 OBJECT-TYPE + SYNTAX Unsigned32 (0..1000) + UNITS "per thousand" + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Indicates the first position defined for the respective onset point of the + phase shifter (referenced to modulation of the picture signal) + " + ::= { atvAudioConfigEntry 15 } + + + atvAudioCfgSlope1Channel1 OBJECT-TYPE + SYNTAX Integer32 (-500..500) + UNITS "per thousand" + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Indicates the value that has been set for the slope at the respective + onset point of the phase shifter. + " + ::= { atvAudioConfigEntry 16 } + + + atvAudioCfgSlope1Channel2 OBJECT-TYPE + SYNTAX Integer32 (-500..500) + UNITS "per thousand" + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Indicates the value that has been set for the slope at the respective + onset point of the phase shifter. + " + ::= { atvAudioConfigEntry 17 } + + + atvAudioCfgInsetPoint2Channel1 OBJECT-TYPE + SYNTAX Unsigned32 (0..1000) + UNITS "per thousand" + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Indicates the second position defined for the respective onset + point of the phase shifter (referenced to modulation of the + picture signal) + " + ::= { atvAudioConfigEntry 18 } + + + atvAudioCfgInsetPoint2Channel2 OBJECT-TYPE + SYNTAX Unsigned32 (0..1000) + UNITS "per thousand" + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Indicates the second position defined for the respective onset + point of the phase shifter (referenced to modulation of the + picture signal) + " + ::= { atvAudioConfigEntry 19 } + + + atvAudioCfgSlope2Channel1 OBJECT-TYPE + SYNTAX Integer32 (-500..500) + UNITS "per thousand" + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Indicates the value that has been set for the slope at + the respective onset point of the phase shifter. + " + ::= { atvAudioConfigEntry 20 } + + + atvAudioCfgSlope2Channel2 OBJECT-TYPE + SYNTAX Integer32 (-500..500) + UNITS "per thousand" + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Indicates the value that has been set for the slope at + the respective onset point of the phase shifter. + " + ::= { atvAudioConfigEntry 21 } + + + atvNicam OBJECT IDENTIFIER ::= { rsXx9AtvObjects 5 } + + + atvNicamConfigTable OBJECT-TYPE + SYNTAX SEQUENCE OF AtvNicamConfigEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "Description." + ::= { atvNicam 3 } + + + atvNicamConfigEntry OBJECT-TYPE + SYNTAX AtvNicamConfigEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "Description." + INDEX { atvNicamCfgTxIdx, atvNicamCfgExcIdx } + ::= { atvNicamConfigTable 1 } + + + AtvNicamConfigEntry ::= + SEQUENCE { + atvNicamCfgTxIdx + IndexTransmitter, + atvNicamCfgExcIdx + IndexAB, + atvNicamCfgAudioMode + INTEGER, + atvNicamCfgPreemphasis + SwitchOnOff, + atvNicamCfgReserveSound + SwitchOnOff, + atvNicamCfgNicamMode + INTEGER, + atvNicamCfgNicamRolloff + INTEGER, + atvNicamCfgSoundMode + SoundMode + } + + atvNicamCfgTxIdx OBJECT-TYPE + SYNTAX IndexTransmitter + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "The transmitter index." + ::= { atvNicamConfigEntry 1 } + + + atvNicamCfgExcIdx OBJECT-TYPE + SYNTAX IndexAB + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "This index distinguishes the exiters. + Necessary if you have dual drive transmitters." + ::= { atvNicamConfigEntry 2 } + + + atvNicamCfgAudioMode OBJECT-TYPE + SYNTAX INTEGER + { + equalFM(1), + monoData(2), + stereo(3), + dual(4) + } + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Description." + ::= { atvNicamConfigEntry 3 } + + + atvNicamCfgPreemphasis OBJECT-TYPE + SYNTAX SwitchOnOff + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Description." + ::= { atvNicamConfigEntry 4 } + + + atvNicamCfgReserveSound OBJECT-TYPE + SYNTAX SwitchOnOff + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Description." + ::= { atvNicamConfigEntry 5 } + + + atvNicamCfgNicamMode OBJECT-TYPE + SYNTAX INTEGER + { + coder(1), + modulator(2) + } + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Description." + ::= { atvNicamConfigEntry 6 } + + + atvNicamCfgNicamRolloff OBJECT-TYPE + SYNTAX INTEGER + { + auto(1), + pct40(2), + pct100(3) + } + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Description." + ::= { atvNicamConfigEntry 7 } + + + atvNicamCfgSoundMode OBJECT-TYPE + SYNTAX SoundMode + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Description." + ::= { atvNicamConfigEntry 8 } + + + rsXx9AtvConformance OBJECT IDENTIFIER ::= { rsXx9Atv 2 } + + + rsXx9AtvCompliances OBJECT IDENTIFIER ::= { rsXx9AtvConformance 1 } + + + atvBasicCompliance MODULE-COMPLIANCE + STATUS current + DESCRIPTION + "The compliance statement for XX9000 ATV encoding." + MODULE -- this module + MANDATORY-GROUPS { atvObjsCommon, atvObjsVideo, atvObjsAudio, atvObjsNicam, atvObjsInput + } + ::= { rsXx9AtvCompliances 1 } + + + rsXx9AtvGroups OBJECT IDENTIFIER ::= { rsXx9AtvConformance 2 } + + + atvObjsInput OBJECT-GROUP + OBJECTS { atvInpCmnDatalineInfo, atvInpCmnInputImpedance, atvInpVideoWhiteAmplitude, atvInpVideoWhitePulseMonitoring, atvInpVideoSyncAmplitude, + atvInpVideoSyncMonitoring, atvInpVideoNominalAmplitude, atvInpAudioCurrentLevel, atvInpAudioClipping, atvInpAudioNominalLevel, + atvInpNicamCurrentLevel, atvInpNicamClipping, atvInpVideoClipping, atvInputIrdetoMode, atvInpNicamGainAdjustment, + atvInpCmnAudioLowpass, atvInpCmnNicam728Datastream } + STATUS current + DESCRIPTION + "Input ATV objects group." + ::= { rsXx9AtvGroups 1 } + + + atvObjsCommon OBJECT-GROUP + OBJECTS { atvCmnStCurrentAudioMode, atvCmnCfgTvStandard, atvCmnCfgSoundCarrierSelect, atvCmnCfgCoderMode, atvCmnCfgVisionSound1, + atvCmnCfgVisionSound2, atvCmnCfgResidual, atvCommonTestSignal } + STATUS current + DESCRIPTION + "Common ATV objects group." + ::= { rsXx9AtvGroups 2 } + + + atvObjsVideo OBJECT-GROUP + OBJECTS { atvVideoStWhiteAmplitudeOutput, atvVideoStMemoryGain, atvVideoStCurrentGainSource, atvVideoStLimiterActive, atvVideoStSyncAmplitudeOutput, + atvVideoCfgAutomatic, atvVideoCfgGainSource, atvVideoCfgManualGain, atvVideoCfgTestLine, atvVideoCfgDataLine, + atvVideoCfgLimiter, atvVideoCfgThreshold, atvVideoCfgSyncImpulsRegeneration, atvVideoCfgSyncAmplitude, atvVideoCfgReceiverPreEqualization, + atvVideoCfgDiplexer, atvVideoCfgDiplexerPeaking } + STATUS current + DESCRIPTION + "Video ATV objects group." + ::= { rsXx9AtvGroups 3 } + + + atvObjsAudio OBJECT-GROUP + OBJECTS { atvAudioStCurrentDeviationCarrier1, atvAudioStCurrentDeviationCarrier2, atvAudioStCurrentPilotDeviation, atvAudioStLimiterCarrier1, atvAudioStLimiterCarrier2, + atvAudioCfgIrtNicam, atvAudioCfgPreemphase, atvAudioCfgNominalDeviationAF1, atvAudioCfgNominalDeviationAF2, atvAudioCfgPilotGain, + atvAudioCfgPilot, atvAudioCfgSoundModeCarrier1, atvAudioCfgSoundModeCarrier2, atvAudioCfgLimiterThreshold, atvAudioCfgDeviationLimiter, + atvAudioCfgWarningAbove, atvAudioCfgPrecorrectionChannel1, atvAudioCfgPrecorrectionChannel2, atvAudioCfgInsetPoint1Channel1, atvAudioCfgInsetPoint1Channel2, + atvAudioCfgSlope1Channel1, atvAudioCfgSlope1Channel2, atvAudioCfgInsetPoint2Channel1, atvAudioCfgInsetPoint2Channel2, atvAudioCfgSlope2Channel1, + atvAudioCfgSlope2Channel2 } + STATUS current + DESCRIPTION + "Audio ATV objects group." + ::= { rsXx9AtvGroups 4 } + + + atvObjsNicam OBJECT-GROUP + OBJECTS { atvNicamCfgAudioMode, atvNicamCfgPreemphasis, atvNicamCfgReserveSound, atvNicamCfgNicamMode, atvNicamCfgNicamRolloff, + atvNicamCfgSoundMode } + STATUS current + DESCRIPTION + "NICAM ATV objects group." + ::= { rsXx9AtvGroups 5 } + + + atvObjsInputObsolete OBJECT-GROUP + OBJECTS { atvInpCmnInputIdx } + STATUS obsolete + DESCRIPTION + "Obsolete input ATV objects group." + ::= { rsXx9AtvGroups 6 } + + + + END + +-- +-- RS-XX9-ATV-MIB.mi2 +-- diff --git a/src/vendor/rs/RS-XX9-COMMON-MIB b/src/vendor/rs/RS-XX9-COMMON-MIB new file mode 100644 index 000000000000..f1aa195e605c --- /dev/null +++ b/src/vendor/rs/RS-XX9-COMMON-MIB @@ -0,0 +1,2990 @@ +-- +-- RS-XX9-COMMON-MIB.mi2 +-- MIB generated by MG-SOFT Visual MIB Builder 2010 Version 8.0 Build 403 +-- Monday, March 21, 2016 at 15:26:48 +-- + +-- ***************************************************************************** +-- ***************************************************************************** +-- ** +-- ** COPYRIGHT (c) 2011 Rohde & Schwarz GmbH & Co. KG +-- ** Muehldorfstrasse 15 +-- ** R & S D-81671 Muenchen +-- ** +-- ***************************************************************************** +-- ** +-- ** MODULE RS-XX9-COMMON-MIB +-- ** +-- ***************************************************************************** +-- ***************************************************************************** + + RS-XX9-COMMON-MIB DEFINITIONS ::= BEGIN + + IMPORTS + entPhysicalEntry + FROM ENTITY-MIB + InetAddress, InetAddressType + FROM INET-ADDRESS-MIB + rsXx9Common, rsXx9MibModule + FROM RS-XX9-SMI-MIB + Trigger, NotificationClass, NotificationMask, NotificationPriority, NotificationState, + EnableOption, Xx9SystemType, Xx9RedundancyMode, Xx9ModulationMode, IndexTransmitter, + Xx9AmplifierType, SwitchOnOff + FROM RS-XX9-TC-MIB + SnmpAdminString + FROM SNMP-FRAMEWORK-MIB + OBJECT-GROUP, MODULE-COMPLIANCE, NOTIFICATION-GROUP + FROM SNMPv2-CONF + sysName + FROM SNMPv2-MIB + Integer32, Unsigned32, Counter32, OBJECT-TYPE, MODULE-IDENTITY, + NOTIFICATION-TYPE + FROM SNMPv2-SMI + RowStatus, DateAndTime, DisplayString, TruthValue, TEXTUAL-CONVENTION + FROM SNMPv2-TC; + + + rsXx9CommonMibModule MODULE-IDENTITY + LAST-UPDATED "201603211500Z" -- March 21, 2016 at 15:00 GMT + ORGANIZATION + "Rohde&Schwarz GmbH & Co. KG" + CONTACT-INFO + "Rohde & Schwarz GmbH & Co. KG + Broadcasting Division + + Muehldorfstrasse 15 + 81671 Munich + Germany + + customersupport@rohde-schwarz.com" + DESCRIPTION + "This MIB defines general objects of XX9000 transmitting systems from Rohde & Schwarz. + + Use this MIB for things all transmitters support via SNMP, e.g.: + - installation / configuration issues (date/time, software update etc.) + + The following MIBs are related to this: + - RS-COMMON-MIB - mandatory for this MIB. + - RS-XX9-SMI-MIB - mandatory for this MIB. + - RS-XX9-TC-MIB - mandatory for this MIB." + REVISION "201603211500Z" -- March 21, 2016 at 15:00 GMT + DESCRIPTION + "added commonEntPhysicalHardwareStatus, commonEntPhysicalConfigurationStatus, commonEntPhysicalType + added commonEnvSummary, commonEnvTemperature, commonEnvDewPoint + added commonEnvironment subtree + " + REVISION "201602161000Z" -- February 16, 2016 at 10:00 GMT + DESCRIPTION + "added commonDevInfoFanState and commonDevInfoOvpState notifications + added commonDevInfoConfigTable + " + REVISION "201511181500Z" -- November 18, 2015 at 15:00 GMT + DESCRIPTION + "added commonGpsConfGnssSelection, most nodes for GPS state and configuration are also valid for GLONASS" + REVISION "201509090800Z" -- September 09, 2015 at 08:00 GMT + DESCRIPTION + "added commonDevInfoAcFail + added commonDeviceInformation + " + REVISION "201508061600Z" -- August 06, 2015 at 16:00 GMT + DESCRIPTION + "added swUpdateRebootPending + " + REVISION "201507151700Z" -- July 15, 2015 at 17:00 GMT + DESCRIPTION + "added snmpUserConfiguration" + REVISION "201504020800Z" -- April 02, 2015 at 08:00 GMT + DESCRIPTION + "renamed enum labels of upsInfoBatteryStatus + " + REVISION "201503040900Z" -- March 04, 2015 at 09:00 GMT + DESCRIPTION + "updated description texts" + REVISION "201412221600Z" -- December 22, 2014 at 16:00 GMT + DESCRIPTION + "updated description texts + " + REVISION "201411281500Z" -- November 28, 2014 at 15:00 GMT + DESCRIPTION + "extend value range for commonGpsStAntennaState by notMonitored" + REVISION "201407031500Z" -- July 03, 2014 at 15:00 GMT + DESCRIPTION + "added commonGpsStateMonitoring" + REVISION "201403271000Z" -- March 27, 2014 at 10:00 GMT + DESCRIPTION + "add UPS (uninterruptable power system) information + add GPS (global positioning system) configuration and status" + REVISION "201402211100Z" -- February 21, 2014 at 11:00 GMT + DESCRIPTION + "update range of optionKeyIdx + update Description of commonOptionKeyStatus + " + REVISION "201312021000Z" -- December 02, 2013 at 10:00 GMT + DESCRIPTION + "updated range for optionKeyStatus" + REVISION "201309051700Z" -- September 05, 2013 at 17:00 GMT + DESCRIPTION + "changes regarding NTP: + - obsoleting old commonTransmitterConfiguration/ntp section + - obsoleting old commonNtpSync notification + - creating new commonDateTime section (which includes NTP settings) + - creating new commonDateTimeNtpState notification" + REVISION "201108160800Z" -- August 16, 2011 at 08:00 GMT + DESCRIPTION + "Initial revision." + ::= { rsXx9MibModule 2 } + + + +-- +-- Textual conventions +-- + + IndexTceDevice ::= TEXTUAL-CONVENTION + STATUS current + DESCRIPTION + "Index of a TCE90x." + SYNTAX Unsigned32 (1..32) + + GpsPowerSource ::= TEXTUAL-CONVENTION + STATUS current + DESCRIPTION + "Description." + SYNTAX INTEGER + { + undefined(1), + passive(2), + active(3) + } + + +-- +-- Node definitions +-- + + rsXx9CommonNotifications OBJECT IDENTIFIER ::= { rsXx9Common 0 } + + + commonNtpSync NOTIFICATION-TYPE + OBJECTS { commonNotificationAlarmClass, commonTxNotificationPriority, commonTxNotificationState } + STATUS obsolete + DESCRIPTION + "NTP synchronization state changed. + + Possible values: + off(2) - NTP synchronization is disabled. + fault(3) - NTP synchronization failed. + ok(5) - successful NTP synchronization. + + Notification class: warning + + currently not implemented" + ::= { rsXx9CommonNotifications 1 } + + + commonSwUpdateStatus NOTIFICATION-TYPE + OBJECTS { commonNotificationAlarmClass, commonTxNotificationPriority, commonTxNotificationState } + STATUS current + DESCRIPTION + "Indicates whether the TCE900 is ready for the device software update. + + Possible values: + off(2) - software update finished. The TCE900 cannot be found in the + network by the Software Distributor. It is not possible to update the + software. + ok(5) - software update started. The TCE900 is listed in the update list + of the Software Distributor and the software can be updated. + + Notification class: info" + ::= { rsXx9CommonNotifications 2 } + + + commonFwUpdateStatus NOTIFICATION-TYPE + OBJECTS { commonNotificationAlarmClass, commonTxNotificationPriority, commonTxNotificationState } + STATUS current + DESCRIPTION + "Firmware update status. + + Possible values: + off(2) - firmware update finished. + warning(4) - firmware update running. + + Notification class: warning" + ::= { rsXx9CommonNotifications 3 } + + + commonOptionKeyStatus NOTIFICATION-TYPE + OBJECTS { commonNotificationAlarmClass, commonOpkNotificationPriority, commonOpkNotificationState } + STATUS current + DESCRIPTION + "Option key state in a device. + + Possible values: + off(2) - no option installed + fault(3) - an option expired + warning(4) - an option will expire + ok(5) - all options ok + + Notification class: warning" + ::= { rsXx9CommonNotifications 100 } + + + commonTest NOTIFICATION-TYPE + OBJECTS { sysName, commonTrapCounter } + STATUS current + DESCRIPTION + "This notification is sent to check whether the notification sink(s) receive any + notification from this agent. + To trigger this trap, set 'sendTestNotification' to trigger(2)." + ::= { rsXx9CommonNotifications 1000 } + + + commonRising NOTIFICATION-TYPE + OBJECTS { customNotificationVariable, customNotificationValue, customNotificationRisingThreshold, customNotificationPriority } + STATUS current + DESCRIPTION + "The SNMP trap that is generated when an notificationTable + entry crosses its rising threshold." + ::= { rsXx9CommonNotifications 1001 } + + + commonFalling NOTIFICATION-TYPE + OBJECTS { customNotificationVariable, customNotificationValue, customNotificationFallingThreshold, customNotificationPriority } + STATUS current + DESCRIPTION + "The SNMP trap that is generated when an notificationTable + entry crosses its falling threshold." + ::= { rsXx9CommonNotifications 1002 } + + + commonChanging NOTIFICATION-TYPE + OBJECTS { customNotificationVariable, customNotificationValue, customNotificationPriority } + STATUS current + DESCRIPTION + "The SNMP trap that is generated when an notificationTable + entry changes its value." + ::= { rsXx9CommonNotifications 1003 } + + + commonDateTimeNtpState NOTIFICATION-TYPE + OBJECTS { commonNotificationAlarmClass, commonDateTimeNotificationPriority, commonDateTimeNotificationState } + STATUS current + DESCRIPTION + "If NTP time synchronization is active, this parameter indicates + whether communication with the NTP server is functioning. + + Possible values: + off(2) - NTP disabled + fault(3) - NTP enabled and no server configured or NTP enabled and server not reachable + ok(5) - NTP enabled and server reachable + + Notification class: warning + " + ::= { rsXx9CommonNotifications 2000 } + + + commonGpsState NOTIFICATION-TYPE + OBJECTS { commonNotificationAlarmClass, commonGpsNotificationPriority, commonGpsNotificationState } + STATUS current + DESCRIPTION + "The GNSS (GPS, GLONASS) receiver is not able to locate satellites. Check the antenna connection. + + Possible values: + off(2) - + warning(4) - + ok(5) - + + Notification class: info + " + ::= { rsXx9CommonNotifications 3000 } + + + commonDevInfoAcFail NOTIFICATION-TYPE + OBJECTS { commonNotificationAlarmClass, commonDevInfoNotificationPriority, commonDevInfoNotificationState } + STATUS current + DESCRIPTION + "Indicates if the capacitor battery is used to drive the device + only valid for TLx devices equipped with a capacitor battery + + Possible values: + off(2) - + warning(4) - + + Notification class: warning + " + ::= { rsXx9CommonNotifications 4000 } + + + commonDevInfoFanState NOTIFICATION-TYPE + OBJECTS { commonNotificationAlarmClass, commonDevInfoNotificationPriority, commonDevInfoNotificationState } + STATUS current + DESCRIPTION + "Description." + ::= { rsXx9CommonNotifications 4100 } + + + commonDevInfoOvpState NOTIFICATION-TYPE + OBJECTS { commonNotificationAlarmClass, commonDevInfoNotificationPriority, commonDevInfoNotificationState } + STATUS current + DESCRIPTION + "Description." + ::= { rsXx9CommonNotifications 4200 } + + + commonEnvSummary NOTIFICATION-TYPE + OBJECTS { commonNotificationAlarmClass, commonEnvNotificationPriority, commonEnvNotificationState } + STATUS current + DESCRIPTION + "Description." + ::= { rsXx9CommonNotifications 5000 } + + + commonEnvTemperature NOTIFICATION-TYPE + OBJECTS { commonNotificationAlarmClass, commonEnvNotificationPriority, commonEnvNotificationState } + STATUS current + DESCRIPTION + "Description." + ::= { rsXx9CommonNotifications 5001 } + + + commonEnvDewPoint NOTIFICATION-TYPE + OBJECTS { commonNotificationAlarmClass, commonEnvNotificationPriority, commonEnvNotificationState } + STATUS current + DESCRIPTION + "Description." + ::= { rsXx9CommonNotifications 5002 } + + + rsXx9CommonObjects OBJECT IDENTIFIER ::= { rsXx9Common 1 } + + + commonProductInformation OBJECT IDENTIFIER ::= { rsXx9CommonObjects 1 } + + + commonEntPhysicalTable OBJECT-TYPE + SYNTAX SEQUENCE OF CommonEntPhysicalEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "Expansion of the entPhysicalTable." + ::= { commonProductInformation 1 } + + + commonEntPhysicalEntry OBJECT-TYPE + SYNTAX CommonEntPhysicalEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "An entry in the commonEntPhysicalTable." + AUGMENTS { entPhysicalEntry } + ::= { commonEntPhysicalTable 1 } + + + CommonEntPhysicalEntry ::= + SEQUENCE { + commonEntPhysicalSwFwBiosNumber + SnmpAdminString, + commonEntPhysicalOperationHours + Counter32, + commonEntPhysicalPowerUpCycles + Counter32, + commonEntPhysicalHardwareStatus + NotificationState, + commonEntPhysicalConfigurationStatus + NotificationState, + commonEntPhysicalType + SnmpAdminString + } + + commonEntPhysicalSwFwBiosNumber OBJECT-TYPE + SYNTAX SnmpAdminString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The Rohde&Schwarz identification number of the software/firmware/BIOS." + ::= { commonEntPhysicalEntry 1 } + + + commonEntPhysicalOperationHours OBJECT-TYPE + SYNTAX Counter32 + UNITS "hour" + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Operating hours of the device." + ::= { commonEntPhysicalEntry 2 } + + + commonEntPhysicalPowerUpCycles OBJECT-TYPE + SYNTAX Counter32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Number of power up cycles of the device." + ::= { commonEntPhysicalEntry 3 } + + + commonEntPhysicalHardwareStatus OBJECT-TYPE + SYNTAX NotificationState + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Description." + ::= { commonEntPhysicalEntry 4 } + + + commonEntPhysicalConfigurationStatus OBJECT-TYPE + SYNTAX NotificationState + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Description." + ::= { commonEntPhysicalEntry 5 } + + + commonEntPhysicalType OBJECT-TYPE + SYNTAX SnmpAdminString (SIZE (0..99)) + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Description." + ::= { commonEntPhysicalEntry 6 } + + + commonTransmitterConfiguration OBJECT IDENTIFIER ::= { rsXx9CommonObjects 2 } + + + commonDateAndTime OBJECT-TYPE + SYNTAX DateAndTime + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "The current date and time for the transmitter. + + Notes: The range of distance from UTC is -12h..+14h. + Omitting the optional UTC fields in a set-request results in keeping + the old UTC offset value." + ::= { commonTransmitterConfiguration 1 } + + + ntp OBJECT IDENTIFIER ::= { commonTransmitterConfiguration 2 } + + + ntpMode OBJECT-TYPE + SYNTAX INTEGER + { + unknown(1), + disabled(2), + slewAdjust(3), + stepAdjust(4) + } + MAX-ACCESS read-only + STATUS obsolete + DESCRIPTION + "Configures the working mode of the NTP client. + unknown(1) - NTP mode is currently not determinable. This value must not be written. + disabled(2) - No NTP synchronization will be done. + stepAdjust(4) - Time will be synchronized every ntpSyncTimeInterval. + + currently not implemented" + ::= { ntp 1 } + + + ntpSyncTimeInterval OBJECT-TYPE + SYNTAX Unsigned32 (6..1440) + UNITS "minute" + MAX-ACCESS read-only + STATUS obsolete + DESCRIPTION + "Set the interval for synchronizing the NTP client with the NTP server. + Note: this is useful in step mode only. + + currently not implemented" + ::= { ntp 2 } + + + ntpServerAddrTable OBJECT-TYPE + SYNTAX SEQUENCE OF NtpServerAddrEntry + MAX-ACCESS not-accessible + STATUS obsolete + DESCRIPTION + "Table with server adresses. + Currently maximal one entry is allowed. + + currently not implemented" + ::= { ntp 3 } + + + ntpServerAddrEntry OBJECT-TYPE + SYNTAX NtpServerAddrEntry + MAX-ACCESS not-accessible + STATUS obsolete + DESCRIPTION + "An entry for a ntpServerAddrTable." + INDEX { ntpServerAddrIdx } + ::= { ntpServerAddrTable 1 } + + + NtpServerAddrEntry ::= + SEQUENCE { + ntpServerAddrIdx + Unsigned32, + ntpServerAddressType + InetAddressType, + ntpServerAddress + InetAddress + } + + ntpServerAddrIdx OBJECT-TYPE + SYNTAX Unsigned32 (1) + MAX-ACCESS read-only + STATUS obsolete + DESCRIPTION + "index for table entry." + ::= { ntpServerAddrEntry 1 } + + + ntpServerAddressType OBJECT-TYPE + SYNTAX InetAddressType + MAX-ACCESS read-only + STATUS obsolete + DESCRIPTION + "The type of ntpServerAddress." + ::= { ntpServerAddrEntry 2 } + + + ntpServerAddress OBJECT-TYPE + SYNTAX InetAddress + MAX-ACCESS read-only + STATUS obsolete + DESCRIPTION + "The address of the NTP server. + The address type is determined by the ntpServerAddressType value." + ::= { ntpServerAddrEntry 3 } + + + ntpState OBJECT-TYPE + SYNTAX INTEGER + { + unknown(1), + disabled(2), + enabled(3), + notRunning(4), + syncFailed(5), + synchronizing(6), + syncOk(7) + } + MAX-ACCESS read-only + STATUS obsolete + DESCRIPTION + "Shows the current state of NTP synchronization. + + currently not implemented" + ::= { ntp 4 } + + + ntpLastSync OBJECT-TYPE + SYNTAX DateAndTime + MAX-ACCESS read-only + STATUS obsolete + DESCRIPTION + "The date/time of the last successful synchronization. + + currently not implemented" + ::= { ntp 5 } + + + softwareMaintenance OBJECT IDENTIFIER ::= { commonTransmitterConfiguration 3 } + + + reboot OBJECT-TYPE + SYNTAX Trigger + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Reboots the R&S TCE900. + " + ::= { softwareMaintenance 1 } + + + softwareUpdate OBJECT IDENTIFIER ::= { softwareMaintenance 2 } + + + swUpdateStart OBJECT-TYPE + SYNTAX Trigger + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Starts the enable phase of a software update if 'Update Mode' is set to 'Manual'. + The enable phase is active for approx. 90 seconds. During this time, the R&S + TCE900 can be found in the network by the Software Distributor. + " + ::= { softwareUpdate 1 } + + + swUpdateMode OBJECT-TYPE + SYNTAX INTEGER + { + manual(1), + permanent(2) + } + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Indicates how the software of the TCE900 can be updated. + manual(1) - The TCE900 can be found by the Software Distributor for approx. + 90 seconds after the 'Start Update' button is pressed. + permanent(2) - The TCE900 can be found by the Software Distributor at any + time. The software can be updated at any time without the TCE900 + needing to be prepared for a software update. + + The setting can be changed here. + " + ::= { softwareUpdate 2 } + + + swUpdateDeviceName OBJECT-TYPE + SYNTAX SnmpAdminString (SIZE (0..30)) + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Shows the device name under which this R&S TCE900 appears + in the list of the Software Distributor. The setting can be + changed here. + " + ::= { softwareUpdate 3 } + + + swUpdateDeviceGroup OBJECT-TYPE + SYNTAX SnmpAdminString (SIZE (0..30)) + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Shows the device group. The displayed device group must be the same + as the device group set in the Software Distributor so that this R&S + TCE900 is displayed in the list of devices found by the Software Distributor. + " + ::= { softwareUpdate 4 } + + + swUpdateRebootPending OBJECT-TYPE + SYNTAX TruthValue + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Indicates, whether this device is updating the firmware of internal components. + After these updates are finished, the device will reboot. + " + ::= { softwareUpdate 5 } + + + commonTxNotificationTable OBJECT-TYPE + SYNTAX SEQUENCE OF CommonTxNotificationEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "The context information/configuration for the notifications + commonSwUpdateStarted, commonFwUpdateStatus" + ::= { commonTransmitterConfiguration 4 } + + + commonTxNotificationEntry OBJECT-TYPE + SYNTAX CommonTxNotificationEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "An entry in the commonTxNotificationTable." + INDEX { commonTxNotificationIdx } + ::= { commonTxNotificationTable 1 } + + + CommonTxNotificationEntry ::= + SEQUENCE { + commonTxNotificationIdx + Unsigned32, + commonTxNotificationName + INTEGER, + commonTxNotificationMask + NotificationMask, + commonTxNotificationPriority + NotificationPriority, + commonTxNotificationState + NotificationState + } + + commonTxNotificationIdx OBJECT-TYPE + SYNTAX Unsigned32 (1..3) + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "The notification number as below rsXx9CommonNotifications. + This is a helper column and therefore not-accessible." + ::= { commonTxNotificationEntry 1 } + + + commonTxNotificationName OBJECT-TYPE + SYNTAX INTEGER + { + commonSwUpdateStatus(2), + commonFwUpdateStatus(3) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The notification number as an enumeration. + The enumeration correlates with the notifications under rsXx9CommonNotifications." + ::= { commonTxNotificationEntry 2 } + + + commonTxNotificationMask OBJECT-TYPE + SYNTAX NotificationMask + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "See TextualConvention for details." + ::= { commonTxNotificationEntry 3 } + + + commonTxNotificationPriority OBJECT-TYPE + SYNTAX NotificationPriority + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "See TextualConvention for details." + ::= { commonTxNotificationEntry 4 } + + + commonTxNotificationState OBJECT-TYPE + SYNTAX NotificationState + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "See TextualConvention for details." + ::= { commonTxNotificationEntry 5 } + + + commonTxFunctions OBJECT IDENTIFIER ::= { commonTransmitterConfiguration 5 } + + + commonFuncSystemControl OBJECT-TYPE + SYNTAX EnableOption + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "If enabled, the device has system control functionality. + Objects below commonSystemControl have meaningful values." + ::= { commonTxFunctions 1 } + + + commonFuncTxControl OBJECT-TYPE + SYNTAX EnableOption + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "If enabled, the device has transmitter control functionality. + Objects below commonTxControl have meaningful values." + ::= { commonTxFunctions 2 } + + + commonFuncSignalProcessing OBJECT-TYPE + SYNTAX EnableOption + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "If enabled, the device has signal processing functionality." + ::= { commonTxFunctions 3 } + + + commonFuncCoolingControl OBJECT-TYPE + SYNTAX EnableOption + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "If enabled, the device has cooling control functionality." + ::= { commonTxFunctions 4 } + + + commonFuncRackControl OBJECT-TYPE + SYNTAX EnableOption + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "If enabled, the device has rack control functionality." + ::= { commonTxFunctions 5 } + + + commonSystemControl OBJECT IDENTIFIER ::= { commonTransmitterConfiguration 6 } + + + commonSystemType OBJECT-TYPE + SYNTAX Xx9SystemType + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "See textual convention for details." + ::= { commonSystemControl 1 } + + + commonSystemNumberOfTxA OBJECT-TYPE + SYNTAX Unsigned32 (1..8) + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "In the case of multi-transmitter systems, the number + of transmitters which normally broadcast programs." + ::= { commonSystemControl 2 } + + + commonTxControlTable OBJECT-TYPE + SYNTAX SEQUENCE OF CommonTxControlEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "Transmitter control properties for each transmitter." + ::= { commonTransmitterConfiguration 7 } + + + commonTxControlEntry OBJECT-TYPE + SYNTAX CommonTxControlEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "An entry in the commonTxControlTable." + INDEX { cmnTxCtrlTxIdx } + ::= { commonTxControlTable 1 } + + + CommonTxControlEntry ::= + SEQUENCE { + cmnTxCtrlTxIdx + IndexTransmitter, + cmnTxCtrlRedundancyMode + Xx9RedundancyMode, + cmnTxCtrlModulationMode + Xx9ModulationMode, + cmnTxCtrlAmplifierType + Xx9AmplifierType + } + + cmnTxCtrlTxIdx OBJECT-TYPE + SYNTAX IndexTransmitter + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "transmitter index" + ::= { commonTxControlEntry 1 } + + + cmnTxCtrlRedundancyMode OBJECT-TYPE + SYNTAX Xx9RedundancyMode + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Transmitter redundancy mode." + ::= { commonTxControlEntry 2 } + + + cmnTxCtrlModulationMode OBJECT-TYPE + SYNTAX Xx9ModulationMode + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Transmitter modulation mode." + ::= { commonTxControlEntry 3 } + + + cmnTxCtrlAmplifierType OBJECT-TYPE + SYNTAX Xx9AmplifierType + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Type of amplifiers for transmitter." + ::= { commonTxControlEntry 4 } + + + commonSnmpConfiguration OBJECT IDENTIFIER ::= { rsXx9CommonObjects 3 } + + + sendTestNotification OBJECT-TYPE + SYNTAX Trigger + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Agent generates the notification 'commonTest', which is useful when checking the + connection between agent (transmitter control unit) and your notification sink(s)." + ::= { commonSnmpConfiguration 1 } + + + irtNotificationsAllOn OBJECT-TYPE + SYNTAX Trigger + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "This enables all IRT notifications. + + In detail, this means in the IRT-MIBs under branches *EventEnable all + object instances are set to true(1). + + Caution! + Setting this value influences remote controlling of devices. + Too many alarms may flood your network. Use this only for testing - for + operation, we suggest switch on only a few important traps." + ::= { commonSnmpConfiguration 2 } + + + irtNotificationsAllOff OBJECT-TYPE + SYNTAX Trigger + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "This disables all IRT notifications. + + In detail, this means in the IRT-MIBs under branches *EventEnable all + object instances are set to false(2). + + Note: This is typically set when using only R&S-MIBs + and you don't need IRT-MIBs." + ::= { commonSnmpConfiguration 3 } + + + rsNotificationsAllOn OBJECT-TYPE + SYNTAX Trigger + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "This enables all R&S notifications. + + In detail, this means in the R&S-MIBs *NotificationTable in + column *NotificationMask all object instances are set to enable(1). + + Caution! + Enabling all notifications is not recommended! + + Caution! + Setting this value influences remote controlling of devices! + Too many notifications may flood your network. Use this only for testing - for + operation, we suggest switch on only a few important notifications. + + Caution! + This enables absolutely all R&S notifications! + Make sure you can handle it (network speed, routers, firewalls, NOC database performance etc.)." + ::= { commonSnmpConfiguration 4 } + + + rsNotificationsAllOff OBJECT-TYPE + SYNTAX Trigger + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "This disables all R&S notifications. + + In detail, this means in the R&S-MIBs under *NotificationTable in + column *NotificationMask all object instances are set to disable(2). + + Note: This is typically set when using only IRT-MIBs + and you don't need R&S-MIBs." + ::= { commonSnmpConfiguration 5 } + + + rsNotificationsAllFaultsOn OBJECT-TYPE + SYNTAX Trigger + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "This enables all R&S notifications of class fault(1). + + In detail, this means in the R&S-MIBs under *NotificationTable in column *NotificationMask + all object instances with value fault(1) for binding 'commonNotificationAlarmClass' + are set to enable(1). + + Note: This is the recommended setting when using R&S-MIBs. It gives you an + overview of the device state." + ::= { commonSnmpConfiguration 6 } + + + rsNotificationsAllFaultsOff OBJECT-TYPE + SYNTAX Trigger + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "This disables all R&S notifications of class fault(1). + + In detail, this means in the R&S-MIBs under *NotificationTable in column *NotificationMask + all object instances with value fault(1) for binding 'commonNotificationAlarmClass' + are set to disable(2)." + ::= { commonSnmpConfiguration 7 } + + + rsNotificationsAllWarningsOn OBJECT-TYPE + SYNTAX Trigger + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "This enables all R&S notifications of class warning(2). + + In detail, this means in the R&S-MIBs under *NotificationTable in column *NotificationMask + all object instances with value warning(2) for binding 'commonNotificationAlarmClass' + are set to enable(1). + + + Note: This is the recommended setting when using R&S-MIBs and you want much more + informations from the device than only faults. + + Caution! + This enables lots of notifications. + Make sure you can handle it (network speed, NOC database performance etc.)..." + ::= { commonSnmpConfiguration 8 } + + + rsNotificationsAllWarningsOff OBJECT-TYPE + SYNTAX Trigger + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "This disables all R&S notifications of class warning(2). + + In detail, this means in the R&S-MIBs under *NotificationTable in column *NotificationMask + all object instances with value warning(2) for binding 'commonNotificationAlarmClass' + are set to disable(2)." + ::= { commonSnmpConfiguration 9 } + + + customNotificationTable OBJECT-TYPE + SYNTAX SEQUENCE OF CustomNotificationEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "A list of notification entries." + ::= { commonSnmpConfiguration 10 } + + + customNotificationEntry OBJECT-TYPE + SYNTAX CustomNotificationEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "A conceptual row in the notificationTable." + INDEX { customNotificationIndex } + ::= { customNotificationTable 1 } + + + CustomNotificationEntry ::= + SEQUENCE { + customNotificationIndex + Unsigned32, + customNotificationInterval + Unsigned32, + customNotificationVariable + OBJECT IDENTIFIER, + customNotificationSampleType + INTEGER, + customNotificationValue + Integer32, + customNotificationRisingThreshold + Integer32, + customNotificationFallingThreshold + Integer32, + customNotificationStatus + RowStatus, + customNotificationPriority + NotificationPriority + } + + customNotificationIndex OBJECT-TYPE + SYNTAX Unsigned32 (1..65535) + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "An index that uniquely identifies an entry in the + notificationTable. Each such entry defines a + diagnostic sample for an object on the device." + ::= { customNotificationEntry 1 } + + + customNotificationInterval OBJECT-TYPE + SYNTAX Unsigned32 + UNITS "second" + MAX-ACCESS read-create + STATUS current + DESCRIPTION + "The interval in seconds over which the data is sampled + and compared according to customNotificationSampleType. + + This object may not be modified if the associated + customNotificationStatus object is equal to active(1)." + DEFVAL { 10 } + ::= { customNotificationEntry 2 } + + + customNotificationVariable OBJECT-TYPE + SYNTAX OBJECT IDENTIFIER + MAX-ACCESS read-create + STATUS current + DESCRIPTION + "The object identifier of the particular variable to be + sampled. Only integer variables may be sampled. + + Because SNMP access control is articulated entirely + in terms of the contents of MIB views, no access + control mechanism exists that can restrict the value of + this object to identify only those objects that exist + in a particular MIB view. Because there is thus no + acceptable means of restricting the read access that + could be obtained through the notification mechanism, + the probe must only grant write access to this object in + those views that have read access to all objects on + the probe. + + During a set operation, if the supplied variable name is + not available in the selected MIB view, a badValue error + must be returned. If at any time the variable name of + an established notificationEntry is no longer available in the + selected MIB view, the probe must change the status of + this notificationEntry to invalid(4). + + This object may not be modified if the associated + customNotificationStatus object is equal to active(1)." + ::= { customNotificationEntry 3 } + + + customNotificationSampleType OBJECT-TYPE + SYNTAX INTEGER + { + absoluteValue(1), + changingValue(2) + } + MAX-ACCESS read-create + STATUS current + DESCRIPTION + "If the value of this object is absoluteValue(1), + the value of the selected variable will be compared + with the thresholds at the end of the sampling interval. + If the value of this object is changingValue(2), + the value of the selected variable at the last sample + will be compared with the current value, + and a difference will lead to a commonChanging notification. + + This object may not be modified if the associated + customNotificationStatus object is equal to active(1)." + DEFVAL { absoluteValue } + ::= { customNotificationEntry 4 } + + + customNotificationValue OBJECT-TYPE + SYNTAX Integer32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The value of the statistic during the last sampling period. + This is the value that is compared with the rising and + falling thresholds. + + The value during the current sampling period is not + made available until the period is completed and will + remain available until the next period completes." + ::= { customNotificationEntry 5 } + + + customNotificationRisingThreshold OBJECT-TYPE + SYNTAX Integer32 + MAX-ACCESS read-create + STATUS current + DESCRIPTION + "A threshold for the sampled statistic. When the current + sampled value is greater than or equal to this threshold, + and the value at the last sampling interval was less than + this threshold, a single event will be generated. + + After a rising event is generated, another such event + will not be generated until the sampled value + falls below this threshold and reaches the + notificationFallingThreshold. + + This object may not be modified if the associated + customNotificationStatus is equal to active(1)." + ::= { customNotificationEntry 6 } + + + customNotificationFallingThreshold OBJECT-TYPE + SYNTAX Integer32 + MAX-ACCESS read-create + STATUS current + DESCRIPTION + "A threshold for the sampled statistic. When the current + sampled value is less than or equal to this threshold, + and the value at the last sampling interval was greater than + this threshold, a single event will be generated. + + After a falling event is generated, another such event + will not be generated until the sampled value + rises above this threshold and reaches the + notificationRisingThreshold. + + This object may not be modified if the associated + customNotificationStatus object is equal to active(1)." + ::= { customNotificationEntry 7 } + + + customNotificationStatus OBJECT-TYPE + SYNTAX RowStatus + MAX-ACCESS read-create + STATUS current + DESCRIPTION + "Control for creating and deleting entries. + Entries may not be modified while active." + ::= { customNotificationEntry 8 } + + + customNotificationPriority OBJECT-TYPE + SYNTAX NotificationPriority + MAX-ACCESS read-create + STATUS current + DESCRIPTION + "Priority of a generated notification. + + This object may not be modified if the associated + customNotificationStatus object is equal to active(1)." + DEFVAL { 1 } + ::= { customNotificationEntry 9 } + + + snmpUserConfiguration OBJECT IDENTIFIER ::= { commonSnmpConfiguration 11 } + + + snmpEnable OBJECT-TYPE + SYNTAX SwitchOnOff + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Switch SNMP off. + Please note, that you can not turn SNMP on via this OID if SNMP is in the OFF state. + " + ::= { snmpUserConfiguration 1 } + + + snmpSyncTrapSinks OBJECT-TYPE + SYNTAX Trigger + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Synchronize SNMP trap sinks. All enabled traps (IRT and R&S) + are sent to all enabled trap sinks." + ::= { snmpUserConfiguration 2 } + + +-- The following objects are ment only for internal use. +-- They are used to store values for notification bindings. + commonNotificationBindings OBJECT IDENTIFIER ::= { rsXx9CommonObjects 4 } + + + commonNotificationAlarmClass OBJECT-TYPE + SYNTAX NotificationClass + MAX-ACCESS accessible-for-notify + STATUS current + DESCRIPTION + "See TextualConvention for details." + ::= { commonNotificationBindings 1 } + + + commonTrapCounter OBJECT-TYPE + SYNTAX Counter32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The total number of SNMP Trap PDUs which have + been generated by the SNMP protocol entity." + ::= { commonNotificationBindings 2 } + + + commonOptionManagement OBJECT IDENTIFIER ::= { rsXx9CommonObjects 5 } + + + installOpkTable OBJECT-TYPE + SYNTAX SEQUENCE OF InstallOpkEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "This Table gives the facility for activation/deactivation + of an option key." + ::= { commonOptionManagement 1 } + + + installOpkEntry OBJECT-TYPE + SYNTAX InstallOpkEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "An entry for a TCE900." + INDEX { instOpkDeviceIdx } + ::= { installOpkTable 1 } + + + InstallOpkEntry ::= + SEQUENCE { + instOpkDeviceIdx + IndexTceDevice, + instOpkDeviceName + SnmpAdminString, + instOpkNewKey + OCTET STRING, + instOpkMessage + SnmpAdminString + } + + instOpkDeviceIdx OBJECT-TYPE + SYNTAX IndexTceDevice + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "Index of a TCE90x or TLx." + ::= { installOpkEntry 1 } + + + instOpkDeviceName OBJECT-TYPE + SYNTAX SnmpAdminString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Name of the TCE90x or TLx." + ::= { installOpkEntry 2 } + + + instOpkNewKey OBJECT-TYPE + SYNTAX OCTET STRING (SIZE (0..30)) + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Setting this object you install an option key for the specified device. + Querying this object you get the last set optionkey or an empty string." + ::= { installOpkEntry 3 } + + + instOpkMessage OBJECT-TYPE + SYNTAX SnmpAdminString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "When setting instOpkNewKey, + there is a message showing the result of the action." + ::= { installOpkEntry 4 } + + + optionKeyTable OBJECT-TYPE + SYNTAX SEQUENCE OF OptionKeyEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "This table includes information about installed option keys." + ::= { commonOptionManagement 2 } + + + optionKeyEntry OBJECT-TYPE + SYNTAX OptionKeyEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "An entry for a certain option key." + INDEX { instOpkDeviceIdx, optionKeyIdx } + ::= { optionKeyTable 1 } + + + OptionKeyEntry ::= + SEQUENCE { + optionKeyIdx + Unsigned32, + optionKeyNumber + DisplayString, + optionKeyName + SnmpAdminString, + optionKeyStatus + INTEGER, + optionKeyValidity + DisplayString + } + + optionKeyIdx OBJECT-TYPE + SYNTAX Unsigned32 (1..50) + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "This is the tables index column for a certain option key." + ::= { optionKeyEntry 1 } + + + optionKeyNumber OBJECT-TYPE + SYNTAX DisplayString (SIZE (2..3)) + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "This is a part of the R&S material number of the option. + K0 is always a demo key, K2 and further are the options. + See column optionKeyName for the clear-text name." + ::= { optionKeyEntry 2 } + + + optionKeyName OBJECT-TYPE + SYNTAX SnmpAdminString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The option name as text (e.g. SNMP)." + ::= { optionKeyEntry 3 } + + + optionKeyStatus OBJECT-TYPE + SYNTAX INTEGER + { + deactivated(1), + installed(2), + warning(3), + fault(4), + empty(5) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The status of this option key. + deactivated(1) means, the function is locked. Typically a demo key ran out. + installed(2) means, the function is unlocked and operable. + warning(3) means, the option is expired. + fault(4) means, the option is required, but not installed. + " + ::= { optionKeyEntry 4 } + + + optionKeyValidity OBJECT-TYPE + SYNTAX DisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The validity range, e.g. '10 days left'." + ::= { optionKeyEntry 5 } + + + deactivationTable OBJECT-TYPE + SYNTAX SEQUENCE OF DeactivationEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "This table includes information about temporary optionkeys and their + status." + ::= { commonOptionManagement 3 } + + + deactivationEntry OBJECT-TYPE + SYNTAX DeactivationEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "An entry for a certain option key." + INDEX { instOpkDeviceIdx, deactivationIdx } + ::= { deactivationTable 1 } + + + DeactivationEntry ::= + SEQUENCE { + deactivationIdx + Unsigned32, + deactivationKeyNumber + DisplayString, + deactivationKeyName + SnmpAdminString, + deactivationResponse + SnmpAdminString + } + + deactivationIdx OBJECT-TYPE + SYNTAX Unsigned32 (1..60) + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "The index for a certain deactivation key." + ::= { deactivationEntry 1 } + + + deactivationKeyNumber OBJECT-TYPE + SYNTAX DisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "This is a part of the R&S material number of the option. + K0 is always a demo key, K2 and further are the options. + See column deactivationKeyName for the clear-text name." + ::= { deactivationEntry 2 } + + + deactivationKeyName OBJECT-TYPE + SYNTAX SnmpAdminString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The option name as text (e.g. SNMP)." + ::= { deactivationEntry 3 } + + + deactivationResponse OBJECT-TYPE + SYNTAX SnmpAdminString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "This is what customers send to R&S + to ensure the option key is deactivated correctly." + ::= { deactivationEntry 4 } + + + commonOpkNotificationTable OBJECT-TYPE + SYNTAX SEQUENCE OF CommonOpkNotificationEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "The context information/configuration for the notifications + commonOptionKeyStatus" + ::= { commonOptionManagement 4 } + + + commonOpkNotificationEntry OBJECT-TYPE + SYNTAX CommonOpkNotificationEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "An entry in the commonOpkNotificationTable." + INDEX { instOpkDeviceIdx, commonOpkNotificationIdx } + ::= { commonOpkNotificationTable 1 } + + + CommonOpkNotificationEntry ::= + SEQUENCE { + commonOpkNotificationIdx + Unsigned32, + commonOpkNotificationName + INTEGER, + commonOpkNotificationMask + NotificationMask, + commonOpkNotificationPriority + NotificationPriority, + commonOpkNotificationState + NotificationState + } + + commonOpkNotificationIdx OBJECT-TYPE + SYNTAX Unsigned32 (100) + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "The notification number as below rsXx9CommonNotifications. + This is a helper column and therefore not-accessible." + ::= { commonOpkNotificationEntry 2 } + + + commonOpkNotificationName OBJECT-TYPE + SYNTAX INTEGER { commonOptionKeyStatus(100) } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The notification number as an enumeration. + The enumeration correlates with the notifications under rsXx9CommonNotifications." + ::= { commonOpkNotificationEntry 3 } + + + commonOpkNotificationMask OBJECT-TYPE + SYNTAX NotificationMask + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "See TextualConvention for details." + ::= { commonOpkNotificationEntry 4 } + + + commonOpkNotificationPriority OBJECT-TYPE + SYNTAX NotificationPriority + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "See TextualConvention for details." + ::= { commonOpkNotificationEntry 5 } + + + commonOpkNotificationState OBJECT-TYPE + SYNTAX NotificationState + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "See TextualConvention for details." + ::= { commonOpkNotificationEntry 6 } + + + commonDateTime OBJECT IDENTIFIER ::= { rsXx9CommonObjects 6 } + + + commonDateTimeConfigurationTable OBJECT-TYPE + SYNTAX SEQUENCE OF CommonDateTimeConfigurationEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "This Table gives the possibility for configuration + of Date, Time and the NTP client." + ::= { commonDateTime 1 } + + + commonDateTimeConfigurationEntry OBJECT-TYPE + SYNTAX CommonDateTimeConfigurationEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "A DateTime configuration entry for a TCE900." + INDEX { commonDateTimeConfDeviceIdx } + ::= { commonDateTimeConfigurationTable 1 } + + + CommonDateTimeConfigurationEntry ::= + SEQUENCE { + commonDateTimeConfDeviceIdx + IndexTceDevice, + commonDateTimeConfDeviceName + SnmpAdminString, + commonDateTimeConfLocalDateTime + DateAndTime, + commonDateTimeConfLocalTimeOffset + INTEGER, + commonDateTimeConfNtpEnable + SwitchOnOff, + commonDateTimeConfNtpServer + OCTET STRING + } + + commonDateTimeConfDeviceIdx OBJECT-TYPE + SYNTAX IndexTceDevice + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "Index of a TCE90x or TLx." + ::= { commonDateTimeConfigurationEntry 1 } + + + commonDateTimeConfDeviceName OBJECT-TYPE + SYNTAX SnmpAdminString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Name of the TCE90x or TLx." + ::= { commonDateTimeConfigurationEntry 2 } + + + commonDateTimeConfLocalDateTime OBJECT-TYPE + SYNTAX DateAndTime + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Shows the local date and time. The time can be changed here. The time is + entered in coordinated universal time (UTC) format. It is therefore + recommended to correctly set the local time offset relative to + UTC before changing the time. The local time offset must be set by + using commonDateTimeConfLocalTimeOffset + + Notes: The range of distance from UTC is -12h..+14h. + Omitting the optional UTC fields in a set-request results in keeping + the old UTC offset value." + ::= { commonDateTimeConfigurationEntry 3 } + + + commonDateTimeConfLocalTimeOffset OBJECT-TYPE + SYNTAX INTEGER (-720..840) + UNITS "minute" + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Shows the local time offset relative to UTC. The time offset is + calculated from the time zone + summer time. The time offset + can be changed here and has a direct effect on the displayed + local time. It is therefore recommended to check (and if + necessary to correct) the local time offset before setting + the local time. + " + ::= { commonDateTimeConfigurationEntry 4 } + + + commonDateTimeConfNtpEnable OBJECT-TYPE + SYNTAX SwitchOnOff + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Activates synchronization of the time of this TCE900 with an external + or internal NTP server. + " + ::= { commonDateTimeConfigurationEntry 5 } + + + commonDateTimeConfNtpServer OBJECT-TYPE + SYNTAX OCTET STRING (SIZE (0..255)) + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Shows the IP address of the NTP server. If available, an external NTP + server should be entered for the TCE900 SysCtrl. This field can be left + empty for lower-level TCE units that are to be synchronized with the + TCE900 SysCtrl. In this case, synchronization takes place via NTP + broadcast. Alternatively, the IP address of the TCE900 SysCtrl can + also be entered for lower-level devices. + " + ::= { commonDateTimeConfigurationEntry 6 } + + + commonDateTimeNotificationTable OBJECT-TYPE + SYNTAX SEQUENCE OF CommonDateTimeNotificationEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "The context information/configuration for the notification commonDateTimeNtpState." + ::= { commonDateTime 2 } + + + commonDateTimeNotificationEntry OBJECT-TYPE + SYNTAX CommonDateTimeNotificationEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "An entry in the commonDateTimeNotificationTable." + INDEX { commonDateTimeNotificationDeviceIdx, commonDateTimeNotificationIdx } + ::= { commonDateTimeNotificationTable 1 } + + + CommonDateTimeNotificationEntry ::= + SEQUENCE { + commonDateTimeNotificationDeviceIdx + IndexTceDevice, + commonDateTimeNotificationIdx + Unsigned32, + commonDateTimeNotificationName + INTEGER, + commonDateTimeNotificationMask + NotificationMask, + commonDateTimeNotificationPriority + NotificationPriority, + commonDateTimeNotificationState + NotificationState + } + + commonDateTimeNotificationDeviceIdx OBJECT-TYPE + SYNTAX IndexTceDevice + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "Index of a TCE90x or TLx." + ::= { commonDateTimeNotificationEntry 1 } + + + commonDateTimeNotificationIdx OBJECT-TYPE + SYNTAX Unsigned32 (2000) + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "The notification number as below rsXx9CommonNotifications. + This is a helper column and therefore not-accessible." + ::= { commonDateTimeNotificationEntry 2 } + + + commonDateTimeNotificationName OBJECT-TYPE + SYNTAX INTEGER { commonDateTimeNtpState(2000) } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The notification number as an enumeration. + The enumeration correlates with the notifications under rsXx9CommonNotifications." + ::= { commonDateTimeNotificationEntry 3 } + + + commonDateTimeNotificationMask OBJECT-TYPE + SYNTAX NotificationMask + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "See TextualConvention for details." + ::= { commonDateTimeNotificationEntry 4 } + + + commonDateTimeNotificationPriority OBJECT-TYPE + SYNTAX NotificationPriority + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "See TextualConvention for details." + ::= { commonDateTimeNotificationEntry 5 } + + + commonDateTimeNotificationState OBJECT-TYPE + SYNTAX NotificationState + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "See TextualConvention for details." + ::= { commonDateTimeNotificationEntry 6 } + + + commonUPS OBJECT IDENTIFIER ::= { rsXx9CommonObjects 7 } + + + upsInformationTable OBJECT-TYPE + SYNTAX SEQUENCE OF UpsInformationEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "Information about UPS for TCEs. + Several TCEs may be connected to the same UPS. + In this case the same information is listed + for each of this TCEs." + ::= { commonUPS 1 } + + + upsInformationEntry OBJECT-TYPE + SYNTAX UpsInformationEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "An entry in the upsInformationTable." + INDEX { upsInfoDeviceIdx } + ::= { upsInformationTable 1 } + + + UpsInformationEntry ::= + SEQUENCE { + upsInfoDeviceIdx + IndexTceDevice, + upsInfoWithUPS + INTEGER, + upsInfoLink + NotificationState, + upsInfoManufacturer + SnmpAdminString, + upsInfoModel + SnmpAdminString, + upsInfoSoftwareVersion + SnmpAdminString, + upsInfoName + SnmpAdminString, + upsInfoAttachedDevices + SnmpAdminString, + upsInfoBatteryStatus + INTEGER, + upsInfoSecondsOnBattery + Unsigned32, + upsInfoMinutesRemaining + Unsigned32, + upsInfoChargeRemaining + Unsigned32, + upsInfoOutputSource + INTEGER, + upsInfoOutputPower + Unsigned32, + upsInfoSelftestResult + INTEGER + } + + upsInfoDeviceIdx OBJECT-TYPE + SYNTAX IndexTceDevice + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "Index of a TCE90x or TLx." + ::= { upsInformationEntry 1 } + + + upsInfoWithUPS OBJECT-TYPE + SYNTAX INTEGER + { + unconfigured(1), + disabled(2), + enabled(3) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "This TCE900 is connected to UPS. + + If the value isn't enabled(3), + values for the other columns are not delivered for this TCE900." + ::= { upsInformationEntry 2 } + + + upsInfoLink OBJECT-TYPE + SYNTAX NotificationState + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "State of communication link to UPS." + ::= { upsInformationEntry 3 } + + + upsInfoManufacturer OBJECT-TYPE + SYNTAX SnmpAdminString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "name of the UPS manufacturer" + ::= { upsInformationEntry 4 } + + + upsInfoModel OBJECT-TYPE + SYNTAX SnmpAdminString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "UPS model designation" + ::= { upsInformationEntry 5 } + + + upsInfoSoftwareVersion OBJECT-TYPE + SYNTAX SnmpAdminString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "UPS firmware/software version(s)" + ::= { upsInformationEntry 6 } + + + upsInfoName OBJECT-TYPE + SYNTAX SnmpAdminString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "identifying the UPS" + ::= { upsInformationEntry 7 } + + + upsInfoAttachedDevices OBJECT-TYPE + SYNTAX SnmpAdminString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "identifying the devices attached to the output(s) of the UPS" + ::= { upsInformationEntry 8 } + + + upsInfoBatteryStatus OBJECT-TYPE + SYNTAX INTEGER + { + unknown(1), + ok(2), + low(3), + deplated(4) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "indication of the capacity remaining in the UPS system's batteries" + ::= { upsInformationEntry 9 } + + + upsInfoSecondsOnBattery OBJECT-TYPE + SYNTAX Unsigned32 + UNITS "second" + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "If the unit is on battery power, + the elapsed time since the UPS last switched to battery power." + ::= { upsInformationEntry 10 } + + + upsInfoMinutesRemaining OBJECT-TYPE + SYNTAX Unsigned32 + UNITS "minute" + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "an estimate of the time to battery charge depletion" + ::= { upsInformationEntry 11 } + + + upsInfoChargeRemaining OBJECT-TYPE + SYNTAX Unsigned32 + UNITS "percent" + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "an estimate of the battery charge remaining" + ::= { upsInformationEntry 12 } + + + upsInfoOutputSource OBJECT-TYPE + SYNTAX INTEGER + { + other(1), + none(2), + normal(3), + bypass(4), + battery(5), + booster(6), + reducer(7) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "present source of output power" + ::= { upsInformationEntry 13 } + + + upsInfoOutputPower OBJECT-TYPE + SYNTAX Unsigned32 + UNITS "W" + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "power summed up over all output lines" + ::= { upsInformationEntry 14 } + + + upsInfoSelftestResult OBJECT-TYPE + SYNTAX INTEGER + { + donePass(1), + doneWarning(2), + doneError(3), + aborted(4), + inProgress(5), + noTestInitiated(6) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "results of the current or last UPS diagnostics test performed" + ::= { upsInformationEntry 15 } + + + commonGPS OBJECT IDENTIFIER ::= { rsXx9CommonObjects 8 } + + + commonGpsConfigurationTable OBJECT-TYPE + SYNTAX SEQUENCE OF CommonGpsConfigurationEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "Table to configure GNSS (GPS, GLONASS)" + ::= { commonGPS 1 } + + + commonGpsConfigurationEntry OBJECT-TYPE + SYNTAX CommonGpsConfigurationEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "An entry in the commonGpsConfigurationTable" + INDEX { commonGpsConfDeviceIdx } + ::= { commonGpsConfigurationTable 1 } + + + CommonGpsConfigurationEntry ::= + SEQUENCE { + commonGpsConfDeviceIdx + IndexTceDevice, + commonGpsConfDeviceName + SnmpAdminString, + commonGpsConfAntennaType + GpsPowerSource, + commonGpsStateMonitoring + INTEGER, + commonGpsConfGnssSelection + INTEGER + } + + commonGpsConfDeviceIdx OBJECT-TYPE + SYNTAX IndexTceDevice + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "Index of a TCE90x or TLx." + ::= { commonGpsConfigurationEntry 1 } + + + commonGpsConfDeviceName OBJECT-TYPE + SYNTAX SnmpAdminString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Name of the TCE90x or TLx." + ::= { commonGpsConfigurationEntry 2 } + + + commonGpsConfAntennaType OBJECT-TYPE + SYNTAX GpsPowerSource + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Indicates which antenna type is being used. + Passive: The R&S TCE90x exciter does not provide a supply voltage + for a GNSS antenna. + Active: The R&S TCE90x exciter provides a 5 V supply voltage for a + GNSS antenna. The setting can be changed here. If the antenna + supplied by Rohde & Schwarz is used, the 'Active' antenna type + must be selected. + " + ::= { commonGpsConfigurationEntry 3 } + + + commonGpsStateMonitoring OBJECT-TYPE + SYNTAX INTEGER + { + undefined(1), + off(2), + on(3) + } + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "turns the commonGpsState notification on and off. + This is useful in the case, that no GNSS module shall be used. + By default, the notification is on, if a GPS optionKey is installed, + otherwise it is off. + " + ::= { commonGpsConfigurationEntry 4 } + + + commonGpsConfGnssSelection OBJECT-TYPE + SYNTAX INTEGER + { + undefined(1), + unknown(2), + none(3), + gps(4), + glonass(5), + gpsAndGlonass(6) + } + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Chooses the GNSS, which shall be used. + + gps: only GPS and SBAS satellites are used. + glonass: only GLONASS and SBAS satellites are used. + gpsAndGlonass: GPS, GLONASS and SBAS satellites are used. + " + ::= { commonGpsConfigurationEntry 5 } + + + commonGpsStateTable OBJECT-TYPE + SYNTAX SEQUENCE OF CommonGpsStateEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "The GNSS (GPS, GLONASS) state table." + ::= { commonGPS 2 } + + + commonGpsStateEntry OBJECT-TYPE + SYNTAX CommonGpsStateEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "an entry in the commonGpsStateTable" + INDEX { commonGpsNotificationDeviceIdx } + ::= { commonGpsStateTable 1 } + + + CommonGpsStateEntry ::= + SEQUENCE { + commonGpsStAntennaState + INTEGER, + commonGpsStTdop + Unsigned32, + commonGpsStSatellitesInView + Unsigned32, + commonGpsStUsedSatellites + Unsigned32 + } + + commonGpsStAntennaState OBJECT-TYPE + SYNTAX INTEGER + { + undefined(1), + init(2), + dontKnow(3), + ok(4), + short(5), + open(6), + notMonitored(7) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Indicates whether a connection to the GNSS antenna can be set up + or whether a fault is present. + + Unknown: With the 'Passive' antenna type, detection of the antenna connection is not possible. + Short Circuit: There is a short circuit at the antenna input. + Not Connected: The connection to the antenna is interrupted. + Ok: The connection to the antenna or to the antenna splitter is set up. + " + ::= { commonGpsStateEntry 1 } + + + commonGpsStTdop OBJECT-TYPE + SYNTAX Unsigned32 (0..65535) + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Time dilution of precision (TDOP). This is a measure of the spread of the + measurement results for calculating the time. It depends on the + geographical position of the receivable satellites. If the receivable + satellites are positioned very closely together or are very low on the + horizon, the time calculation will be imprecise. A low value describes a + good geometrical arrangement of the satellites. A value less than 2 + should be achieved. Large values are returned if the line of sight of the + receiving antenna is restricted. + " + ::= { commonGpsStateEntry 2 } + + + commonGpsStSatellitesInView OBJECT-TYPE + SYNTAX Unsigned32 (0..16) + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Indicates how many satellites are in the line of sight of the antenna. + Only satellites that differ in their relative position to one another + and that are not too low on the horizon are used for calculating the + time. + " + ::= { commonGpsStateEntry 3 } + + + commonGpsStUsedSatellites OBJECT-TYPE + SYNTAX Unsigned32 (0..16) + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Indicates how many satellites are used for calculating the current time. + Precise calculation is only possible if the signals from at least 4 + satellites are available. + " + ::= { commonGpsStateEntry 4 } + + + commonGpsNotificationTable OBJECT-TYPE + SYNTAX SEQUENCE OF CommonGpsNotificationEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "The GNSS (GPS, GLONASS) notification table. " + ::= { commonGPS 3 } + + + commonGpsNotificationEntry OBJECT-TYPE + SYNTAX CommonGpsNotificationEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "An entry in the commonGpsNotificationTable." + INDEX { commonGpsNotificationDeviceIdx, commonGpsNotificationIdx } + ::= { commonGpsNotificationTable 1 } + + + CommonGpsNotificationEntry ::= + SEQUENCE { + commonGpsNotificationDeviceIdx + IndexTceDevice, + commonGpsNotificationIdx + Unsigned32, + commonGpsNotificationName + INTEGER, + commonGpsNotificationMask + NotificationMask, + commonGpsNotificationPriority + NotificationPriority, + commonGpsNotificationState + NotificationState + } + + commonGpsNotificationDeviceIdx OBJECT-TYPE + SYNTAX IndexTceDevice + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "Index of a TCE90x." + ::= { commonGpsNotificationEntry 1 } + + + commonGpsNotificationIdx OBJECT-TYPE + SYNTAX Unsigned32 (3000) + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "The notification number as below rsXx9CommonNotifications. + This is a helper column and therefore not-accessible." + ::= { commonGpsNotificationEntry 2 } + + + commonGpsNotificationName OBJECT-TYPE + SYNTAX INTEGER { commonGpsState(3000) } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The notification number as an enumeration. + The enumeration correlates with the notifications under rsXx9CommonNotifications." + ::= { commonGpsNotificationEntry 3 } + + + commonGpsNotificationMask OBJECT-TYPE + SYNTAX NotificationMask + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "See TextualConvention for details." + ::= { commonGpsNotificationEntry 4 } + + + commonGpsNotificationPriority OBJECT-TYPE + SYNTAX NotificationPriority + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "See TextualConvention for details." + ::= { commonGpsNotificationEntry 5 } + + + commonGpsNotificationState OBJECT-TYPE + SYNTAX NotificationState + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "See TextualConvention for details." + ::= { commonGpsNotificationEntry 6 } + + + commonDeviceInformation OBJECT IDENTIFIER ::= { rsXx9CommonObjects 9 } + + + commonDevInfoStateTable OBJECT-TYPE + SYNTAX SEQUENCE OF CommonDevInfoStateEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "Table about device information state." + ::= { commonDeviceInformation 1 } + + + commonDevInfoStateEntry OBJECT-TYPE + SYNTAX CommonDevInfoStateEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "An entry in the commonDevInfoStateTable." + INDEX { devInfoStateDeviceIdx } + ::= { commonDevInfoStateTable 1 } + + + CommonDevInfoStateEntry ::= + SEQUENCE { + devInfoStateDeviceIdx + IndexTceDevice, + devInfoStateDeviceName + SnmpAdminString, + devInfoStateCapacitorBatteryInstalled + TruthValue + } + + devInfoStateDeviceIdx OBJECT-TYPE + SYNTAX IndexTceDevice + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "Index of a TCE90x or TLx." + ::= { commonDevInfoStateEntry 1 } + + + devInfoStateDeviceName OBJECT-TYPE + SYNTAX SnmpAdminString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Name of the TCE90x or TLx." + ::= { commonDevInfoStateEntry 2 } + + + devInfoStateCapacitorBatteryInstalled OBJECT-TYPE + SYNTAX TruthValue + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Indicates if a capacitor battery is installed + only valid for TLx devices" + ::= { commonDevInfoStateEntry 3 } + + + commonDevInfoNotificationTable OBJECT-TYPE + SYNTAX SEQUENCE OF CommonDevInfoNotificationEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "The device information notification table." + ::= { commonDeviceInformation 2 } + + + commonDevInfoNotificationEntry OBJECT-TYPE + SYNTAX CommonDevInfoNotificationEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "An entry in the commonDevInfoNotificationTable." + INDEX { commonDevInfoNotificationDeviceIdx, commonDevInfoNotificationIdx } + ::= { commonDevInfoNotificationTable 1 } + + + CommonDevInfoNotificationEntry ::= + SEQUENCE { + commonDevInfoNotificationDeviceIdx + IndexTceDevice, + commonDevInfoNotificationIdx + Unsigned32, + commonDevInfoNotificationName + INTEGER, + commonDevInfoNotificationMask + NotificationMask, + commonDevInfoNotificationPriority + NotificationPriority, + commonDevInfoNotificationState + NotificationState + } + + commonDevInfoNotificationDeviceIdx OBJECT-TYPE + SYNTAX IndexTceDevice + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "Index of a TCE90x or TLx." + ::= { commonDevInfoNotificationEntry 1 } + + + commonDevInfoNotificationIdx OBJECT-TYPE + SYNTAX Unsigned32 (4000 | 4100 | 4200) + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "The notification number as below rsXx9CommonNotifications. + This is a helper column and therefore not-accessible." + ::= { commonDevInfoNotificationEntry 2 } + + + commonDevInfoNotificationName OBJECT-TYPE + SYNTAX INTEGER + { + commonDevInfoAcFail(4000), + commonDevInfoFanState(4100), + commonDevInfoOvpState(4200) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The notification number as an enumeration. + The enumeration correlates with the notifications under rsXx9CommonNotifications." + ::= { commonDevInfoNotificationEntry 3 } + + + commonDevInfoNotificationMask OBJECT-TYPE + SYNTAX NotificationMask + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "See TextualConvention for details." + ::= { commonDevInfoNotificationEntry 4 } + + + commonDevInfoNotificationPriority OBJECT-TYPE + SYNTAX NotificationPriority + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "See TextualConvention for details." + ::= { commonDevInfoNotificationEntry 5 } + + + commonDevInfoNotificationState OBJECT-TYPE + SYNTAX NotificationState + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "See TextualConvention for details." + ::= { commonDevInfoNotificationEntry 6 } + + + commonDevInfoConfigTable OBJECT-TYPE + SYNTAX SEQUENCE OF CommonDevInfoConfigEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "Configure Device sepcific parameters." + ::= { commonDeviceInformation 3 } + + + commonDevInfoConfigEntry OBJECT-TYPE + SYNTAX CommonDevInfoConfigEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "An entry in the commonDevInfoConfigTable. " + INDEX { devInfoStateDeviceIdx } + ::= { commonDevInfoConfigTable 1 } + + + CommonDevInfoConfigEntry ::= + SEQUENCE { + commonDevInfoConfAssignOvp + SwitchOnOff + } + + commonDevInfoConfAssignOvp OBJECT-TYPE + SYNTAX SwitchOnOff + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Description." + ::= { commonDevInfoConfigEntry 1 } + + + commonEnvironment OBJECT IDENTIFIER ::= { rsXx9CommonObjects 10 } + + + commonEnvConfigurationTable OBJECT-TYPE + SYNTAX SEQUENCE OF CommonEnvConfigurationEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "Description." + ::= { commonEnvironment 1 } + + + commonEnvConfigurationEntry OBJECT-TYPE + SYNTAX CommonEnvConfigurationEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "Description." + INDEX { commonEnvConfDeviceIdx } + ::= { commonEnvConfigurationTable 1 } + + + CommonEnvConfigurationEntry ::= + SEQUENCE { + commonEnvConfDeviceIdx + IndexTceDevice, + commonEnvConfDeviceName + SnmpAdminString, + commonEnvConfTempWarnUpper + Integer32, + commonEnvConfTempFaultUpper + Integer32, + commonEnvConfTempWarnLower + Integer32, + commonEnvConfTempFaultLower + Integer32 + } + + commonEnvConfDeviceIdx OBJECT-TYPE + SYNTAX IndexTceDevice + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "Index of a TCE90x or TLx." + ::= { commonEnvConfigurationEntry 1 } + + + commonEnvConfDeviceName OBJECT-TYPE + SYNTAX SnmpAdminString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Name of the TCE90x or TLx." + ::= { commonEnvConfigurationEntry 2 } + + + commonEnvConfTempWarnUpper OBJECT-TYPE + SYNTAX Integer32 (10..450) + UNITS "0.1 degree Celsius" + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Description." + ::= { commonEnvConfigurationEntry 3 } + + + commonEnvConfTempFaultUpper OBJECT-TYPE + SYNTAX Integer32 (10..450) + UNITS "0.1 degree Celsius" + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Description." + ::= { commonEnvConfigurationEntry 4 } + + + commonEnvConfTempWarnLower OBJECT-TYPE + SYNTAX Integer32 (10..450) + UNITS "0.1 degree Celsius" + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Description." + ::= { commonEnvConfigurationEntry 5 } + + + commonEnvConfTempFaultLower OBJECT-TYPE + SYNTAX Integer32 (10..450) + UNITS "0.1 degree Celsius" + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Description." + ::= { commonEnvConfigurationEntry 6 } + + + commonEnvStateTable OBJECT-TYPE + SYNTAX SEQUENCE OF CommonEnvStateEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "Description." + ::= { commonEnvironment 2 } + + + commonEnvStateEntry OBJECT-TYPE + SYNTAX CommonEnvStateEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "Description." + INDEX { commonEnvConfDeviceIdx } + ::= { commonEnvStateTable 1 } + + + CommonEnvStateEntry ::= + SEQUENCE { + commonEnvStTemperature + Integer32, + commonEnvStHumidity + Integer32, + commonEnvStDewPoint + Integer32 + } + + commonEnvStTemperature OBJECT-TYPE + SYNTAX Integer32 (-40..500) + UNITS "0.1 degree Celsius" + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Description." + ::= { commonEnvStateEntry 1 } + + + commonEnvStHumidity OBJECT-TYPE + SYNTAX Integer32 (0..100) + UNITS "percent" + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Description." + ::= { commonEnvStateEntry 2 } + + + commonEnvStDewPoint OBJECT-TYPE + SYNTAX Integer32 + UNITS "0.1 degree Celsius" + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Description." + ::= { commonEnvStateEntry 3 } + + + commonEnvNotificationTable OBJECT-TYPE + SYNTAX SEQUENCE OF CommonEnvNotificationEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "Description." + ::= { commonEnvironment 3 } + + + commonEnvNotificationEntry OBJECT-TYPE + SYNTAX CommonEnvNotificationEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "Description." + INDEX { commonEnvNotificationDeviceIdx, commonEnvNotificationIdx } + ::= { commonEnvNotificationTable 1 } + + + CommonEnvNotificationEntry ::= + SEQUENCE { + commonEnvNotificationDeviceIdx + IndexTceDevice, + commonEnvNotificationIdx + Unsigned32, + commonEnvNotificationName + INTEGER, + commonEnvNotificationMask + NotificationMask, + commonEnvNotificationPriority + NotificationPriority, + commonEnvNotificationState + NotificationState + } + + commonEnvNotificationDeviceIdx OBJECT-TYPE + SYNTAX IndexTceDevice + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "Index of a TCE90x." + ::= { commonEnvNotificationEntry 1 } + + + commonEnvNotificationIdx OBJECT-TYPE + SYNTAX Unsigned32 (5000..5002) + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "The notification number as below rsXx9CommonNotifications. + This is a helper column and therefore not-accessible." + ::= { commonEnvNotificationEntry 2 } + + + commonEnvNotificationName OBJECT-TYPE + SYNTAX INTEGER + { + commonEnvSummary(5000), + commonEnvTemperature(5001), + commonEnvDewPoint(5002) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Description." + ::= { commonEnvNotificationEntry 3 } + + + commonEnvNotificationMask OBJECT-TYPE + SYNTAX NotificationMask + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Description." + ::= { commonEnvNotificationEntry 4 } + + + commonEnvNotificationPriority OBJECT-TYPE + SYNTAX NotificationPriority + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Description." + ::= { commonEnvNotificationEntry 5 } + + + commonEnvNotificationState OBJECT-TYPE + SYNTAX NotificationState + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Description." + ::= { commonEnvNotificationEntry 6 } + + + rsXx9CommonConformance OBJECT IDENTIFIER ::= { rsXx9Common 2 } + + + rsXx9CommonCompliances OBJECT IDENTIFIER ::= { rsXx9CommonConformance 1 } + + + commonBasicCompliance MODULE-COMPLIANCE + STATUS current + DESCRIPTION + "The compliance statement for XX9000 entities + which implement this MIB module." + MODULE -- this module + MANDATORY-GROUPS { commonObjBasic, commonObjNtp, commonObjSoftwareUpdate, commonObjCustomNotification, commonObjOptionManagement, + commonNotifyBasic, commonNotifyNtp, commonNotifySoftwareUpdate, commonNotifyCustomNotification, commonNotifyOptionManagement, + commonObjUPS } + ::= { rsXx9CommonCompliances 1 } + + + rsXx9CommonGroups OBJECT IDENTIFIER ::= { rsXx9CommonConformance 2 } + + + commonObjBasic OBJECT-GROUP + OBJECTS { commonDateAndTime, rsNotificationsAllWarningsOff, rsNotificationsAllWarningsOn, rsNotificationsAllFaultsOff, rsNotificationsAllFaultsOn, + rsNotificationsAllOff, rsNotificationsAllOn, irtNotificationsAllOff, irtNotificationsAllOn, commonEntPhysicalPowerUpCycles, + commonEntPhysicalOperationHours, commonEntPhysicalSwFwBiosNumber, commonNotificationAlarmClass, commonTrapCounter, commonSystemNumberOfTxA, + commonSystemType, commonFuncCoolingControl, commonFuncSignalProcessing, commonFuncTxControl, commonFuncSystemControl, + sendTestNotification, reboot, commonTxNotificationName, commonTxNotificationMask, commonTxNotificationPriority, + commonTxNotificationState, cmnTxCtrlRedundancyMode, commonFuncRackControl, snmpEnable, snmpSyncTrapSinks, + commonEntPhysicalConfigurationStatus, commonEntPhysicalHardwareStatus, cmnTxCtrlAmplifierType, cmnTxCtrlModulationMode, commonEntPhysicalType + } + STATUS current + DESCRIPTION + "Basic objects group." + ::= { rsXx9CommonGroups 1 } + + + commonObjNtp OBJECT-GROUP + OBJECTS { commonDateTimeConfDeviceName, commonDateTimeConfLocalDateTime, commonDateTimeConfLocalTimeOffset, commonDateTimeConfNtpEnable, commonDateTimeConfNtpServer, + commonDateTimeNotificationName, commonDateTimeNotificationMask, commonDateTimeNotificationPriority, commonDateTimeNotificationState } + STATUS current + DESCRIPTION + "Objects for handling time and its synchronization via NTP." + ::= { rsXx9CommonGroups 2 } + + + commonObjSoftwareUpdate OBJECT-GROUP + OBJECTS { swUpdateStart, swUpdateMode, swUpdateDeviceName, swUpdateDeviceGroup, swUpdateRebootPending + } + STATUS current + DESCRIPTION + "Objects for handling software update." + ::= { rsXx9CommonGroups 3 } + + + commonObjCustomNotification OBJECT-GROUP + OBJECTS { customNotificationVariable, customNotificationSampleType, customNotificationValue, customNotificationRisingThreshold, customNotificationFallingThreshold, + customNotificationStatus, customNotificationPriority, customNotificationInterval } + STATUS current + DESCRIPTION + "Objects for defining custom notifications." + ::= { rsXx9CommonGroups 4 } + + + commonObjOptionManagement OBJECT-GROUP + OBJECTS { optionKeyName, optionKeyStatus, optionKeyValidity, instOpkDeviceName, commonOpkNotificationState, + commonOpkNotificationPriority, commonOpkNotificationMask, commonOpkNotificationName, deactivationResponse, deactivationKeyName, + deactivationKeyNumber, instOpkMessage, instOpkNewKey, optionKeyNumber } + STATUS current + DESCRIPTION + "Objects for handling option management." + ::= { rsXx9CommonGroups 5 } + + + commonObjUPS OBJECT-GROUP + OBJECTS { upsInfoWithUPS, upsInfoLink, upsInfoManufacturer, upsInfoModel, upsInfoSoftwareVersion, + upsInfoName, upsInfoAttachedDevices, upsInfoBatteryStatus, upsInfoSecondsOnBattery, upsInfoMinutesRemaining, + upsInfoChargeRemaining, upsInfoOutputSource, upsInfoOutputPower, upsInfoSelftestResult } + STATUS current + DESCRIPTION + "Objects for UPS information." + ::= { rsXx9CommonGroups 6 } + + + commonObjGps OBJECT-GROUP + OBJECTS { commonGpsConfAntennaType, commonGpsStAntennaState, commonGpsStTdop, commonGpsStSatellitesInView, commonGpsStateMonitoring, + commonGpsConfGnssSelection, commonGpsStUsedSatellites, commonGpsConfDeviceName, commonGpsNotificationName, commonGpsNotificationMask, + commonGpsNotificationPriority, commonGpsNotificationState } + STATUS current + DESCRIPTION + "Objects for GNSS information." + ::= { rsXx9CommonGroups 7 } + + + commonObjDeviceInformation OBJECT-GROUP + OBJECTS { devInfoStateDeviceName, devInfoStateCapacitorBatteryInstalled, commonDevInfoNotificationName, commonDevInfoNotificationMask, commonDevInfoNotificationPriority, + commonDevInfoNotificationState, commonDevInfoConfAssignOvp } + STATUS current + DESCRIPTION + "Description." + ::= { rsXx9CommonGroups 8 } + + + commonObjEnvironment OBJECT-GROUP + OBJECTS { commonEnvConfTempWarnUpper, commonEnvConfTempFaultUpper, commonEnvConfTempWarnLower, commonEnvConfTempFaultLower, commonEnvStTemperature, + commonEnvStHumidity, commonEnvStDewPoint, commonEnvNotificationName, commonEnvNotificationMask, commonEnvNotificationPriority, + commonEnvNotificationState, commonEnvConfDeviceName } + STATUS current + DESCRIPTION + "Description." + ::= { rsXx9CommonGroups 9 } + + + commonObjNtpObsoleted OBJECT-GROUP + OBJECTS { ntpMode, ntpSyncTimeInterval, ntpServerAddrIdx, ntpServerAddressType, ntpServerAddress, + ntpLastSync, ntpState } + STATUS obsolete + DESCRIPTION + "Obsoleted objects for handling time synchronization via NTP." + ::= { rsXx9CommonGroups 50 } + + + commonNotifyBasic NOTIFICATION-GROUP + NOTIFICATIONS { commonTest } + STATUS current + DESCRIPTION + "Basic notifications group." + ::= { rsXx9CommonGroups 100 } + + + commonNotifyNtp NOTIFICATION-GROUP + NOTIFICATIONS { commonDateTimeNtpState } + STATUS current + DESCRIPTION + "Notifications for time synchronization via NTP." + ::= { rsXx9CommonGroups 101 } + + + commonNotifySoftwareUpdate NOTIFICATION-GROUP + NOTIFICATIONS { commonSwUpdateStatus, commonFwUpdateStatus } + STATUS current + DESCRIPTION + "Notifications for software update." + ::= { rsXx9CommonGroups 102 } + + + commonNotifyCustomNotification NOTIFICATION-GROUP + NOTIFICATIONS { commonRising, commonFalling, commonChanging } + STATUS current + DESCRIPTION + "Customer defined notifications." + ::= { rsXx9CommonGroups 103 } + + + commonNotifyOptionManagement NOTIFICATION-GROUP + NOTIFICATIONS { commonOptionKeyStatus } + STATUS current + DESCRIPTION + "Notifications for option management." + ::= { rsXx9CommonGroups 104 } + + + commonNotifyDeviceInformation NOTIFICATION-GROUP + NOTIFICATIONS { commonDevInfoAcFail, commonDevInfoFanState, commonDevInfoOvpState } + STATUS current + DESCRIPTION + "Description." + ::= { rsXx9CommonGroups 105 } + + + commonNotifyEnvironment NOTIFICATION-GROUP + NOTIFICATIONS { commonEnvSummary, commonEnvTemperature, commonEnvDewPoint } + STATUS current + DESCRIPTION + "Description." + ::= { rsXx9CommonGroups 106 } + + + commonNotifyNtpObsoleted NOTIFICATION-GROUP + NOTIFICATIONS { commonNtpSync } + STATUS obsolete + DESCRIPTION + "Obsoleted notifications for time synchronization via NTP." + ::= { rsXx9CommonGroups 150 } + + + commonNotifyGps NOTIFICATION-GROUP + NOTIFICATIONS { commonGpsState } + STATUS current + DESCRIPTION + "Notifications for GNSS." + ::= { rsXx9CommonGroups 151 } + + + + END + +-- +-- RS-XX9-COMMON-MIB.mi2 +-- diff --git a/src/vendor/rs/RS-XX9-DAB-MIB b/src/vendor/rs/RS-XX9-DAB-MIB new file mode 100644 index 000000000000..c6a725a45bb5 --- /dev/null +++ b/src/vendor/rs/RS-XX9-DAB-MIB @@ -0,0 +1,1873 @@ +-- +-- RS-XX9-DAB-MIB.mi2 +-- MIB generated by MG-SOFT Visual MIB Builder 2010 Version 8.0 Build 403 +-- Wednesday, March 23, 2016 at 08:57:47 +-- + +-- ***************************************************************************** +-- ***************************************************************************** +-- ** +-- ** COPYRIGHT (c) 2013 Rohde & Schwarz GmbH & Co. KG +-- ** Muehldorfstrasse 15 +-- ** R & S D-81671 Muenchen +-- ** +-- ***************************************************************************** +-- ** +-- ** MODULE RS-XX9-DAB-MIB +-- ** +-- ***************************************************************************** +-- ***************************************************************************** + + RS-XX9-DAB-MIB DEFINITIONS ::= BEGIN + + IMPORTS + InetAddressType, InetAddress + FROM INET-ADDRESS-MIB + commonNotificationAlarmClass + FROM RS-XX9-COMMON-MIB + rsXx9Dab, rsXx9MibModule + FROM RS-XX9-SMI-MIB + IndexTransmitter, IndexAB, NotificationMask, NotificationPriority, NotificationState + FROM RS-XX9-TC-MIB + OBJECT-GROUP, MODULE-COMPLIANCE, NOTIFICATION-GROUP + FROM SNMPv2-CONF + Unsigned32, OBJECT-TYPE, MODULE-IDENTITY, NOTIFICATION-TYPE + FROM SNMPv2-SMI + TruthValue, TEXTUAL-CONVENTION + FROM SNMPv2-TC; + + + rsXx9DabMibModule MODULE-IDENTITY + LAST-UPDATED "201603230900Z" -- March 23, 2016 at 09:00 GMT + ORGANIZATION + "Rohde&Schwarz GmbH & Co. KG" + CONTACT-INFO + "Rohde & Schwarz GmbH & Co. KG + Broadcasting Division + + Muehldorfstrasse 15 + 81671 Munich + Germany + + customersupport@rohde-schwarz.com" + DESCRIPTION + "This MIB defines DAB specific objects + of XX9000 transmitting systems from Rohde & Schwarz. + + The following MIBs are related to this: + - RS-COMMON-MIB - mandatory for this MIB + - RS-XX9-SMI-MIB - mandatory for this MIB + - RS-XX9-TC-MIB - mandatory for this MIB + - RS-XX9-COMMON-MIB - mandatory for this MIB" + REVISION "201603230900Z" -- March 23, 2016 at 09:00 GMT + DESCRIPTION + "rename dabInputEdiSyncState enum: from etiLi(9) to etiNi(9)" + REVISION "201511301500Z" -- November 30, 2015 at 15:00 GMT + DESCRIPTION + "add dabInputEdiTable, dabInputCmnEdiDejitterBuffer, dabInputCmnEdiMaxReplacement, dabInpIfEdiState + + " + REVISION "201502271500Z" -- February 27, 2015 at 15:00 GMT + DESCRIPTION + "updated description texts" + REVISION "201502021800Z" -- February 02, 2015 at 18:00 GMT + DESCRIPTION + "added dabTestRsEnsembleDataChannel, dabTestRsEnsemblePrbs" + REVISION "201412221600Z" -- December 22, 2014 at 16:00 GMT + DESCRIPTION + "updated description texts + " + REVISION "201409301300Z" -- September 30, 2014 at 13:00 GMT + DESCRIPTION + "added dabStSfnNetworkCompensationDelayState + added dabStSfnMfnOverallSignalDelay + extend range of dabStSfnTistState + " + REVISION "201406031200Z" -- June 03, 2014 at 12:00 GMT + DESCRIPTION + "removed off from dabSetupSfnTistSource's value range + added dabInpIfEtiState + added dabInputNotificationTable" + REVISION "201405161500Z" -- May 16, 2014 at 15:00 GMT + DESCRIPTION + "added dabTest and dabEncoderSummary notifications + added dabSetupSfnTxOffsetDelaySource" + REVISION "201403061600Z" -- March 06, 2014 at 16:00 GMT + DESCRIPTION + "added dabTiiCarrierPhase" + REVISION "201312201000Z" -- December 20, 2013 at 10:00 GMT + DESCRIPTION + "third revision with following changes: + - change range of dabTiiSubId to 1..23" + REVISION "201310101400Z" -- October 10, 2013 at 14:00 GMT + DESCRIPTION + "third revision with following changes: + - added dabInputEtiErrorLevelState" + REVISION "201310011000Z" -- October 01, 2013 at 10:00 GMT + DESCRIPTION + "second revision with following changes: + - updated value and description of dabInputEtiSyncState (is named na5376 instead of na5372) + - added dabStatusSfnInputTable with Tist state" + REVISION "201303131000Z" -- March 13, 2013 at 10:00 GMT + DESCRIPTION + "Preliminary version." + ::= { rsXx9MibModule 1 } + + + +-- +-- Textual conventions +-- + + DabTiiSource ::= TEXTUAL-CONVENTION + STATUS current + DESCRIPTION + "Behaviour of TII (transmitter identification information). + off(1) - not signalled - main ID out of range + manual(2) - signalled from manual input + etiMNSC(3) - signalled from ASS type 0 message" + SYNTAX INTEGER + { + off(1), + manual(2), + etiMNSC(3) + } + + DabMode ::= TEXTUAL-CONVENTION + STATUS current + DESCRIPTION + "DAB mode" + SYNTAX INTEGER + { + modeI(1), + modeII(2), + modeIII(3), + modeIV(4) + } + + DabModeSource ::= TEXTUAL-CONVENTION + STATUS current + DESCRIPTION + "Source for DAB mode: + manual(1) - from dabModulationMode + etiMID(2) - signalled by ETI(LI)-MID" + SYNTAX INTEGER + { + manual(1), + etiMID(2) + } + + NetworkCompensationDelay ::= TEXTUAL-CONVENTION + STATUS current + DESCRIPTION + "Description." + SYNTAX Unsigned32 (0..1000000) + + ErrorLevelState ::= TEXTUAL-CONVENTION + STATUS current + DESCRIPTION + "Description." + SYNTAX INTEGER + { + undefined(1), + off(2), + noSignal(3), + tooHigh(4), + ok(5) + } + + DatarateState ::= TEXTUAL-CONVENTION + STATUS current + DESCRIPTION + "Description." + SYNTAX INTEGER + { + undefined(1), + off(2), + bufferUnderrun(3), + bufferOverflow(4), + ok(5) + } + + +-- +-- Node definitions +-- + + rsXx9DabNotifications OBJECT IDENTIFIER ::= { rsXx9Dab 0 } + + + dabTiiMainIdOutOfRange NOTIFICATION-TYPE + OBJECTS { commonNotificationAlarmClass, dabStatusNotificationPriority, dabStatusNotificationState } + STATUS current + DESCRIPTION + "Indicates that the set TII Main Id is not allowed to use. + This warning might occur when the DAB-mode is + switched to Mode3. Please check the setting for DAB + main-ID. + + Possible values: + off(2) + warning(4) - Active main ID not admissible in active DAB mode. + + Notification class: warning" + ::= { rsXx9DabNotifications 1 } + + + dabEncoderSummary NOTIFICATION-TYPE + OBJECTS { commonNotificationAlarmClass, dabStatusNotificationPriority, dabStatusNotificationState } + STATUS current + DESCRIPTION + "Encoder summary state. + + Possible values: + off(2) + fault(3) + warning(4) + ok(5) + + Notification class: fault" + ::= { rsXx9DabNotifications 2 } + + + dabTest NOTIFICATION-TYPE + OBJECTS { commonNotificationAlarmClass, dabStatusNotificationPriority, dabStatusNotificationState } + STATUS current + DESCRIPTION + "One of the test signals is activated. + If a test signal is activated, decoding + of the transmitted signal by the + transmitter will not be possible. + + Possible values: + off(2) - no test signal generation + warning(4) - test signal generation is activated + + Notification class: warning + " + ::= { rsXx9DabNotifications 3 } + + + dabInpIfEtiState NOTIFICATION-TYPE + OBJECTS { commonNotificationAlarmClass, dabInputNotificationPriority, dabInputNotificationState } + STATUS current + DESCRIPTION + "Description." + ::= { rsXx9DabNotifications 4 } + + + dabInpIfEdiState NOTIFICATION-TYPE + OBJECTS { commonNotificationAlarmClass, dabInputNotificationPriority, dabInputNotificationState } + STATUS current + DESCRIPTION + "Description." + ::= { rsXx9DabNotifications 5 } + + + rsXx9DabObjects OBJECT IDENTIFIER ::= { rsXx9Dab 1 } + + + dabInput OBJECT IDENTIFIER ::= { rsXx9DabObjects 1 } + + + dabInputCommonTable OBJECT-TYPE + SYNTAX SEQUENCE OF DabInputCommonEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "Common parameters for all inputs." + ::= { dabInput 1 } + + + dabInputCommonEntry OBJECT-TYPE + SYNTAX DabInputCommonEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "An entry in the dabInputCommonTable." + INDEX { dabInputCmnTxIdx, dabInputCmnExcIdx } + ::= { dabInputCommonTable 1 } + + + DabInputCommonEntry ::= + SEQUENCE { + dabInputCmnTxIdx + IndexTransmitter, + dabInputCmnExcIdx + IndexAB, + dabInputCmnImpedance + INTEGER, + dabInputCmnEdiDejitterBuffer + Unsigned32, + dabInputCmnEdiMaxReplacements + Unsigned32 + } + + dabInputCmnTxIdx OBJECT-TYPE + SYNTAX IndexTransmitter + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "The transmitter index." + ::= { dabInputCommonEntry 1 } + + + dabInputCmnExcIdx OBJECT-TYPE + SYNTAX IndexAB + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "This index distinguishes the exiters. + Necessary if you have dual drive transmitters." + ::= { dabInputCommonEntry 2 } + + + dabInputCmnImpedance OBJECT-TYPE + SYNTAX INTEGER + { + ohm75(2), + high(3) + } + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Description." + ::= { dabInputCommonEntry 3 } + + + dabInputCmnEdiDejitterBuffer OBJECT-TYPE + SYNTAX Unsigned32 (10..100) + UNITS "frames" + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Determines the buffer time at start, before the input data is forwarded to EDI handling. + This value should be greater than the expected jitter of the input network. + " + ::= { dabInputCommonEntry 4 } + + + dabInputCmnEdiMaxReplacements OBJECT-TYPE + SYNTAX Unsigned32 (0..255) + UNITS "frames" + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Determines the number of ETI frames, which can be created because of replacement. + If this number is exceeded, the input is switched off. + " + ::= { dabInputCommonEntry 5 } + + + dabInputEtiTable OBJECT-TYPE + SYNTAX SEQUENCE OF DabInputEtiEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "ETI input parameters." + ::= { dabInput 2 } + + + dabInputEtiEntry OBJECT-TYPE + SYNTAX DabInputEtiEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "An entry in the dabInputEtiTable." + INDEX { dabInputCmnTxIdx, dabInputCmnExcIdx, dabInputEtiInputIdx } + ::= { dabInputEtiTable 1 } + + + DabInputEtiEntry ::= + SEQUENCE { + dabInputEtiInputIdx + INTEGER, + dabInputEtiSyncState + INTEGER, + dabInputEtiDatarate + Unsigned32, + dabInputEtiDatarateState + DatarateState, + dabInputEtiErrorLevelState + ErrorLevelState + } + + dabInputEtiInputIdx OBJECT-TYPE + SYNTAX INTEGER + { + input1(1), + input2(2) + } + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "Input index." + ::= { dabInputEtiEntry 1 } + + + dabInputEtiSyncState OBJECT-TYPE + SYNTAX INTEGER + { + undefined(1), + noSignal(2), + ais(3), + g703(4), + g704(5), + niG703(6), + na5592(7), + na5376(8) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Indicates whether the synchronisation could occur on the data stream and which + kind of feeding the data stream is used. + + niG703(6) - ETI(NI, G.703) + na5592(7) - ETI(NA, G.704)5592 + na5376(8) - ETI(NA, G.704)5376" + ::= { dabInputEtiEntry 2 } + + + dabInputEtiDatarate OBJECT-TYPE + SYNTAX Unsigned32 + UNITS "bits per second" + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The total data rate inclusive stuffing bytes at ETI feed." + ::= { dabInputEtiEntry 3 } + + + dabInputEtiDatarateState OBJECT-TYPE + SYNTAX DatarateState + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Description." + ::= { dabInputEtiEntry 4 } + + + dabInputEtiErrorLevelState OBJECT-TYPE + SYNTAX ErrorLevelState + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Indicates the status of error level included in the ETI. The status + is set from a multiplexer individually for each ETI Frame. + + Off: The monitoring is deactivated. + No Signal: No signal is being applied. + Too High: The error level is 2. This input is used no longer. + Ok: The error level is 2. + " + ::= { dabInputEtiEntry 5 } + + + dabInputNotificationTable OBJECT-TYPE + SYNTAX SEQUENCE OF DabInputNotificationEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "The context information/configuration for the + DAB input notifications." + ::= { dabInput 3 } + + + dabInputNotificationEntry OBJECT-TYPE + SYNTAX DabInputNotificationEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "Description." + INDEX { dabInputNotificationTxIdx, dabInputNotificationExcIdx, dabInputNotificationInputIdx, dabInputNotificationIdx } + ::= { dabInputNotificationTable 1 } + + + DabInputNotificationEntry ::= + SEQUENCE { + dabInputNotificationTxIdx + IndexTransmitter, + dabInputNotificationExcIdx + IndexAB, + dabInputNotificationInputIdx + INTEGER, + dabInputNotificationIdx + Unsigned32, + dabInputNotificationName + INTEGER, + dabInputNotificationMask + NotificationMask, + dabInputNotificationPriority + NotificationPriority, + dabInputNotificationState + NotificationState + } + + dabInputNotificationTxIdx OBJECT-TYPE + SYNTAX IndexTransmitter + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "The transmitter index." + ::= { dabInputNotificationEntry 1 } + + + dabInputNotificationExcIdx OBJECT-TYPE + SYNTAX IndexAB + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "This index distinguishes the exiters. + Necessary if you have dual drive transmitters." + ::= { dabInputNotificationEntry 2 } + + + dabInputNotificationInputIdx OBJECT-TYPE + SYNTAX INTEGER + { + input1(1), + input2(2) + } + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "Input index." + ::= { dabInputNotificationEntry 3 } + + + dabInputNotificationIdx OBJECT-TYPE + SYNTAX Unsigned32 (4..5) + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "The notification number as below rsXx9DabNotifications. + This is a helper column and therefore not-accessible." + ::= { dabInputNotificationEntry 4 } + + + dabInputNotificationName OBJECT-TYPE + SYNTAX INTEGER + { + dabInpIfEtiState(4), + dabInpIfEdiState(5) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The notification number as an enumeration. + The enumeration correlates with the notifications below rsXx9DabNotifications." + ::= { dabInputNotificationEntry 5 } + + + dabInputNotificationMask OBJECT-TYPE + SYNTAX NotificationMask + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "See textual convention for details." + ::= { dabInputNotificationEntry 6 } + + + dabInputNotificationPriority OBJECT-TYPE + SYNTAX NotificationPriority + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "See textual convention for details." + ::= { dabInputNotificationEntry 7 } + + + dabInputNotificationState OBJECT-TYPE + SYNTAX NotificationState + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "See textual convention for details." + ::= { dabInputNotificationEntry 8 } + + + dabInputEdiTable OBJECT-TYPE + SYNTAX SEQUENCE OF DabInputEdiEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "EDI input parameters." + ::= { dabInput 4 } + + + dabInputEdiEntry OBJECT-TYPE + SYNTAX DabInputEdiEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "An entry in the dabInputEdiTable." + INDEX { dabInputCmnTxIdx, dabInputCmnExcIdx, dabInputNotificationInputIdx } + ::= { dabInputEdiTable 1 } + + + DabInputEdiEntry ::= + SEQUENCE { + dabInputEdiSyncState + INTEGER, + dabInputEdiDatarate + Unsigned32, + dabInputEdiDatarateState + DatarateState, + dabInputEdiConnector + INTEGER, + dabInputEdiStreamingMode + INTEGER, + dabInputEdiStreamAddressType + InetAddressType, + dabInputEdiStreamAddress + InetAddress, + dabInputEdiStreamPort + Unsigned32, + dabInputEdiErrorLevelState + ErrorLevelState, + dabInputEdiReplacementStatus + INTEGER, + dabInputEdiFecMode + INTEGER + } + + dabInputEdiSyncState OBJECT-TYPE + SYNTAX INTEGER + { + undefined(0), + noSignal(1), + stiDLi(8), + etiNi(9) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Indicates whether the datastream could be synchronized + and which type of the datastream is fed. + " + ::= { dabInputEdiEntry 1 } + + + dabInputEdiDatarate OBJECT-TYPE + SYNTAX Unsigned32 + UNITS "bits per second" + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Indicates the total data rate (gross data rate) on the EDI feed. + " + ::= { dabInputEdiEntry 2 } + + + dabInputEdiDatarateState OBJECT-TYPE + SYNTAX DatarateState + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Description." + ::= { dabInputEdiEntry 3 } + + + dabInputEdiConnector OBJECT-TYPE + SYNTAX INTEGER + { + tsLan1(1), + tsLan2(2) + } + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Used to define the physical network interface to which the logical EDI stream + is bound. Normally, the TS LAN 1 socket (X30) is coupled to EDI stream 1 and + the TS LAN 2 socket (X31) to EDI stream 2. This allows you to use multiple + redundant servers that can be selected automatically using the automatic + input signal switchover. However, it is also possible to feed several + multicast streams via the same physical Ethernet socket. In this case, too, + the automatic input signal switchover function can toggle automatically + between two data streams." + ::= { dabInputEdiEntry 4 } + + + dabInputEdiStreamingMode OBJECT-TYPE + SYNTAX INTEGER + { + uniCast(1), + multiCast(2) + } + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Determines the streaming mode. " + ::= { dabInputEdiEntry 5 } + + + dabInputEdiStreamAddressType OBJECT-TYPE + SYNTAX InetAddressType + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Description." + ::= { dabInputEdiEntry 6 } + + + dabInputEdiStreamAddress OBJECT-TYPE + SYNTAX InetAddress + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "If dabInputEdiStreamingMode is unicast(1) this object is read-only and shows the IP address + on the physical connector. + If dabInputEdiStreamingMode is multicast(2) this object is read-write for configuration + of the multicast source the IP address. + " + ::= { dabInputEdiEntry 7 } + + + dabInputEdiStreamPort OBJECT-TYPE + SYNTAX Unsigned32 (1..65535) + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "The port of the logical input stream. " + ::= { dabInputEdiEntry 8 } + + + dabInputEdiErrorLevelState OBJECT-TYPE + SYNTAX ErrorLevelState + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Indicates the status of error level included in the EDI. The status + is set from a multiplexer individually for each EDI Frame. + + Off: The monitoring is deactivated. + No Signal: No signal is being applied. + Too High: The error level is 2. This input is used no longer. + Ok: The error level is 2. + " + ::= { dabInputEdiEntry 9 } + + + dabInputEdiReplacementStatus OBJECT-TYPE + SYNTAX INTEGER + { + undefined(1), + noInput(2), + unused(3), + replacedFrames(4), + ok(5) + } + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Description." + ::= { dabInputEdiEntry 10 } + + + dabInputEdiFecMode OBJECT-TYPE + SYNTAX INTEGER + { + undefined(1), + off(2), + mode1(3), + mode2(4), + mode3(5), + mode4(6), + mode5(7), + mode6OrHigher(8), + unknown(9) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Shows the fed FEC." + ::= { dabInputEdiEntry 11 } + + + dabStatus OBJECT IDENTIFIER ::= { rsXx9DabObjects 2 } + + + dabStatusNotificationTable OBJECT-TYPE + SYNTAX SEQUENCE OF DabStatusNotificationEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "The context information/configuration for the + DAB status notifications." + ::= { dabStatus 1 } + + + dabStatusNotificationEntry OBJECT-TYPE + SYNTAX DabStatusNotificationEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "An entry in the dabStatusNotificationTable." + INDEX { dabStatusNotificationTxIdx, dabStatusNotificationExcIdx, dabStatusNotificationIdx } + ::= { dabStatusNotificationTable 1 } + + + DabStatusNotificationEntry ::= + SEQUENCE { + dabStatusNotificationTxIdx + IndexTransmitter, + dabStatusNotificationExcIdx + IndexAB, + dabStatusNotificationIdx + Unsigned32, + dabStatusNotificationName + INTEGER, + dabStatusNotificationMask + NotificationMask, + dabStatusNotificationPriority + NotificationPriority, + dabStatusNotificationState + NotificationState + } + + dabStatusNotificationTxIdx OBJECT-TYPE + SYNTAX IndexTransmitter + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "The transmitter index." + ::= { dabStatusNotificationEntry 1 } + + + dabStatusNotificationExcIdx OBJECT-TYPE + SYNTAX IndexAB + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "This index distinguishes the exiters. + Necessary if you have dual drive transmitters." + ::= { dabStatusNotificationEntry 2 } + + + dabStatusNotificationIdx OBJECT-TYPE + SYNTAX Unsigned32 (1..3) + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "The notification number as below rsXx9DabNotifications. + This is a helper column and therefore not-accessible." + ::= { dabStatusNotificationEntry 3 } + + + dabStatusNotificationName OBJECT-TYPE + SYNTAX INTEGER + { + dabTiiMainIdOutOfRange(1), + dabEncoderSummary(2), + dabTest(3) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The notification number as an enumeration. + The enumeration correlates with the notifications below rsXx9DabNotifications." + ::= { dabStatusNotificationEntry 4 } + + + dabStatusNotificationMask OBJECT-TYPE + SYNTAX NotificationMask + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "See textual convention for details." + ::= { dabStatusNotificationEntry 5 } + + + dabStatusNotificationPriority OBJECT-TYPE + SYNTAX NotificationPriority + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "See textual convention for details." + ::= { dabStatusNotificationEntry 6 } + + + dabStatusNotificationState OBJECT-TYPE + SYNTAX NotificationState + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "See textual convention for details." + ::= { dabStatusNotificationEntry 7 } + + + dabActiveConfigurationTable OBJECT-TYPE + SYNTAX SEQUENCE OF DabActiveConfigurationEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "Current general DAB configuration." + ::= { dabStatus 2 } + + + dabActiveConfigurationEntry OBJECT-TYPE + SYNTAX DabActiveConfigurationEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "An entry in the dabActiveConfigurationTable." + INDEX { dabStatusNotificationTxIdx, dabStatusNotificationExcIdx } + ::= { dabActiveConfigurationTable 1 } + + + DabActiveConfigurationEntry ::= + SEQUENCE { + dabActCfgModeSource + DabModeSource + } + + dabActCfgModeSource OBJECT-TYPE + SYNTAX DabModeSource + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Indicates the source from which the DAB mode setting is retrieved. + + Manual: DAB mode is set manually at the transmitter. + ETI (LI)-MID: DAB mode is read out from the ETI header. + " + ::= { dabActiveConfigurationEntry 1 } + + + dabActiveLocalizationTable OBJECT-TYPE + SYNTAX SEQUENCE OF DabActiveLocalizationEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "Current DAB localization parameters." + ::= { dabStatus 3 } + + + dabActiveLocalizationEntry OBJECT-TYPE + SYNTAX DabActiveLocalizationEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "An entry in the dabActiveLocalizationTable." + INDEX { dabStatusNotificationTxIdx, dabStatusNotificationExcIdx } + ::= { dabActiveLocalizationTable 1 } + + + DabActiveLocalizationEntry ::= + SEQUENCE { + dabActLclTxAddressPresentPlain + TruthValue, + dabActLclTxAddressRequired + TruthValue, + dabActLclTxAddressState + INTEGER, + dabActLclTiiSource + DabTiiSource + } + + dabActLclTxAddressPresentPlain OBJECT-TYPE + SYNTAX TruthValue + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Indicates whether transmitter identification information (TII) + for the set transmitter address is contained in the transport + stream. + " + ::= { dabActiveLocalizationEntry 1 } + + + dabActLclTxAddressRequired OBJECT-TYPE + SYNTAX TruthValue + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Depending on the setting for TII Source, indicates whether the Tx address is evaluated." + ::= { dabActiveLocalizationEntry 2 } + + + dabActLclTxAddressState OBJECT-TYPE + SYNTAX INTEGER + { + undefined(1), + neverSeen(2), + holdover(3), + ok(4) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Indicates whether the Tx address is present. + + Never Seen: No Tx address has been found in the data stream. + The main ID is set to 0 and the sub-ID is set to 1 and no additional + Tx time offset is set. + + Holdover: The data stream does not currently contain a Tx address. + The TII last found is sent. + + Ok: TII for the set Tx address is present in the data stream." + ::= { dabActiveLocalizationEntry 3 } + + + dabActLclTiiSource OBJECT-TYPE + SYNTAX DabTiiSource + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Indicates which source has been selected for the identifiers + of the TII (transmission identification information) settings. + " + ::= { dabActiveLocalizationEntry 4 } + + + dabActiveModulationTable OBJECT-TYPE + SYNTAX SEQUENCE OF DabActiveModulationEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "Current DAB modulation parameters." + ::= { dabStatus 4 } + + + dabActiveModulationEntry OBJECT-TYPE + SYNTAX DabActiveModulationEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "An entry in the dabActiveModulationTable." + INDEX { dabStatusNotificationTxIdx, dabStatusNotificationExcIdx } + ::= { dabActiveModulationTable 1 } + + + DabActiveModulationEntry ::= + SEQUENCE { + dabActMdlModeEti + DabMode, + dabActMdlMode + DabMode + } + + dabActMdlModeEti OBJECT-TYPE + SYNTAX DabMode + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Indicates which DAB mode is signaled via the ETI header in the data stream." + ::= { dabActiveModulationEntry 1 } + + + dabActMdlMode OBJECT-TYPE + SYNTAX DabMode + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Indicates the currently active DAB mode." + ::= { dabActiveModulationEntry 2 } + + + dabActiveTiiTable OBJECT-TYPE + SYNTAX SEQUENCE OF DabActiveTiiEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "Current DAB TII (transmitter identification information) parameters." + ::= { dabStatus 5 } + + + dabActiveTiiEntry OBJECT-TYPE + SYNTAX DabActiveTiiEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "An entry in the dabActiveTiiTable." + INDEX { dabStatusNotificationTxIdx, dabStatusNotificationExcIdx } + ::= { dabActiveTiiTable 1 } + + + DabActiveTiiEntry ::= + SEQUENCE { + dabActTiiMainIdMnsc + Unsigned32, + dabActTiiSubIdMnsc + Unsigned32, + dabActTiiMainId + Unsigned32, + dabActTiiSubId + Unsigned32 + } + + dabActTiiMainIdMnsc OBJECT-TYPE + SYNTAX Unsigned32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Indicates the main ID signaled via MNSC (multiplex network service channel)." + ::= { dabActiveTiiEntry 1 } + + + dabActTiiSubIdMnsc OBJECT-TYPE + SYNTAX Unsigned32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Indicates the sub-ID signaled via MNSC (multiplex network service channel)." + ::= { dabActiveTiiEntry 2 } + + + dabActTiiMainId OBJECT-TYPE + SYNTAX Unsigned32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Indicates the main ID effective in the exciter." + ::= { dabActiveTiiEntry 3 } + + + dabActTiiSubId OBJECT-TYPE + SYNTAX Unsigned32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Indicates the sub-ID effective in the exciter." + ::= { dabActiveTiiEntry 4 } + + + dabStatusSfnTable OBJECT-TYPE + SYNTAX SEQUENCE OF DabStatusSfnEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "Description." + ::= { dabStatus 6 } + + + dabStatusSfnEntry OBJECT-TYPE + SYNTAX DabStatusSfnEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "Description." + INDEX { dabStatusNotificationTxIdx, dabStatusNotificationExcIdx } + ::= { dabStatusSfnTable 1 } + + + DabStatusSfnEntry ::= + SEQUENCE { + dabStSfnTxOffsetDelaySource + INTEGER, + dabStSfnTxOffsetDelayMnsc + Unsigned32, + dabStSfnNetworkCompensationDelay + NetworkCompensationDelay, + dabStSfnTxCompensationDelay + Unsigned32, + dabStSfnTxOffsetDelay + Unsigned32, + dabStSfnMfnOverallSignalDelay + Unsigned32 + } + + dabStSfnTxOffsetDelaySource OBJECT-TYPE + SYNTAX INTEGER + { + off(1), + mnsc(2) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Description." + ::= { dabStatusSfnEntry 1 } + + + dabStSfnTxOffsetDelayMnsc OBJECT-TYPE + SYNTAX Unsigned32 + UNITS "micro second" + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Description." + ::= { dabStatusSfnEntry 2 } + + + dabStSfnNetworkCompensationDelay OBJECT-TYPE + SYNTAX NetworkCompensationDelay + UNITS "micro second" + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Indicates the network compensation delay for the opereation in static + single frequency networks. If dabSetupSfnSync has been set to static(4), + the different feeding time of several transmitters in a SFN can be + compensated by the setting of a static transit time correction. The value + for the two logical inputs can be set separately. + + " + ::= { dabStatusSfnEntry 3 } + + + dabStSfnTxCompensationDelay OBJECT-TYPE + SYNTAX Unsigned32 + UNITS "micro second" + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Indicates the time span by which the signal processing + is delayed artificially to get a constant Tx Delay." + ::= { dabStatusSfnEntry 4 } + + + dabStSfnTxOffsetDelay OBJECT-TYPE + SYNTAX Unsigned32 + UNITS "micro second" + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Indicates the TX Offset Delay. The TX Offset Delay is transmitted via the + ETI signalling Channel MNSC (Multiplex Network Service Channel) and + is used to set off the time of transmission in comparison with the regular + time of transmission pre-determined by the Tx Delay. + " + ::= { dabStatusSfnEntry 5 } + + + dabStSfnMfnOverallSignalDelay OBJECT-TYPE + SYNTAX Unsigned32 (0..2000000) + UNITS "micro second" + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Indicates the processing delay of the signal through the transmitter." + ::= { dabStatusSfnEntry 6 } + + + dabStatusSfnInputTable OBJECT-TYPE + SYNTAX SEQUENCE OF DabStatusSfnInputEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "current DAB SFN state (by input)." + ::= { dabStatus 7 } + + + dabStatusSfnInputEntry OBJECT-TYPE + SYNTAX DabStatusSfnInputEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "An entry in the dabStatusSfnInputTable" + INDEX { dabStatusNotificationTxIdx, dabStatusNotificationExcIdx, dabStSfnInputIdx } + ::= { dabStatusSfnInputTable 1 } + + + DabStatusSfnInputEntry ::= + SEQUENCE { + dabStSfnInputIdx + INTEGER, + dabStSfnTistState + INTEGER, + dabStSfnNetworkCompensationDelayState + NetworkCompensationDelay + } + + dabStSfnInputIdx OBJECT-TYPE + SYNTAX INTEGER + { + input1(1), + input2(2) + } + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "Input index." + ::= { dabStatusSfnInputEntry 1 } + + + dabStSfnTistState OBJECT-TYPE + SYNTAX INTEGER + { + undefined(1), + off(2), + missingNi(3), + missingNa(4), + null(5), + ok(6), + flywheelActive(7) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "shows, if the input fulfills the requirements of the TIST. " + ::= { dabStatusSfnInputEntry 2 } + + + dabStSfnNetworkCompensationDelayState OBJECT-TYPE + SYNTAX NetworkCompensationDelay + UNITS "micro second" + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Description. + + valid, if dabSetupSfnSync is dynamic(3) + + " + ::= { dabStatusSfnInputEntry 3 } + + + dabSetup OBJECT IDENTIFIER ::= { rsXx9DabObjects 3 } + + + dabConfigurationTable OBJECT-TYPE + SYNTAX SEQUENCE OF DabConfigurationEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "General DAB configuration." + ::= { dabSetup 1 } + + + dabConfigurationEntry OBJECT-TYPE + SYNTAX DabConfigurationEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "An entry in the dabConfigurationTable." + INDEX { dabConfigurationTxIdx, dabConfigurationExcIdx } + ::= { dabConfigurationTable 1 } + + + DabConfigurationEntry ::= + SEQUENCE { + dabConfigurationTxIdx + IndexTransmitter, + dabConfigurationExcIdx + IndexAB, + dabConfigurationModeSource + DabModeSource + } + + dabConfigurationTxIdx OBJECT-TYPE + SYNTAX IndexTransmitter + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "The transmitter index." + ::= { dabConfigurationEntry 1 } + + + dabConfigurationExcIdx OBJECT-TYPE + SYNTAX IndexAB + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "This index distinguishes the exiters. + Necessary if you have dual drive transmitters." + ::= { dabConfigurationEntry 2 } + + + dabConfigurationModeSource OBJECT-TYPE + SYNTAX DabModeSource + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Indicates the DAB mode source. The setting can be changed here. + + Manual: DAB mode is set manually at the transmitter. + + ETI (LI)-MID: DAB mode is read out from the ETI header. + " + ::= { dabConfigurationEntry 3 } + + + dabLocalizationTable OBJECT-TYPE + SYNTAX SEQUENCE OF DabLocalizationEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "DAB localization parameters." + ::= { dabSetup 2 } + + + dabLocalizationEntry OBJECT-TYPE + SYNTAX DabLocalizationEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "An entry in the dabLocalizationTable." + AUGMENTS { dabConfigurationEntry } + ::= { dabLocalizationTable 1 } + + + DabLocalizationEntry ::= + SEQUENCE { + dabLocalizationTxAddress + Unsigned32, + dabLocalizationTiiSource + DabTiiSource + } + + dabLocalizationTxAddress OBJECT-TYPE + SYNTAX Unsigned32 (0..65535) + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "TX address of transmitter." + ::= { dabLocalizationEntry 1 } + + + dabLocalizationTiiSource OBJECT-TYPE + SYNTAX DabTiiSource + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "see textual convention." + ::= { dabLocalizationEntry 2 } + + + dabModulationTable OBJECT-TYPE + SYNTAX SEQUENCE OF DabModulationEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "DAB modulation parameters." + ::= { dabSetup 3 } + + + dabModulationEntry OBJECT-TYPE + SYNTAX DabModulationEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "An entry in the dabModulationTable." + AUGMENTS { dabConfigurationEntry } + ::= { dabModulationTable 1 } + + + DabModulationEntry ::= + SEQUENCE { + dabModulationChannelBandwidth + INTEGER, + dabModulationMode + DabMode + } + + dabModulationChannelBandwidth OBJECT-TYPE + SYNTAX INTEGER { mhz1p5(2) } + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Channel bandwidth of DAB signal. + mhz1p5(2) - 1.5 MHz + " + ::= { dabModulationEntry 1 } + + +-- The DAB mode if dabConfigurationModeSource is manual(2). + dabModulationMode OBJECT-TYPE + SYNTAX DabMode + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Indicates which DAB mode has been manually preselected + if dabConfigurationModeSource is manual(2). + " + ::= { dabModulationEntry 2 } + + + dabTiiTable OBJECT-TYPE + SYNTAX SEQUENCE OF DabTiiEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "DAB TII (transmitter identification information) parameters." + ::= { dabSetup 4 } + + + dabTiiEntry OBJECT-TYPE + SYNTAX DabTiiEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "An entry in the dabTiiTable." + AUGMENTS { dabConfigurationEntry } + ::= { dabTiiTable 1 } + + + DabTiiEntry ::= + SEQUENCE { + dabTiiMainId + Unsigned32, + dabTiiSubId + Unsigned32, + dabTiiCarrierPhase + INTEGER + } + + dabTiiMainId OBJECT-TYPE + SYNTAX Unsigned32 (0..69) + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Defines main ID if dabLocalizationTiiSource is manual(2)." + ::= { dabTiiEntry 1 } + + + dabTiiSubId OBJECT-TYPE + SYNTAX Unsigned32 (1..23) + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Indicates the set sub-ID. The sub-ID can be used to distinguish + between the transmitters within a DAB cell. The setting can be + changed here if dabLocalizationTiiSource has been set to manual(2). + " + ::= { dabTiiEntry 2 } + + + dabTiiCarrierPhase OBJECT-TYPE + SYNTAX INTEGER + { + etsi(1), + prSymbol(2) + } + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Determines the TII Carrier Phase (CP). + + ETSI EN 300 401: The phase of TII carrier pairs are identical + according to ETSI EN 300 401. + + PR-Symbol: The phase of TII carrier pairs are not identical + according to ETSI EN 300 401. + " + ::= { dabTiiEntry 3 } + + + dabSetupSfnTable OBJECT-TYPE + SYNTAX SEQUENCE OF DabSetupSfnEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "Description." + ::= { dabSetup 5 } + + + dabSetupSfnEntry OBJECT-TYPE + SYNTAX DabSetupSfnEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "Description." + AUGMENTS { dabConfigurationEntry } + ::= { dabSetupSfnTable 1 } + + + DabSetupSfnEntry ::= + SEQUENCE { + dabSetupSfnSync + INTEGER, + dabSetupSfnTistSource + INTEGER, + dabSetupSfnMaxTistLevel + INTEGER, + dabSetupSfnNetworkCompensationDelay1 + NetworkCompensationDelay, + dabSetupSfnNetworkCompensationDelay2 + NetworkCompensationDelay, + dabSetupSfnTxDelay + Unsigned32, + dabSetupSfnTxOffsetDelaySource + INTEGER + } + + dabSetupSfnSync OBJECT-TYPE + SYNTAX INTEGER + { + off(2), + dynamic(3), + static(4) + } + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Indicates whether the network mode MFN or SFN (dynymic or static) + is selected. The setting can be changed here. + + Off (MFN): The time of transmission is not controlled. + + Dynamic (SFN): The time of transmission of a symbol is the same + for all the transmitters of a single-frequency network (SFN). The + calculation of the network compensation delays occurs + automatically. A GPS receiver is required for synchronization. + + Static (SFN): The time of transmission of a symbol is the same for + all the transmitters of a single-frequency network (SFN). The + network compensation delay must be determined manually and + permanently set. A constant transit time must be ensured for a + accurate function. + " + ::= { dabSetupSfnEntry 1 } + + + dabSetupSfnTistSource OBJECT-TYPE + SYNTAX INTEGER + { + etiLi(3), + etiNa(4) + } + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Indicates which source is selected for the TIST (timestamp). + The setting can be changed here, if dabSetupSfnSync has + been set to dynamic(3). It can be used the TIST either from + the ETI (LI) frame or the ETI (NA) frame. + " + ::= { dabSetupSfnEntry 2 } + + + dabSetupSfnMaxTistLevel OBJECT-TYPE + SYNTAX INTEGER + { + off(2), + level1(3), + level2(4), + level3(5), + level4(6), + level5(7) + } + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Indicates the accuracy of the analysis of the timestamp. + On principle the highest possible level must be used + which is supported by the ensemble multiplexer and all + other transmiiters in the network. Level 4 correponds to + 488 ns. The setting of the level can be changed here, if + dabSetupSfnSync has been set to dynamic(3). + " + ::= { dabSetupSfnEntry 3 } + + + dabSetupSfnNetworkCompensationDelay1 OBJECT-TYPE + SYNTAX NetworkCompensationDelay + UNITS "micro second" + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Network compensation delay for logical input 1. + + Indicates the network compensation delay for the opereation in static + single frequency networks. If dabSetupSfnSync has been set to static(4), + the different feeding time of several transmitters in a SFN can be + compensated by the setting of a static transit time correction. The value + for the two logical inputs can be set separately. + " + ::= { dabSetupSfnEntry 4 } + + + dabSetupSfnNetworkCompensationDelay2 OBJECT-TYPE + SYNTAX NetworkCompensationDelay + UNITS "micro second" + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Network compensation delay for logical input 2. + + Indicates the network compensation delay for the opereation in static + single frequency networks. If dabSetupSfnSync has been set to static(4), + the different feeding time of several transmitters in a SFN can be + compensated by the setting of a static transit time correction. The value + for the two logical inputs can be set separately. + " + ::= { dabSetupSfnEntry 5 } + + + dabSetupSfnTxDelay OBJECT-TYPE + SYNTAX Unsigned32 (0..1000000) + UNITS "micro second" + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Indicates the transit time of the signal through the + transmitter. The transit time is the sum of Tx + Compensation Delay and Tx Processing Delay." + ::= { dabSetupSfnEntry 6 } + + + dabSetupSfnTxOffsetDelaySource OBJECT-TYPE + SYNTAX INTEGER + { + off(1), + mnsc(2) + } + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Choose whether a transmitter specific offset delay is + taken from the Multiplex Network Service Channel. + " + ::= { dabSetupSfnEntry 7 } + + + dabTestTable OBJECT-TYPE + SYNTAX SEQUENCE OF DabTestEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "Configures the test mode of the exciter." + ::= { dabSetup 6 } + + + dabTestEntry OBJECT-TYPE + SYNTAX DabTestEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "An entry in the dabTestTable." + AUGMENTS { dabConfigurationEntry } + ::= { dabTestTable 1 } + + + DabTestEntry ::= + SEQUENCE { + dabTestSignal + INTEGER, + dabTestRsEnsembleDataChannel + INTEGER, + dabTestRsEnsemblePrbs + INTEGER + } + + dabTestSignal OBJECT-TYPE + SYNTAX INTEGER + { + off(1), + rohdeSchwarzEnsemble(2), + singleCarrier(3) + } + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Indicates which test signal is to be generated. + + off(1): - switches off test signal generation. + rohdeSchwarzEnsemble(2): - Generates an ETI(LI) signal insted of the + payload. + singleCarrier(3): - Generates an unmodulated single carrier. + + This test signal can be used to measure the phase noise of the + synthesizer. The phase noise must be measured via the RF Monitor Out + connector (X61). The cable connected to RF Out (X60) must be removed. + In order to protect the amplifiers, this test signal is only generated if the + output of the exciter is open. + " + ::= { dabTestEntry 1 } + + + dabTestRsEnsembleDataChannel OBJECT-TYPE + SYNTAX INTEGER + { + off(1), + prbs(2) + } + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Indicates which PRBS Sequence shall be inserted to the data channel: + To activate PRBS insertion the parameter dabTestSignal has to + be set to rohdeSchwarzEnsemble(2). + off(1): A PRBS sequence is inserted to the audio channel only. + prbs(2): A PRBS sequence is inserted to the audio and data channel. + The setting can be changed here. + " + ::= { dabTestEntry 2 } + + + dabTestRsEnsemblePrbs OBJECT-TYPE + SYNTAX INTEGER + { + poly1(1), + poly2(2), + poly3(3) + } + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Indicates which pseudo random binary sequence shall be inserted to + the audio and/or data channels. To activate PRBS insertion the + parameter dabTestSignal has to be set to rohdeSchwarzEnsemble(2). + The setting can be changed here. + + poly1(1) - x^20+x^17+1 + poly2(2) - x^23+x^18+1 + poly3(3) - x^15+x^14+1 + " + ::= { dabTestEntry 3 } + + + rsXx9DabConformance OBJECT IDENTIFIER ::= { rsXx9Dab 2 } + + + rsXx9DabCompliances OBJECT IDENTIFIER ::= { rsXx9DabConformance 1 } + + + dabBasicCompliance MODULE-COMPLIANCE + STATUS current + DESCRIPTION + "The compliance statement for XX9000 DAB encoding." + MODULE -- this module + MANDATORY-GROUPS { dabObjBasic, dabNotifyBasic, dabObjInput } + ::= { rsXx9DabCompliances 1 } + + + rsXx9DabGroups OBJECT IDENTIFIER ::= { rsXx9DabConformance 2 } + + + dabObjBasic OBJECT-GROUP + OBJECTS { dabConfigurationModeSource, dabLocalizationTxAddress, dabLocalizationTiiSource, dabTestSignal, dabTiiSubId, + dabTiiMainId, dabModulationChannelBandwidth, dabActCfgModeSource, dabActLclTxAddressPresentPlain, dabActLclTxAddressRequired, + dabActLclTiiSource, dabActMdlMode, dabActTiiMainIdMnsc, dabActTiiSubIdMnsc, dabActTiiMainId, + dabActTiiSubId, dabActMdlModeEti, dabActLclTxAddressState, dabSetupSfnSync, dabSetupSfnTistSource, + dabSetupSfnMaxTistLevel, dabSetupSfnNetworkCompensationDelay1, dabSetupSfnNetworkCompensationDelay2, dabSetupSfnTxDelay, dabStSfnTxOffsetDelaySource, + dabStSfnTxOffsetDelayMnsc, dabStSfnNetworkCompensationDelay, dabStSfnTxCompensationDelay, dabStSfnTxOffsetDelay, dabStSfnTistState, + dabTiiCarrierPhase, dabSetupSfnTxOffsetDelaySource, dabStSfnNetworkCompensationDelayState, dabStSfnMfnOverallSignalDelay, dabTestRsEnsemblePrbs, + dabTestRsEnsembleDataChannel, dabModulationMode, dabStatusNotificationName, dabStatusNotificationMask, dabStatusNotificationPriority, + dabStatusNotificationState } + STATUS current + DESCRIPTION + "General DAB objects." + ::= { rsXx9DabGroups 1 } + + + dabObjInput OBJECT-GROUP + OBJECTS { dabInputEtiDatarateState, dabInputEtiDatarate, dabInputEtiErrorLevelState, dabInputNotificationState, dabInputNotificationPriority, + dabInputNotificationMask, dabInputNotificationName, dabInputEdiFecMode, dabInputEdiReplacementStatus, dabInputEdiErrorLevelState, + dabInputEdiDatarateState, dabInputEdiStreamPort, dabInputEdiStreamAddress, dabInputEdiStreamAddressType, dabInputEdiStreamingMode, + dabInputEdiConnector, dabInputEdiDatarate, dabInputCmnEdiMaxReplacements, dabInputCmnEdiDejitterBuffer, dabInputEtiSyncState, + dabInputCmnImpedance, dabInputEdiSyncState } + STATUS current + DESCRIPTION + "DAB input objects." + ::= { rsXx9DabGroups 2 } + + + dabNotifyBasic NOTIFICATION-GROUP + NOTIFICATIONS { dabTiiMainIdOutOfRange, dabEncoderSummary, dabTest, dabInpIfEtiState, dabInpIfEdiState + } + STATUS current + DESCRIPTION + "General DAB notifications." + ::= { rsXx9DabGroups 3 } + + + + END + +-- +-- RS-XX9-DAB-MIB.mi2 +-- diff --git a/src/vendor/rs/RS-XX9-DTMB-MIB b/src/vendor/rs/RS-XX9-DTMB-MIB new file mode 100644 index 000000000000..03248ed6fffe --- /dev/null +++ b/src/vendor/rs/RS-XX9-DTMB-MIB @@ -0,0 +1,972 @@ +-- +-- RS-XX9-DTMB-MIB.mi2 +-- MIB generated by MG-SOFT Visual MIB Builder 2010 Version 8.0 Build 403 +-- Monday, July 06, 2015 at 12:00:58 +-- + +-- ***************************************************************************** +-- ***************************************************************************** +-- ** +-- ** COPYRIGHT (c) 2013 Rohde & Schwarz GmbH & Co. KG +-- ** Muehldorfstrasse 15 +-- ** R & S D-81671 Muenchen +-- ** +-- ***************************************************************************** +-- ** +-- ** MODULE RS-XX9-DTMB-MIB +-- ** +-- ***************************************************************************** +-- ***************************************************************************** + + RS-XX9-DTMB-MIB DEFINITIONS ::= BEGIN + + IMPORTS + commonNotificationAlarmClass + FROM RS-XX9-COMMON-MIB + rsXx9Dtmb, rsXx9MibModule + FROM RS-XX9-SMI-MIB + IndexTransmitter, IndexAB, SwitchOnOff, NotificationMask, NotificationPriority, + NotificationState + FROM RS-XX9-TC-MIB + OBJECT-GROUP, MODULE-COMPLIANCE, NOTIFICATION-GROUP + FROM SNMPv2-CONF + Integer32, Unsigned32, OBJECT-TYPE, MODULE-IDENTITY, NOTIFICATION-TYPE + FROM SNMPv2-SMI + TEXTUAL-CONVENTION + FROM SNMPv2-TC; + + + rsXx9DtmbMibModule MODULE-IDENTITY + LAST-UPDATED "201506231100Z" -- June 23, 2015 at 11:00 GMT + ORGANIZATION + "Rohde&Schwarz GmbH & Co. KG" + CONTACT-INFO + "Rohde & Schwarz GmbH & Co. KG + Broadcasting Division + + Muehldorfstrasse 15 + 81671 Munich + Germany + + customersupport@rohde-schwarz.com" + DESCRIPTION + "This MIB defines DTMB specific objects + of XX9000 transmitting systems from Rohde & Schwarz. + + The following MIBs are related to this: + - RS-COMMON-MIB - mandatory for this MIB + - RS-XX9-SMI-MIB - mandatory for this MIB + - RS-XX9-TC-MIB - mandatory for this MIB + - RS-XX9-COMMON-MIB - mandatory for this MIB" + REVISION "201507061200Z" -- July 06, 2015 at 12:00 GMT + DESCRIPTION + "fixed range of dtmbModulationTimeInterleaver + change labels of DtmbCodeRate + added dtmbStateTable, dtmbLocalizationTable, dtmbOutModulationTable + added dtmbTest + " + REVISION "201502271500Z" -- February 27, 2015 at 15:00 GMT + DESCRIPTION + "updated description texts" + REVISION "201412221600Z" -- December 22, 2014 at 16:00 GMT + DESCRIPTION + "updated description texts + " + REVISION "201401301100Z" -- January 30, 2014 at 11:00 GMT + DESCRIPTION + "obsoleted dtmbModulationControlFrame + update description texts" + REVISION "201309021100Z" -- September 02, 2013 at 11:00 GMT + DESCRIPTION + "updated revision with the following changes: + - added DTMB traps (dtmbEncoderSummary, dtmbManualConfiguration, dtmbActiveConfiguration) + - added dtmbStatusNotificationTable, containing current trap values + - added configuration parameters: InfoPacketReplacement, NetworkMode + - added dtmbTestCarrierPower + - fixed dtmbTestMode and dtmbConfigurationTpsSource" + REVISION "201305291500Z" -- May 29, 2013 at 15:00 GMT + DESCRIPTION + "Preliminary release." + ::= { rsXx9MibModule 12 } + + + +-- +-- Textual conventions +-- + + DtmbChannelBandwidth ::= TEXTUAL-CONVENTION + STATUS current + DESCRIPTION + "mhz6(5) - 6 MHz + mhz7(6) - 7 MHz + mhz8(7) - 8 MHz" + SYNTAX INTEGER + { + mhz6(5), + mhz7(6), + mhz8(7) + } + + DtmbGuardInterval ::= TEXTUAL-CONVENTION + STATUS current + DESCRIPTION + "Description." + SYNTAX INTEGER + { + undefined(1), + pn420(9), + pn595(10), + pn945(11) + } + + DtmbModulation ::= TEXTUAL-CONVENTION + STATUS current + DESCRIPTION + "Description." + SYNTAX INTEGER + { + qam16(5), + qam64(6), + qam32(7), + qam4(8), + qam4nr(9) + } + + DtmbCodeRate ::= TEXTUAL-CONVENTION + STATUS current + DESCRIPTION + "Description." + SYNTAX INTEGER + { + undefined(1), + fourTenth(9), + sixTenth(10), + eightTenth(11) + } + + +-- +-- Node definitions +-- + + rsXx9DtmbNotifications OBJECT IDENTIFIER ::= { rsXx9Dtmb 0 } + + + dtmbEncoderSummary NOTIFICATION-TYPE + OBJECTS { commonNotificationAlarmClass, dtmbStatusNotificationPriority, dtmbStatusNotificationState } + STATUS current + DESCRIPTION + "Encoder summary state. + + Possible values: + off(2) + fault(3) + warning(4) + ok(5) + + Notification class: fault" + ::= { rsXx9DtmbNotifications 1 } + + + dtmbManualConfiguration NOTIFICATION-TYPE + OBJECTS { commonNotificationAlarmClass, dtmbStatusNotificationPriority, dtmbStatusNotificationState } + STATUS current + DESCRIPTION + "Indicates whether the configured DTMB configuration + is consistent and valid over all three layers. + If an error is displayed, check whether the sum of all + segments over the three layers is exactly 13. + + Possible values: + off(2) - + warning(4) - not valid + ok(5) - valid + + Notification class: warning + " + ::= { rsXx9DtmbNotifications 2 } + + + dtmbActiveConfiguration NOTIFICATION-TYPE + OBJECTS { commonNotificationAlarmClass, dtmbStatusNotificationPriority, dtmbStatusNotificationState } + STATUS current + DESCRIPTION + "Indicates whether the active DTMB configuration + is consistent and valid over all three layers. + If an error is displayed, check whether the sum of all + segments over the three layers is exactly 13. + + Possible values: + off(2) - + warning(4) - not valid + ok(5) - valid + + Notification class: warning + " + ::= { rsXx9DtmbNotifications 3 } + + + dtmbTest NOTIFICATION-TYPE + OBJECTS { commonNotificationAlarmClass, dtmbStatusNotificationPriority, dtmbStatusNotificationState } + STATUS current + DESCRIPTION + "One of the test signals is activated. + If a test signal is activated, decoding + of the transmitted signal by the + transmitter will not be possible. + + Possible values: + off(2) - no test signal generation + warning(4) - test signal generation is activated + + Notification class: warning + " + ::= { rsXx9DtmbNotifications 4 } + + + rsXx9DtmbObjects OBJECT IDENTIFIER ::= { rsXx9Dtmb 1 } + + + dtmbStatus OBJECT IDENTIFIER ::= { rsXx9DtmbObjects 1 } + + + dtmbStatusNotificationTable OBJECT-TYPE + SYNTAX SEQUENCE OF DtmbStatusNotificationEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "The context information/configuration for the DTMB status notifications." + ::= { dtmbStatus 1 } + + + dtmbStatusNotificationEntry OBJECT-TYPE + SYNTAX DtmbStatusNotificationEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "An entry in the dtmbStatusNotificationTable." + INDEX { dtmbStatusNotificationTxIdx, dtmbStatusNotificationExcIdx, dtmbStatusNotificationIdx } + ::= { dtmbStatusNotificationTable 1 } + + + DtmbStatusNotificationEntry ::= + SEQUENCE { + dtmbStatusNotificationTxIdx + IndexTransmitter, + dtmbStatusNotificationExcIdx + IndexAB, + dtmbStatusNotificationIdx + Unsigned32, + dtmbStatusNotificationName + INTEGER, + dtmbStatusNotificationMask + NotificationMask, + dtmbStatusNotificationPriority + NotificationPriority, + dtmbStatusNotificationState + NotificationState + } + + dtmbStatusNotificationTxIdx OBJECT-TYPE + SYNTAX IndexTransmitter + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "The transmitter index." + ::= { dtmbStatusNotificationEntry 1 } + + + dtmbStatusNotificationExcIdx OBJECT-TYPE + SYNTAX IndexAB + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "This index distinguishes the exciters. + Necessary if you have dual drive transmitters. " + ::= { dtmbStatusNotificationEntry 2 } + + + dtmbStatusNotificationIdx OBJECT-TYPE + SYNTAX Unsigned32 (1..3) + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "The notification number as below rsXx9DtmbNotifications. + This is a helper column and therefore not accessible." + ::= { dtmbStatusNotificationEntry 3 } + + + dtmbStatusNotificationName OBJECT-TYPE + SYNTAX INTEGER + { + dtmbEncoderSummary(1), + dtmbManualConfiguration(2), + dtmbActiveConfiguration(3), + dtmbTest(4) + } + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "The notification number as an enumeration. + The enumeration correlates with the notifications under rsXx9DtmbNotifications." + ::= { dtmbStatusNotificationEntry 4 } + + + dtmbStatusNotificationMask OBJECT-TYPE + SYNTAX NotificationMask + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "See TextualConvention for details." + ::= { dtmbStatusNotificationEntry 5 } + + + dtmbStatusNotificationPriority OBJECT-TYPE + SYNTAX NotificationPriority + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "See TextualConvention for details." + ::= { dtmbStatusNotificationEntry 6 } + + + dtmbStatusNotificationState OBJECT-TYPE + SYNTAX NotificationState + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "See TextualConvention for details." + ::= { dtmbStatusNotificationEntry 7 } + + + dtmbStateTable OBJECT-TYPE + SYNTAX SEQUENCE OF DtmbStateEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "DTMB state values." + ::= { dtmbStatus 2 } + + + dtmbStateEntry OBJECT-TYPE + SYNTAX DtmbStateEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "An entry in the dtmbStateTable." + INDEX { dtmbStatusNotificationTxIdx, dtmbStatusNotificationExcIdx } + ::= { dtmbStateTable 1 } + + + DtmbStateEntry ::= + SEQUENCE { + dtmbStTxDelayOffset + Integer32 + } + + dtmbStTxDelayOffset OBJECT-TYPE + SYNTAX Integer32 + UNITS "1/10 micro second" + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Transmitting time shift compared to other + transmitters in the DTMB network. + " + ::= { dtmbStateEntry 1 } + + + dtmbSetup OBJECT IDENTIFIER ::= { rsXx9DtmbObjects 2 } + + + dtmbConfigurationTable OBJECT-TYPE + SYNTAX SEQUENCE OF DtmbConfigurationEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "General DTMB configuration." + ::= { dtmbSetup 1 } + + + dtmbConfigurationEntry OBJECT-TYPE + SYNTAX DtmbConfigurationEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "An entry in the dtmbConfigurationTable." + INDEX { dtmbConfigurationTxIdx, dtmbConfigurationExcIdx } + ::= { dtmbConfigurationTable 1 } + + + DtmbConfigurationEntry ::= + SEQUENCE { + dtmbConfigurationTxIdx + IndexTransmitter, + dtmbConfigurationExcIdx + IndexAB, + dtmbConfigurationTpsSource + INTEGER, + dtmbConfigurationInfoPacketReplacement + INTEGER, + dtmbConfigurationNetworkMode + INTEGER + } + + dtmbConfigurationTxIdx OBJECT-TYPE + SYNTAX IndexTransmitter + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "The transmitter index." + ::= { dtmbConfigurationEntry 1 } + + + dtmbConfigurationExcIdx OBJECT-TYPE + SYNTAX IndexAB + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "This index distinguishes the exiters. + Necessary if you have dual drive transmitters." + ::= { dtmbConfigurationEntry 2 } + + + dtmbConfigurationTpsSource OBJECT-TYPE + SYNTAX INTEGER + { + off(1), + mip(2), + manual(3), + sip(4) + } + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Source set for the TPS parameters (TPS = transmission parameter signaling). + off(1) is an undefined setting and shall not be used. + The following are possible sources: + - MIP (megaframe initialization packet), + - SIP (second frame initialization packet) + - manually selected default settings." + ::= { dtmbConfigurationEntry 3 } + + + dtmbConfigurationInfoPacketReplacement OBJECT-TYPE + SYNTAX INTEGER + { + undefined(1), + off(2), + on(3) + } + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Controls, whether the information packets (MIP or SIP) shall + be contained in the outgiung datastream (off-2), or + replaced by null-packets (on-3). + " + ::= { dtmbConfigurationEntry 4 } + + + dtmbConfigurationNetworkMode OBJECT-TYPE + SYNTAX INTEGER + { + undefined(1), + mfn(2), + sfnMip(3), + sfnSip(4) + } + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Used to activate time synchronization. + + MFN: The time of transmission is not controlled. + + SFN (MIP): The time of transmission of a symbol + is the same for all the transmitters of a + single-frequency network (SFN). The time of + transmission signaled by the Megaframe + Information Packet is used. + + SFN (SIP): The time of transmission of a symbol + is the same for all the transmitters of a + single-frequency network (SFN). The time of + transmission signaled by the Session Initiation + Protocol is used. + " + ::= { dtmbConfigurationEntry 5 } + + + dtmbModulationTable OBJECT-TYPE + SYNTAX SEQUENCE OF DtmbModulationEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "DTMB modulation parameters." + ::= { dtmbSetup 3 } + + + dtmbModulationEntry OBJECT-TYPE + SYNTAX DtmbModulationEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "An entry in the dtmbModulationTable." + AUGMENTS { dtmbConfigurationEntry } + ::= { dtmbModulationTable 1 } + + + DtmbModulationEntry ::= + SEQUENCE { + dtmbModulationChannelBandwidth + DtmbChannelBandwidth, + dtmbModulationGuardInterval + DtmbGuardInterval, + dtmbModulationConstellation + DtmbModulation, + dtmbModulationCodeRate + DtmbCodeRate, + dtmbModulationTimeInterleaver + INTEGER, + dtmbModulationControlFrame + SwitchOnOff, + dtmbModulationCarrierMode + INTEGER, + dtmbModulationDualPilotTone + SwitchOnOff, + dtmbModulationGuardIntervalPN + INTEGER + } + + dtmbModulationChannelBandwidth OBJECT-TYPE + SYNTAX DtmbChannelBandwidth + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Channel bandwidth occupied by the DTMB signal in the frequency spectrum. + 6 MHz, 7 MHz or 8 MHz can be set. + The choice depends on the required bandwidth of the channel to be transmitted. " + ::= { dtmbModulationEntry 3 } + + + dtmbModulationGuardInterval OBJECT-TYPE + SYNTAX DtmbGuardInterval + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Padding mode for the guard interval. + The value can be changed if Manual was selected as the TPS source." + ::= { dtmbModulationEntry 5 } + + + dtmbModulationConstellation OBJECT-TYPE + SYNTAX DtmbModulation + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Sets up the modulation mode. + The value can be changed if Manual was selected as the TPS source." + ::= { dtmbModulationEntry 6 } + + + dtmbModulationCodeRate OBJECT-TYPE + SYNTAX DtmbCodeRate + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Sets the code rate. The code rate is used to set + the ratio of information data to (error correction values + information data). + 4/10 provides the greatest error correction and the lowest data transfer rate + 8/10 provides the lowest error correction and the greatest data transfer rate. + The value can be changed if Manual was selected as the TPS source. + " + ::= { dtmbModulationEntry 7 } + + + dtmbModulationTimeInterleaver OBJECT-TYPE + SYNTAX INTEGER + { + off(2), + s240(3), + s720(4) + } + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Sets the mode for the time interleaver. + The time interleaver distributes the payload data over + many symbols in order to reduce noise sensitivity. + The setting 720 symbols (s720-3) is recommended for + a high error tolerance. If, on the other hand, the resulting + delay is to be kept short, the setting 240 symbols (s240-2) is more suitable. + The value can be changed if Manual was selected as the TPS source." + ::= { dtmbModulationEntry 8 } + + + dtmbModulationControlFrame OBJECT-TYPE + SYNTAX SwitchOnOff + MAX-ACCESS read-write + STATUS obsolete + DESCRIPTION + "obsolete parameter. " + ::= { dtmbModulationEntry 9 } + + + dtmbModulationCarrierMode OBJECT-TYPE + SYNTAX INTEGER + { + single(2), + multi(3) + } + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "configures whether the signal should be transmitted in + Single Carrier Mode (previously: ADTB-T) or in + Multicarrier Mode (previously: DMB-T) with 3780 single carriers." + ::= { dtmbModulationEntry 10 } + + + dtmbModulationDualPilotTone OBJECT-TYPE + SYNTAX SwitchOnOff + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "configures whether two additional pilot signals are to be inserted into the spectrum. + The pilots are at +/- half symbol rate. + The setting can be changed here. + This parameter is effective only if Carrier Mode= Single has been selected." + ::= { dtmbModulationEntry 11 } + + + dtmbModulationGuardIntervalPN OBJECT-TYPE + SYNTAX INTEGER + { + variable(2), + constant(3) + } + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Sets which PN sequence (pseudo random noise sequence) + is used for the guard interval. + Constant (3): The PN sequence Index 0 is always used + Variable (2): All PN sequences will be used. + " + ::= { dtmbModulationEntry 12 } + + + dtmbTestTable OBJECT-TYPE + SYNTAX SEQUENCE OF DtmbTestEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "Configures the test mode of the exciter." + ::= { dtmbSetup 4 } + + + dtmbTestEntry OBJECT-TYPE + SYNTAX DtmbTestEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "An entry in the dtmbTestTable." + AUGMENTS { dtmbConfigurationEntry } + ::= { dtmbTestTable 1 } + + + DtmbTestEntry ::= + SEQUENCE { + dtmbTestMode + INTEGER, + dtmbTestCarrierPower + Unsigned32 + } + + dtmbTestMode OBJECT-TYPE + SYNTAX INTEGER + { + off(1), + prbs(2), + singleCarrier(3) + } + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "sets which test signal is to be generated. + - Off (1): switches off test signal generation. + - PRBS (2): Generates a pseudo-random binary sequence insted of the payload. + - Single Carrier (3): Generates an unmodulated single carrier. + This test signal can be used to measure the phase noise of the synthesizer. + The phase noise must be measured via the RF Monitor Out connector (X61). + The cable connected to RF Out (X60) must be removed. In order to protect the amplifiers, + this test signal is only generated if the output of the exciter is open." + ::= { dtmbTestEntry 1 } + + + dtmbTestCarrierPower OBJECT-TYPE + SYNTAX Unsigned32 (0..255) + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "sets level of the single carrier. This parameter is effective + only if Carrier Mode = Single has been selected. " + ::= { dtmbTestEntry 2 } + + + dtmbLocalizationTable OBJECT-TYPE + SYNTAX SEQUENCE OF DtmbLocalizationEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "DTMB localization parameters. + " + ::= { dtmbSetup 5 } + + + dtmbLocalizationEntry OBJECT-TYPE + SYNTAX DtmbLocalizationEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "An entry in the dtmbLocalizationTable." + INDEX { dtmbConfigurationTxIdx, dtmbConfigurationExcIdx } + ::= { dtmbLocalizationTable 1 } + + + DtmbLocalizationEntry ::= + SEQUENCE { + dtmbLocalizationTxControl + INTEGER, + dtmbLocalizationTxAddress + Unsigned32 + } + + dtmbLocalizationTxControl OBJECT-TYPE + SYNTAX INTEGER + { + undefined(1), + on(2), + off(3) + } + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Description." + ::= { dtmbLocalizationEntry 1 } + + + dtmbLocalizationTxAddress OBJECT-TYPE + SYNTAX Unsigned32 (0..65535) + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Description." + ::= { dtmbLocalizationEntry 2 } + + + dtmbOutput OBJECT IDENTIFIER ::= { rsXx9DtmbObjects 3 } + + + dtmbOutModulationTable OBJECT-TYPE + SYNTAX SEQUENCE OF DtmbOutModulationEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "Currently active DTMB modulation parameters." + ::= { dtmbOutput 1 } + + + dtmbOutModulationEntry OBJECT-TYPE + SYNTAX DtmbOutModulationEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "An entry in the dtmbOutModulationTable." + INDEX { dtmbConfigurationTxIdx, dtmbConfigurationExcIdx } + ::= { dtmbOutModulationTable 1 } + + + DtmbOutModulationEntry ::= + SEQUENCE { + dtmbOutModulationChannelBandwidth + DtmbChannelBandwidth, + dtmbOutModulationGuardInterval + DtmbGuardInterval, + dtmbOutModulationConstellation + DtmbModulation, + dtmbOutModulationCodeRate + DtmbCodeRate, + dtmbOutModulationTimeInterleaver + INTEGER, + dtmbOutModulationCarrierMode + INTEGER, + dtmbOutModulationDualPilotTone + SwitchOnOff, + dtmbOutModulationGuardIntervalPN + INTEGER + } + + dtmbOutModulationChannelBandwidth OBJECT-TYPE + SYNTAX DtmbChannelBandwidth + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Channel bandwidth occupied by the DTMB signal in the frequency spectrum. + 6 MHz, 7 MHz or 8 MHz can be set. + The choice depends on the required bandwidth of the channel to be transmitted. " + ::= { dtmbOutModulationEntry 3 } + + + dtmbOutModulationGuardInterval OBJECT-TYPE + SYNTAX DtmbGuardInterval + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Padding mode for the guard interval. + The value can be changed if Manual was selected as the TPS source." + ::= { dtmbOutModulationEntry 5 } + + + dtmbOutModulationConstellation OBJECT-TYPE + SYNTAX DtmbModulation + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Shows the modulation mode. + The value can be changed if Manual was selected as the TPS source." + ::= { dtmbOutModulationEntry 6 } + + + dtmbOutModulationCodeRate OBJECT-TYPE + SYNTAX DtmbCodeRate + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Shows the code rate. The code rate is used to set + the ratio of information data to (error correction values + information data). + 4/10 provides the greatest error correction and the lowest data transfer rate + 8/10 provides the lowest error correction and the greatest data transfer rate. + The value can be changed if Manual was selected as the TPS source. + " + ::= { dtmbOutModulationEntry 7 } + + + dtmbOutModulationTimeInterleaver OBJECT-TYPE + SYNTAX INTEGER + { + off(2), + s240(3), + s720(4) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Shows the mode for the time interleaver. + The time interleaver distributes the payload data over + many symbols in order to reduce noise sensitivity. + The setting 720 symbols (s720-3) is recommended for + a high error tolerance. If, on the other hand, the resulting + delay is to be kept short, the setting 240 symbols (s240-2) is more suitable. + The value can be changed if Manual was selected as the TPS source." + ::= { dtmbOutModulationEntry 8 } + + + dtmbOutModulationCarrierMode OBJECT-TYPE + SYNTAX INTEGER + { + single(2), + multi(3) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Shows whether the signal should be transmitted in + Single Carrier Mode (previously: ADTB-T) or in + Multicarrier Mode (previously: DMB-T) with 3780 single carriers." + ::= { dtmbOutModulationEntry 10 } + + + dtmbOutModulationDualPilotTone OBJECT-TYPE + SYNTAX SwitchOnOff + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Shows whether two additional pilot signals are to be inserted into the spectrum. + The pilots are at +/- half symbol rate. + This parameter is effective only if Carrier Mode= Single has been selected." + ::= { dtmbOutModulationEntry 11 } + + + dtmbOutModulationGuardIntervalPN OBJECT-TYPE + SYNTAX INTEGER + { + variable(2), + constant(3) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Shows which PN sequence (pseudo random noise sequence) + is used for the guard interval. + Constant (3): The PN sequence Index 0 is always used + Variable (2): All PN sequences will be used. + " + ::= { dtmbOutModulationEntry 12 } + + + rsXx9DtmbConformance OBJECT IDENTIFIER ::= { rsXx9Dtmb 2 } + + + rsXx9DtmbCompliances OBJECT IDENTIFIER ::= { rsXx9DtmbConformance 1 } + + + dtmbBasicCompliance MODULE-COMPLIANCE + STATUS current + DESCRIPTION + "The compliance statement for XX9000 DTMB encoding." + MODULE -- this module + MANDATORY-GROUPS { dtmbObjBasic } + ::= { rsXx9DtmbCompliances 1 } + + + rsXx9DtmbGroups OBJECT IDENTIFIER ::= { rsXx9DtmbConformance 2 } + + + dtmbObjBasic OBJECT-GROUP + OBJECTS { dtmbConfigurationTpsSource, dtmbModulationChannelBandwidth, dtmbModulationGuardInterval, dtmbModulationConstellation, dtmbModulationCodeRate, + dtmbModulationTimeInterleaver, dtmbModulationCarrierMode, dtmbModulationDualPilotTone, dtmbModulationGuardIntervalPN, dtmbStTxDelayOffset, + dtmbOutModulationChannelBandwidth, dtmbOutModulationGuardInterval, dtmbOutModulationConstellation, dtmbOutModulationCodeRate, dtmbOutModulationTimeInterleaver, + dtmbOutModulationCarrierMode, dtmbOutModulationDualPilotTone, dtmbOutModulationGuardIntervalPN, dtmbLocalizationTxAddress, dtmbLocalizationTxControl, + dtmbTestMode, dtmbStatusNotificationName, dtmbStatusNotificationMask, dtmbStatusNotificationPriority, dtmbStatusNotificationState, + dtmbConfigurationInfoPacketReplacement, dtmbConfigurationNetworkMode, dtmbTestCarrierPower } + STATUS current + DESCRIPTION + "Basic DTMB objects group." + ::= { rsXx9DtmbGroups 1 } + + + dtmbNotifyBasic NOTIFICATION-GROUP + NOTIFICATIONS { dtmbEncoderSummary, dtmbManualConfiguration, dtmbActiveConfiguration, dtmbTest } + STATUS current + DESCRIPTION + "General DTMB notifications." + ::= { rsXx9DtmbGroups 2 } + + + dtmbObjBasicObsolete OBJECT-GROUP + OBJECTS { dtmbModulationControlFrame } + STATUS obsolete + DESCRIPTION + "absoleted DTMB objects group." + ::= { rsXx9DtmbGroups 3 } + + + + END + +-- +-- RS-XX9-DTMB-MIB.mi2 +-- diff --git a/src/vendor/rs/RS-XX9-DVBT-MIB b/src/vendor/rs/RS-XX9-DVBT-MIB new file mode 100644 index 000000000000..bdb72bcc154d --- /dev/null +++ b/src/vendor/rs/RS-XX9-DVBT-MIB @@ -0,0 +1,1017 @@ +-- +-- RS-XX9-DVBT-MIB.mi2 +-- MIB generated by MG-SOFT Visual MIB Builder 2010 Version 8.0 Build 403 +-- Monday, March 09, 2015 at 14:23:35 +-- + +-- ***************************************************************************** +-- ***************************************************************************** +-- ** +-- ** COPYRIGHT (c) 2012 Rohde & Schwarz GmbH & Co. KG +-- ** Muehldorfstrasse 15 +-- ** R & S D-81671 Muenchen +-- ** +-- ***************************************************************************** +-- ** +-- ** MODULE RS-XX9-DVBT-MIB +-- ** +-- ***************************************************************************** +-- ***************************************************************************** + + RS-XX9-DVBT-MIB DEFINITIONS ::= BEGIN + + IMPORTS + commonNotificationAlarmClass + FROM RS-XX9-COMMON-MIB + rsXx9DvbT, rsXx9MibModule + FROM RS-XX9-SMI-MIB + NotificationMask, NotificationPriority, NotificationState, IndexTransmitter, IndexAB, + SwitchOnOff + FROM RS-XX9-TC-MIB + OBJECT-GROUP, MODULE-COMPLIANCE, NOTIFICATION-GROUP + FROM SNMPv2-CONF + Integer32, Unsigned32, OBJECT-TYPE, MODULE-IDENTITY, NOTIFICATION-TYPE + FROM SNMPv2-SMI + TruthValue, TEXTUAL-CONVENTION + FROM SNMPv2-TC; + + + rsXx9DvbtMibModule MODULE-IDENTITY + LAST-UPDATED "201412221600Z" -- December 22, 2014 at 16:00 GMT + ORGANIZATION + "Rohde&Schwarz GmbH & Co. KG" + CONTACT-INFO + "Rohde & Schwarz GmbH & Co. KG + Broadcasting Division + + Muehldorfstrasse 15 + 81671 Munich + Germany + + customersupport@rohde-schwarz.com" + DESCRIPTION + "This MIB defines DVB-T specific objects + of XX9000 transmitting systems from Rohde & Schwarz. + + The following MIBs are related to this: + - RS-COMMON-MIB - mandatory for this MIB + - RS-XX9-SMI-MIB - mandatory for this MIB + - RS-XX9-TC-MIB - mandatory for this MIB + - RS-XX9-COMMON-MIB - mandatory for this MIB" + REVISION "201412221600Z" -- December 22, 2014 at 16:00 GMT + DESCRIPTION + "updated description texts + " + REVISION "201402051600Z" -- February 05, 2014 at 16:00 GMT + DESCRIPTION + "initial release. + update description texts" + REVISION "201202230800Z" -- February 23, 2012 at 08:00 GMT + DESCRIPTION + "Preliminary version." + ::= { rsXx9MibModule 6 } + + + +-- +-- Textual conventions +-- + + DvbtChannelBandwidth ::= TEXTUAL-CONVENTION + STATUS current + DESCRIPTION + "mhz5(4) - 5 MHz + mhz6(5) - 6 MHz + mhz7(6) - 7 MHz + mhz8(7) - 8 MHz" + SYNTAX INTEGER + { + undefined(1), + mhz5(4), + mhz6(5), + mhz7(6), + mhz8(7) + } + + DvbtFftSize ::= TEXTUAL-CONVENTION + STATUS current + DESCRIPTION + "FFT size: + k2(3) - the OFDM signal is modulated on 1705 sub-carriers + k8(4) - 6817 subcarriers are used + + k4(4) - only for DVB-H" + SYNTAX INTEGER + { + undefined(1), + k2(3), + k4(4), + k8(5) + } + + DvbtGuardInterval ::= TEXTUAL-CONVENTION + STATUS current + DESCRIPTION + "Guard interval. + oneDiv32(2) -> 1/32 + oneDiv16(3) -> 1/16 + oneDiv8(4) -> 1/8 + oneDiv4(5) -> 1/4" + SYNTAX INTEGER + { + undefined(1), + oneDiv32(2), + oneDiv16(3), + oneDiv8(4), + oneDiv4(5) + } + + DvbtModulation ::= TEXTUAL-CONVENTION + STATUS current + DESCRIPTION + "qpsk(4) - is very fail safe but only allows low data rate. + qam64(6) - 64 QAM can transport a huge amount of data in good + radio reception environments" + SYNTAX INTEGER + { + undefined(1), + qpsk(4), + qam16(5), + qam64(6) + } + + DvbtCodeRate ::= TEXTUAL-CONVENTION + STATUS current + DESCRIPTION + "The code rate sets the ratio between payload and + error correction information." + SYNTAX INTEGER + { + undefined(1), + oneHalf(2), + twoThird(4), + threeFourth(5), + fiveSixth(7), + sevenEighth(8) + } + + DvbtInterleave ::= TEXTUAL-CONVENTION + STATUS current + DESCRIPTION + "Process according to which the bit interleaver interleaves its data. + Meaningful only for DVBT-H." + SYNTAX INTEGER + { + nat(1), + inDepth(2) + } + + +-- +-- Node definitions +-- + + rsXx9DvbtNotifications OBJECT IDENTIFIER ::= { rsXx9DvbT 0 } + + + dvbtEncoderSummary NOTIFICATION-TYPE + OBJECTS { commonNotificationAlarmClass, dvbtStatusNotificationPriority, dvbtStatusNotificationState } + STATUS current + DESCRIPTION + "Encoder summary state. + + Possible values: + off(2) + fault(3) + warning(4) + ok(5) + + Notification class: fault" + ::= { rsXx9DvbtNotifications 1 } + + + dvbtTest NOTIFICATION-TYPE + OBJECTS { commonNotificationAlarmClass, dvbtStatusNotificationPriority, dvbtStatusNotificationState } + STATUS current + DESCRIPTION + "One of the test signals is activated. + If a test signal is activated, decoding + of the transmitted signal by the + transmitter will not be possible. + + Possible values: + off(2) - no test signal generation + warning(4) - test signal generation is activated + + Notification class: warning" + ::= { rsXx9DvbtNotifications 2 } + + + rsXx9DvbtObjects OBJECT IDENTIFIER ::= { rsXx9DvbT 1 } + + + dvbtStatus OBJECT IDENTIFIER ::= { rsXx9DvbtObjects 1 } + + + dvbtStatusNotificationTable OBJECT-TYPE + SYNTAX SEQUENCE OF DvbtStatusNotificationEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "The context information/configuration for the + DVB-T status notifications." + ::= { dvbtStatus 1 } + + + dvbtStatusNotificationEntry OBJECT-TYPE + SYNTAX DvbtStatusNotificationEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "An entry in the dvbtStatusNotificationTable." + INDEX { dvbtStatusNotificationTxIdx, dvbtStatusNotificationExcIdx, dvbtStatusNotificationIdx } + ::= { dvbtStatusNotificationTable 1 } + + + DvbtStatusNotificationEntry ::= + SEQUENCE { + dvbtStatusNotificationTxIdx + IndexTransmitter, + dvbtStatusNotificationExcIdx + IndexAB, + dvbtStatusNotificationIdx + Unsigned32, + dvbtStatusNotificationName + INTEGER, + dvbtStatusNotificationMask + NotificationMask, + dvbtStatusNotificationPriority + NotificationPriority, + dvbtStatusNotificationState + NotificationState + } + + dvbtStatusNotificationTxIdx OBJECT-TYPE + SYNTAX IndexTransmitter + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "The transmitter index." + ::= { dvbtStatusNotificationEntry 1 } + + + dvbtStatusNotificationExcIdx OBJECT-TYPE + SYNTAX IndexAB + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "This index distinguishes the exiters. + Necessary if you have dual drive transmitters." + ::= { dvbtStatusNotificationEntry 2 } + + + dvbtStatusNotificationIdx OBJECT-TYPE + SYNTAX Unsigned32 (1..2) + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "The notification number as below rsXx9DvbtNotifications. + This is a helper column and therefore not-accessible." + ::= { dvbtStatusNotificationEntry 3 } + + + dvbtStatusNotificationName OBJECT-TYPE + SYNTAX INTEGER + { + dvbtEncoderSummary(1), + dvbtTest(2) + } + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "The notification number as an enumeration. + The enumeration correlates with the notifications under rsXx9DvbtNotifications." + ::= { dvbtStatusNotificationEntry 4 } + + + dvbtStatusNotificationMask OBJECT-TYPE + SYNTAX NotificationMask + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "See textual convention for details." + ::= { dvbtStatusNotificationEntry 5 } + + + dvbtStatusNotificationPriority OBJECT-TYPE + SYNTAX NotificationPriority + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "See textual convention for details." + ::= { dvbtStatusNotificationEntry 6 } + + + dvbtStatusNotificationState OBJECT-TYPE + SYNTAX NotificationState + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "See textual convention for details." + ::= { dvbtStatusNotificationEntry 7 } + + + dvbtStateTable OBJECT-TYPE + SYNTAX SEQUENCE OF DvbtStateEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "DVB-T state values." + ::= { dvbtStatus 2 } + + + dvbtStateEntry OBJECT-TYPE + SYNTAX DvbtStateEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "An entry in the dvbtStateTable." + INDEX { dvbtStatusNotificationTxIdx, dvbtStatusNotificationExcIdx } + ::= { dvbtStateTable 1 } + + + DvbtStateEntry ::= + SEQUENCE { + dvbtStTxFrequencyOffset + Integer32, + dvbtStTxDelayOffset + Integer32, + dvbtStCellId + INTEGER + } + + dvbtStTxFrequencyOffset OBJECT-TYPE + SYNTAX Integer32 + UNITS "Hz" + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Number of Hertz by which this transmitter is to + shift its transmission frequency relative to other + transmitters of the DVB-T network. + This value is configured via the MIP (megaframe initialization packet)." + ::= { dvbtStateEntry 1 } + + + dvbtStTxDelayOffset OBJECT-TYPE + SYNTAX Integer32 + UNITS "1/10 micro second" + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Time by which this transmitter is to shift + the time of transmission of its signal relative + to other transmitters of the DVB-T network. + This value is configured via the MIP (megaframe initialization packet)." + ::= { dvbtStateEntry 2 } + + + dvbtStCellId OBJECT-TYPE + SYNTAX INTEGER + { + disabled(1), + ok(2), + notPresent(3), + txControlDisabled(4), + txAddressFail(5), + mipFail(6) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "shows if a Cell ID has been found in the + transport stream, which matches the + configured transmitter ID." + ::= { dvbtStateEntry 3 } + + + dvbtSetup OBJECT IDENTIFIER ::= { rsXx9DvbtObjects 2 } + + + dvbtConfigurationTable OBJECT-TYPE + SYNTAX SEQUENCE OF DvbtConfigurationEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "General DVB-T configuration." + ::= { dvbtSetup 1 } + + + dvbtConfigurationEntry OBJECT-TYPE + SYNTAX DvbtConfigurationEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "An entry in the dvbtConfigurationTable." + INDEX { dvbtConfigurationTxIdx, dvbtConfigurationExcIdx } + ::= { dvbtConfigurationTable 1 } + + + DvbtConfigurationEntry ::= + SEQUENCE { + dvbtConfigurationTxIdx + IndexTransmitter, + dvbtConfigurationExcIdx + IndexAB, + dvbtConfigurationModulationSource + INTEGER, + dvbtConfigurationDigitalMode + INTEGER + } + + dvbtConfigurationTxIdx OBJECT-TYPE + SYNTAX IndexTransmitter + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "The transmitter index." + ::= { dvbtConfigurationEntry 1 } + + + dvbtConfigurationExcIdx OBJECT-TYPE + SYNTAX IndexAB + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "This index distinguishes the exiters. + Necessary if you have dual drive transmitters." + ::= { dvbtConfigurationEntry 2 } + + + dvbtConfigurationModulationSource OBJECT-TYPE + SYNTAX INTEGER + { + undefined(1), + mip(2), + manual(3) + } + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "The source for the TPS (transmission parameter signaling) + parameters is configured here. + Possible sources are the MIP (megaframe initialization packet) + or manually selected default settings. + " + ::= { dvbtConfigurationEntry 3 } + + + dvbtConfigurationDigitalMode OBJECT-TYPE + SYNTAX INTEGER + { + undefined(1), + dvbT(2), + dvbH(3) + } + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Selection of digital TV standard." + ::= { dvbtConfigurationEntry 4 } + + + dvbtLocalizationTable OBJECT-TYPE + SYNTAX SEQUENCE OF DvbtLocalizationEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "DVB-T localization parameters." + ::= { dvbtSetup 2 } + + + dvbtLocalizationEntry OBJECT-TYPE + SYNTAX DvbtLocalizationEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "An entry in the dvbtLocalizationTable." + AUGMENTS { dvbtConfigurationEntry } + ::= { dvbtLocalizationTable 1 } + + + DvbtLocalizationEntry ::= + SEQUENCE { + dvbtLocalizationTxControl + INTEGER, + dvbtLocalizationTxAddress + Unsigned32, + dvbtLocalizationCellIdSource + INTEGER, + dvbtLocalizationCellId + Unsigned32 + } + + dvbtLocalizationTxControl OBJECT-TYPE + SYNTAX INTEGER + { + undefined(1), + on(2), + off(3) + } + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "If set to on(2) and if dvbtLocalizationTxAddress is valid, + the Cell ID, the frequency offset, and the delay offset from the + MIP (megaframe initialization packet) are applied. + " + ::= { dvbtLocalizationEntry 1 } + + + dvbtLocalizationTxAddress OBJECT-TYPE + SYNTAX Unsigned32 (0..65535) + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Transmitter address. + Setting the transmitter address is a precondition to reading + Tx information (transmitter-specific settings) from the MIP + (Megaframe Initialization Packet). However, the information + is used only if dvbtLocalizationTxControl is enabled." + ::= { dvbtLocalizationEntry 2 } + + + dvbtLocalizationCellIdSource OBJECT-TYPE + SYNTAX INTEGER + { + undefined(1), + mip(2), + manual(3) + } + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Selects the data source of the Cell ID. The signaling of the Cell ID can be switched off here." + ::= { dvbtLocalizationEntry 3 } + + + dvbtLocalizationCellId OBJECT-TYPE + SYNTAX Unsigned32 (0..65535) + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Defines what Cell ID this transmitter should use according + to Individual Addressing information. + This value can be applied from the MIP (when dvbtLocalizationCellIdSource is set to mip(2)). + However, the Cell ID can also be configured here + manually if necessary (dvbtLocalizationCellIdSource set to manual(3)). + " + ::= { dvbtLocalizationEntry 4 } + + + dvbtModulationTable OBJECT-TYPE + SYNTAX SEQUENCE OF DvbtModulationEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "DVB-T modulation parameters." + ::= { dvbtSetup 3 } + + + dvbtModulationEntry OBJECT-TYPE + SYNTAX DvbtModulationEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "An entry in the dvbtModulationTable." + AUGMENTS { dvbtConfigurationEntry } + ::= { dvbtModulationTable 1 } + + + DvbtModulationEntry ::= + SEQUENCE { + dvbtModulationChannelBandwidth + DvbtChannelBandwidth, + dvbtModulationFftMode + DvbtFftSize, + dvbtModulationGuardInterval + DvbtGuardInterval, + dvbtModulationConstellation + DvbtModulation, + dvbtModulationCodeRate + DvbtCodeRate, + dvbtModulationMpeFEC + SwitchOnOff, + dvbtModulationTimeSlicing + SwitchOnOff, + dvbtModulationInterleave + DvbtInterleave + } + + dvbtModulationChannelBandwidth OBJECT-TYPE + SYNTAX DvbtChannelBandwidth + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Channel bandwidth occupied by the DVB-T signal in the + frequency spectrum. You can configure 5, 6, 7, or 8 MHz. + The choice depends on the required bandwidth of the + channel to be transmitted. + " + ::= { dvbtModulationEntry 3 } + + + dvbtModulationFftMode OBJECT-TYPE + SYNTAX DvbtFftSize + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "The FFT length corresponds to the number of carriers used. + The setting depends on the customized decision concerning + your DVB network.The OFDM signal is modeled at 2K on 1705 carriers + and at 8K on 6817 carriers. + The setting of 4K can be selected only for DVB-H. + " + ::= { dvbtModulationEntry 4 } + + + dvbtModulationGuardInterval OBJECT-TYPE + SYNTAX DvbtGuardInterval + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "The Guard Interval determines the time span between + signals for multicarrier modulation, in which no information + is transmitted. The larger the time span is, the lower the + risk of interference and the lower the data transfer rate. + The setting values are a fraction of the symbol period. + Ideally, you select a value that is larger than the longest + echo travel time of the system. + Possible setting values are: + 1/32, 1/16, 1/8, 1/4, + whereby the risk of interference is greatest at 1/32, + but the data transfer rate, in turn, is highest. + " + ::= { dvbtModulationEntry 5 } + + + dvbtModulationConstellation OBJECT-TYPE + SYNTAX DvbtModulation + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Sets up the modulation mode. + QPSK is very fail-safe, but has only a small data rate. + 64 QAM can transmit very large data rates if you expect few faults on the transmission link. + 16 QAM is a compromise between the two other setting values." + ::= { dvbtModulationEntry 6 } + + + dvbtModulationCodeRate OBJECT-TYPE + SYNTAX DvbtCodeRate + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "With the code rate you can configure the relationship + between user data and (error correction values+user data). + Possible values are 1/2, 2/3, 3/4, 5/6, 7/8. + The greatest error correction and the lowest data transfer rate are enabled by 1/2, + and the lowest error correction and greatest data transfer rate are enabled by 7/8. + " + ::= { dvbtModulationEntry 7 } + + + dvbtModulationMpeFEC OBJECT-TYPE + SYNTAX SwitchOnOff + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Switches the forward error correction on or off. + This parameter is operative for DVB-H only. + " + ::= { dvbtModulationEntry 8 } + + + dvbtModulationTimeSlicing OBJECT-TYPE + SYNTAX SwitchOnOff + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "The transmission of the payload in time slices is activated by this. + It enables energy-efficient operation of the receivers, + since these can disable their input stages during pauses in transmission. + This parameter is operative for DVB-H only. + " + ::= { dvbtModulationEntry 9 } + + + dvbtModulationInterleave OBJECT-TYPE + SYNTAX DvbtInterleave + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Process according to which the bit interleaver interleaves its data. + This parameter is operative only for DVB-H. + " + ::= { dvbtModulationEntry 10 } + + + dvbtTestTable OBJECT-TYPE + SYNTAX SEQUENCE OF DvbtTestEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "Configures the test mode of the exciter." + ::= { dvbtSetup 4 } + + + dvbtTestEntry OBJECT-TYPE + SYNTAX DvbtTestEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "An entry in the dvbtTestTable." + AUGMENTS { dvbtConfigurationEntry } + ::= { dvbtTestTable 1 } + + + DvbtTestEntry ::= + SEQUENCE { + dvbtTestMode + INTEGER + } + + dvbtTestMode OBJECT-TYPE + SYNTAX INTEGER + { + off(1), + prbs(2), + singleCarrier(3), + mute1P1SymOfSuperFrame(6) + } + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Which test signal is to be generated. + + off(1) - switches off test signal generation. + prbs(2) - Generates a pseudo-random binary sequence insted of the payload. + singleCarrier(3) - Generates an unmodulated single carrier. + This test signal can be used to measure the phase noise of the synthesizer. + mute1SymOfMegaFrame(6) - Suppresses the first symbol of each T2 frame. + This function can be used to measure the time of signal transmission. + + The phase noise must be measured via the RF Monitor Out connector (X61). + The cable connected to RF Out (X60) must be removed. + In order to protect the amplifiers, this test signal is only generated if the output of the exciter is open. + " + ::= { dvbtTestEntry 1 } + + + dvbtOutput OBJECT IDENTIFIER ::= { rsXx9DvbtObjects 3 } + + + dvbtOutLocalizationTable OBJECT-TYPE + SYNTAX SEQUENCE OF DvbtOutLocalizationEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "Currently active DVB-T localization parameters." + ::= { dvbtOutput 2 } + + + dvbtOutLocalizationEntry OBJECT-TYPE + SYNTAX DvbtOutLocalizationEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "An entry in the dvbtOutLocalizationTable." + AUGMENTS { dvbtConfigurationEntry } + ::= { dvbtOutLocalizationTable 1 } + + + DvbtOutLocalizationEntry ::= + SEQUENCE { + dvbtOutLocalizationCellId + Unsigned32 + } + + dvbtOutLocalizationCellId OBJECT-TYPE + SYNTAX Unsigned32 + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "The currently used cell ID. + " + ::= { dvbtOutLocalizationEntry 4 } + + + dvbtOutModulationTable OBJECT-TYPE + SYNTAX SEQUENCE OF DvbtOutModulationEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "Currently active DVB-T modulation parameters." + ::= { dvbtOutput 3 } + + + dvbtOutModulationEntry OBJECT-TYPE + SYNTAX DvbtOutModulationEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "An entry in the dvbtOutModulationTable." + AUGMENTS { dvbtConfigurationEntry } + ::= { dvbtOutModulationTable 1 } + + + DvbtOutModulationEntry ::= + SEQUENCE { + dvbtOutModulationChannelBandwidth + DvbtChannelBandwidth, + dvbtOutModulationFftMode + DvbtFftSize, + dvbtOutModulationGuardInterval + DvbtGuardInterval, + dvbtOutModulationConstellation + DvbtModulation, + dvbtOutModulationCodeRate + DvbtCodeRate, + dvbtOutModulationMpeFEC + TruthValue, + dvbtOutModulationTimeSlicing + TruthValue, + dvbtOutModulationInterleave + DvbtInterleave + } + + dvbtOutModulationChannelBandwidth OBJECT-TYPE + SYNTAX DvbtChannelBandwidth + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Channel bandwidth occupied by the DVB-T signal in the + frequency spectrum. You can configure 5, 6, 7, or 8 MHz. + The choice depends on the required bandwidth of the + channel to be transmitted. + " + ::= { dvbtOutModulationEntry 3 } + + + dvbtOutModulationFftMode OBJECT-TYPE + SYNTAX DvbtFftSize + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The amount of used subcarriers. + The FFT length corresponds to the number of carriers used. + The setting depends on the customized decision concerning + your DVB network.The OFDM signal is modeled at 2K on 1705 carriers + and at 8K on 6817 carriers. + The setting of 4K can be selected only for DVB-H. + " + ::= { dvbtOutModulationEntry 4 } + + + dvbtOutModulationGuardInterval OBJECT-TYPE + SYNTAX DvbtGuardInterval + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The time where no information is sent in relation to the + bit on air time. This value affects the error correction + in multipath receiving situations. A long Guard Interval + reduces the amount of payload data. + + The time span between signals for multicarrier modulation, + in which no information is transmitted. The larger the time + span is, the lower the risk of interference and the lower the + data transfer rate. The setting values are a fraction of the + symbol period. Ideally, you select a value that is larger than + the longest echo travel time of the system. + Possible setting values are: + 1/32, 1/16, 1/8, 1/4, + whereby the risk of interference is greatest at 1/32, + but the data transfer rate, in turn, is highest. + " + ::= { dvbtOutModulationEntry 5 } + + + dvbtOutModulationConstellation OBJECT-TYPE + SYNTAX DvbtModulation + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Shows the modulation mode. + QPSK is very fail-safe, but has only a small data rate. + 64 QAM can transmit very large data rates if you expect few faults on the transmission link. + 16 QAM is a compromise between the two other setting values." + ::= { dvbtOutModulationEntry 6 } + + + dvbtOutModulationCodeRate OBJECT-TYPE + SYNTAX DvbtCodeRate + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "With the code rate you can configure the relationship + between user data and (error correction values+user data). + Possible values are 1/2, 2/3, 3/4, 5/6, 7/8. + The greatest error correction and the lowest data transfer rate are enabled by 1/2, + and the lowest error correction and greatest data transfer rate are enabled by 7/8. + " + ::= { dvbtOutModulationEntry 7 } + + + dvbtOutModulationMpeFEC OBJECT-TYPE + SYNTAX TruthValue + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Shows whether the forward error correction is on or off. + This parameter is meaningful for DVB-H only. + " + ::= { dvbtOutModulationEntry 8 } + + + dvbtOutModulationTimeSlicing OBJECT-TYPE + SYNTAX TruthValue + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Shows the activation of the transmission of the payload in time slices. + It enables energy-efficient operation of the receivers, + since these can disable their input stages during pauses in transmission. + This parameter is meaningful for DVB-H only. + " + ::= { dvbtOutModulationEntry 9 } + + + dvbtOutModulationInterleave OBJECT-TYPE + SYNTAX DvbtInterleave + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Process according to which the bit interleaver interleaves its data. + This parameter is meaningful for DVB-H only. + " + ::= { dvbtOutModulationEntry 10 } + + + rsXx9DvbtConformance OBJECT IDENTIFIER ::= { rsXx9DvbT 2 } + + + rsXx9DvbtCompliances OBJECT IDENTIFIER ::= { rsXx9DvbtConformance 1 } + + + dvbtBasicCompliance MODULE-COMPLIANCE + STATUS current + DESCRIPTION + "The compliance statement for XX9000 DVB-T encoding." + MODULE -- this module + MANDATORY-GROUPS { dvbtObjBasic, dvbtNotifyBasic } + GROUP dvbtObjDvbH + DESCRIPTION + "For DVB-H only." + ::= { rsXx9DvbtCompliances 1 } + + + rsXx9DvbtGroups OBJECT IDENTIFIER ::= { rsXx9DvbtConformance 2 } + + + dvbtObjBasic OBJECT-GROUP + OBJECTS { dvbtStatusNotificationName, dvbtStatusNotificationMask, dvbtStatusNotificationPriority, dvbtStatusNotificationState, dvbtConfigurationModulationSource, + dvbtModulationChannelBandwidth, dvbtModulationFftMode, dvbtModulationGuardInterval, dvbtModulationConstellation, dvbtModulationCodeRate, + dvbtLocalizationCellId, dvbtLocalizationCellIdSource, dvbtLocalizationTxAddress, dvbtLocalizationTxControl, dvbtOutModulationCodeRate, + dvbtOutModulationConstellation, dvbtOutModulationGuardInterval, dvbtOutModulationFftMode, dvbtOutModulationChannelBandwidth, dvbtOutLocalizationCellId, + dvbtConfigurationDigitalMode, dvbtTestMode, dvbtStCellId, dvbtStTxDelayOffset, dvbtStTxFrequencyOffset + } + STATUS current + DESCRIPTION + "General DVB-T objects." + ::= { rsXx9DvbtGroups 1 } + + + dvbtNotifyBasic NOTIFICATION-GROUP + NOTIFICATIONS { dvbtEncoderSummary, dvbtTest } + STATUS current + DESCRIPTION + "General DVB-T notifications." + ::= { rsXx9DvbtGroups 101 } + + + dvbtObjDvbH OBJECT-GROUP + OBJECTS { dvbtModulationMpeFEC, dvbtModulationTimeSlicing, dvbtModulationInterleave, dvbtOutModulationMpeFEC, dvbtOutModulationTimeSlicing, + dvbtOutModulationInterleave } + STATUS current + DESCRIPTION + "Additional objects for DVB-H." + ::= { rsXx9DvbtGroups 102 } + + + + END + +-- +-- RS-XX9-DVBT-MIB.mi2 +-- diff --git a/src/vendor/rs/RS-XX9-DVBT2-MIB b/src/vendor/rs/RS-XX9-DVBT2-MIB new file mode 100644 index 000000000000..330d01f2a935 --- /dev/null +++ b/src/vendor/rs/RS-XX9-DVBT2-MIB @@ -0,0 +1,4004 @@ +-- +-- RS-XX9-DVBT2-MIB.mi2 +-- MIB generated by MG-SOFT Visual MIB Builder 2010 Version 8.0 Build 403 +-- Tuesday, September 08, 2015 at 13:51:54 +-- + +-- ***************************************************************************** +-- ***************************************************************************** +-- ** +-- ** COPYRIGHT (c) 2011 Rohde & Schwarz GmbH & Co. KG +-- ** Muehldorfstrasse 15 +-- ** R & S D-81671 Muenchen +-- ** +-- ***************************************************************************** +-- ** +-- ** MODULE RS-XX9-DVBT2-MIB +-- ** +-- ***************************************************************************** +-- ***************************************************************************** + + RS-XX9-DVBT2-MIB DEFINITIONS ::= BEGIN + + IMPORTS + commonNotificationAlarmClass + FROM RS-XX9-COMMON-MIB + rsXx9DvbT2, rsXx9MibModule + FROM RS-XX9-SMI-MIB + NotificationMask, NotificationPriority, NotificationState, IndexTransmitter, IndexAB, + SwitchOnOff + FROM RS-XX9-TC-MIB + SnmpAdminString + FROM SNMP-FRAMEWORK-MIB + OBJECT-GROUP, MODULE-COMPLIANCE, NOTIFICATION-GROUP + FROM SNMPv2-CONF + Integer32, Unsigned32, OBJECT-TYPE, MODULE-IDENTITY, NOTIFICATION-TYPE + FROM SNMPv2-SMI + TruthValue, TEXTUAL-CONVENTION + FROM SNMPv2-TC; + + + rsXx9Dvbt2MibModule MODULE-IDENTITY + LAST-UPDATED "201508251100Z" -- August 25, 2015 at 11:00 GMT + ORGANIZATION + "Rohde&Schwarz GmbH & Co. KG" + CONTACT-INFO + "Rohde & Schwarz GmbH & Co. KG + Broadcasting Division + + Muehldorfstrasse 15 + 81671 Munich + Germany + + customersupport@rohde-schwarz.com" + DESCRIPTION + "This MIB defines DVB-T2 specific objects + of XX9000 transmitting systems from Rohde & Schwarz. + + The following MIBs are related to this: + - RS-COMMON-MIB - mandatory for this MIB. + - RS-XX9-SMI-MIB - mandatory for this MIB. + - RS-XX9-TC-MIB - mandatory for this MIB. + - RS-XX9-COMMON-MIB - mandatory for this MIB." + REVISION "201508251100Z" -- August 25, 2015 at 11:00 GMT + DESCRIPTION + "obsoleted dvbt2T2MiTimeInterleaverBuffer + added notifications dvbt2CompositeSummary, dvbt2CompositeProfiles, dvbt2CompositeFrameLength, dvbt2SubIaState, dvbt2SubConfigurationValid, dvbt2SubConfigurationSupported, dvbt2SubConfigurationMatched + added composite(3) for multiProfile to dvbt2ConfigurationT2MiInterface + added dvbt2CoderSub tree + " + REVISION "201412221600Z" -- December 22, 2014 at 16:00 GMT + DESCRIPTION + "updated description texts + " + REVISION "201412031100Z" -- December 03, 2014 at 11:00 GMT + DESCRIPTION + "added dvbt2T2MiTimeInterleaverBuffer" + REVISION "201411031600Z" -- November 03, 2014 at 16:00 GMT + DESCRIPTION + "obsoleted dvbt2OutPlpFecBlocks, dvbt2OutPlpISSY + " + REVISION "201405151500Z" -- May 15, 2014 at 15:00 GMT + DESCRIPTION + "added dvbt2StDejitterBufDelay, dvbt2StResidualDelay + added dvbt2StConfigurationMsg" + REVISION "201401141700Z" -- January 14, 2014 at 17:00 GMT + DESCRIPTION + "added T2ConfigAdaption + added TsMiDejitterBufDelay + unobsoleted dvbt2LocalizationPaprTrSource and dvbt2OutLocalizationPaprTrSource" + REVISION "201109121200Z" -- September 12, 2011 at 12:00 GMT + DESCRIPTION + "Preliminary version." + ::= { rsXx9MibModule 5 } + + + +-- +-- Textual conventions +-- + + Dvbt2IndividualAddressingSource ::= TEXTUAL-CONVENTION + STATUS current + DESCRIPTION + "dataNotAnnounced(1) - individual addressing information not available + viaBroadcast(2) - all transmitters of the network got the same + information via broadcast + txSpecific(3) - a special information was given for this TX identifier" + SYNTAX INTEGER + { + dataNotAnnounced(1), + viaBroadcast(2), + txSpecific(3) + } + + Dvbt2ChannelBandwidth ::= TEXTUAL-CONVENTION + STATUS current + DESCRIPTION + "mhz1p7(3) - 1.7 MHz + mhz5(4) - 5 MHz + mhz6(5) - 6 MHz + mhz7(6) - 7 MHz + mhz8(7) - 8 MHz" + SYNTAX INTEGER + { + mhz1p7(3), + mhz5(4), + mhz6(5), + mhz7(6), + mhz8(7) + } + + Dvbt2PlpType ::= TEXTUAL-CONVENTION + STATUS current + DESCRIPTION + "PLP type." + SYNTAX INTEGER + { + common(3), + dataType1(4), + dataType2(5) + } + + Dvbt2Modulation ::= TEXTUAL-CONVENTION + STATUS current + DESCRIPTION + "PLP modulation." + SYNTAX INTEGER + { + qpsk(3), + qam16(4), + qam64(5), + qam256(6) + } + + Dvbt2CodeRate ::= TEXTUAL-CONVENTION + STATUS current + DESCRIPTION + "PLP code rate." + SYNTAX INTEGER + { + oneHalf(3), + threeFifth(4), + twoThird(5), + threeFourth(6), + fourFifth(7), + fiveSixth(8), + oneThird(9), + twoFifth(10) + } + + Dvbt2FEC ::= TEXTUAL-CONVENTION + STATUS current + DESCRIPTION + "PLP FEC type." + SYNTAX INTEGER + { + ldpc16K(3), + ldpc64K(4) + } + + Dvbt2TimeInterleaverType ::= TEXTUAL-CONVENTION + STATUS current + DESCRIPTION + "Type of time-interleaving." + SYNTAX INTEGER + { + single(3), + multi(4) + } + + Dvbt2BasebandMode ::= TEXTUAL-CONVENTION + STATUS current + DESCRIPTION + "highEfficiency(4) - certain normally unused bytes in the data stream + are used for data transmission. + This mode may not be supported by some devices." + SYNTAX INTEGER + { + normal(3), + highEfficiency(4) + } + + Dvbt2Layer1Modulation ::= TEXTUAL-CONVENTION + STATUS current + DESCRIPTION + "Constellation of the layer 1 post signalling data block." + SYNTAX INTEGER + { + bpsk(3), + qpsk(4), + qam16(5), + qam64(6) + } + + Dvbt2Layer1FEC ::= TEXTUAL-CONVENTION + STATUS current + DESCRIPTION + "Layer 1 FEC used for the layer 1 post signalling data block." + SYNTAX INTEGER { ldpc16(3) } + + Dvbt2Layer1CodeRate ::= TEXTUAL-CONVENTION + STATUS current + DESCRIPTION + "Coding of the layer 1 post signalling data block." + SYNTAX INTEGER { oneHalf(3) } + + Dvbt2TransmissionSystem ::= TEXTUAL-CONVENTION + STATUS current + DESCRIPTION + "t2Miso(2) is an approach to improve the link throughput using + two antennas on transmitter site while using a single receiver antenna." + SYNTAX INTEGER + { + t2SISO(3), + t2MISO(4), + nonT2(5), + t2SISOlite(6), + t2MISOlite(7) + } + + Dvbt2FftSize ::= TEXTUAL-CONVENTION + STATUS current + DESCRIPTION + "FFT size." + SYNTAX INTEGER + { + k1(2), + k2(3), + k4(4), + k8(5), + k16(6), + k32(7) + } + + Dvbt2GuardInterval ::= TEXTUAL-CONVENTION + STATUS current + DESCRIPTION + "Guard interval of the super-frame. + oneDiv32(2) -> 1/32 + oneDiv16(3) -> 1/16 + oneDiv8(4) -> 1/8 + oneDiv4(5) -> 1/4 + oneDiv128(6) -> 1/128 + nineteenDiv128(7) -> 19/128 + nineteenDiv256(8) -> 19/256" + SYNTAX INTEGER + { + oneDiv32(2), + oneDiv16(3), + oneDiv8(4), + oneDiv4(5), + oneDiv128(6), + nineteenDiv128(7), + nineteenDiv256(8) + } + + Dvbt2PilotPattern ::= TEXTUAL-CONVENTION + STATUS current + DESCRIPTION + "The scattered pilot pattern used for the data OFDM symbols." + SYNTAX INTEGER + { + pp1(3), + pp2(4), + pp3(5), + pp4(6), + pp5(7), + pp6(8), + pp7(9), + pp8(10) + } + + Dvbt2PaprReduction ::= TEXTUAL-CONVENTION + STATUS current + DESCRIPTION + "PAPR (Peak to Average Power Ratio) reduction used, if any. + ace(4) - Active Constellation Extension + tr(5) - Tone Reservation + aceTr(6) - ACE and TR combined" + SYNTAX INTEGER + { + none(3), + ace(4), + tr(5), + aceTr(6) + } + + Dvbt2CellIdSource ::= TEXTUAL-CONVENTION + STATUS current + DESCRIPTION + "The Cell ID enables the receiver to identify a DVB-T2 cell. + manual(1) - from dvbt2LocalizationCellIdManual + l1(2) - from the L1 frame information + of the DVB-T2 gateway stream + ia(3) - from the individual addressing data + of the DVB-T2 gateway stream" + SYNTAX INTEGER + { + manual(1), + l1(2), + ia(3) + } + + Dvbt2L1FrequencySource ::= TEXTUAL-CONVENTION + STATUS current + DESCRIPTION + "Source of L1 frequency shift. + If a T2-MI interface is used, you usually select l1(2), + but for testing manual(1) may be selected. + If TS feed is used, only manual(1) is possible." + SYNTAX INTEGER + { + manual(1), + l1(2) + } + + Dvbt2TxDelayOffsetSource ::= TEXTUAL-CONVENTION + STATUS current + DESCRIPTION + "Source for transmitter specific transmitting delay. + If a T2-MI interface is used, you may choose: + ia(2) - take from IA parameters + off(1) - deactivated + If TS feed is used, no choice is possible." + SYNTAX INTEGER + { + off(1), + ia(2) + } + + Dvbt2T2Version ::= TEXTUAL-CONVENTION + STATUS current + DESCRIPTION + "v111(3) - version 1.1.1 + v121(4) - version 1.2.1 + v131(5) - version 1.3.1" + SYNTAX INTEGER + { + v111(3), + v121(4), + v131(5) + } + + Dvbt2OnOff ::= TEXTUAL-CONVENTION + STATUS current + DESCRIPTION + "On / Off information for certain DVB-T2 values." + SYNTAX INTEGER + { + undefined(1), + off(3), + on(4) + } + + +-- +-- Node definitions +-- + + rsXx9Dvbt2Notifications OBJECT IDENTIFIER ::= { rsXx9DvbT2 0 } + + + dvbt2L1State NOTIFICATION-TYPE + OBJECTS { commonNotificationAlarmClass, dvbt2StatusNotificationPriority, dvbt2StatusNotificationState } + STATUS current + DESCRIPTION + "When using a T2 MI interface this status shows, + how the values from the L1 frame information are used: + + Possible values: + undefined(1) + off(2) - L1 frame information values not used + fault(3) - L1 framing is not supported by this software version, + please update the TCE software + ok(5) - L1 frame information values are correct + and are used for modulation + + Notification class: warning" + ::= { rsXx9Dvbt2Notifications 1 } + + + dvbt2IaState NOTIFICATION-TYPE + OBJECTS { commonNotificationAlarmClass, dvbt2StatusNotificationPriority, dvbt2StatusNotificationState } + STATUS current + DESCRIPTION + "Shows usage of the 'individual addressing' parameters + of the data stream. + + Possible values: + undefined(1) + off(2) - not used + warning(4) - in use, but not available + ok(5) - in use and available + + Notification class: warning" + ::= { rsXx9Dvbt2Notifications 2 } + + + dvbt2ConfigurationValid NOTIFICATION-TYPE + OBJECTS { commonNotificationAlarmClass, dvbt2StatusNotificationPriority, dvbt2StatusNotificationState } + STATUS current + DESCRIPTION + "Shows whether the configuration of DVB-T2 parameters is coherent. + + Possible values: + off(2) - unchecked + warning(4) - invalid configuration + ok(5) - valid configuration + + Notification class: warning" + ::= { rsXx9Dvbt2Notifications 5 } + + + dvbt2ConfigurationSupported NOTIFICATION-TYPE + OBJECTS { commonNotificationAlarmClass, dvbt2StatusNotificationPriority, dvbt2StatusNotificationState } + STATUS current + DESCRIPTION + "Indicates whether the selected modualtion mode is + supported by this exciter. + + Possible values: + off(2) - unchecked + warning(4) - unsupported configuration + ok(5) - supported configuration + + Notification class: warning" + ::= { rsXx9Dvbt2Notifications 6 } + + + dvbt2ConfigurationMatched NOTIFICATION-TYPE + OBJECTS { commonNotificationAlarmClass, dvbt2StatusNotificationPriority, dvbt2StatusNotificationState } + STATUS current + DESCRIPTION + "Indicates whether the configuration of the channel + bandwidth is consistent. If not, an error message is output. + + Possible values: + off(2) - + warning(4) - invalid configuration + ok(5) - valid configuration + + Notification class: warning" + ::= { rsXx9Dvbt2Notifications 7 } + + + dvbt2EncoderSummary NOTIFICATION-TYPE + OBJECTS { commonNotificationAlarmClass, dvbt2StatusNotificationPriority, dvbt2StatusNotificationState } + STATUS current + DESCRIPTION + "Encoder summary state. + + Possible values: + off(2) + warning(4) + ok(5) + + Notification class: warning" + ::= { rsXx9Dvbt2Notifications 8 } + + + dvbt2Test NOTIFICATION-TYPE + OBJECTS { commonNotificationAlarmClass, dvbt2StatusNotificationPriority, dvbt2StatusNotificationState } + STATUS current + DESCRIPTION + "Possible values: + off(2) - no test signal generation + warning(4) - test signal generation is activated + + Notification class: warning" + ::= { rsXx9Dvbt2Notifications 9 } + + + dvbt2SupportedPlps NOTIFICATION-TYPE + OBJECTS { commonNotificationAlarmClass, dvbt2StatusNotificationPriority, dvbt2StatusNotificationState } + STATUS current + DESCRIPTION + " + Possible values: + off(2) + warning(4) + ok(5) + + Notification class: warning" + ::= { rsXx9Dvbt2Notifications 10 } + + + dvbt2SupportedTrIterations NOTIFICATION-TYPE + OBJECTS { commonNotificationAlarmClass, dvbt2StatusNotificationPriority, dvbt2StatusNotificationState } + STATUS current + DESCRIPTION + " + Possible values: + off(2) + warning(4) + ok(5) + + Notification class: warning" + ::= { rsXx9Dvbt2Notifications 11 } + + + dvbt2T2MiTimeInterleaverBuffer NOTIFICATION-TYPE + OBJECTS { commonNotificationAlarmClass, dvbt2StatusNotificationPriority, dvbt2StatusNotificationState } + STATUS obsolete + DESCRIPTION + "obsolete + + Possible values: + undefined(1) + off(2) - not used + warning(4) - underflow + ok(5) - ok + " + ::= { rsXx9Dvbt2Notifications 12 } + + + dvbt2CompositeSummary NOTIFICATION-TYPE + OBJECTS { commonNotificationAlarmClass, dvbt2StatusNotificationPriority, dvbt2StatusNotificationState } + STATUS current + DESCRIPTION + "Description. + + Possible values: + off(2) - + warning(4) - + ok(5) - + " + ::= { rsXx9Dvbt2Notifications 100 } + + + dvbt2CompositeProfiles NOTIFICATION-TYPE + OBJECTS { commonNotificationAlarmClass, dvbt2StatusNotificationPriority, dvbt2StatusNotificationState } + STATUS current + DESCRIPTION + "Description. + + Possible values: + off(2) - + warning(4) - + ok(5) - + " + ::= { rsXx9Dvbt2Notifications 101 } + + + dvbt2CompositeFrameLength NOTIFICATION-TYPE + OBJECTS { commonNotificationAlarmClass, dvbt2StatusNotificationPriority, dvbt2StatusNotificationState } + STATUS current + DESCRIPTION + "Description. + + Possible values: + off(2) - + warning(4) - + ok(5) - + " + ::= { rsXx9Dvbt2Notifications 102 } + + + dvbt2SubIaState NOTIFICATION-TYPE + OBJECTS { commonNotificationAlarmClass, dvbt2StatusNotificationPriority, dvbt2StatusNotificationState } + STATUS current + DESCRIPTION + "Shows usage of the 'individual addressing' parameters + of the data stream. + + Possible values: + undefined(1) + off(2) - not used + warning(4) - in use, but not available + ok(5) - in use and available + + Notification class: warning" + ::= { rsXx9Dvbt2Notifications 202 } + + + dvbt2SubConfigurationValid NOTIFICATION-TYPE + OBJECTS { commonNotificationAlarmClass, dvbt2StatusNotificationPriority, dvbt2StatusNotificationState } + STATUS current + DESCRIPTION + "Shows whether the configuration of DVB-T2 parameters is coherent. + + Possible values: + off(2) - unchecked + warning(4) - invalid configuration + ok(5) - valid configuration + + Notification class: warning" + ::= { rsXx9Dvbt2Notifications 205 } + + + dvbt2SubConfigurationSupported NOTIFICATION-TYPE + OBJECTS { commonNotificationAlarmClass, dvbt2StatusNotificationPriority, dvbt2StatusNotificationState } + STATUS current + DESCRIPTION + "Indicates whether the selected modualtion mode is + supported by this exciter. + + Possible values: + off(2) - unchecked + warning(4) - unsupported configuration + ok(5) - supported configuration + + Notification class: warning" + ::= { rsXx9Dvbt2Notifications 206 } + + + dvbt2SubConfigurationMatched NOTIFICATION-TYPE + OBJECTS { commonNotificationAlarmClass, dvbt2StatusNotificationPriority, dvbt2StatusNotificationState } + STATUS current + DESCRIPTION + "Indicates whether the configuration of the channel + bandwidth is consistent. If not, an error message is output. + + Possible values: + off(2) - + warning(4) - invalid configuration + ok(5) - valid configuration + + Notification class: warning" + ::= { rsXx9Dvbt2Notifications 207 } + + + rsXx9Dvbt2Objects OBJECT IDENTIFIER ::= { rsXx9DvbT2 1 } + + + dvbt2Status OBJECT IDENTIFIER ::= { rsXx9Dvbt2Objects 1 } + + + dvbt2StatusNotificationTable OBJECT-TYPE + SYNTAX SEQUENCE OF Dvbt2StatusNotificationEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "The context information/configuration for the + DVB-T2 status notifications." + ::= { dvbt2Status 1 } + + + dvbt2StatusNotificationEntry OBJECT-TYPE + SYNTAX Dvbt2StatusNotificationEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "An entry in the dvbt2StatusNotificationTable." + INDEX { dvbt2StatusNotificationTxIdx, dvbt2StatusNotificationExcIdx, dvbt2StatusNotificationIdx } + ::= { dvbt2StatusNotificationTable 1 } + + + Dvbt2StatusNotificationEntry ::= + SEQUENCE { + dvbt2StatusNotificationTxIdx + IndexTransmitter, + dvbt2StatusNotificationExcIdx + IndexAB, + dvbt2StatusNotificationIdx + Unsigned32, + dvbt2StatusNotificationName + INTEGER, + dvbt2StatusNotificationMask + NotificationMask, + dvbt2StatusNotificationPriority + NotificationPriority, + dvbt2StatusNotificationState + NotificationState + } + + dvbt2StatusNotificationTxIdx OBJECT-TYPE + SYNTAX IndexTransmitter + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "The transmitter index." + ::= { dvbt2StatusNotificationEntry 1 } + + + dvbt2StatusNotificationExcIdx OBJECT-TYPE + SYNTAX IndexAB + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "This index distinguishes the exiters. + Necessary if you have dual drive transmitters." + ::= { dvbt2StatusNotificationEntry 2 } + + + dvbt2StatusNotificationIdx OBJECT-TYPE + SYNTAX Unsigned32 (1..12) + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "The notification number as below rsXx9Dvbt2Notifications. + This is a helper column and therefore not-accessible." + ::= { dvbt2StatusNotificationEntry 3 } + + + dvbt2StatusNotificationName OBJECT-TYPE + SYNTAX INTEGER + { + dvbt2L1State(1), + dvbt2IaState(2), + dvbt2ConfigurationValid(5), + dvbt2ConfigurationSupported(6), + dvbt2ConfigurationMatched(7), + dvbt2EncoderSummary(8), + dvbt2Test(9), + dvbt2SupportedPlps(10), + dvbt2SupportedTrIterations(11), + dvbt2T2MiTimeInterleaverBuffer(12), + dvbt2CompositeSummary(100), + dvbt2CompositeProfiles(101), + dvbt2CompositeFrameLength(102), + dvbt2SubIaState(202), + dvbt2SubConfigurationValid(205), + dvbt2SubConfigurationSupported(206), + dvbt2SubConfigurationMatched(207) + } + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "The notification number as an enumeration. + The enumeration correlates with the notifications under rsXx9Dvbt2Notifications." + ::= { dvbt2StatusNotificationEntry 4 } + + + dvbt2StatusNotificationMask OBJECT-TYPE + SYNTAX NotificationMask + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "See TextualConvention for details." + ::= { dvbt2StatusNotificationEntry 5 } + + + dvbt2StatusNotificationPriority OBJECT-TYPE + SYNTAX NotificationPriority + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "See TextualConvention for details." + ::= { dvbt2StatusNotificationEntry 6 } + + + dvbt2StatusNotificationState OBJECT-TYPE + SYNTAX NotificationState + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "See TextualConvention for details." + ::= { dvbt2StatusNotificationEntry 7 } + + + dvbt2StateTable OBJECT-TYPE + SYNTAX SEQUENCE OF Dvbt2StateEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "DVB-T2 state information." + ::= { dvbt2Status 2 } + + + dvbt2StateEntry OBJECT-TYPE + SYNTAX Dvbt2StateEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "An entry for a specific exciter." + INDEX { dvbt2StatusNotificationTxIdx, dvbt2StatusNotificationExcIdx } + ::= { dvbt2StateTable 1 } + + + Dvbt2StateEntry ::= + SEQUENCE { + dvbt2StInputDetected + INTEGER, + dvbt2StInputMatched + INTEGER, + dvbt2StInputRequired + INTEGER, + dvbt2StConfigAdaptionState + INTEGER, + dvbt2StDejitterBufDelay + Integer32, + dvbt2StResidualDelay + Unsigned32, + dvbt2StConfigurationMsg + SnmpAdminString + } + + dvbt2StInputDetected OBJECT-TYPE + SYNTAX INTEGER + { + off(1), + unlocked(2), + internal(3), + mpeg(4), + t2mi(5) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The current input state. + internal(3) represents the test generator. + unlocked(2), mpeg(4), t2mi(5): the status of the active input." + ::= { dvbt2StateEntry 1 } + + + dvbt2StInputMatched OBJECT-TYPE + SYNTAX INTEGER + { + off(2), + no(4), + yes(5) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Result of comparison of dvbt2StInputDetected + and dvbt2StInputRequired." + ::= { dvbt2StateEntry 2 } + + + dvbt2StInputRequired OBJECT-TYPE + SYNTAX INTEGER + { + off(1), + internal(3), + mpeg(4), + t2mi(5) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The current required input state. + off(1) is startup value, only. + internal(3) is the test generator. + mpeg(4), t2mi(5): the requirement towards an active input." + ::= { dvbt2StateEntry 3 } + + + dvbt2StConfigAdaptionState OBJECT-TYPE + SYNTAX INTEGER + { + undefined(1), + notUsed(2), + wrongConfig(4), + ok(5) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Description." + ::= { dvbt2StateEntry 4 } + + + dvbt2StDejitterBufDelay OBJECT-TYPE + SYNTAX Integer32 (-1000000..1000000) + UNITS "mus" + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "This displays the delay of the T2MI stream within the dejitter buffer. + The value varies after the transmission has started due to + conditions on the input network. This value should be positive. + A negative value may impose transmission interrupts." + ::= { dvbt2StateEntry 5 } + + + dvbt2StResidualDelay OBJECT-TYPE + SYNTAX Unsigned32 (0..500000) + UNITS "mus" + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Delay of the signal controlled by the SFN Synchronization + to meet the desired transmission time. + The value is fix after transmission has started. + To achieve a higher robustness against input jitter, + this value can be reduced by increasing the dejitter buffer delay. + " + ::= { dvbt2StateEntry 6 } + + + dvbt2StConfigurationMsg OBJECT-TYPE + SYNTAX SnmpAdminString (SIZE (0..160)) + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Description." + ::= { dvbt2StateEntry 7 } + + + dvbt2Setup OBJECT IDENTIFIER ::= { rsXx9Dvbt2Objects 2 } + + + dvbt2ConfigurationTable OBJECT-TYPE + SYNTAX SEQUENCE OF Dvbt2ConfigurationEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "DVB-T2 configuration." + ::= { dvbt2Setup 1 } + + + dvbt2ConfigurationEntry OBJECT-TYPE + SYNTAX Dvbt2ConfigurationEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "An entry in the dvbt2ConfigurationTable." + INDEX { dvbt2ConfigurationTxIdx, dvbt2ConfigurationExcIdx } + ::= { dvbt2ConfigurationTable 1 } +-- An entry in the dvbt2ConfigurationTable. + + Dvbt2ConfigurationEntry ::= + SEQUENCE { + dvbt2ConfigurationTxIdx + IndexTransmitter, + dvbt2ConfigurationExcIdx + IndexAB, + dvbt2ConfigurationT2MiInterface + INTEGER, + dvbt2ConfigurationT2MiPID + Unsigned32, + dvbt2ConfigurationT2MiSID + Unsigned32, + dvbt2ConfigurationT2ConfigAdaption + INTEGER, + dvbt2ConfigurationT2MiDejitterBufDelay + Unsigned32 + } + + dvbt2ConfigurationTxIdx OBJECT-TYPE + SYNTAX IndexTransmitter + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "The transmitter index." + ::= { dvbt2ConfigurationEntry 1 } + + + dvbt2ConfigurationExcIdx OBJECT-TYPE + SYNTAX IndexAB + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "This index distinguishes the exiters. + Necessary if you have dual drive transmitters." + ::= { dvbt2ConfigurationEntry 2 } + + + dvbt2ConfigurationT2MiInterface OBJECT-TYPE + SYNTAX INTEGER + { + on(1), + off(2), + composite(3) + } + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "on(1) - Uses the incoming T2-MI stream from a DVB-T2 gateway + to configure the Modulator. + off(2) - Uses the incoming MPEG transport stream directly + as payload for single PLP." + ::= { dvbt2ConfigurationEntry 3 } + + + dvbt2ConfigurationT2MiPID OBJECT-TYPE + SYNTAX Unsigned32 (0..8191) + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Only if dvbt2ConfigurationT2MiInterface is on(1): + the packet ID of the T2-MI elementary stream." + ::= { dvbt2ConfigurationEntry 4 } + + + dvbt2ConfigurationT2MiSID OBJECT-TYPE + SYNTAX Unsigned32 (0..7) + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Only if dvbt2FsT2Version is at least v131(5): + " + ::= { dvbt2ConfigurationEntry 5 } + + + dvbt2ConfigurationT2ConfigAdaption OBJECT-TYPE + SYNTAX INTEGER + { + none(1), + staticSinglePLP(2), + staticMultiPLP(3) + } + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Defines adaptation of the processing to the configuration at the input. + + None: This setting can always be used; it does, however, lead to a + high processing delay through the transmitter. + Static single PLP: This setting can only be used if the data stream + only contains one PLP (Physical Layer Pipe). It decreases the + processing delay through the exciter. + + staticMultiPLP(3) is not supported anymore. + " + ::= { dvbt2ConfigurationEntry 6 } + + + dvbt2ConfigurationT2MiDejitterBufDelay OBJECT-TYPE + SYNTAX Unsigned32 (0..1000) + UNITS "ms" + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Description." + ::= { dvbt2ConfigurationEntry 7 } + + + dvbt2LocalizationTable OBJECT-TYPE + SYNTAX SEQUENCE OF Dvbt2LocalizationEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "DVB-T2 localization." + ::= { dvbt2Setup 2 } + + + dvbt2LocalizationEntry OBJECT-TYPE + SYNTAX Dvbt2LocalizationEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "An entry in the dvbt2LocalizationTable." + AUGMENTS { dvbt2ConfigurationEntry } + ::= { dvbt2LocalizationTable 1 } + + + Dvbt2LocalizationEntry ::= + SEQUENCE { + dvbt2LocalizationTxIdentifier + Unsigned32, + dvbt2LocalizationCellIdSource + Dvbt2CellIdSource, + dvbt2LocalizationCellIdManual + Unsigned32, + dvbt2LocalizationMisoGroupSource + INTEGER, + dvbt2LocalizationMisoGroupManual + INTEGER, + dvbt2LocalizationNetworkIdManual + Unsigned32, + dvbt2LocalizationSystemIdManual + Unsigned32, + dvbt2LocalizationL1FrequencySource + Dvbt2L1FrequencySource, + dvbt2LocalizationL1FrequencyManual + Unsigned32, + dvbt2LocalizationTxDelayOffsetSource + Dvbt2TxDelayOffsetSource, + dvbt2LocalizationPaprTrSource + INTEGER + } + + dvbt2LocalizationTxIdentifier OBJECT-TYPE + SYNTAX Unsigned32 (0..65535) + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Used to address a TV transmitter within a DVB-T2 network." + ::= { dvbt2LocalizationEntry 3 } + + + dvbt2LocalizationCellIdSource OBJECT-TYPE + SYNTAX Dvbt2CellIdSource + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Source for the cell ID." + ::= { dvbt2LocalizationEntry 4 } + + + dvbt2LocalizationCellIdManual OBJECT-TYPE + SYNTAX Unsigned32 (0..65535) + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "The cell ID used when dvbt2LocalizationCellIdSource is manual(1). + The cell ID can be changed without signal interruption." + ::= { dvbt2LocalizationEntry 5 } + + + dvbt2LocalizationMisoGroupSource OBJECT-TYPE + SYNTAX INTEGER + { + off(1), + manual(2), + ia(3) + } + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "The MISO group can be configured either manually directly on the transmitter + or automatically using the Individual Addressing (IA) data via the DVB_T2 gateway. + The group can be switched at any time without signal interruption. + + manual(2) - from dvbt2LocalizationMisoGroupManual + ia(3) - from the individual addressing data + of the DVB-T2 gateway stream" + ::= { dvbt2LocalizationEntry 6 } + + + dvbt2LocalizationMisoGroupManual OBJECT-TYPE + SYNTAX INTEGER + { + group1(4), + group2(5) + } + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "The MISO group used when dvbt2LocalizationMisoGroupSource is manual(1). + The MISO group can be changed without signal interruption." + ::= { dvbt2LocalizationEntry 7 } + + + dvbt2LocalizationNetworkIdManual OBJECT-TYPE + SYNTAX Unsigned32 (0..65535) + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "The network ID uniquely defines the current DVB-T2 network. + If a T2-MI interface is used, this value is specified + from the DVB-T2 gateway. + Otherwise it is defined here." + ::= { dvbt2LocalizationEntry 8 } + + + dvbt2LocalizationSystemIdManual OBJECT-TYPE + SYNTAX Unsigned32 (0..65535) + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "The system ID uniquely identifies a T2 system within the DVB-T2 network." + ::= { dvbt2LocalizationEntry 9 } + + + dvbt2LocalizationL1FrequencySource OBJECT-TYPE + SYNTAX Dvbt2L1FrequencySource + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "See textual convention. + + If you select manual(1), + the value is given with dvbt2LocalizationL1FrequencyManual." + ::= { dvbt2LocalizationEntry 10 } + + + dvbt2LocalizationL1FrequencyManual OBJECT-TYPE + SYNTAX Unsigned32 (0..2000000000) + UNITS "Hz" + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Presetting of L1 frequency shift." + ::= { dvbt2LocalizationEntry 11 } + + + dvbt2LocalizationTxDelayOffsetSource OBJECT-TYPE + SYNTAX Dvbt2TxDelayOffsetSource + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "See textual convention." + ::= { dvbt2LocalizationEntry 12 } + + + dvbt2LocalizationPaprTrSource OBJECT-TYPE + SYNTAX INTEGER + { + off(1), + manual(2), + ia(3), + supported(4) + } + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Description." + ::= { dvbt2LocalizationEntry 13 } + + + dvbt2IndividualAddressingTable OBJECT-TYPE + SYNTAX SEQUENCE OF Dvbt2IndividualAddressingEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "DVB-T2 individual addressing." + ::= { dvbt2Setup 3 } + + + dvbt2IndividualAddressingEntry OBJECT-TYPE + SYNTAX Dvbt2IndividualAddressingEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "An entry in the dvbt2IndividualAddressingTable." + AUGMENTS { dvbt2ConfigurationEntry } + ::= { dvbt2IndividualAddressingTable 1 } + + + Dvbt2IndividualAddressingEntry ::= + SEQUENCE { + dvbt2IaTimeOffset + Integer32, + dvbt2IaTimeOffsetSource + Dvbt2IndividualAddressingSource, + dvbt2IaFrequencyOffset + Integer32, + dvbt2IaFrequencyOffsetSource + Dvbt2IndividualAddressingSource, + dvbt2IaCellID + Unsigned32, + dvbt2IaCellIdSource + Dvbt2IndividualAddressingSource + } + + dvbt2IaTimeOffset OBJECT-TYPE + SYNTAX Integer32 (-32768..32767) + UNITS "1/10 micro second" + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Shows the transmitting delay for this transmitter in relation to + other transmitters in the DVB-T2 network. + This value is defined from the DVB-T2 gateway." + ::= { dvbt2IndividualAddressingEntry 3 } + + + dvbt2IaTimeOffsetSource OBJECT-TYPE + SYNTAX Dvbt2IndividualAddressingSource + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Shows the source for the time offset. + txSpecific(2) - a special time offset was given for this TX identifier + viaBroadcast(3) - all transmitters of the network got the same + time offset via broadcast" + ::= { dvbt2IndividualAddressingEntry 4 } + + + dvbt2IaFrequencyOffset OBJECT-TYPE + SYNTAX Integer32 + UNITS "Hz" + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Shows the frequency shift for this transmitter in relation to + other transmitters in the DVB-T2 network. + This value is defined from the DVB-T2 gateway." + ::= { dvbt2IndividualAddressingEntry 5 } + + + dvbt2IaFrequencyOffsetSource OBJECT-TYPE + SYNTAX Dvbt2IndividualAddressingSource + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Shows the source for the frequency shift. + txSpecific(2) - a special frequency shift was given for this TX identifier + viaBroadcast(3) - all transmitters of the network got the same + frequency shift via broadcast" + ::= { dvbt2IndividualAddressingEntry 6 } + + + dvbt2IaCellID OBJECT-TYPE + SYNTAX Unsigned32 (0..65535) + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Shows the cell ID that is given with the individual addressing + information. + This value is defined from the DVB-T2 gateway. + The actual cell ID depends on the setting of dvbt2LocalizationCellIdSource." + ::= { dvbt2IndividualAddressingEntry 7 } + + + dvbt2IaCellIdSource OBJECT-TYPE + SYNTAX Dvbt2IndividualAddressingSource + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Shows the source for the cell ID. + txSpecific(2) - a special cell ID was given for this TX identifier + viaBroadcast(3) - all transmitters of the network got the same + cell ID via broadcast" + ::= { dvbt2IndividualAddressingEntry 8 } + + + dvbt2ChannelTable OBJECT-TYPE + SYNTAX SEQUENCE OF Dvbt2ChannelEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "DVB-T2 channel parameters." + ::= { dvbt2Setup 4 } + + + dvbt2ChannelEntry OBJECT-TYPE + SYNTAX Dvbt2ChannelEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "An entry in the dvbt2ChannelTable." + AUGMENTS { dvbt2ConfigurationEntry } + ::= { dvbt2ChannelTable 1 } + + + Dvbt2ChannelEntry ::= + SEQUENCE { + dvbt2ChnTransmissionSystem + INTEGER, + dvbt2ChnBandwidth + Dvbt2ChannelBandwidth, + dvbt2ChnFFT + Dvbt2FftSize, + dvbt2ChnFftExtended + SwitchOnOff, + dvbt2ChnGuardInterval + Dvbt2GuardInterval, + dvbt2ChnPilotPattern + Dvbt2PilotPattern, + dvbt2ChnPaprReduction + Dvbt2PaprReduction + } + + dvbt2ChnTransmissionSystem OBJECT-TYPE + SYNTAX INTEGER + { + t2SISO(3), + t2MISO(4) + } + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Allows to connect several transmitters to a MISO system. + Only applicable if a T2-MI interface is used. + A change of this value is possible anytime without signal interruption." + ::= { dvbt2ChannelEntry 3 } + + + dvbt2ChnBandwidth OBJECT-TYPE + SYNTAX Dvbt2ChannelBandwidth + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "The channel bandwidth that the DVB-T2 signal allocates + in the frequency spectrum. + For safety reasons it is always set manually." + ::= { dvbt2ChannelEntry 4 } + + + dvbt2ChnFFT OBJECT-TYPE + SYNTAX Dvbt2FftSize + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "If a T2-MI interface is used, this value is read-only. + In this case it is specified by the DVB-T2 gateway." + ::= { dvbt2ChannelEntry 5 } + + + dvbt2ChnFftExtended OBJECT-TYPE + SYNTAX SwitchOnOff + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "If this field is set to on(1), the extended carrier mode is used. + If this field is set to off(2), the normal carrier mode is used. + Only for 8K, 16K or 32K FFT size. + + If a T2-MI interface is used, this value is read-only. + In this case it is specified by the DVB-T2 gateway." + ::= { dvbt2ChannelEntry 6 } + + + dvbt2ChnGuardInterval OBJECT-TYPE + SYNTAX Dvbt2GuardInterval + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "see textual convention + + If a T2-MI interface is used, this value is read-only. + In this case it is specified by the DVB-T2 gateway." + ::= { dvbt2ChannelEntry 7 } + + + dvbt2ChnPilotPattern OBJECT-TYPE + SYNTAX Dvbt2PilotPattern + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "see textual convention + + If a T2-MI interface is used, this value is read-only. + In this case it is specified by the DVB-T2 gateway." + ::= { dvbt2ChannelEntry 8 } + + + dvbt2ChnPaprReduction OBJECT-TYPE + SYNTAX Dvbt2PaprReduction + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "see textual convention + + If a T2-MI interface is used, this value is read-only. + In this case it is specified by the DVB-T2 gateway." + ::= { dvbt2ChannelEntry 9 } + + + dvbt2FrameStructureTable OBJECT-TYPE + SYNTAX SEQUENCE OF Dvbt2FrameStructureEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "DVB-T2 frame structure." + ::= { dvbt2Setup 5 } + + + dvbt2FrameStructureEntry OBJECT-TYPE + SYNTAX Dvbt2FrameStructureEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "An entry in the dvbt2FrameStructureTable." + AUGMENTS { dvbt2ConfigurationEntry } + ::= { dvbt2FrameStructureTable 1 } + + + Dvbt2FrameStructureEntry ::= + SEQUENCE { + dvbt2FsDataSymbolsPerT2Frame + Unsigned32, + dvbt2FsT2FramesPerSuperFrame + Unsigned32, + dvbt2FsT2Version + Dvbt2T2Version + } + + dvbt2FsDataSymbolsPerT2Frame OBJECT-TYPE + SYNTAX Unsigned32 (1..4095) + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "The total number of symbols in a frame (excluding P1). + + If a T2-MI interface is used, this value is read-only. + In this case it is specified by the DVB-T2 gateway." + ::= { dvbt2FrameStructureEntry 3 } + + + dvbt2FsT2FramesPerSuperFrame OBJECT-TYPE + SYNTAX Unsigned32 (1..255) + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "The number of T2-frames in a super-frame is a configurable parameter. + + If a T2-MI interface is used, this value is read-only. + In this case it is specified by the DVB-T2 gateway." + ::= { dvbt2FrameStructureEntry 4 } + + + dvbt2FsT2Version OBJECT-TYPE + SYNTAX Dvbt2T2Version + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "The T2 version used. If no T2-MI interface is used, + only version 1.1.1 is supported." + ::= { dvbt2FrameStructureEntry 5 } + + + dvbt2L1Table OBJECT-TYPE + SYNTAX SEQUENCE OF Dvbt2L1Entry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "DVB-T2 layer 1 parameters." + ::= { dvbt2Setup 6 } + + + dvbt2L1Entry OBJECT-TYPE + SYNTAX Dvbt2L1Entry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "An entry in the dvbt2L1Table." + AUGMENTS { dvbt2ConfigurationEntry } + ::= { dvbt2L1Table 1 } + + + Dvbt2L1Entry ::= + SEQUENCE { + dvbt2L1Modulation + Dvbt2Layer1Modulation, + dvbt2L1CodeRate + Dvbt2Layer1CodeRate, + dvbt2L1FEC + Dvbt2Layer1FEC, + dvbt2L1Repetition + SwitchOnOff + } + + dvbt2L1Modulation OBJECT-TYPE + SYNTAX Dvbt2Layer1Modulation + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "The constellation of the L1-post signalling data block. + + If a T2-MI interface is used, this value is read-only. + In this case it is specified by the DVB-T2 gateway." + ::= { dvbt2L1Entry 3 } + + + dvbt2L1CodeRate OBJECT-TYPE + SYNTAX Dvbt2Layer1CodeRate + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "The coding of the L1-post signalling data block. + + If a T2-MI interface is used, this value is read-only. + In this case it is specified by the DVB-T2 gateway." + ::= { dvbt2L1Entry 4 } + + + dvbt2L1FEC OBJECT-TYPE + SYNTAX Dvbt2Layer1FEC + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "The type of the L1 FEC used for the L1-post signalling data block. + + If a T2-MI interface is used, this value is read-only. + In this case it is specified by the DVB-T2 gateway." + ::= { dvbt2L1Entry 5 } + + + dvbt2L1Repetition OBJECT-TYPE + SYNTAX SwitchOnOff + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Repetition of L1-post dynamic data. + + If a T2-MI interface is used, this value is read-only. + In this case it is specified by the DVB-T2 gateway." + ::= { dvbt2L1Entry 6 } + + + dvbt2Plp1Table OBJECT-TYPE + SYNTAX SEQUENCE OF Dvbt2Plp1Entry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "Changeable parameters of the only physical layer pipe + in case of single PLP mode." + ::= { dvbt2Setup 7 } + + + dvbt2Plp1Entry OBJECT-TYPE + SYNTAX Dvbt2Plp1Entry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "An entry in the dvbt2PlpTable." + AUGMENTS { dvbt2ConfigurationEntry } + ::= { dvbt2Plp1Table 1 } + + + Dvbt2Plp1Entry ::= + SEQUENCE { + dvbt2Plp1ID + Unsigned32, + dvbt2Plp1GroupID + Unsigned32, + dvbt2Plp1Type + Dvbt2PlpType, + dvbt2Plp1Constellation + Dvbt2Modulation, + dvbt2Plp1Rotation + SwitchOnOff, + dvbt2Plp1CodeRate + Dvbt2CodeRate, + dvbt2Plp1FEC + Dvbt2FEC, + dvbt2Plp1TimeInterleaverType + Dvbt2TimeInterleaverType, + dvbt2Plp1TimeInterleaverLength + Unsigned32, + dvbt2Plp1BasebandMode + Dvbt2BasebandMode + } + + dvbt2Plp1ID OBJECT-TYPE + SYNTAX Unsigned32 (0..255) + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "uniquely identifies a PLP within a T2 system" + ::= { dvbt2Plp1Entry 3 } + + + dvbt2Plp1GroupID OBJECT-TYPE + SYNTAX Unsigned32 (0..255) + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "identifies with which PLP group within the T2 system + the current PLP is associated. This can be used by a + receiver to link the data PLP to its associated common PLP, + which will have the same PLP Group ID. + " + ::= { dvbt2Plp1Entry 4 } + + + dvbt2Plp1Type OBJECT-TYPE + SYNTAX Dvbt2PlpType + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Indicates the set Physical Layer Pipe type." + ::= { dvbt2Plp1Entry 5 } + + + dvbt2Plp1Constellation OBJECT-TYPE + SYNTAX Dvbt2Modulation + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Indicates the set modulation mode. + QPSK is extremely fail-safe, but has only a low data rate. + 256QAM can transmit very high data rates and is + recommended if few faults are expected on the + transmission link. The setting can be changed here. + " + ::= { dvbt2Plp1Entry 6 } + + + dvbt2Plp1Rotation OBJECT-TYPE + SYNTAX SwitchOnOff + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Constellation rotation." + ::= { dvbt2Plp1Entry 7 } + + + dvbt2Plp1CodeRate OBJECT-TYPE + SYNTAX Dvbt2CodeRate + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Indicates the set code rate. The code rate is used to set the ratio + of information data to . + 1/2 provides the greatest error correction and the lowest data + transfer rate; + 5/6 provides the lowest error correction and the greatest data + transfer rate. The setting can be changed here. + " + ::= { dvbt2Plp1Entry 8 } + + + dvbt2Plp1FEC OBJECT-TYPE + SYNTAX Dvbt2FEC + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Indicates the set error correction algorithm (FEC). If a T2-MI interface + is used, this value is fixed by the DVB-T2 gateway. + " + ::= { dvbt2Plp1Entry 9 } + + + dvbt2Plp1TimeInterleaverType OBJECT-TYPE + SYNTAX Dvbt2TimeInterleaverType + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "single(1) - Maps each interleaving frame directly to a T2 frame. + multi(2) - Maps each interleaving frame to more than one T2 frame." + ::= { dvbt2Plp1Entry 10 } + + + dvbt2Plp1TimeInterleaverLength OBJECT-TYPE + SYNTAX Unsigned32 (0..255) + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Defines the number of time interleaver blocks (TIB) + within the time interleaving frame." + ::= { dvbt2Plp1Entry 11 } + + + dvbt2Plp1BasebandMode OBJECT-TYPE + SYNTAX Dvbt2BasebandMode + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "see textual convention" + ::= { dvbt2Plp1Entry 12 } + + + dvbt2TestTable OBJECT-TYPE + SYNTAX SEQUENCE OF Dvbt2TestEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "Configures the test mode of the exciter." + ::= { dvbt2Setup 9 } + + + dvbt2TestEntry OBJECT-TYPE + SYNTAX Dvbt2TestEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "An entry in the dvbt2TestTable." + AUGMENTS { dvbt2ConfigurationEntry } + ::= { dvbt2TestTable 1 } + + + Dvbt2TestEntry ::= + SEQUENCE { + dvbt2TestGeneration + SwitchOnOff, + dvbt2TestMode + INTEGER + } + + dvbt2TestGeneration OBJECT-TYPE + SYNTAX SwitchOnOff + MAX-ACCESS read-write + STATUS obsolete + DESCRIPTION + "Switches test signal generation on or off. + A test signal enables measurements for the transmitter + if no valid DVB-T2 input exists or + the DVB-T2 option is not active." + ::= { dvbt2TestEntry 3 } + + + dvbt2TestMode OBJECT-TYPE + SYNTAX INTEGER + { + off(1), + prbs(2), + singleCarrier(3), + mute1P1SymOfSuperFrame(6) + } + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Indicates which test signal is generated. + + off: Switches off test signal generation. + + PRBS:Generates a PRBS sequence instead of the payload. + + Mute 1st P1 Symbol: Suppresses the first symbol of each T2 frame. This function + can be used to measure the time of signal transmission. + + Single Carrier: Generates an unmodulated single carrier. The frequency of the + single carrier is at the center of the band and therefore deviates from the vision + carrier frequency. This test signal can be used to measure the phase noise of the + synthesizer. The phase noise must be measured via the RF Monitor Out + connector (X61). The cable connected to RF Out (X60) must be removed. In order + to protect the amplifiers, this test signal is only generated if the output of the + exciter is open. + " + ::= { dvbt2TestEntry 4 } + + + dvbt2Output OBJECT IDENTIFIER ::= { rsXx9Dvbt2Objects 3 } + + + dvbt2OutLocalizationTable OBJECT-TYPE + SYNTAX SEQUENCE OF Dvbt2OutLocalizationEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "DVB-T2 localization + as signalled from the DVB-T2 gateway." + ::= { dvbt2Output 2 } + + + dvbt2OutLocalizationEntry OBJECT-TYPE + SYNTAX Dvbt2OutLocalizationEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "An entry in the dvbt2OutLocalizationTable." + AUGMENTS { dvbt2ConfigurationEntry } + ::= { dvbt2OutLocalizationTable 1 } + + + Dvbt2OutLocalizationEntry ::= + SEQUENCE { + dvbt2OutLocalizationCellIdSource + Dvbt2CellIdSource, + dvbt2OutLocalizationCellId + Unsigned32, + dvbt2OutLocalizationMisoGroupSource + INTEGER, + dvbt2OutLocalizationMisoGroup + INTEGER, + dvbt2OutLocalizationNetworkId + Unsigned32, + dvbt2OutLocalizationSystemId + Unsigned32, + dvbt2OutLocalizationL1FrequencySource + Dvbt2L1FrequencySource, + dvbt2OutLocalizationL1Frequency + Unsigned32, + dvbt2OutLocalizationTxDelayOffsetSource + Dvbt2TxDelayOffsetSource, + dvbt2OutLocalizationTxDelayOffset + Integer32, + dvbt2OutLocalizationPaprTrSource + INTEGER + } + + dvbt2OutLocalizationCellIdSource OBJECT-TYPE + SYNTAX Dvbt2CellIdSource + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "See textual convention." + ::= { dvbt2OutLocalizationEntry 1 } + + + dvbt2OutLocalizationCellId OBJECT-TYPE + SYNTAX Unsigned32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The cell ID that is actually transmitted." + ::= { dvbt2OutLocalizationEntry 3 } + + + dvbt2OutLocalizationMisoGroupSource OBJECT-TYPE + SYNTAX INTEGER + { + off(1), + manual(2), + ia(3) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Source for the MISO group: + manual(2) - from dvbt2LocalizationMisoGroupManual + ia(3) - from the individual addressing data + of the DVB-T2 gateway stream" + ::= { dvbt2OutLocalizationEntry 4 } + + + dvbt2OutLocalizationMisoGroup OBJECT-TYPE + SYNTAX INTEGER + { + unused(3), + group1(4), + group2(5) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The actual MISO group for the transmitter. + In a MISO system the two transmitters have to be assigned + different groups. + In a SFN system several transmitters may belong to one group." + ::= { dvbt2OutLocalizationEntry 5 } + + + dvbt2OutLocalizationNetworkId OBJECT-TYPE + SYNTAX Unsigned32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The actual network ID for the transmitter." + ::= { dvbt2OutLocalizationEntry 6 } + + + dvbt2OutLocalizationSystemId OBJECT-TYPE + SYNTAX Unsigned32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The actual system ID for the transmitter." + ::= { dvbt2OutLocalizationEntry 7 } + + + dvbt2OutLocalizationL1FrequencySource OBJECT-TYPE + SYNTAX Dvbt2L1FrequencySource + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "See textual convention." + ::= { dvbt2OutLocalizationEntry 8 } + + + dvbt2OutLocalizationL1Frequency OBJECT-TYPE + SYNTAX Unsigned32 + UNITS "Hz" + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Currently used L1 frequency with index 0." + ::= { dvbt2OutLocalizationEntry 9 } + + + dvbt2OutLocalizationTxDelayOffsetSource OBJECT-TYPE + SYNTAX Dvbt2TxDelayOffsetSource + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "See textual convention." + ::= { dvbt2OutLocalizationEntry 10 } + + + dvbt2OutLocalizationTxDelayOffset OBJECT-TYPE + SYNTAX Integer32 + UNITS "1/10 micro second" + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Transmitter specific transmitting delay." + ::= { dvbt2OutLocalizationEntry 11 } + + + dvbt2OutLocalizationPaprTrSource OBJECT-TYPE + SYNTAX INTEGER + { + off(1), + manual(2), + ia(3), + supported(4) + } + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Description." + ::= { dvbt2OutLocalizationEntry 12 } + + + dvbt2OutChannelTable OBJECT-TYPE + SYNTAX SEQUENCE OF Dvbt2OutChannelEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "DVB-T2 channel parameters + as signalled from the DVB-T2 gateway." + ::= { dvbt2Output 4 } + + + dvbt2OutChannelEntry OBJECT-TYPE + SYNTAX Dvbt2OutChannelEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "An entry in the dvbt2OutChannelTable." + AUGMENTS { dvbt2ConfigurationEntry } + ::= { dvbt2OutChannelTable 1 } + + + Dvbt2OutChannelEntry ::= + SEQUENCE { + dvbt2OutChnTransmissionSystem + Dvbt2TransmissionSystem, + dvbt2OutChnBandwidth + Dvbt2ChannelBandwidth, + dvbt2OutChnFFT + Dvbt2FftSize, + dvbt2OutChnFftExtended + Dvbt2OnOff, + dvbt2OutChnGuardInterval + Dvbt2GuardInterval, + dvbt2OutChnPilotPattern + Dvbt2PilotPattern, + dvbt2OutChnPaprReduction + Dvbt2PaprReduction, + dvbt2OutChnT2BaseLite + Dvbt2OnOff, + dvbt2OutChnPreamble + INTEGER, + dvbt2OutChnInputStreamTypes + INTEGER, + dvbt2OutChnRegenerationFlag + Unsigned32, + dvbt2OutChnT2Profile + INTEGER + } + + dvbt2OutChnTransmissionSystem OBJECT-TYPE + SYNTAX Dvbt2TransmissionSystem + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "see textual convention" + ::= { dvbt2OutChannelEntry 3 } + + + dvbt2OutChnBandwidth OBJECT-TYPE + SYNTAX Dvbt2ChannelBandwidth + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The channel bandwidth as signalled by the DVB-T2 gateway." + ::= { dvbt2OutChannelEntry 4 } + + + dvbt2OutChnFFT OBJECT-TYPE + SYNTAX Dvbt2FftSize + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "see textual convention" + ::= { dvbt2OutChannelEntry 5 } + + + dvbt2OutChnFftExtended OBJECT-TYPE + SYNTAX Dvbt2OnOff + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "When this field is on(1), the extended carrier mode is used. + If this field is off(2), the normal carrier mode is used. + Only for 8K, 16K or 32K FFT size." + ::= { dvbt2OutChannelEntry 6 } + + + dvbt2OutChnGuardInterval OBJECT-TYPE + SYNTAX Dvbt2GuardInterval + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "see textual convention" + ::= { dvbt2OutChannelEntry 7 } + + + dvbt2OutChnPilotPattern OBJECT-TYPE + SYNTAX Dvbt2PilotPattern + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "see textual convention" + ::= { dvbt2OutChannelEntry 8 } + + + dvbt2OutChnPaprReduction OBJECT-TYPE + SYNTAX Dvbt2PaprReduction + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "see textual convention" + ::= { dvbt2OutChannelEntry 9 } + + + dvbt2OutChnT2BaseLite OBJECT-TYPE + SYNTAX Dvbt2OnOff + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Shows whether the sent out T2-Base profile is compatible + with a T2-LITE profile." + ::= { dvbt2OutChannelEntry 10 } + + + dvbt2OutChnPreamble OBJECT-TYPE + SYNTAX INTEGER + { + undefined(1), + notMixed(3), + mixed(4) + } + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Indicates whether the preambles are all of the same type or not: + notMixed(3) - all preambles in the current transmission are of the same type + mixed(4) - preambles of different types are transmitted" + ::= { dvbt2OutChannelEntry 11 } + + + dvbt2OutChnInputStreamTypes OBJECT-TYPE + SYNTAX INTEGER + { + undefined(1), + tsOnly(3), + gsOnly(4), + tsAndGs(5) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The types of the Tx input streams carried within the T2 super-frame: + tsOnly(3) - transport stream (TS) only + gsOnly(4) - generic stream, but not TS + tsAndGs(5) - both TS and generic stream" + ::= { dvbt2OutChannelEntry 12 } + + + dvbt2OutChnRegenerationFlag OBJECT-TYPE + SYNTAX Unsigned32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Indicates how many times the DVB-T2 signal has been re-generated. + Value 0 indicates that no regeneration has been done. + Each time the DVB-T2 signal is regenerated this field is increased by one." + ::= { dvbt2OutChannelEntry 13 } + + + dvbt2OutChnT2Profile OBJECT-TYPE + SYNTAX INTEGER + { + undefined(1), + base(3), + baseLite(4), + lite(5) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The T2-profile used. The standard profile is T2-Base, + while T2-Lite has been introduced in T2 version 1.3.1. + T2-Lite is intended for mobile applications. + The T2-Base-Lite option is the intersection between T2-Base and T2-Lite, + i.e. a signal that is valid for both T2-Base and T2-Lite profiles. + The T2-Base-Lite profile will be signalled as a normal T2-Base signal, + but with the T2_BASE_LITE flag set in the L1-Pre signaling." + ::= { dvbt2OutChannelEntry 14 } + + + dvbt2OutFrameStructureTable OBJECT-TYPE + SYNTAX SEQUENCE OF Dvbt2OutFrameStructureEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "DVB-T2 frame structure + as signalled from the DVB-T2 gateway." + ::= { dvbt2Output 5 } + + + dvbt2OutFrameStructureEntry OBJECT-TYPE + SYNTAX Dvbt2OutFrameStructureEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "An entry in the dvbt2OutFrameStructureTable." + AUGMENTS { dvbt2ConfigurationEntry } + ::= { dvbt2OutFrameStructureTable 1 } + + + Dvbt2OutFrameStructureEntry ::= + SEQUENCE { + dvbt2OutFsDataSymbolsPerT2Frame + Unsigned32, + dvbt2OutFsT2FramesPerSuperFrame + Unsigned32, + dvbt2OutFsT2Version + Dvbt2T2Version, + dvbt2OutFsSubSlicesPerFrame + Unsigned32, + dvbt2OutFsNumOfPLP + Unsigned32, + dvbt2OutFsNumOfAux + Unsigned32 + } + + dvbt2OutFsDataSymbolsPerT2Frame OBJECT-TYPE + SYNTAX Unsigned32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The total number of symbols in a frame (excluding P1). + + If a T2-MI interface is used, this value is read-only. + In this case it is specified by the DVB-T2 gateway." + ::= { dvbt2OutFrameStructureEntry 3 } + + + dvbt2OutFsT2FramesPerSuperFrame OBJECT-TYPE + SYNTAX Unsigned32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of T2-frames in a super-frame is a configurable parameter. + + If a T2-MI interface is used, this value is read-only. + In this case it is specified by the DVB-T2 gateway." + ::= { dvbt2OutFrameStructureEntry 4 } + + + dvbt2OutFsT2Version OBJECT-TYPE + SYNTAX Dvbt2T2Version + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "If no T2-MI interface is used only version 1.1.1 is supported." + ::= { dvbt2OutFrameStructureEntry 5 } + + + dvbt2OutFsSubSlicesPerFrame OBJECT-TYPE + SYNTAX Unsigned32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The total number of sub-slices for the type 2 data PLPs + across all RF channels in one T2-frame." + ::= { dvbt2OutFrameStructureEntry 6 } + + + dvbt2OutFsNumOfPLP OBJECT-TYPE + SYNTAX Unsigned32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of PLPs carried within the super-frame." + ::= { dvbt2OutFrameStructureEntry 7 } + + + dvbt2OutFsNumOfAux OBJECT-TYPE + SYNTAX Unsigned32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "number of auxiliary streams" + ::= { dvbt2OutFrameStructureEntry 8 } + + + dvbt2OutL1Table OBJECT-TYPE + SYNTAX SEQUENCE OF Dvbt2OutL1Entry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "DVB-T2 layer 1 parameters + as signalled from the DVB-T2 gateway." + ::= { dvbt2Output 6 } + + + dvbt2OutL1Entry OBJECT-TYPE + SYNTAX Dvbt2OutL1Entry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "An entry in the dvbt2OutL1Table." + AUGMENTS { dvbt2ConfigurationEntry } + ::= { dvbt2OutL1Table 1 } + + + Dvbt2OutL1Entry ::= + SEQUENCE { + dvbt2OutL1Modulation + Dvbt2Layer1Modulation, + dvbt2OutL1CodeRate + Dvbt2Layer1CodeRate, + dvbt2OutL1FEC + Dvbt2Layer1FEC, + dvbt2OutL1Repetition + Dvbt2OnOff, + dvbt2OutL1PostScrambled + Dvbt2OnOff, + dvbt2OutL1PostExtension + Dvbt2OnOff + } + + dvbt2OutL1Modulation OBJECT-TYPE + SYNTAX Dvbt2Layer1Modulation + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The constellation of the L1-post signalling data block." + ::= { dvbt2OutL1Entry 3 } + + + dvbt2OutL1CodeRate OBJECT-TYPE + SYNTAX Dvbt2Layer1CodeRate + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The coding of the L1-post signalling data block." + ::= { dvbt2OutL1Entry 4 } + + + dvbt2OutL1FEC OBJECT-TYPE + SYNTAX Dvbt2Layer1FEC + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The type of the L1 FEC used for the L1-post signalling data block." + ::= { dvbt2OutL1Entry 5 } + + + dvbt2OutL1Repetition OBJECT-TYPE + SYNTAX Dvbt2OnOff + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Repetition of L1-post dynamic data." + ::= { dvbt2OutL1Entry 6 } + + + dvbt2OutL1PostScrambled OBJECT-TYPE + SYNTAX Dvbt2OnOff + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Shows whether signalling of L1-post is scrambled." + ::= { dvbt2OutL1Entry 7 } + + + dvbt2OutL1PostExtension OBJECT-TYPE + SYNTAX Dvbt2OnOff + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Indicates the presence of the L1-post extension field." + ::= { dvbt2OutL1Entry 8 } + + + dvbt2OutPlpTable OBJECT-TYPE + SYNTAX SEQUENCE OF Dvbt2OutPlpEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "DVB-T2 PLP parameters + as signalled from the DVB-T2 gateway." + ::= { dvbt2Output 7 } + + + dvbt2OutPlpEntry OBJECT-TYPE + SYNTAX Dvbt2OutPlpEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "An entry in the dvbt2OutPlpTable." + INDEX { dvbt2ConfigurationTxIdx, dvbt2ConfigurationExcIdx, dvbt2OutPlpIdx } + ::= { dvbt2OutPlpTable 1 } + + + Dvbt2OutPlpEntry ::= + SEQUENCE { + dvbt2OutPlpIdx + Unsigned32, + dvbt2OutPlpID + Unsigned32, + dvbt2OutPlpGroupID + Unsigned32, + dvbt2OutPlpType + Dvbt2PlpType, + dvbt2OutPlpPayloadType + INTEGER, + dvbt2OutPlpConstellation + Dvbt2Modulation, + dvbt2OutPlpRotation + Dvbt2OnOff, + dvbt2OutPlpCodeRate + Dvbt2CodeRate, + dvbt2OutPlpFEC + Dvbt2FEC, + dvbt2OutPlpFecBlocks + Unsigned32, + dvbt2OutPlpTimeInterleaverType + Dvbt2TimeInterleaverType, + dvbt2OutPlpTimeInterleaverLength + Unsigned32, + dvbt2OutPlpBasebandMode + Dvbt2BasebandMode, + dvbt2OutPlpFrameInterval + Unsigned32, + dvbt2OutPlpBasebandPayloadPadding + Dvbt2OnOff, + dvbt2OutPlpNullPacketDeletion + Dvbt2OnOff, + dvbt2OutPlpNumOfOtherPlpInBand + Unsigned32, + dvbt2OutPlpCmType + INTEGER, + dvbt2OutPlpISSY + INTEGER, + dvbt2OutPlpInBandFlag + Dvbt2OnOff, + dvbt2OutPlpInBandASig + Dvbt2OnOff, + dvbt2OutPlpInBandBSig + Dvbt2OnOff + } + + dvbt2OutPlpIdx OBJECT-TYPE + SYNTAX Unsigned32 (1..8) + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "The PLP number. + This is a helper column and therefore not-accessible." + ::= { dvbt2OutPlpEntry 2 } + + + dvbt2OutPlpID OBJECT-TYPE + SYNTAX Unsigned32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "uniquely identifies a PLP within a T2 system" + ::= { dvbt2OutPlpEntry 3 } + + + dvbt2OutPlpGroupID OBJECT-TYPE + SYNTAX Unsigned32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "identifies with which PLP group within the T2 system + the current PLP is associated. This can be used by a + receiver to link the data PLP to its associated common PLP, + which will have the same PLP Group ID. + " + ::= { dvbt2OutPlpEntry 4 } + + + dvbt2OutPlpType OBJECT-TYPE + SYNTAX Dvbt2PlpType + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Indicates the set Physical Layer Pipe type." + ::= { dvbt2OutPlpEntry 5 } + + + dvbt2OutPlpPayloadType OBJECT-TYPE + SYNTAX INTEGER + { + reserved(2), + gfps(3), + gcs(4), + gse(5), + ts(6) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Each input PLP may take one of the following formats: + gfps(3) - Generic Fixed-length Packetized Stream + This form is retained for compatibility with DVB-S2, + but it is expected that GSE would now be used instead. + gcs(4) - Generic Continuous Stream + A variable length packet stream where the modulator + is not aware of the packet boundaries. + gse(5) - Generic Encapsulated Stream + ts(6) - Transport Stream" + ::= { dvbt2OutPlpEntry 6 } + + + dvbt2OutPlpConstellation OBJECT-TYPE + SYNTAX Dvbt2Modulation + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Indicates the set modulation mode. + QPSK is extremely fail-safe, but has only a low data rate. + 256QAM can transmit very high data rates and is + recommended if few faults are expected on the + transmission link. + " + ::= { dvbt2OutPlpEntry 7 } + + + dvbt2OutPlpRotation OBJECT-TYPE + SYNTAX Dvbt2OnOff + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Constellation rotation." + ::= { dvbt2OutPlpEntry 8 } + + + dvbt2OutPlpCodeRate OBJECT-TYPE + SYNTAX Dvbt2CodeRate + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Indicates the set code rate. The code rate is used to set the ratio + of information data to . + 1/2 provides the greatest error correction and the lowest data + transfer rate; + 5/6 provides the lowest error correction and the greatest data + transfer rate. + " + ::= { dvbt2OutPlpEntry 9 } + + + dvbt2OutPlpFEC OBJECT-TYPE + SYNTAX Dvbt2FEC + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Indicates the set error correction algorithm (FEC). If a T2-MI interface + is used, this value is fixed by the DVB-T2 gateway. + " + ::= { dvbt2OutPlpEntry 10 } + + + dvbt2OutPlpFecBlocks OBJECT-TYPE + SYNTAX Unsigned32 + MAX-ACCESS read-only + STATUS obsolete + DESCRIPTION + "Displays the received number of maximum FEC blocks per interleaving frame. + obsoleted" + ::= { dvbt2OutPlpEntry 11 } + + + dvbt2OutPlpTimeInterleaverType OBJECT-TYPE + SYNTAX Dvbt2TimeInterleaverType + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "single(1) - Maps each interleaving frame directly to a T2 frame. + multi(2) - Maps each interleaving frame to more than one T2 frame." + ::= { dvbt2OutPlpEntry 12 } + + + dvbt2OutPlpTimeInterleaverLength OBJECT-TYPE + SYNTAX Unsigned32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Defines the number of time interleaver blocks (TIB) + within the time interleaving frame." + ::= { dvbt2OutPlpEntry 13 } + + + dvbt2OutPlpBasebandMode OBJECT-TYPE + SYNTAX Dvbt2BasebandMode + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "see textual convention" + ::= { dvbt2OutPlpEntry 14 } + + + dvbt2OutPlpFrameInterval OBJECT-TYPE + SYNTAX Unsigned32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Indicates the T2-frame interval within the super-frame + for the associated PLP." + ::= { dvbt2OutPlpEntry 15 } + + + dvbt2OutPlpBasebandPayloadPadding OBJECT-TYPE + SYNTAX Dvbt2OnOff + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Shows whether frame padding is used in base band + for achieving constant length of base band frame." + ::= { dvbt2OutPlpEntry 16 } + + + dvbt2OutPlpNullPacketDeletion OBJECT-TYPE + SYNTAX Dvbt2OnOff + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Shows whether null packets (PID=8191) including the optional + ISSY field are deleted." + ::= { dvbt2OutPlpEntry 17 } + + + dvbt2OutPlpNumOfOtherPlpInBand OBJECT-TYPE + SYNTAX Unsigned32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "If equal 0, the relevant PLP carries only its own in-band L1 dynamic information. + If greater 0, it carries L1 dynamic information of other PLPs as well as its own + information, for shorter channel switching time." + ::= { dvbt2OutPlpEntry 18 } + + + dvbt2OutPlpCmType OBJECT-TYPE + SYNTAX INTEGER + { + undefined(1), + aCM(3), + cCM(4) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Coding and modulation type: + Code rate, constellation and rotation + aCM(3) - may be different for different PLPs + cCM(4) - are equal for all PLPs" + ::= { dvbt2OutPlpEntry 19 } + + + dvbt2OutPlpISSY OBJECT-TYPE + SYNTAX INTEGER + { + undefined(1), + off(3), + short(4), + long(5) + } + MAX-ACCESS read-only + STATUS obsolete + DESCRIPTION + "Input stream synchronization: + shows whether ISSY information is included + off(3) - no ISSY information + short(4) - 16 bit ISSY information + long(5) - 24 bit ISSY information + + obsoleted" + ::= { dvbt2OutPlpEntry 20 } + + + dvbt2OutPlpInBandFlag OBJECT-TYPE + SYNTAX Dvbt2OnOff + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Indicates whether the padding carries in-band signalling information. + (Available with T2-Version 1.1.1)" + ::= { dvbt2OutPlpEntry 21 } + + + dvbt2OutPlpInBandASig OBJECT-TYPE + SYNTAX Dvbt2OnOff + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Indicates whether the padding carries in-band signalling information + of type A. + (Available with T2-Version 1.2.1 or higher)" + ::= { dvbt2OutPlpEntry 22 } + + + dvbt2OutPlpInBandBSig OBJECT-TYPE + SYNTAX Dvbt2OnOff + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Indicates whether the padding carries in-band signalling information + of type B. + (Available with T2-Version 1.2.1 or higher)" + ::= { dvbt2OutPlpEntry 23 } + + + dvbt2OutPaprTrTable OBJECT-TYPE + SYNTAX SEQUENCE OF Dvbt2OutPaprTrEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "PAPR (Peak to Average Power Ratio) reduction using tone reservation parameters." + ::= { dvbt2Output 8 } + + + dvbt2OutPaprTrEntry OBJECT-TYPE + SYNTAX Dvbt2OutPaprTrEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "An entry in the dvbt2OutPaprTrTable." + AUGMENTS { dvbt2ConfigurationEntry } + ::= { dvbt2OutPaprTrTable 1 } + + + Dvbt2OutPaprTrEntry ::= + SEQUENCE { + dvbt2OutPaprTrIterations + Unsigned32, + dvbt2OutPaprTrClippingThreshold + Unsigned32, + dvbt2OutPaprTrIterationsSupported + Unsigned32, + dvbt2OutPaprTrIterationsIA + Unsigned32, + dvbt2OutPaprTrIterationsReduced + TruthValue, + dvbt2OutPaprTrIterationsActive + Unsigned32 + } + + dvbt2OutPaprTrIterations OBJECT-TYPE + SYNTAX Unsigned32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Indicates the maximum number of tone reservation repetitions + that are supported by the currently selected Bandwidth, FFT + and Guard Interval settings. + " + ::= { dvbt2OutPaprTrEntry 1 } + + + dvbt2OutPaprTrClippingThreshold OBJECT-TYPE + SYNTAX Unsigned32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Indicates the limit up to which the PAPR-TR algorithm operates. + The displayed value divided by 100 roughly corresponds to the + desired crest factor in dB. + " + ::= { dvbt2OutPaprTrEntry 2 } + + + dvbt2OutPaprTrIterationsSupported OBJECT-TYPE + SYNTAX Unsigned32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Maximum number of iterations of tone reservation that are supported + for the adjusted bandwidth, FFT and guard interval." + ::= { dvbt2OutPaprTrEntry 3 } + + + dvbt2OutPaprTrIterationsIA OBJECT-TYPE + SYNTAX Unsigned32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Description." + ::= { dvbt2OutPaprTrEntry 4 } + + + dvbt2OutPaprTrIterationsReduced OBJECT-TYPE + SYNTAX TruthValue + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of iterations signalled by IA is too high. + The number of active iterations is reduced to the number of supported iterations." + ::= { dvbt2OutPaprTrEntry 5 } + + + dvbt2OutPaprTrIterationsActive OBJECT-TYPE + SYNTAX Unsigned32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Number of iterations of tone reservations per symbol." + ::= { dvbt2OutPaprTrEntry 6 } + + + dvbt2OutFefTable OBJECT-TYPE + SYNTAX SEQUENCE OF Dvbt2OutFefEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "FEF (future extension frame) values." + ::= { dvbt2Output 9 } + + + dvbt2OutFefEntry OBJECT-TYPE + SYNTAX Dvbt2OutFefEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "An entry in the dvbt2OutFefTable." + AUGMENTS { dvbt2ConfigurationEntry } + ::= { dvbt2OutFefTable 1 } + + + Dvbt2OutFefEntry ::= + SEQUENCE { + dvbt2OutFefOn + Dvbt2OnOff, + dvbt2OutFefType + Unsigned32, + dvbt2OutFefLength + Unsigned32, + dvbt2OutFefInterval + Unsigned32 + } + + dvbt2OutFefOn OBJECT-TYPE + SYNTAX Dvbt2OnOff + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Indicates whether future extension frames are used." + ::= { dvbt2OutFefEntry 1 } + + + dvbt2OutFefType OBJECT-TYPE + SYNTAX Unsigned32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Indicates the type of the associated FEF part as a digit." + ::= { dvbt2OutFefEntry 2 } + + + dvbt2OutFefLength OBJECT-TYPE + SYNTAX Unsigned32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Indicates the length of the used FEF part as the number of periods T from the + beginning of the P1 symbol of the FEF part to the beginning of the P1 symbol + of the next T2 frame." + ::= { dvbt2OutFefEntry 3 } + + + dvbt2OutFefInterval OBJECT-TYPE + SYNTAX Unsigned32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Indicates the number of T2-frames between two FEF parts." + ::= { dvbt2OutFefEntry 4 } + + + dvbt2CoderSub OBJECT IDENTIFIER ::= { rsXx9Dvbt2Objects 10 } + + + dvbt2SubStatus OBJECT IDENTIFIER ::= { dvbt2CoderSub 1 } + + + dvbt2SubStateTable OBJECT-TYPE + SYNTAX SEQUENCE OF Dvbt2SubStateEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "DVB-T2 Coder-Sub state information." + ::= { dvbt2SubStatus 2 } + + + dvbt2SubStateEntry OBJECT-TYPE + SYNTAX Dvbt2SubStateEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "An entry in the dvbt2SubStateTable." + AUGMENTS { dvbt2StateEntry } + ::= { dvbt2SubStateTable 1 } + + + Dvbt2SubStateEntry ::= + SEQUENCE { + dvbt2SubStInputDetected + INTEGER, + dvbt2SubStInputMatched + INTEGER, + dvbt2SubStConfigurationMsg + SnmpAdminString + } + + dvbt2SubStInputDetected OBJECT-TYPE + SYNTAX INTEGER + { + off(1), + unlocked(2), + internal(3), + mpeg(4), + t2mi(5) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The current input state. + internal(3) represents the test generator. + unlocked(2), mpeg(4), t2mi(5): the status of the active input." + ::= { dvbt2SubStateEntry 1 } + + + dvbt2SubStInputMatched OBJECT-TYPE + SYNTAX INTEGER + { + off(2), + no(4), + yes(5) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Result of comparison of dvbt2StInputDetected + and dvbt2StInputRequired." + ::= { dvbt2SubStateEntry 2 } + + + dvbt2SubStConfigurationMsg OBJECT-TYPE + SYNTAX SnmpAdminString (SIZE (0..160)) + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Description." + ::= { dvbt2SubStateEntry 7 } + + + dvbt2SubSetup OBJECT IDENTIFIER ::= { dvbt2CoderSub 2 } + + + dvbt2SubConfigurationTable OBJECT-TYPE + SYNTAX SEQUENCE OF Dvbt2SubConfigurationEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "DVB-T2 Coder-Sub configuration." + ::= { dvbt2SubSetup 1 } + + + dvbt2SubConfigurationEntry OBJECT-TYPE + SYNTAX Dvbt2SubConfigurationEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "An entry in the dvbt2SubConfigurationTable." + AUGMENTS { dvbt2ConfigurationEntry } + ::= { dvbt2SubConfigurationTable 1 } + + + Dvbt2SubConfigurationEntry ::= + SEQUENCE { + dvbt2SubConfigurationT2MiInterface + INTEGER, + dvbt2SubConfigurationT2MiPID + Unsigned32, + dvbt2SubConfigurationT2MiSID + Unsigned32 + } + + dvbt2SubConfigurationT2MiInterface OBJECT-TYPE + SYNTAX INTEGER + { + on(1), + off(2), + composite(3) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "on(1) - Uses the incoming T2-MI stream from a DVB-T2 gateway + to configure the Modulator. + off(2) - Uses the incoming MPEG transport stream directly + as payload for single PLP." + ::= { dvbt2SubConfigurationEntry 3 } + + + dvbt2SubConfigurationT2MiPID OBJECT-TYPE + SYNTAX Unsigned32 (0..8191) + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Only if dvbt2ConfigurationT2MiInterface is on(1): + the packet ID of the T2-MI elementary stream." + ::= { dvbt2SubConfigurationEntry 4 } + + + dvbt2SubConfigurationT2MiSID OBJECT-TYPE + SYNTAX Unsigned32 (0..7) + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Only if dvbt2FsT2Version is at least v131(5): + " + ::= { dvbt2SubConfigurationEntry 5 } + + + dvbt2SubLocalizationTable OBJECT-TYPE + SYNTAX SEQUENCE OF Dvbt2SubLocalizationEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "DVB-T2 Coder-Sub localization." + ::= { dvbt2SubSetup 2 } + + + dvbt2SubLocalizationEntry OBJECT-TYPE + SYNTAX Dvbt2SubLocalizationEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "An entry in the dvbt2SubLocalizationTable." + AUGMENTS { dvbt2ConfigurationEntry } + ::= { dvbt2SubLocalizationTable 1 } + + + Dvbt2SubLocalizationEntry ::= + SEQUENCE { + dvbt2SubLocalizationTxIdentifier + Unsigned32, + dvbt2SubLocalizationCellIdSource + Dvbt2CellIdSource, + dvbt2SubLocalizationCellIdManual + Unsigned32, + dvbt2SubLocalizationMisoGroupSource + INTEGER, + dvbt2SubLocalizationMisoGroupManual + INTEGER, + dvbt2SubLocalizationL1FrequencySource + Dvbt2L1FrequencySource, + dvbt2SubLocalizationL1FrequencyManual + Unsigned32 + } + + dvbt2SubLocalizationTxIdentifier OBJECT-TYPE + SYNTAX Unsigned32 (0..65535) + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Used to address a TV transmitter within a DVB-T2 network." + ::= { dvbt2SubLocalizationEntry 3 } + + + dvbt2SubLocalizationCellIdSource OBJECT-TYPE + SYNTAX Dvbt2CellIdSource + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Source for the cell ID." + ::= { dvbt2SubLocalizationEntry 4 } + + + dvbt2SubLocalizationCellIdManual OBJECT-TYPE + SYNTAX Unsigned32 (0..65535) + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "The cell ID used when dvbt2LocalizationCellIdSource is manual(1). + The cell ID can be changed without signal interruption." + ::= { dvbt2SubLocalizationEntry 5 } + + + dvbt2SubLocalizationMisoGroupSource OBJECT-TYPE + SYNTAX INTEGER + { + off(1), + manual(2), + ia(3) + } + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "The MISO group can be configured either manually directly on the transmitter + or automatically using the Individual Addressing (IA) data via the DVB_T2 gateway. + The group can be switched at any time without signal interruption. + + manual(2) - from dvbt2LocalizationMisoGroupManual + ia(3) - from the individual addressing data + of the DVB-T2 gateway stream" + ::= { dvbt2SubLocalizationEntry 6 } + + + dvbt2SubLocalizationMisoGroupManual OBJECT-TYPE + SYNTAX INTEGER + { + group1(4), + group2(5) + } + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "The MISO group used when dvbt2LocalizationMisoGroupSource is manual(1). + The MISO group can be changed without signal interruption." + ::= { dvbt2SubLocalizationEntry 7 } + + + dvbt2SubLocalizationL1FrequencySource OBJECT-TYPE + SYNTAX Dvbt2L1FrequencySource + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "See textual convention. + + If you select manual(1), + the value is given with dvbt2LocalizationL1FrequencyManual." + ::= { dvbt2SubLocalizationEntry 10 } + + + dvbt2SubLocalizationL1FrequencyManual OBJECT-TYPE + SYNTAX Unsigned32 (0..2000000000) + UNITS "Hz" + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Presetting of L1 frequency shift." + ::= { dvbt2SubLocalizationEntry 11 } + + + dvbt2SubOutput OBJECT IDENTIFIER ::= { dvbt2CoderSub 3 } + + + dvbt2SubOutLocalizationTable OBJECT-TYPE + SYNTAX SEQUENCE OF Dvbt2SubOutLocalizationEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "DVB-T2 Coder-Sub localization + as signalled from the DVB-T2 gateway." + ::= { dvbt2SubOutput 2 } + + + dvbt2SubOutLocalizationEntry OBJECT-TYPE + SYNTAX Dvbt2SubOutLocalizationEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "Description." + AUGMENTS { dvbt2ConfigurationEntry } + ::= { dvbt2SubOutLocalizationTable 1 } + + + Dvbt2SubOutLocalizationEntry ::= + SEQUENCE { + dvbt2SubOutLocalizationCellIdSource + Dvbt2CellIdSource, + dvbt2SubOutLocalizationCellId + Unsigned32, + dvbt2SubOutLocalizationMisoGroupSource + INTEGER, + dvbt2SubOutLocalizationMisoGroup + INTEGER, + dvbt2SubOutLocalizationNetworkId + Unsigned32, + dvbt2SubOutLocalizationSystemId + Unsigned32, + dvbt2SubOutLocalizationL1Frequency + Unsigned32, + dvbt2SubOutLocalizationPaprTrSource + INTEGER + } + + dvbt2SubOutLocalizationCellIdSource OBJECT-TYPE + SYNTAX Dvbt2CellIdSource + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "See textual convention." + ::= { dvbt2SubOutLocalizationEntry 1 } + + + dvbt2SubOutLocalizationCellId OBJECT-TYPE + SYNTAX Unsigned32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The cell ID that is actually transmitted." + ::= { dvbt2SubOutLocalizationEntry 3 } + + + dvbt2SubOutLocalizationMisoGroupSource OBJECT-TYPE + SYNTAX INTEGER + { + off(1), + manual(2), + ia(3) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Source for the MISO group: + manual(2) - from dvbt2LocalizationMisoGroupManual + ia(3) - from the individual addressing data + of the DVB-T2 gateway stream" + ::= { dvbt2SubOutLocalizationEntry 4 } + + + dvbt2SubOutLocalizationMisoGroup OBJECT-TYPE + SYNTAX INTEGER + { + unused(3), + group1(4), + group2(5) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The actual MISO group for the transmitter. + In a MISO system the two transmitters have to be assigned + different groups. + In a SFN system several transmitters may belong to one group." + ::= { dvbt2SubOutLocalizationEntry 5 } + + + dvbt2SubOutLocalizationNetworkId OBJECT-TYPE + SYNTAX Unsigned32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The actual network ID for the transmitter." + ::= { dvbt2SubOutLocalizationEntry 6 } + + + dvbt2SubOutLocalizationSystemId OBJECT-TYPE + SYNTAX Unsigned32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The actual system ID for the transmitter." + ::= { dvbt2SubOutLocalizationEntry 7 } + + + dvbt2SubOutLocalizationL1Frequency OBJECT-TYPE + SYNTAX Unsigned32 + UNITS "Hz" + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Currently used L1 frequency with index 0." + ::= { dvbt2SubOutLocalizationEntry 9 } + + + dvbt2SubOutLocalizationPaprTrSource OBJECT-TYPE + SYNTAX INTEGER + { + off(1), + manual(2), + ia(3), + supported(4) + } + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Description." + ::= { dvbt2SubOutLocalizationEntry 12 } + + + dvbt2SubOutChannelTable OBJECT-TYPE + SYNTAX SEQUENCE OF Dvbt2SubOutChannelEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "DVB-T2 Coder-Sub channel parameters + as signalled from the DVB-T2 gateway." + ::= { dvbt2SubOutput 4 } + + + dvbt2SubOutChannelEntry OBJECT-TYPE + SYNTAX Dvbt2SubOutChannelEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "Description." + AUGMENTS { dvbt2ConfigurationEntry } + ::= { dvbt2SubOutChannelTable 1 } + + + Dvbt2SubOutChannelEntry ::= + SEQUENCE { + dvbt2SubOutChnTransmissionSystem + Dvbt2TransmissionSystem, + dvbt2SubOutChnBandwidth + Dvbt2ChannelBandwidth, + dvbt2SubOutChnFFT + Dvbt2FftSize, + dvbt2SubOutChnFftExtended + Dvbt2OnOff, + dvbt2SubOutChnGuardInterval + Dvbt2GuardInterval, + dvbt2SubOutChnPilotPattern + Dvbt2PilotPattern, + dvbt2SubOutChnPaprReduction + Dvbt2PaprReduction, + dvbt2SubOutChnT2Profile + INTEGER + } + + dvbt2SubOutChnTransmissionSystem OBJECT-TYPE + SYNTAX Dvbt2TransmissionSystem + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "see textual convention" + ::= { dvbt2SubOutChannelEntry 3 } + + + dvbt2SubOutChnBandwidth OBJECT-TYPE + SYNTAX Dvbt2ChannelBandwidth + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The channel bandwidth as signalled by the DVB-T2 gateway." + ::= { dvbt2SubOutChannelEntry 4 } + + + dvbt2SubOutChnFFT OBJECT-TYPE + SYNTAX Dvbt2FftSize + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "see textual convention" + ::= { dvbt2SubOutChannelEntry 5 } + + + dvbt2SubOutChnFftExtended OBJECT-TYPE + SYNTAX Dvbt2OnOff + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "When this field is on(1), the extended carrier mode is used. + If this field is off(2), the normal carrier mode is used. + Only for 8K, 16K or 32K FFT size." + ::= { dvbt2SubOutChannelEntry 6 } + + + dvbt2SubOutChnGuardInterval OBJECT-TYPE + SYNTAX Dvbt2GuardInterval + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "see textual convention" + ::= { dvbt2SubOutChannelEntry 7 } + + + dvbt2SubOutChnPilotPattern OBJECT-TYPE + SYNTAX Dvbt2PilotPattern + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "see textual convention" + ::= { dvbt2SubOutChannelEntry 8 } + + + dvbt2SubOutChnPaprReduction OBJECT-TYPE + SYNTAX Dvbt2PaprReduction + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "see textual convention" + ::= { dvbt2SubOutChannelEntry 9 } + + + dvbt2SubOutChnT2Profile OBJECT-TYPE + SYNTAX INTEGER + { + undefined(1), + base(3), + baseLite(4), + lite(5) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The T2-profile used. The standard profile is T2-Base, + while T2-Lite has been introduced in T2 version 1.3.1. + T2-Lite is intended for mobile applications. + The T2-Base-Lite option is the intersection between T2-Base and T2-Lite, + i.e. a signal that is valid for both T2-Base and T2-Lite profiles. + The T2-Base-Lite profile will be signalled as a normal T2-Base signal, + but with the T2_BASE_LITE flag set in the L1-Pre signaling." + ::= { dvbt2SubOutChannelEntry 14 } + + + dvbt2SubOutFrameStructureTable OBJECT-TYPE + SYNTAX SEQUENCE OF Dvbt2SubOutFrameStructureEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "DVB-T2 Coder-Sub frame structure + as signalled from the DVB-T2 gateway." + ::= { dvbt2SubOutput 5 } + + + dvbt2SubOutFrameStructureEntry OBJECT-TYPE + SYNTAX Dvbt2SubOutFrameStructureEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "An entry in the dvbt2SubOutFrameStructureTable. " + AUGMENTS { dvbt2ConfigurationEntry } + ::= { dvbt2SubOutFrameStructureTable 1 } + + + Dvbt2SubOutFrameStructureEntry ::= + SEQUENCE { + dvbt2SubOutFsDataSymbolsPerT2Frame + Unsigned32, + dvbt2SubOutFsT2FramesPerSuperFrame + Unsigned32, + dvbt2SubOutFsT2Version + Dvbt2T2Version, + dvbt2SubOutFsNumOfPLP + Unsigned32, + dvbt2SubOutFsNumOfAux + Unsigned32 + } + + dvbt2SubOutFsDataSymbolsPerT2Frame OBJECT-TYPE + SYNTAX Unsigned32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The total number of symbols in a frame (excluding P1). + + If a T2-MI interface is used, this value is read-only. + In this case it is specified by the DVB-T2 gateway." + ::= { dvbt2SubOutFrameStructureEntry 3 } + + + dvbt2SubOutFsT2FramesPerSuperFrame OBJECT-TYPE + SYNTAX Unsigned32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of T2-frames in a super-frame is a configurable parameter. + + If a T2-MI interface is used, this value is read-only. + In this case it is specified by the DVB-T2 gateway." + ::= { dvbt2SubOutFrameStructureEntry 4 } + + + dvbt2SubOutFsT2Version OBJECT-TYPE + SYNTAX Dvbt2T2Version + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "If no T2-MI interface is used only version 1.1.1 is supported." + ::= { dvbt2SubOutFrameStructureEntry 5 } + + + dvbt2SubOutFsNumOfPLP OBJECT-TYPE + SYNTAX Unsigned32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of PLPs carried within the super-frame." + ::= { dvbt2SubOutFrameStructureEntry 7 } + + + dvbt2SubOutFsNumOfAux OBJECT-TYPE + SYNTAX Unsigned32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "number of auxiliary streams" + ::= { dvbt2SubOutFrameStructureEntry 8 } + + + dvbt2SubOutL1Table OBJECT-TYPE + SYNTAX SEQUENCE OF Dvbt2SubOutL1Entry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "DVB-T2 Coder-Sub layer 1 parameters + as signalled from the DVB-T2 gateway." + ::= { dvbt2SubOutput 6 } + + + dvbt2SubOutL1Entry OBJECT-TYPE + SYNTAX Dvbt2SubOutL1Entry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "An entry in the dvbt2SubOutL1Table." + AUGMENTS { dvbt2ConfigurationEntry } + ::= { dvbt2SubOutL1Table 1 } + + + Dvbt2SubOutL1Entry ::= + SEQUENCE { + dvbt2SubOutL1Modulation + Dvbt2Layer1Modulation, + dvbt2SubOutL1CodeRate + Dvbt2Layer1CodeRate, + dvbt2SubOutL1Repetition + Dvbt2OnOff, + dvbt2SubOutL1PostScrambled + Dvbt2OnOff + } + + dvbt2SubOutL1Modulation OBJECT-TYPE + SYNTAX Dvbt2Layer1Modulation + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The constellation of the L1-post signalling data block." + ::= { dvbt2SubOutL1Entry 3 } + + + dvbt2SubOutL1CodeRate OBJECT-TYPE + SYNTAX Dvbt2Layer1CodeRate + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The coding of the L1-post signalling data block." + ::= { dvbt2SubOutL1Entry 4 } + + + dvbt2SubOutL1Repetition OBJECT-TYPE + SYNTAX Dvbt2OnOff + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Repetition of L1-post dynamic data." + ::= { dvbt2SubOutL1Entry 6 } + + + dvbt2SubOutL1PostScrambled OBJECT-TYPE + SYNTAX Dvbt2OnOff + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Shows whether signalling of L1-post is scrambled." + ::= { dvbt2SubOutL1Entry 7 } + + + dvbt2SubOutPlpTable OBJECT-TYPE + SYNTAX SEQUENCE OF Dvbt2SubOutPlpEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "DVB-T2 Coder-Sub PLP parameters + as signalled from the DVB-T2 gateway." + ::= { dvbt2SubOutput 7 } + + + dvbt2SubOutPlpEntry OBJECT-TYPE + SYNTAX Dvbt2SubOutPlpEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "An entry in the dvbt2SubOutPlpTable." + INDEX { dvbt2ConfigurationTxIdx, dvbt2ConfigurationExcIdx, dvbt2SubOutPlpIdx } + ::= { dvbt2SubOutPlpTable 1 } + + + Dvbt2SubOutPlpEntry ::= + SEQUENCE { + dvbt2SubOutPlpIdx + Unsigned32, + dvbt2SubOutPlpID + Unsigned32, + dvbt2SubOutPlpGroupID + Unsigned32, + dvbt2SubOutPlpType + Dvbt2PlpType, + dvbt2SubOutPlpPayloadType + INTEGER, + dvbt2SubOutPlpConstellation + Dvbt2Modulation, + dvbt2SubOutPlpRotation + Dvbt2OnOff, + dvbt2SubOutPlpCodeRate + Dvbt2CodeRate, + dvbt2SubOutPlpFEC + Dvbt2FEC, + dvbt2SubOutPlpTimeInterleaverType + Dvbt2TimeInterleaverType, + dvbt2SubOutPlpTimeInterleaverLength + Unsigned32, + dvbt2SubOutPlpBasebandMode + Dvbt2BasebandMode + } + + dvbt2SubOutPlpIdx OBJECT-TYPE + SYNTAX Unsigned32 (1..8) + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "The PLP number. + This is a helper column and therefore not-accessible." + ::= { dvbt2SubOutPlpEntry 2 } + + + dvbt2SubOutPlpID OBJECT-TYPE + SYNTAX Unsigned32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "uniquely identifies a PLP within a T2 system" + ::= { dvbt2SubOutPlpEntry 3 } + + + dvbt2SubOutPlpGroupID OBJECT-TYPE + SYNTAX Unsigned32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "identifies with which PLP group within the T2 system + the current PLP is associated. This can be used by a + receiver to link the data PLP to its associated common PLP, + which will have the same PLP Group ID. + " + ::= { dvbt2SubOutPlpEntry 4 } + + + dvbt2SubOutPlpType OBJECT-TYPE + SYNTAX Dvbt2PlpType + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Indicates the set Physical Layer Pipe type." + ::= { dvbt2SubOutPlpEntry 5 } + + + dvbt2SubOutPlpPayloadType OBJECT-TYPE + SYNTAX INTEGER + { + reserved(2), + gfps(3), + gcs(4), + gse(5), + ts(6) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Each input PLP may take one of the following formats: + gfps(3) - Generic Fixed-length Packetized Stream + This form is retained for compatibility with DVB-S2, + but it is expected that GSE would now be used instead. + gcs(4) - Generic Continuous Stream + A variable length packet stream where the modulator + is not aware of the packet boundaries. + gse(5) - Generic Encapsulated Stream + ts(6) - Transport Stream" + ::= { dvbt2SubOutPlpEntry 6 } + + + dvbt2SubOutPlpConstellation OBJECT-TYPE + SYNTAX Dvbt2Modulation + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Indicates the set modulation mode. + QPSK is extremely fail-safe, but has only a low data rate. + 256QAM can transmit very high data rates and is + recommended if few faults are expected on the + transmission link. + " + ::= { dvbt2SubOutPlpEntry 7 } + + + dvbt2SubOutPlpRotation OBJECT-TYPE + SYNTAX Dvbt2OnOff + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Constellation rotation." + ::= { dvbt2SubOutPlpEntry 8 } + + + dvbt2SubOutPlpCodeRate OBJECT-TYPE + SYNTAX Dvbt2CodeRate + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Indicates the set code rate. The code rate is used to set the ratio + of information data to . + 1/2 provides the greatest error correction and the lowest data + transfer rate; + 5/6 provides the lowest error correction and the greatest data + transfer rate. + " + ::= { dvbt2SubOutPlpEntry 9 } + + + dvbt2SubOutPlpFEC OBJECT-TYPE + SYNTAX Dvbt2FEC + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Indicates the set error correction algorithm (FEC). If a T2-MI interface + is used, this value is fixed by the DVB-T2 gateway. + " + ::= { dvbt2SubOutPlpEntry 10 } + + + dvbt2SubOutPlpTimeInterleaverType OBJECT-TYPE + SYNTAX Dvbt2TimeInterleaverType + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "single(1) - Maps each interleaving frame directly to a T2 frame. + multi(2) - Maps each interleaving frame to more than one T2 frame." + ::= { dvbt2SubOutPlpEntry 12 } + + + dvbt2SubOutPlpTimeInterleaverLength OBJECT-TYPE + SYNTAX Unsigned32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Defines the number of time interleaver blocks (TIB) + within the time interleaving frame." + ::= { dvbt2SubOutPlpEntry 13 } + + + dvbt2SubOutPlpBasebandMode OBJECT-TYPE + SYNTAX Dvbt2BasebandMode + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "see textual convention" + ::= { dvbt2SubOutPlpEntry 14 } + + + dvbt2SubOutPaprTrTable OBJECT-TYPE + SYNTAX SEQUENCE OF Dvbt2SubOutPaprTrEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "Coder-Sub PAPR (Peak to Average Power Ratio) reduction using tone reservation parameters." + ::= { dvbt2SubOutput 8 } + + + dvbt2SubOutPaprTrEntry OBJECT-TYPE + SYNTAX Dvbt2SubOutPaprTrEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "An entry in the dvbt2SubOutPaprTrTable." + AUGMENTS { dvbt2ConfigurationEntry } + ::= { dvbt2SubOutPaprTrTable 1 } + + + Dvbt2SubOutPaprTrEntry ::= + SEQUENCE { + dvbt2SubOutPaprTrIterations + Unsigned32, + dvbt2SubOutPaprTrClippingThreshold + Unsigned32, + dvbt2SubOutPaprTrIterationsSupported + Unsigned32, + dvbt2SubOutPaprTrIterationsIA + Unsigned32, + dvbt2SubOutPaprTrIterationsReduced + TruthValue, + dvbt2SubOutPaprTrIterationsActive + Unsigned32 + } + + dvbt2SubOutPaprTrIterations OBJECT-TYPE + SYNTAX Unsigned32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Indicates the maximum number of tone reservation repetitions + that are supported by the currently selected Bandwidth, FFT + and Guard Interval settings. + " + ::= { dvbt2SubOutPaprTrEntry 1 } + + + dvbt2SubOutPaprTrClippingThreshold OBJECT-TYPE + SYNTAX Unsigned32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Indicates the limit up to which the PAPR-TR algorithm operates. + The displayed value divided by 100 roughly corresponds to the + desired crest factor in dB. + " + ::= { dvbt2SubOutPaprTrEntry 2 } + + + dvbt2SubOutPaprTrIterationsSupported OBJECT-TYPE + SYNTAX Unsigned32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Maximum number of iterations of tone reservation that are supported + for the adjusted bandwidth, FFT and guard interval." + ::= { dvbt2SubOutPaprTrEntry 3 } + + + dvbt2SubOutPaprTrIterationsIA OBJECT-TYPE + SYNTAX Unsigned32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Description." + ::= { dvbt2SubOutPaprTrEntry 4 } + + + dvbt2SubOutPaprTrIterationsReduced OBJECT-TYPE + SYNTAX TruthValue + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of iterations signalled by IA is too high. + The number of active iterations is reduced to the number of supported iterations." + ::= { dvbt2SubOutPaprTrEntry 5 } + + + dvbt2SubOutPaprTrIterationsActive OBJECT-TYPE + SYNTAX Unsigned32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Number of iterations of tone reservations per symbol." + ::= { dvbt2SubOutPaprTrEntry 6 } + + + dvbt2SubOutFefTable OBJECT-TYPE + SYNTAX SEQUENCE OF Dvbt2SubOutFefEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "Coder-Sub FEF (future extension frame) values." + ::= { dvbt2SubOutput 9 } + + + dvbt2SubOutFefEntry OBJECT-TYPE + SYNTAX Dvbt2SubOutFefEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "An entry in the dvbt2SubOutFefTable" + AUGMENTS { dvbt2ConfigurationEntry } + ::= { dvbt2SubOutFefTable 1 } + + + Dvbt2SubOutFefEntry ::= + SEQUENCE { + dvbt2SubOutFefOn + Dvbt2OnOff, + dvbt2SubOutFefType + Unsigned32, + dvbt2SubOutFefLength + Unsigned32, + dvbt2SubOutFefInterval + Unsigned32 + } + + dvbt2SubOutFefOn OBJECT-TYPE + SYNTAX Dvbt2OnOff + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Indicates whether future extension frames are used." + ::= { dvbt2SubOutFefEntry 1 } + + + dvbt2SubOutFefType OBJECT-TYPE + SYNTAX Unsigned32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Indicates the type of the associated FEF part as a digit." + ::= { dvbt2SubOutFefEntry 2 } + + + dvbt2SubOutFefLength OBJECT-TYPE + SYNTAX Unsigned32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Indicates the length of the used FEF part as the number of periods T from the + beginning of the P1 symbol of the FEF part to the beginning of the P1 symbol + of the next T2 frame." + ::= { dvbt2SubOutFefEntry 3 } + + + dvbt2SubOutFefInterval OBJECT-TYPE + SYNTAX Unsigned32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Indicates the number of T2-frames between two FEF parts." + ::= { dvbt2SubOutFefEntry 4 } + + + rsXx9Dvbt2Conformance OBJECT IDENTIFIER ::= { rsXx9DvbT2 2 } + + + rsXx9Dvbt2Compliances OBJECT IDENTIFIER ::= { rsXx9Dvbt2Conformance 1 } + + + dvbt2BasicCompliance MODULE-COMPLIANCE + STATUS current + DESCRIPTION + "The compliance statement for XX9000 DVB-T2 exciters." + MODULE -- this module + MANDATORY-GROUPS { dvbt2ObjBasic, dvbt2NotifyBasic } + ::= { rsXx9Dvbt2Compliances 1 } + + + rsXx9Dvbt2Groups OBJECT IDENTIFIER ::= { rsXx9Dvbt2Conformance 2 } + + + dvbt2ObjBasic OBJECT-GROUP + OBJECTS { dvbt2StatusNotificationName, dvbt2StatusNotificationMask, dvbt2StatusNotificationPriority, dvbt2StatusNotificationState, dvbt2ConfigurationT2MiInterface, + dvbt2ConfigurationT2MiPID, dvbt2LocalizationTxIdentifier, dvbt2LocalizationCellIdSource, dvbt2LocalizationCellIdManual, dvbt2LocalizationMisoGroupSource, + dvbt2LocalizationMisoGroupManual, dvbt2LocalizationNetworkIdManual, dvbt2LocalizationSystemIdManual, dvbt2IaTimeOffset, dvbt2IaTimeOffsetSource, + dvbt2IaFrequencyOffset, dvbt2IaFrequencyOffsetSource, dvbt2IaCellID, dvbt2IaCellIdSource, dvbt2FsDataSymbolsPerT2Frame, + dvbt2FsT2FramesPerSuperFrame, dvbt2L1Modulation, dvbt2L1CodeRate, dvbt2L1FEC, dvbt2L1Repetition, + dvbt2StInputDetected, dvbt2StInputMatched, dvbt2StInputRequired, dvbt2Plp1ID, dvbt2Plp1GroupID, + dvbt2Plp1Type, dvbt2Plp1Constellation, dvbt2Plp1Rotation, dvbt2Plp1CodeRate, dvbt2Plp1FEC, + dvbt2Plp1TimeInterleaverType, dvbt2Plp1TimeInterleaverLength, dvbt2Plp1BasebandMode, dvbt2OutPlpBasebandMode, dvbt2OutPlpTimeInterleaverLength, + dvbt2OutPlpTimeInterleaverType, dvbt2OutPlpFEC, dvbt2OutPlpCodeRate, dvbt2OutPlpRotation, dvbt2OutPlpConstellation, + dvbt2OutPlpPayloadType, dvbt2OutPlpType, dvbt2OutPlpGroupID, dvbt2OutPlpID, dvbt2OutL1Repetition, + dvbt2OutL1FEC, dvbt2OutL1CodeRate, dvbt2OutL1Modulation, dvbt2LocalizationL1FrequencyManual, dvbt2OutLocalizationCellId, + dvbt2OutLocalizationMisoGroup, dvbt2OutLocalizationNetworkId, dvbt2OutLocalizationSystemId, dvbt2OutLocalizationL1Frequency, dvbt2OutFsT2Version, + dvbt2LocalizationL1FrequencySource, dvbt2OutLocalizationMisoGroupSource, dvbt2OutLocalizationCellIdSource, dvbt2OutLocalizationL1FrequencySource, dvbt2OutFsT2FramesPerSuperFrame, + dvbt2OutLocalizationTxDelayOffsetSource, dvbt2LocalizationTxDelayOffsetSource, dvbt2FsT2Version, dvbt2OutLocalizationTxDelayOffset, dvbt2OutPlpFrameInterval, + dvbt2OutPlpBasebandPayloadPadding, dvbt2OutPlpNullPacketDeletion, dvbt2OutPlpCmType, dvbt2OutPlpInBandFlag, dvbt2OutPlpInBandASig, + dvbt2OutPlpInBandBSig, dvbt2ConfigurationT2MiSID, dvbt2OutChnT2BaseLite, dvbt2OutChnInputStreamTypes, dvbt2OutChnRegenerationFlag, + dvbt2OutFsSubSlicesPerFrame, dvbt2OutFsNumOfPLP, dvbt2OutFsNumOfAux, dvbt2OutL1PostScrambled, dvbt2OutL1PostExtension, + dvbt2OutChnPreamble, dvbt2OutPlpNumOfOtherPlpInBand, dvbt2OutPaprTrIterations, dvbt2OutPaprTrClippingThreshold, dvbt2OutFefOn, + dvbt2OutFefType, dvbt2OutFefLength, dvbt2OutFefInterval, dvbt2OutChnT2Profile, dvbt2TestMode, + dvbt2OutPaprTrIterationsSupported, dvbt2OutPaprTrIterationsIA, dvbt2OutPaprTrIterationsReduced, dvbt2OutPaprTrIterationsActive, dvbt2ConfigurationT2ConfigAdaption, + dvbt2StConfigAdaptionState, dvbt2ConfigurationT2MiDejitterBufDelay, dvbt2OutLocalizationPaprTrSource, dvbt2LocalizationPaprTrSource, dvbt2StResidualDelay, + dvbt2StDejitterBufDelay, dvbt2StConfigurationMsg, dvbt2OutFsDataSymbolsPerT2Frame, dvbt2ChnTransmissionSystem, dvbt2ChnBandwidth, + dvbt2ChnFFT, dvbt2ChnFftExtended, dvbt2ChnGuardInterval, dvbt2ChnPilotPattern, dvbt2ChnPaprReduction, + dvbt2OutChnTransmissionSystem, dvbt2OutChnBandwidth, dvbt2OutChnFFT, dvbt2OutChnFftExtended, dvbt2OutChnGuardInterval, + dvbt2OutChnPilotPattern, dvbt2OutChnPaprReduction } + STATUS current + DESCRIPTION + "Basic objects group." + ::= { rsXx9Dvbt2Groups 1 } + + + dvbt2NotifyBasic NOTIFICATION-GROUP + NOTIFICATIONS { dvbt2L1State, dvbt2IaState, dvbt2ConfigurationValid, dvbt2ConfigurationSupported, dvbt2ConfigurationMatched, + dvbt2EncoderSummary, dvbt2Test, dvbt2SupportedPlps, dvbt2SupportedTrIterations } + STATUS current + DESCRIPTION + "Basic notifications group." + ::= { rsXx9Dvbt2Groups 2 } + + + dvbt2ObjObsoleted OBJECT-GROUP + OBJECTS { dvbt2TestGeneration, dvbt2OutPlpFecBlocks, dvbt2OutPlpISSY } + STATUS obsolete + DESCRIPTION + "Obsoleted objects group." + ::= { rsXx9Dvbt2Groups 3 } + + + dvbt2ObjSubBasic OBJECT-GROUP + OBJECTS { dvbt2SubStInputDetected, dvbt2SubStInputMatched, dvbt2SubStConfigurationMsg, dvbt2SubConfigurationT2MiInterface, dvbt2SubConfigurationT2MiPID, + dvbt2SubConfigurationT2MiSID, dvbt2SubLocalizationTxIdentifier, dvbt2SubLocalizationCellIdSource, dvbt2SubLocalizationCellIdManual, dvbt2SubLocalizationMisoGroupSource, + dvbt2SubLocalizationMisoGroupManual, dvbt2SubLocalizationL1FrequencySource, dvbt2SubLocalizationL1FrequencyManual, dvbt2SubOutLocalizationCellIdSource, dvbt2SubOutLocalizationCellId, + dvbt2SubOutLocalizationMisoGroupSource, dvbt2SubOutLocalizationMisoGroup, dvbt2SubOutLocalizationNetworkId, dvbt2SubOutLocalizationSystemId, dvbt2SubOutLocalizationL1Frequency, + dvbt2SubOutLocalizationPaprTrSource, dvbt2SubOutChnTransmissionSystem, dvbt2SubOutChnBandwidth, dvbt2SubOutChnFFT, dvbt2SubOutChnFftExtended, + dvbt2SubOutChnGuardInterval, dvbt2SubOutChnPilotPattern, dvbt2SubOutChnPaprReduction, dvbt2SubOutChnT2Profile, dvbt2SubOutFsDataSymbolsPerT2Frame, + dvbt2SubOutFsT2FramesPerSuperFrame, dvbt2SubOutFsT2Version, dvbt2SubOutFsNumOfPLP, dvbt2SubOutFsNumOfAux, dvbt2SubOutL1Modulation, + dvbt2SubOutL1CodeRate, dvbt2SubOutL1Repetition, dvbt2SubOutL1PostScrambled, dvbt2SubOutPlpID, dvbt2SubOutPlpGroupID, + dvbt2SubOutPlpType, dvbt2SubOutPlpPayloadType, dvbt2SubOutPlpConstellation, dvbt2SubOutPlpRotation, dvbt2SubOutPlpCodeRate, + dvbt2SubOutPlpFEC, dvbt2SubOutPlpTimeInterleaverType, dvbt2SubOutPlpTimeInterleaverLength, dvbt2SubOutPlpBasebandMode, dvbt2SubOutPaprTrIterations, + dvbt2SubOutPaprTrClippingThreshold, dvbt2SubOutPaprTrIterationsSupported, dvbt2SubOutPaprTrIterationsIA, dvbt2SubOutPaprTrIterationsReduced, dvbt2SubOutPaprTrIterationsActive, + dvbt2SubOutFefOn, dvbt2SubOutFefType, dvbt2SubOutFefLength, dvbt2SubOutFefInterval } + STATUS current + DESCRIPTION + "Description." + ::= { rsXx9Dvbt2Groups 4 } + + + dvbt2NotifySubBasic NOTIFICATION-GROUP + NOTIFICATIONS { dvbt2CompositeSummary, dvbt2CompositeProfiles, dvbt2CompositeFrameLength, dvbt2SubIaState, dvbt2SubConfigurationValid, + dvbt2SubConfigurationSupported, dvbt2SubConfigurationMatched } + STATUS current + DESCRIPTION + "Description." + ::= { rsXx9Dvbt2Groups 5 } + + + dvbt2NotifObsoleted NOTIFICATION-GROUP + NOTIFICATIONS { dvbt2T2MiTimeInterleaverBuffer } + STATUS obsolete + DESCRIPTION + "Obsoleted notifications group." + ::= { rsXx9Dvbt2Groups 6 } + + + + END + +-- +-- RS-XX9-DVBT2-MIB.mi2 +-- diff --git a/src/vendor/rs/RS-XX9-FM-MIB b/src/vendor/rs/RS-XX9-FM-MIB new file mode 100644 index 000000000000..e2bb613ed9f1 --- /dev/null +++ b/src/vendor/rs/RS-XX9-FM-MIB @@ -0,0 +1,1808 @@ +-- +-- RS-XX9-FM-MIB.mi2 +-- MIB generated by MG-SOFT Visual MIB Builder 2010 Version 8.0 Build 410 +-- Tuesday, September 09, 2014 at 11:54:56 +-- + +-- ***************************************************************************** +-- ***************************************************************************** +-- ** +-- ** COPYRIGHT (c) 2012 Rohde & Schwarz GmbH & Co. KG +-- ** Muehldorfstrasse 15 +-- ** R & S D-81671 Muenchen +-- ** +-- ***************************************************************************** +-- ** +-- ** MODULE RS-XX9-FM-MIB +-- ** +-- ***************************************************************************** +-- ***************************************************************************** + + RS-XX9-FM-MIB DEFINITIONS ::= BEGIN + + IMPORTS + commonNotificationAlarmClass + FROM RS-XX9-COMMON-MIB + rsXx9Fm, rsXx9MibModule + FROM RS-XX9-SMI-MIB + IndexTransmitter, IndexAB, NotificationMask, NotificationPriority, NotificationState, + SwitchOnOff + FROM RS-XX9-TC-MIB + SnmpAdminString + FROM SNMP-FRAMEWORK-MIB + OBJECT-GROUP, MODULE-COMPLIANCE, NOTIFICATION-GROUP + FROM SNMPv2-CONF + Integer32, Unsigned32, OBJECT-TYPE, MODULE-IDENTITY, NOTIFICATION-TYPE + FROM SNMPv2-SMI + TruthValue, TEXTUAL-CONVENTION + FROM SNMPv2-TC; + + + -- 1.3.6.1.4.1.2566.149.1.216.11 + rsXx9FmMibModule MODULE-IDENTITY + LAST-UPDATED "201211200800Z" -- November 20, 2012 at 08:00 GMT + ORGANIZATION + "Rohde&Schwarz GmbH & Co. KG" + CONTACT-INFO + "Rohde & Schwarz GmbH & Co. KG + Broadcasting Division + + Muehldorfstrasse 15 + 81671 Munich + Germany + + customersupport@rohde-schwarz.com" + DESCRIPTION + "This MIB defines FM specific objects + of XX9000 transmitting systems from Rohde & Schwarz. + + The following MIBs are related to this: + - RS-COMMON-MIB - mandatory for this MIB + - RS-XX9-SMI-MIB - mandatory for this MIB + - RS-XX9-TC-MIB - mandatory for this MIB + - RS-XX9-COMMON-MIB - mandatory for this MIB" + REVISION "201211200800Z" -- November 20, 2012 at 08:00 GMT + DESCRIPTION + "Preliminary revision" + ::= { rsXx9MibModule 11 } + + + +-- +-- Textual conventions +-- + + FmPilotSyncSource ::= TEXTUAL-CONVENTION + STATUS current + DESCRIPTION + "Reference source for pilot synchronization." + SYNTAX INTEGER + { + off(1), + aesUserBits(2), + aesStartFrame(3), + aesSB(4), + ext1PPS(5) + } + + FmSoundMode ::= TEXTUAL-CONVENTION + STATUS current + DESCRIPTION + "The sound mode for AF and AES inputs." + SYNTAX INTEGER + { + monoL(1), + monoR(2), + monoLpR(3), + stereo(4) + } + + +-- +-- Node definitions +-- + + -- 1.3.6.1.4.1.2566.127.1.2.216.11.0 + rsXx9FmNotifications OBJECT IDENTIFIER ::= { rsXx9Fm 0 } + + + -- 1.3.6.1.4.1.2566.127.1.2.216.11.0.1 + fmAudioInputPrimary NOTIFICATION-TYPE + OBJECTS { commonNotificationAlarmClass, fmInpStNotificationPriority, fmInpStNotificationState } + STATUS current + DESCRIPTION + "State of primary input. + + Possible values: + ok(5) - if the selectet physical input(s) + (via fmInpGenSetupMainSource and fmInpGenSetupMainSoundMode) + is ok + otherwise + off(2) - if fmInpGenSetupInputMonitoring is off(1) or + activeIfRfOn(3) and the exciter is switched off + or if txInpAutoActiveInput is input2(3) and txInpAutoIfReseveFails is nothing(1) + otherwise + warning(4) - if txInpAutoActiveInput is input1(2) and txInpAutoForceExciterChangeover is off(2) + or if txInpAutoActiveInput is input2(3) and txInpAutoIfReseveFails is warn(2) + otherwise + fault(3) + + Notification class: fault" + ::= { rsXx9FmNotifications 1 } + + + -- 1.3.6.1.4.1.2566.127.1.2.216.11.0.2 + fmAudioInputSecondary NOTIFICATION-TYPE + OBJECTS { commonNotificationAlarmClass, fmInpStNotificationPriority, fmInpStNotificationState } + STATUS current + DESCRIPTION + "State of secondary input. + + Possible values: + ok(5) - if fmInpGenSetupReserveSource is not none(1) + and the selectet physical input(s) + (via fmInpGenSetupReserveSource and fmInpGenSetupReserveSoundMode) + is ok + otherwise + off(2) - if fmInpGenSetupReserveSource is none(1) and txInpAutoActiveInput is input1(2) + or fmInpGenSetupInputMonitoring is off(1) or + activeIfRfOn(3) and the exciter is switched off + or if txInpAutoActiveInput is input1(2) and txInpAutoIfReseveFails is nothing(1) + otherwise + warning(4) - if txInpAutoActiveInput is input2(3) and txInpAutoForceExciterChangeover is off(2) + or if txInpAutoActiveInput is input1(2) and txInpAutoIfReseveFails is warn(2) + otherwise + fault(3) + + Notification class: fault" + ::= { rsXx9FmNotifications 2 } + + + -- 1.3.6.1.4.1.2566.127.1.2.216.11.0.3 + fmAfLeft NOTIFICATION-TYPE + OBJECTS { commonNotificationAlarmClass, fmInpStNotificationPriority, fmInpStNotificationState } + STATUS current + DESCRIPTION + "Left AF input state. + + Possible values: + ok(5) - if fmAfStateLeftCurrentLevelPercent is bigger than fmAfSetupThresholdPercent + otherwise + fault(3) + + Notification class: fault" + ::= { rsXx9FmNotifications 3 } + + + -- 1.3.6.1.4.1.2566.127.1.2.216.11.0.4 + fmAfRight NOTIFICATION-TYPE + OBJECTS { commonNotificationAlarmClass, fmInpStNotificationPriority, fmInpStNotificationState } + STATUS current + DESCRIPTION + "Right AF input state. + + Possible values: + ok(5) - if fmAfStateRightCurrentLevelPercent is bigger than fmAfSetupThresholdPercent + otherwise + fault(3) + + Notification class: fault" + ::= { rsXx9FmNotifications 4 } + + + -- 1.3.6.1.4.1.2566.127.1.2.216.11.0.5 + fmMpx1 NOTIFICATION-TYPE + OBJECTS { commonNotificationAlarmClass, fmInpStNotificationPriority, fmInpStNotificationState } + STATUS current + DESCRIPTION + "MPx 1 input state. + + Possible values: + off(2) - if fmDataSetupOperationMode.1 is on(1) + otherwise + ok(5) - if fmMpxAux1StateCurrentLevelPercent is bigger than fmMpxSetupThresholdPercent.1 + otherwise + fault(3) + + Notification class: fault" + ::= { rsXx9FmNotifications 5 } + + + -- 1.3.6.1.4.1.2566.127.1.2.216.11.0.6 + fmMpx2 NOTIFICATION-TYPE + OBJECTS { commonNotificationAlarmClass, fmInpStNotificationPriority, fmInpStNotificationState } + STATUS current + DESCRIPTION + "MPx 2 input state. + + Possible values: + off(2) - if fmDataSetupOperationMode.2 is on(1) + otherwise + ok(5) - if fmMpxAux2StateCurrentLevelPercent is bigger than fmMpxSetupThresholdPercent.2 + otherwise + fault(3) + + Notification class: fault" + ::= { rsXx9FmNotifications 6 } + + + -- 1.3.6.1.4.1.2566.127.1.2.216.11.0.7 + fmAesLeft NOTIFICATION-TYPE + OBJECTS { commonNotificationAlarmClass, fmInpStNotificationPriority, fmInpStNotificationState } + STATUS current + DESCRIPTION + "Left AES input state. + + Possible values: + ok(5) - if fmAesStateLeftCurrentLevelPercent is bigger than fmAesSetupThresholdPercent + and fmAesStateAudio, fmAesStateParityBiphase, fmAesStateClock are true(1) + and fmAesStatePcm, fmAesStateChannel are ok(2) + otherwise + fault(3) + + Notification class: fault" + ::= { rsXx9FmNotifications 7 } + + + -- 1.3.6.1.4.1.2566.127.1.2.216.11.0.8 + fmAesRight NOTIFICATION-TYPE + OBJECTS { commonNotificationAlarmClass, fmInpStNotificationPriority, fmInpStNotificationState } + STATUS current + DESCRIPTION + "Right AES input state. + + Possible values: + ok(5) - if fmAesStateRightCurrentLevelPercent is bigger than fmAesSetupThresholdPercent + and fmAesStateAudio, fmAesStateParityBiphase, fmAesStateClock are true(1) + and fmAesStatePcm, fmAesStateChannel are ok(2) + otherwise + fault(3) + + Notification class: fault" + ::= { rsXx9FmNotifications 8 } + + + -- 1.3.6.1.4.1.2566.127.1.2.216.11.0.9 + fmAux1Input NOTIFICATION-TYPE + OBJECTS { commonNotificationAlarmClass, fmInpStNotificationPriority, fmInpStNotificationState } + STATUS current + DESCRIPTION + "Aux 1 input state. + + Possible values: + off(2) - if fmDataSetupOperationMode.1 is off(2) + otherwise + ok(5) - if fmMpxAux1StateCurrentLevelPercent is bigger than fmDataSetupThresholdPercent + otherwise + fault(3) + + Notification class: warning" + ::= { rsXx9FmNotifications 9 } + + + -- 1.3.6.1.4.1.2566.127.1.2.216.11.0.10 + fmAux2Input NOTIFICATION-TYPE + OBJECTS { commonNotificationAlarmClass, fmInpStNotificationPriority, fmInpStNotificationState } + STATUS current + DESCRIPTION + "Aux 2 input state. + + Possible values: + off(2) - if fmDataSetupOperationMode.2 is off(2) + otherwise + ok(5) - if fmMpxAux2StateCurrentLevelPercent is bigger than fmDataSetupThresholdPercent + otherwise + fault(3) + + Notification class: warning" + ::= { rsXx9FmNotifications 10 } + + + -- 1.3.6.1.4.1.2566.127.1.2.216.11.1 + rsXx9FmObjects OBJECT IDENTIFIER ::= { rsXx9Fm 1 } + + + -- 1.3.6.1.4.1.2566.127.1.2.216.11.1.1 + fmInput OBJECT IDENTIFIER ::= { rsXx9FmObjects 1 } + + + -- 1.3.6.1.4.1.2566.127.1.2.216.11.1.1.1 + fmInputStatus OBJECT IDENTIFIER ::= { fmInput 1 } + + + -- 1.3.6.1.4.1.2566.127.1.2.216.11.1.1.1.1 + fmInpStNotificationTable OBJECT-TYPE + SYNTAX SEQUENCE OF FmInpStNotificationEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "The context information/configuration for the + FM input status notifications." + ::= { fmInputStatus 1 } + + + -- 1.3.6.1.4.1.2566.127.1.2.216.11.1.1.1.1.1 + fmInpStNotificationEntry OBJECT-TYPE + SYNTAX FmInpStNotificationEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "An entry in the fmInpStNotificationTable." + INDEX { fmInpStNotificationTxIdx, fmInpStNotificationExcIdx, fmInpStNotificationIdx } + ::= { fmInpStNotificationTable 1 } + + + FmInpStNotificationEntry ::= + SEQUENCE { + fmInpStNotificationTxIdx + IndexTransmitter, + fmInpStNotificationExcIdx + IndexAB, + fmInpStNotificationIdx + Unsigned32, + fmInpStNotificationName + INTEGER, + fmInpStNotificationMask + NotificationMask, + fmInpStNotificationPriority + NotificationPriority, + fmInpStNotificationState + NotificationState + } + + -- 1.3.6.1.4.1.2566.127.1.2.216.11.1.1.1.1.1.1 + fmInpStNotificationTxIdx OBJECT-TYPE + SYNTAX IndexTransmitter + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "The transmitter index." + ::= { fmInpStNotificationEntry 1 } + + + -- 1.3.6.1.4.1.2566.127.1.2.216.11.1.1.1.1.1.2 + fmInpStNotificationExcIdx OBJECT-TYPE + SYNTAX IndexAB + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "This index distinguishes the exiters. + Necessary if you have dual drive transmitters." + ::= { fmInpStNotificationEntry 2 } + + + -- 1.3.6.1.4.1.2566.127.1.2.216.11.1.1.1.1.1.3 + fmInpStNotificationIdx OBJECT-TYPE + SYNTAX Unsigned32 (1..10) + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "The notification number as below rsXx9FmNotifications. + This is a helper column and therefore not-accessible." + ::= { fmInpStNotificationEntry 3 } + + + -- 1.3.6.1.4.1.2566.127.1.2.216.11.1.1.1.1.1.4 + fmInpStNotificationName OBJECT-TYPE + SYNTAX INTEGER + { + fmAudioInputPrimary(1), + fmAudioInputSecondary(2), + fmAfLeft(3), + fmAfRight(4), + fmMpx1(5), + fmMpx2(6), + fmAesLeft(7), + fmAesRight(8), + fmAux1Input(9), + fmAux2Input(10) + } + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "The notification number as an enumeration. + The enumeration correlates with the notifications under rsXx9FmNotifications." + ::= { fmInpStNotificationEntry 4 } + + + -- 1.3.6.1.4.1.2566.127.1.2.216.11.1.1.1.1.1.5 + fmInpStNotificationMask OBJECT-TYPE + SYNTAX NotificationMask + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "See textual convention for details." + ::= { fmInpStNotificationEntry 5 } + + + -- 1.3.6.1.4.1.2566.127.1.2.216.11.1.1.1.1.1.6 + fmInpStNotificationPriority OBJECT-TYPE + SYNTAX NotificationPriority + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "See textual convention for details." + ::= { fmInpStNotificationEntry 6 } + + + -- 1.3.6.1.4.1.2566.127.1.2.216.11.1.1.1.1.1.7 + fmInpStNotificationState OBJECT-TYPE + SYNTAX NotificationState + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "See textual convention for details." + ::= { fmInpStNotificationEntry 7 } + + + -- 1.3.6.1.4.1.2566.127.1.2.216.11.1.1.1.2 + fmAfStateTable OBJECT-TYPE + SYNTAX SEQUENCE OF FmAfStateEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "FM AF input state values." + ::= { fmInputStatus 2 } + + + -- 1.3.6.1.4.1.2566.127.1.2.216.11.1.1.1.2.1 + fmAfStateEntry OBJECT-TYPE + SYNTAX FmAfStateEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "An entry in the fmAfStateTable." + INDEX { fmInpStNotificationTxIdx, fmInpStNotificationExcIdx } + ::= { fmAfStateTable 1 } + + + FmAfStateEntry ::= + SEQUENCE { + fmAfStateLeftCurrentLevel + Integer32, + fmAfStateLeftCurrentLevelPercent + Unsigned32, + fmAfStateRightCurrentLevel + Integer32, + fmAfStateRightCurrentLevelPercent + Unsigned32 + } + + -- 1.3.6.1.4.1.2566.127.1.2.216.11.1.1.1.2.1.1 + fmAfStateLeftCurrentLevel OBJECT-TYPE + SYNTAX Integer32 + UNITS "1/10 dBu" + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Current level on left AF input in dBu." + ::= { fmAfStateEntry 1 } + + + -- 1.3.6.1.4.1.2566.127.1.2.216.11.1.1.1.2.1.2 + fmAfStateLeftCurrentLevelPercent OBJECT-TYPE + SYNTAX Unsigned32 + UNITS "per thousand" + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Current level on left AF input in o/oo relating to the + nominal value." + ::= { fmAfStateEntry 2 } + + + -- 1.3.6.1.4.1.2566.127.1.2.216.11.1.1.1.2.1.3 + fmAfStateRightCurrentLevel OBJECT-TYPE + SYNTAX Integer32 + UNITS "1/10 dBu" + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Current level on right AF input in dBu." + ::= { fmAfStateEntry 3 } + + + -- 1.3.6.1.4.1.2566.127.1.2.216.11.1.1.1.2.1.4 + fmAfStateRightCurrentLevelPercent OBJECT-TYPE + SYNTAX Unsigned32 + UNITS "per thousand" + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Current level on right AF input in o/oo relating to the + nominal value." + ::= { fmAfStateEntry 4 } + + + -- 1.3.6.1.4.1.2566.127.1.2.216.11.1.1.1.3 + fmDigitalAudioStateTable OBJECT-TYPE + SYNTAX SEQUENCE OF FmDigitalAudioStateEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "FM digital audio input state values." + ::= { fmInputStatus 3 } + + + -- 1.3.6.1.4.1.2566.127.1.2.216.11.1.1.1.3.1 + fmDigitalAudioStateEntry OBJECT-TYPE + SYNTAX FmDigitalAudioStateEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "An entry in the fmDigitalAudioStateTable." + AUGMENTS { fmAfStateEntry } + ::= { fmDigitalAudioStateTable 1 } + + + FmDigitalAudioStateEntry ::= + SEQUENCE { + fmAesStateLeftCurrentLevel + Integer32, + fmAesStateLeftCurrentLevelPercent + Unsigned32, + fmAesStateRightCurrentLevel + Integer32, + fmAesStateRightCurrentLevelPercent + Unsigned32, + fmAesStateSampleRate + Unsigned32, + fmAesStatePreemphasis + INTEGER, + fmAesStateAudio + TruthValue, + fmAesStatePcm + INTEGER, + fmAesStateChannel + INTEGER, + fmAesStateParityBiphase + TruthValue, + fmAesStateClock + TruthValue + } + + -- 1.3.6.1.4.1.2566.127.1.2.216.11.1.1.1.3.1.1 + fmAesStateLeftCurrentLevel OBJECT-TYPE + SYNTAX Integer32 + UNITS "1/10 dBFs" + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Current level on left AES input in dBFs." + ::= { fmDigitalAudioStateEntry 1 } + + + -- 1.3.6.1.4.1.2566.127.1.2.216.11.1.1.1.3.1.2 + fmAesStateLeftCurrentLevelPercent OBJECT-TYPE + SYNTAX Unsigned32 + UNITS "per thousand" + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Current level on left AES input in o/oo." + ::= { fmDigitalAudioStateEntry 2 } + + + -- 1.3.6.1.4.1.2566.127.1.2.216.11.1.1.1.3.1.3 + fmAesStateRightCurrentLevel OBJECT-TYPE + SYNTAX Integer32 + UNITS "1/10 dBFs" + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Current level on right AES input in dBFs." + ::= { fmDigitalAudioStateEntry 3 } + + + -- 1.3.6.1.4.1.2566.127.1.2.216.11.1.1.1.3.1.4 + fmAesStateRightCurrentLevelPercent OBJECT-TYPE + SYNTAX Unsigned32 + UNITS "per thousand" + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Current level on right AES input in o/oo." + ::= { fmDigitalAudioStateEntry 4 } + + + -- 1.3.6.1.4.1.2566.127.1.2.216.11.1.1.1.3.1.5 + fmAesStateSampleRate OBJECT-TYPE + SYNTAX Unsigned32 + UNITS "1/10 kHz" + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Current sample rate on AES input." + ::= { fmDigitalAudioStateEntry 5 } + + + -- 1.3.6.1.4.1.2566.127.1.2.216.11.1.1.1.3.1.6 + fmAesStatePreemphasis OBJECT-TYPE + SYNTAX INTEGER + { + unknown(1), + on(2), + off(3) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Detection of preemphasis on AES input. + + unknown(1) - fmAesStateChannel is not ok(2)" + ::= { fmDigitalAudioStateEntry 6 } + + + -- 1.3.6.1.4.1.2566.127.1.2.216.11.1.1.1.3.1.7 + fmAesStateAudio OBJECT-TYPE + SYNTAX TruthValue + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Detection of audio content on AES input." + ::= { fmDigitalAudioStateEntry 7 } + + + -- 1.3.6.1.4.1.2566.127.1.2.216.11.1.1.1.3.1.8 + fmAesStatePcm OBJECT-TYPE + SYNTAX INTEGER + { + unknown(1), + ok(2), + warning(3) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Detection of invalid audio samples on AES input. + + unknown(1) - fmAesStateChannel is not ok(2) + ok(2) - PCM audio samples are valid + warning(3) - there are invalid PCM audio samples" + ::= { fmDigitalAudioStateEntry 8 } + + + -- 1.3.6.1.4.1.2566.127.1.2.216.11.1.1.1.3.1.9 + fmAesStateChannel OBJECT-TYPE + SYNTAX INTEGER + { + unknown(1), + ok(2), + warning(3) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Validity of channel on AES input. + + unknown(1) - fmAesStateAudio is false(2) + warning(3) - channel CRC is invalid" + ::= { fmDigitalAudioStateEntry 9 } + + + -- 1.3.6.1.4.1.2566.127.1.2.216.11.1.1.1.3.1.11 + fmAesStateParityBiphase OBJECT-TYPE + SYNTAX TruthValue + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Validity of AES/EBU frame on AES input." + ::= { fmDigitalAudioStateEntry 11 } + + + -- 1.3.6.1.4.1.2566.127.1.2.216.11.1.1.1.3.1.12 + fmAesStateClock OBJECT-TYPE + SYNTAX TruthValue + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Detection of valid clock on AES input." + ::= { fmDigitalAudioStateEntry 12 } + + + -- 1.3.6.1.4.1.2566.127.1.2.216.11.1.1.1.4 + fmMpxAuxStateTable OBJECT-TYPE + SYNTAX SEQUENCE OF FmMpxAuxStateEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "FM MPx input state values." + ::= { fmInputStatus 4 } + + + -- 1.3.6.1.4.1.2566.127.1.2.216.11.1.1.1.4.1 + fmMpxAuxStateEntry OBJECT-TYPE + SYNTAX FmMpxAuxStateEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "An entry in the fmMpxAuxStateTable." + AUGMENTS { fmAfStateEntry } + ::= { fmMpxAuxStateTable 1 } + + + FmMpxAuxStateEntry ::= + SEQUENCE { + fmMpxAux1StateCurrentLevel + Integer32, + fmMpxAux1StateCurrentLevelPercent + Unsigned32, + fmMpxAux2StateCurrentLevel + Integer32, + fmMpxAux2StateCurrentLevelPercent + Unsigned32 + } + + -- 1.3.6.1.4.1.2566.127.1.2.216.11.1.1.1.4.1.1 + fmMpxAux1StateCurrentLevel OBJECT-TYPE + SYNTAX Integer32 + UNITS "1/10 dBu" + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Current level on MPx/Aux 1 input in dBu." + ::= { fmMpxAuxStateEntry 1 } + + + -- 1.3.6.1.4.1.2566.127.1.2.216.11.1.1.1.4.1.2 + fmMpxAux1StateCurrentLevelPercent OBJECT-TYPE + SYNTAX Unsigned32 + UNITS "per thousand" + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Current level on MPx/Aux 1 input in o/oo relating to the + nominal value." + ::= { fmMpxAuxStateEntry 2 } + + + -- 1.3.6.1.4.1.2566.127.1.2.216.11.1.1.1.4.1.3 + fmMpxAux2StateCurrentLevel OBJECT-TYPE + SYNTAX Integer32 + UNITS "1/10 dBu" + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Current level on MPx/Aux 2 input in dBu." + ::= { fmMpxAuxStateEntry 3 } + + + -- 1.3.6.1.4.1.2566.127.1.2.216.11.1.1.1.4.1.4 + fmMpxAux2StateCurrentLevelPercent OBJECT-TYPE + SYNTAX Unsigned32 + UNITS "per thousand" + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Current level on MPx/Aux 2 input in o/oo relating to the + nominal value." + ::= { fmMpxAuxStateEntry 4 } + + + -- 1.3.6.1.4.1.2566.127.1.2.216.11.1.1.2 + fmInputSetup OBJECT IDENTIFIER ::= { fmInput 2 } + + + -- 1.3.6.1.4.1.2566.127.1.2.216.11.1.1.2.1 + fmInputGeneralSetupTable OBJECT-TYPE + SYNTAX SEQUENCE OF FmInputGeneralSetupEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "Setup of logical inputs." + ::= { fmInputSetup 1 } + + + -- 1.3.6.1.4.1.2566.127.1.2.216.11.1.1.2.1.1 + fmInputGeneralSetupEntry OBJECT-TYPE + SYNTAX FmInputGeneralSetupEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "An entry in the fmInputGeneralSetupTable." + INDEX { fmInpGenSetupTxIdx, fmInpGenSetupExcIdx } + ::= { fmInputGeneralSetupTable 1 } + + + FmInputGeneralSetupEntry ::= + SEQUENCE { + fmInpGenSetupTxIdx + IndexTransmitter, + fmInpGenSetupExcIdx + IndexAB, + fmInpGenSetupMainSource + INTEGER, + fmInpGenSetupMainSoundMode + FmSoundMode, + fmInpGenSetupReserveSource + INTEGER, + fmInpGenSetupReserveSoundMode + FmSoundMode, + fmInpGenSetupInputMonitoring + INTEGER, + fmInpGenSetupMpxMode + INTEGER + } + + -- 1.3.6.1.4.1.2566.127.1.2.216.11.1.1.2.1.1.1 + fmInpGenSetupTxIdx OBJECT-TYPE + SYNTAX IndexTransmitter + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "The transmitter index." + ::= { fmInputGeneralSetupEntry 1 } + + + -- 1.3.6.1.4.1.2566.127.1.2.216.11.1.1.2.1.1.2 + fmInpGenSetupExcIdx OBJECT-TYPE + SYNTAX IndexAB + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "This index distinguishes the exiters. + Necessary if you have dual drive transmitters." + ::= { fmInputGeneralSetupEntry 2 } + + + -- 1.3.6.1.4.1.2566.127.1.2.216.11.1.1.2.1.1.3 + fmInpGenSetupMainSource OBJECT-TYPE + SYNTAX INTEGER + { + af(2), + aes(3), + mpx1(4), + mpx2(5) + } + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Assignment of physical input to main input." + ::= { fmInputGeneralSetupEntry 3 } + + + -- 1.3.6.1.4.1.2566.127.1.2.216.11.1.1.2.1.1.4 + fmInpGenSetupMainSoundMode OBJECT-TYPE + SYNTAX FmSoundMode + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Configuration of mono/stereo-mode + if fmInpGenSetupMainSource is af(2) or aes(3)." + ::= { fmInputGeneralSetupEntry 4 } + + + -- 1.3.6.1.4.1.2566.127.1.2.216.11.1.1.2.1.1.5 + fmInpGenSetupReserveSource OBJECT-TYPE + SYNTAX INTEGER + { + none(1), + af(2), + aes(3), + mpx1(4), + mpx2(5) + } + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Assignment of physical input to reserve input." + ::= { fmInputGeneralSetupEntry 5 } + + + -- 1.3.6.1.4.1.2566.127.1.2.216.11.1.1.2.1.1.6 + fmInpGenSetupReserveSoundMode OBJECT-TYPE + SYNTAX FmSoundMode + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Configuration of mono/stereo-mode + if fmInpGenSetupReserveSource is af(2) or aes(3)." + ::= { fmInputGeneralSetupEntry 6 } + + + -- 1.3.6.1.4.1.2566.127.1.2.216.11.1.1.2.1.1.7 + fmInpGenSetupInputMonitoring OBJECT-TYPE + SYNTAX INTEGER + { + off(1), + alwaysOn(2), + activeIfRfOn(3) + } + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Enabling / disabling of monitoring of the audio input state: + off(1) - no monitoring + alwaysOn(2) - always monitoring + activeIfRfOn(3) - monitoring if the transmitter is on" + ::= { fmInputGeneralSetupEntry 7 } + + + -- 1.3.6.1.4.1.2566.127.1.2.216.11.1.1.2.1.1.8 + fmInpGenSetupMpxMode OBJECT-TYPE + SYNTAX INTEGER + { + unbalanced(1), + balanced(2) + } + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Select unbalanced(1) or balanced(2) MPx input. + This selection affects both MPx1 and MPx2. + + The selection balanced(2) is possible only + if the coder board revision is at least 04.00." + ::= { fmInputGeneralSetupEntry 8 } + + + -- 1.3.6.1.4.1.2566.127.1.2.216.11.1.1.2.2 + fmAfSetupTable OBJECT-TYPE + SYNTAX SEQUENCE OF FmAfSetupEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "FM AF input setup parameters." + ::= { fmInputSetup 2 } + + + -- 1.3.6.1.4.1.2566.127.1.2.216.11.1.1.2.2.1 + fmAfSetupEntry OBJECT-TYPE + SYNTAX FmAfSetupEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "An entry in the fmAfSetupTable." + AUGMENTS { fmInputGeneralSetupEntry } + ::= { fmAfSetupTable 1 } + + + FmAfSetupEntry ::= + SEQUENCE { + fmAfSetupImpedance + INTEGER, + fmAfSetupNominalLevel + Integer32, + fmAfSetupThresholdPercent + Unsigned32, + fmAfSetupOnTime + Unsigned32, + fmAfSetupOffTime + Unsigned32, + fmAfSetupThreshold + Integer32 + } + + -- 1.3.6.1.4.1.2566.127.1.2.216.11.1.1.2.2.1.1 + fmAfSetupImpedance OBJECT-TYPE + SYNTAX INTEGER + { + gt2kOhm(1), + sixhundredOhm(2) + } + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Setting of impedance on both AF inputs." + ::= { fmAfSetupEntry 1 } + + + -- 1.3.6.1.4.1.2566.127.1.2.216.11.1.1.2.2.1.2 + fmAfSetupNominalLevel OBJECT-TYPE + SYNTAX Integer32 (-60..120) + UNITS "1/10 dBu" + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Nominal level for both AF inputs." + ::= { fmAfSetupEntry 2 } + + + -- 1.3.6.1.4.1.2566.127.1.2.216.11.1.1.2.2.1.3 + fmAfSetupThresholdPercent OBJECT-TYPE + SYNTAX Unsigned32 (1..1000) + UNITS "per thousand" + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Setting of fault threshold for both AF inputs in o/oo + relating to the nominal level." + ::= { fmAfSetupEntry 3 } + + + -- 1.3.6.1.4.1.2566.127.1.2.216.11.1.1.2.2.1.4 + fmAfSetupOnTime OBJECT-TYPE + SYNTAX Unsigned32 (0..600) + UNITS "second" + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Guard time for detecting 'input ok' for both AF inputs." + ::= { fmAfSetupEntry 4 } + + + -- 1.3.6.1.4.1.2566.127.1.2.216.11.1.1.2.2.1.5 + fmAfSetupOffTime OBJECT-TYPE + SYNTAX Unsigned32 (0..600) + UNITS "second" + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Guard time for detecting 'input fault' for both AF inputs." + ::= { fmAfSetupEntry 5 } + + + -- 1.3.6.1.4.1.2566.127.1.2.216.11.1.1.2.2.1.6 + fmAfSetupThreshold OBJECT-TYPE + SYNTAX Integer32 + UNITS "1/10 dBu" + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The fault threshold for both AF inputs in dBu." + ::= { fmAfSetupEntry 6 } + + + -- 1.3.6.1.4.1.2566.127.1.2.216.11.1.1.2.3 + fmDigitalAudioSetupTable OBJECT-TYPE + SYNTAX SEQUENCE OF FmDigitalAudioSetupEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "FM digital audio input setup parameters." + ::= { fmInputSetup 3 } + + + -- 1.3.6.1.4.1.2566.127.1.2.216.11.1.1.2.3.1 + fmDigitalAudioSetupEntry OBJECT-TYPE + SYNTAX FmDigitalAudioSetupEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "An entry in the fmDigitalAudioSetupTable." + AUGMENTS { fmInputGeneralSetupEntry } + ::= { fmDigitalAudioSetupTable 1 } + + + FmDigitalAudioSetupEntry ::= + SEQUENCE { + fmAesSetupNominalLevel + Integer32, + fmAesSetupThresholdPercent + Unsigned32, + fmAesSetupOnTime + Unsigned32, + fmAesSetupOffTime + Unsigned32, + fmAesSetupThreshold + Integer32 + } + + -- 1.3.6.1.4.1.2566.127.1.2.216.11.1.1.2.3.1.1 + fmAesSetupNominalLevel OBJECT-TYPE + SYNTAX Integer32 (-120..0) + UNITS "1/10 dB FS" + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Nominal level for AES input." + ::= { fmDigitalAudioSetupEntry 1 } + + + -- 1.3.6.1.4.1.2566.127.1.2.216.11.1.1.2.3.1.2 + fmAesSetupThresholdPercent OBJECT-TYPE + SYNTAX Unsigned32 (1..1000) + UNITS "per thousand" + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Setting of fault threshold for AES input in o/oo + relating to the nominal level." + ::= { fmDigitalAudioSetupEntry 2 } + + + -- 1.3.6.1.4.1.2566.127.1.2.216.11.1.1.2.3.1.3 + fmAesSetupOnTime OBJECT-TYPE + SYNTAX Unsigned32 (0..600) + UNITS "second" + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Guard time for detecting 'input ok' for AES input." + ::= { fmDigitalAudioSetupEntry 3 } + + + -- 1.3.6.1.4.1.2566.127.1.2.216.11.1.1.2.3.1.4 + fmAesSetupOffTime OBJECT-TYPE + SYNTAX Unsigned32 (0..600) + UNITS "second" + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Guard time for detecting 'input fault' for AES input." + ::= { fmDigitalAudioSetupEntry 4 } + + + -- 1.3.6.1.4.1.2566.127.1.2.216.11.1.1.2.3.1.5 + fmAesSetupThreshold OBJECT-TYPE + SYNTAX Integer32 + UNITS "1/10 dB FS" + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The fault threshold for AES input in dB FS." + ::= { fmDigitalAudioSetupEntry 5 } + + + -- 1.3.6.1.4.1.2566.127.1.2.216.11.1.1.2.4 + fmMpxSetupTable OBJECT-TYPE + SYNTAX SEQUENCE OF FmMpxSetupEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "FM MPx input setup parameters." + ::= { fmInputSetup 4 } + + + -- 1.3.6.1.4.1.2566.127.1.2.216.11.1.1.2.4.1 + fmMpxSetupEntry OBJECT-TYPE + SYNTAX FmMpxSetupEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "An entry in the fmMpxSetupTable." + INDEX { fmInpGenSetupTxIdx, fmInpGenSetupExcIdx, fmMpxSetupInpIdx } + ::= { fmMpxSetupTable 1 } + + + FmMpxSetupEntry ::= + SEQUENCE { + fmMpxSetupInpIdx + INTEGER, + fmMpxSetupNominalLevel + Integer32, + fmMpxSetupThresholdPercent + Unsigned32, + fmMpxSetupOnTime + Unsigned32, + fmMpxSetupOffTime + Unsigned32, + fmMpxSetupThreshold + Integer32 + } + + -- 1.3.6.1.4.1.2566.127.1.2.216.11.1.1.2.4.1.1 + fmMpxSetupInpIdx OBJECT-TYPE + SYNTAX INTEGER + { + mpx1(1), + mpx2(2) + } + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "Selection of input MPX1 or MPX2." + ::= { fmMpxSetupEntry 1 } + + + -- 1.3.6.1.4.1.2566.127.1.2.216.11.1.1.2.4.1.2 + fmMpxSetupNominalLevel OBJECT-TYPE + SYNTAX Integer32 (-10..160) + UNITS "1/10 dBu" + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Nominal level for both MPx inputs." + ::= { fmMpxSetupEntry 2 } + + + -- 1.3.6.1.4.1.2566.127.1.2.216.11.1.1.2.4.1.3 + fmMpxSetupThresholdPercent OBJECT-TYPE + SYNTAX Unsigned32 (1..1000) + UNITS "per thousand" + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Setting of fault threshold for both MPx inputs in o/oo + relating to the nominal level." + ::= { fmMpxSetupEntry 3 } + + + -- 1.3.6.1.4.1.2566.127.1.2.216.11.1.1.2.4.1.4 + fmMpxSetupOnTime OBJECT-TYPE + SYNTAX Unsigned32 (0..600) + UNITS "second" + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Guard time for detecting 'input ok' for both MPx inputs." + ::= { fmMpxSetupEntry 4 } + + + -- 1.3.6.1.4.1.2566.127.1.2.216.11.1.1.2.4.1.5 + fmMpxSetupOffTime OBJECT-TYPE + SYNTAX Unsigned32 (0..600) + UNITS "second" + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Guard time for detecting 'input fault' for both MPx inputs." + ::= { fmMpxSetupEntry 5 } + + + -- 1.3.6.1.4.1.2566.127.1.2.216.11.1.1.2.4.1.6 + fmMpxSetupThreshold OBJECT-TYPE + SYNTAX Integer32 + UNITS "1/10 dBu" + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The fault threshold for both MPx inputs in dBu." + ::= { fmMpxSetupEntry 6 } + + + -- 1.3.6.1.4.1.2566.127.1.2.216.11.1.1.2.5 + fmDataInputSetupTable OBJECT-TYPE + SYNTAX SEQUENCE OF FmDataInputSetupEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "FM data input setup parameters." + ::= { fmInputSetup 5 } + + + -- 1.3.6.1.4.1.2566.127.1.2.216.11.1.1.2.5.1 + fmDataInputSetupEntry OBJECT-TYPE + SYNTAX FmDataInputSetupEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "An entry in the fmDataInputSetupTable." + INDEX { fmInpGenSetupTxIdx, fmInpGenSetupExcIdx, fmDataSetupInpIdx } + ::= { fmDataInputSetupTable 1 } + + + FmDataInputSetupEntry ::= + SEQUENCE { + fmDataSetupInpIdx + INTEGER, + fmDataSetupOperationMode + SwitchOnOff, + fmDataSetupNominalLevel + Integer32, + fmDataSetupNominalDeviation + Unsigned32, + fmDataSetupThresholdPercent + Unsigned32, + fmDataSetupOnTime + Unsigned32, + fmDataSetupOffTime + Unsigned32, + fmDataSetupLabel + SnmpAdminString, + fmDataSetupThreshold + Integer32 + } + + -- 1.3.6.1.4.1.2566.127.1.2.216.11.1.1.2.5.1.1 + fmDataSetupInpIdx OBJECT-TYPE + SYNTAX INTEGER + { + aux1(1), + aux2(2) + } + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "Distinction between AUX1 and AUX2." + ::= { fmDataInputSetupEntry 1 } + + + -- 1.3.6.1.4.1.2566.127.1.2.216.11.1.1.2.5.1.2 + fmDataSetupOperationMode OBJECT-TYPE + SYNTAX SwitchOnOff + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Switches data input on or off." + ::= { fmDataInputSetupEntry 2 } + + + -- 1.3.6.1.4.1.2566.127.1.2.216.11.1.1.2.5.1.3 + fmDataSetupNominalLevel OBJECT-TYPE + SYNTAX Integer32 (-180..-70) + UNITS "1/10 dBu" + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Nominal level for data input." + ::= { fmDataInputSetupEntry 3 } + + + -- 1.3.6.1.4.1.2566.127.1.2.216.11.1.1.2.5.1.4 + fmDataSetupNominalDeviation OBJECT-TYPE + SYNTAX Unsigned32 (20..100) + UNITS "1/10 kHz" + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Nominal deviation of data input." + ::= { fmDataInputSetupEntry 4 } + + + -- 1.3.6.1.4.1.2566.127.1.2.216.11.1.1.2.5.1.5 + fmDataSetupThresholdPercent OBJECT-TYPE + SYNTAX Unsigned32 (1..1000) + UNITS "per thousand" + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Setting of fault threshold for data input in o/oo + relating to the nominal level." + ::= { fmDataInputSetupEntry 5 } + + + -- 1.3.6.1.4.1.2566.127.1.2.216.11.1.1.2.5.1.6 + fmDataSetupOnTime OBJECT-TYPE + SYNTAX Unsigned32 (0..600) + UNITS "second" + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Guard time for detecting 'input ok' for data input." + ::= { fmDataInputSetupEntry 6 } + + + -- 1.3.6.1.4.1.2566.127.1.2.216.11.1.1.2.5.1.7 + fmDataSetupOffTime OBJECT-TYPE + SYNTAX Unsigned32 (0..600) + UNITS "second" + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Guard time for detecting 'input fault' for data input." + ::= { fmDataInputSetupEntry 7 } + + + -- 1.3.6.1.4.1.2566.127.1.2.216.11.1.1.2.5.1.8 + fmDataSetupLabel OBJECT-TYPE + SYNTAX SnmpAdminString + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Labeling for the deployment of input. + (For example: RDS or SCA.)" + ::= { fmDataInputSetupEntry 8 } + + + -- 1.3.6.1.4.1.2566.127.1.2.216.11.1.1.2.5.1.9 + fmDataSetupThreshold OBJECT-TYPE + SYNTAX Integer32 + UNITS "1/10 dBu" + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The fault threshold for data input in dBu." + ::= { fmDataInputSetupEntry 9 } + + + -- 1.3.6.1.4.1.2566.127.1.2.216.11.1.2 + fmPilotTable OBJECT-TYPE + SYNTAX SEQUENCE OF FmPilotEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "Pilot parameters." + ::= { rsXx9FmObjects 2 } + + + -- 1.3.6.1.4.1.2566.127.1.2.216.11.1.2.1 + fmPilotEntry OBJECT-TYPE + SYNTAX FmPilotEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "An entry in the fmPilotTable." + INDEX { fmPilotTxIdx, fmPilotExcIdx } + ::= { fmPilotTable 1 } + + + FmPilotEntry ::= + SEQUENCE { + fmPilotTxIdx + IndexTransmitter, + fmPilotExcIdx + IndexAB, + fmPilotOperationMode + SwitchOnOff, + fmPilotDeviation + Unsigned32 + } + + -- 1.3.6.1.4.1.2566.127.1.2.216.11.1.2.1.1 + fmPilotTxIdx OBJECT-TYPE + SYNTAX IndexTransmitter + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "The transmitter index." + ::= { fmPilotEntry 1 } + + + -- 1.3.6.1.4.1.2566.127.1.2.216.11.1.2.1.2 + fmPilotExcIdx OBJECT-TYPE + SYNTAX IndexAB + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "This index distinguishes the exiters. + Necessary if you have dual drive transmitters." + ::= { fmPilotEntry 2 } + + + -- 1.3.6.1.4.1.2566.127.1.2.216.11.1.2.1.3 + fmPilotOperationMode OBJECT-TYPE + SYNTAX SwitchOnOff + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Switches pilot of internal stereo coder on or off." + ::= { fmPilotEntry 3 } + + + -- 1.3.6.1.4.1.2566.127.1.2.216.11.1.2.1.4 + fmPilotDeviation OBJECT-TYPE + SYNTAX Unsigned32 (200..1000) + UNITS "1/100 kHz" + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Deviation of pilot for internal stereo coder." + ::= { fmPilotEntry 4 } + + + -- 1.3.6.1.4.1.2566.127.1.2.216.11.1.3 + fmPreemphasisTable OBJECT-TYPE + SYNTAX SEQUENCE OF FmPreemphasisEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "Preemphasis parameters." + ::= { rsXx9FmObjects 3 } + + + -- 1.3.6.1.4.1.2566.127.1.2.216.11.1.3.1 + fmPreemphasisEntry OBJECT-TYPE + SYNTAX FmPreemphasisEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "An entry in the fmPreemphasisTable." + AUGMENTS { fmPilotEntry } + ::= { fmPreemphasisTable 1 } + + + FmPreemphasisEntry ::= + SEQUENCE { + fmPreemphasisOperationMode + SwitchOnOff, + fmPreemphasisValue + INTEGER + } + + -- 1.3.6.1.4.1.2566.127.1.2.216.11.1.3.1.1 + fmPreemphasisOperationMode OBJECT-TYPE + SYNTAX SwitchOnOff + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Switches preemphasis on or off." + ::= { fmPreemphasisEntry 1 } + + + -- 1.3.6.1.4.1.2566.127.1.2.216.11.1.3.1.2 + fmPreemphasisValue OBJECT-TYPE + SYNTAX INTEGER + { + microSec50(1), + microSec75(2) + } + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Selection of time constant for preemphasis: + microSec50(1) - 50 micro seconds + microSec75(2) - 75 micro seconds" + ::= { fmPreemphasisEntry 2 } + + + -- 1.3.6.1.4.1.2566.127.1.2.216.11.1.4 + fmDeviationTable OBJECT-TYPE + SYNTAX SEQUENCE OF FmDeviationEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "Deviation parameters." + ::= { rsXx9FmObjects 4 } + + + -- 1.3.6.1.4.1.2566.127.1.2.216.11.1.4.1 + fmDeviationEntry OBJECT-TYPE + SYNTAX FmDeviationEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "An entry in the fmDeviationTable." + AUGMENTS { fmPilotEntry } + ::= { fmDeviationTable 1 } + + + FmDeviationEntry ::= + SEQUENCE { + fmDeviationNominal + Unsigned32, + fmDeviationCurrent + Unsigned32, + fmLimiterOperationMode + INTEGER, + fmLimiterThreshold + Unsigned32, + fmLimiterActivity + Integer32, + fmDeviationClipped + Unsigned32, + fmMPxPowerControlOperationMode + SwitchOnOff, + fmMPxPowerThreshold + Integer32, + fmMPxPowerCurrent + Integer32 + } + + -- 1.3.6.1.4.1.2566.127.1.2.216.11.1.4.1.1 + fmDeviationNominal OBJECT-TYPE + SYNTAX Unsigned32 (400..1500) + UNITS "1/10 kHz" + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Deviation without pilot, RDS, SCA." + ::= { fmDeviationEntry 1 } + + + -- 1.3.6.1.4.1.2566.127.1.2.216.11.1.4.1.2 + fmDeviationCurrent OBJECT-TYPE + SYNTAX Unsigned32 + UNITS "1/10 kHz" + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Current summary deviation." + ::= { fmDeviationEntry 2 } + + + -- 1.3.6.1.4.1.2566.127.1.2.216.11.1.4.1.3 + fmLimiterOperationMode OBJECT-TYPE + SYNTAX INTEGER + { + off(1), + on(2), + clipperOnly(3) + } + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Switches limiter on or off." + ::= { fmDeviationEntry 3 } + + + -- 1.3.6.1.4.1.2566.127.1.2.216.11.1.4.1.4 + fmLimiterThreshold OBJECT-TYPE + SYNTAX Unsigned32 (400..1500) + UNITS "1/10 kHz" + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Threshold for limiter." + ::= { fmDeviationEntry 4 } + + + -- 1.3.6.1.4.1.2566.127.1.2.216.11.1.4.1.5 + fmLimiterActivity OBJECT-TYPE + SYNTAX Integer32 + UNITS "percent" + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Activity of limiter in percent." + ::= { fmDeviationEntry 5 } + + + -- 1.3.6.1.4.1.2566.127.1.2.216.11.1.4.1.6 + fmDeviationClipped OBJECT-TYPE + SYNTAX Unsigned32 + UNITS "1/10 kHz" + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Activity of limiter in Hz." + ::= { fmDeviationEntry 6 } + + + -- 1.3.6.1.4.1.2566.127.1.2.216.11.1.4.1.7 + fmMPxPowerControlOperationMode OBJECT-TYPE + SYNTAX SwitchOnOff + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Switches MPx power control on or off." + ::= { fmDeviationEntry 7 } + + + -- 1.3.6.1.4.1.2566.127.1.2.216.11.1.4.1.8 + fmMPxPowerThreshold OBJECT-TYPE + SYNTAX Integer32 (-50..50) + UNITS "1/10 dBr" + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Threshold for MPx power." + ::= { fmDeviationEntry 8 } + + + -- 1.3.6.1.4.1.2566.127.1.2.216.11.1.4.1.9 + fmMPxPowerCurrent OBJECT-TYPE + SYNTAX Integer32 + UNITS "1/10 dBr" + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Current MPx power." + ::= { fmDeviationEntry 9 } + + + -- 1.3.6.1.4.1.2566.127.1.2.216.11.1.6 + fmSyncTable OBJECT-TYPE + SYNTAX SEQUENCE OF FmSyncEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "Synchron FM parameters." + ::= { rsXx9FmObjects 6 } + + + -- 1.3.6.1.4.1.2566.127.1.2.216.11.1.6.1 + fmSyncEntry OBJECT-TYPE + SYNTAX FmSyncEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "An entry in the fmSyncTable." + AUGMENTS { fmPilotEntry } + ::= { fmSyncTable 1 } + + + FmSyncEntry ::= + SEQUENCE { + fmSyncPilotSyncSource + FmPilotSyncSource, + fmSyncPilotSyncSourceCurrent + FmPilotSyncSource, + fmSyncStaticDelay + Unsigned32, + fmSyncPilotPhase + Unsigned32 + } + + -- 1.3.6.1.4.1.2566.127.1.2.216.11.1.6.1.1 + fmSyncPilotSyncSource OBJECT-TYPE + SYNTAX FmPilotSyncSource + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Selection of reference for pilot synchronization." + ::= { fmSyncEntry 1 } + + + -- 1.3.6.1.4.1.2566.127.1.2.216.11.1.6.1.2 + fmSyncPilotSyncSourceCurrent OBJECT-TYPE + SYNTAX FmPilotSyncSource + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Current reference for pilot synchronization." + ::= { fmSyncEntry 2 } + + + -- 1.3.6.1.4.1.2566.127.1.2.216.11.1.6.1.3 + fmSyncStaticDelay OBJECT-TYPE + SYNTAX Unsigned32 (0..999999999) + UNITS "nano second" + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "MPx delay." + ::= { fmSyncEntry 3 } + + + -- 1.3.6.1.4.1.2566.127.1.2.216.11.1.6.1.4 + fmSyncPilotPhase OBJECT-TYPE + SYNTAX Unsigned32 (0..10000) + UNITS "1/100 percent" + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Correction of pilot phase." + ::= { fmSyncEntry 4 } + + + -- 1.3.6.1.4.1.2566.127.1.2.216.11.2 + rsXx9FmConformance OBJECT IDENTIFIER ::= { rsXx9Fm 2 } + + + -- 1.3.6.1.4.1.2566.127.1.2.216.11.2.1 + rsXx9FmCompliances OBJECT IDENTIFIER ::= { rsXx9FmConformance 1 } + + + -- 1.3.6.1.4.1.2566.127.1.2.216.11.2.1.1 + fmBasicCompliance MODULE-COMPLIANCE + STATUS current + DESCRIPTION + "The compliance statement for XX9000 FM encoding." + MODULE -- this module + MANDATORY-GROUPS { fmObjBasic, fmObjInput, fmNotifyInput } + ::= { rsXx9FmCompliances 1 } + + + -- 1.3.6.1.4.1.2566.127.1.2.216.11.2.2 + rsXx9FmGroups OBJECT IDENTIFIER ::= { rsXx9FmConformance 2 } + + + -- 1.3.6.1.4.1.2566.127.1.2.216.11.2.2.1 + fmObjBasic OBJECT-GROUP + OBJECTS { fmPilotOperationMode, fmPilotDeviation, fmPreemphasisOperationMode, fmPreemphasisValue, fmDeviationNominal, + fmDeviationCurrent, fmLimiterOperationMode, fmLimiterThreshold, fmLimiterActivity, fmDeviationClipped, + fmMPxPowerControlOperationMode, fmMPxPowerThreshold, fmMPxPowerCurrent, fmSyncPilotSyncSource, fmSyncStaticDelay, + fmSyncPilotPhase, fmSyncPilotSyncSourceCurrent } + STATUS current + DESCRIPTION + "General FM objects." + ::= { rsXx9FmGroups 1 } + + + -- 1.3.6.1.4.1.2566.127.1.2.216.11.2.2.2 + fmObjInput OBJECT-GROUP + OBJECTS { fmInpStNotificationName, fmInpStNotificationMask, fmInpStNotificationPriority, fmInpStNotificationState, fmAesStateLeftCurrentLevel, + fmAesStateLeftCurrentLevelPercent, fmAesStateRightCurrentLevel, fmAesStateRightCurrentLevelPercent, fmAesStateSampleRate, fmAesStatePreemphasis, + fmAesStateAudio, fmAesStateClock, fmAfSetupImpedance, fmAfSetupNominalLevel, fmAfSetupThreshold, + fmAfSetupOnTime, fmAfSetupOffTime, fmAesSetupNominalLevel, fmAesSetupThreshold, fmAesSetupOnTime, + fmAesSetupOffTime, fmMpxSetupNominalLevel, fmMpxSetupThreshold, fmMpxSetupOnTime, fmMpxSetupOffTime, + fmDataSetupOperationMode, fmDataSetupNominalLevel, fmDataSetupNominalDeviation, fmDataSetupThreshold, fmDataSetupOnTime, + fmInpGenSetupMainSource, fmInpGenSetupMainSoundMode, fmInpGenSetupReserveSource, fmInpGenSetupReserveSoundMode, fmDataSetupLabel, + fmDataSetupOffTime, fmAesStateParityBiphase, fmAesStatePcm, fmDataSetupThresholdPercent, fmMpxSetupThresholdPercent, + fmAesSetupThresholdPercent, fmAfSetupThresholdPercent, fmInpGenSetupInputMonitoring, fmInpGenSetupMpxMode, fmAesStateChannel, + fmAfStateLeftCurrentLevel, fmAfStateLeftCurrentLevelPercent, fmAfStateRightCurrentLevel, fmAfStateRightCurrentLevelPercent, fmMpxAux1StateCurrentLevel, + fmMpxAux1StateCurrentLevelPercent, fmMpxAux2StateCurrentLevel, fmMpxAux2StateCurrentLevelPercent } + STATUS current + DESCRIPTION + "FM input objects." + ::= { rsXx9FmGroups 2 } + + + -- 1.3.6.1.4.1.2566.127.1.2.216.11.2.2.3 + fmNotifyInput NOTIFICATION-GROUP + NOTIFICATIONS { fmAudioInputPrimary, fmAudioInputSecondary, fmMpx1, fmMpx2, fmAesLeft, + fmAesRight, fmAfLeft, fmAfRight, fmAux1Input, fmAux2Input + } + STATUS current + DESCRIPTION + "FM input notifications." + ::= { rsXx9FmGroups 3 } + + + + END + +-- +-- RS-XX9-FM-MIB.mi2 +-- diff --git a/src/vendor/rs/RS-XX9-ISDBT-MIB b/src/vendor/rs/RS-XX9-ISDBT-MIB new file mode 100644 index 000000000000..7c85504c6993 --- /dev/null +++ b/src/vendor/rs/RS-XX9-ISDBT-MIB @@ -0,0 +1,1196 @@ +-- +-- RS-XX9-ISDBT-MIB.mi2 +-- MIB generated by MG-SOFT Visual MIB Builder 2010 Version 8.0 Build 403 +-- Wednesday, June 03, 2015 at 14:54:48 +-- + +-- ***************************************************************************** +-- ***************************************************************************** +-- ** +-- ** COPYRIGHT (c) 2012 Rohde & Schwarz GmbH & Co. KG +-- ** Muehldorfstrasse 15 +-- ** R & S D-81671 Muenchen +-- ** +-- ***************************************************************************** +-- ** +-- ** MODULE RS-XX9-ISDBT-MIB +-- ** +-- ***************************************************************************** +-- ***************************************************************************** + + RS-XX9-ISDBT-MIB DEFINITIONS ::= BEGIN + + IMPORTS + commonNotificationAlarmClass + FROM RS-XX9-COMMON-MIB + rsXx9IsdbT, rsXx9MibModule + FROM RS-XX9-SMI-MIB + NotificationClass, IndexAB, IndexTransmitter, NotificationMask, NotificationPriority, + NotificationState, SwitchOnOff + FROM RS-XX9-TC-MIB + OBJECT-GROUP, MODULE-COMPLIANCE, NOTIFICATION-GROUP + FROM SNMPv2-CONF + Integer32, Unsigned32, OBJECT-TYPE, MODULE-IDENTITY, NOTIFICATION-TYPE + FROM SNMPv2-SMI + TruthValue, TEXTUAL-CONVENTION + FROM SNMPv2-TC; + + + rsXx9IsdbtMibModule MODULE-IDENTITY + LAST-UPDATED "201506031500Z" -- June 03, 2015 at 15:00 GMT + ORGANIZATION + "Rohde&Schwarz GmbH & Co. KG" + CONTACT-INFO + "Rohde & Schwarz GmbH & Co. KG + Broadcasting Division + + Muehldorfstrasse 15 + 81671 Munich + Germany + + customersupport@rohde-schwarz.com" + DESCRIPTION + "This MIB defines ISDB-T specific objects + of XX9000 transmitting systems from Rohde & Schwarz. + + The following MIBs are related to this: + - RS-COMMON-MIB - mandatory for this MIB + - RS-XX9-SMI-MIB - mandatory for this MIB + - RS-XX9-TC-MIB - mandatory for this MIB + - RS-XX9-COMMON-MIB - mandatory for this MIB" + REVISION "201506031500Z" -- June 03, 2015 at 15:00 GMT + DESCRIPTION + "add isdbtOutStatusEwbsActFlag" + REVISION "201412221600Z" -- December 22, 2014 at 16:00 GMT + DESCRIPTION + "updated description texts + " + REVISION "201403251600Z" -- March 25, 2014 at 16:00 GMT + DESCRIPTION + "Initial release. + added isdbtNitRestampingTable" + REVISION "201205141000Z" -- May 14, 2012 at 10:00 GMT + DESCRIPTION + "Preliminary release." + ::= { rsXx9MibModule 8 } + + + +-- +-- Textual conventions +-- + + IsdbtMode ::= TEXTUAL-CONVENTION + STATUS current + DESCRIPTION + "Selects the FFT size: + mode1(2) - 2048 carriers + mode2(3) - 4096 carriers + mode3(4) - 8192 carriers" + SYNTAX INTEGER + { + mode1(2), + mode2(3), + mode3(4) + } + + IsdbtGuardInterval ::= TEXTUAL-CONVENTION + STATUS current + DESCRIPTION + "The Guard Interval determines the time span between signals + for multicarrier modulation, in which no information is transmitted. + The larger the time span is, the lower the risk of interference + and the lower the data transfer rate. + The values are a fraction of the symbol period. + Ideally, you select a value that is larger than the channel spread. " + SYNTAX INTEGER + { + oneDiv32(1), + oneDiv16(2), + oneDiv8(3), + oneDiv4(4) + } + + IsdbtLayer ::= TEXTUAL-CONVENTION + STATUS current + DESCRIPTION + "Description." + SYNTAX INTEGER + { + a(1), + b(2), + c(3) + } + + IsdbtConstellation ::= TEXTUAL-CONVENTION + STATUS current + DESCRIPTION + "Description." + SYNTAX INTEGER + { + dqpsk(2), + qpsk(3), + qam16(4), + qam64(5) + } + + IsdbtCodeRate ::= TEXTUAL-CONVENTION + STATUS current + DESCRIPTION + "The coderate sets the ratio between payload + and error correction information." + SYNTAX INTEGER + { + oneHalf(1), + twoThird(3), + threeFourth(4), + fiveSixth(6), + sevenEighth(7) + } + + IsdbtNitRestampingSource ::= TEXTUAL-CONVENTION + STATUS current + DESCRIPTION + "Description." + SYNTAX INTEGER + { + bts(1), + manual(2) + } + + +-- +-- Node definitions +-- + + rsXx9IsdbtNotifications OBJECT IDENTIFIER ::= { rsXx9IsdbT 0 } + + + isdbtIIP NOTIFICATION-TYPE + OBJECTS { commonNotificationAlarmClass, isdbtStatusNotificationPriority, isdbtStatusNotificationState } + STATUS current + DESCRIPTION + "Shows whether ISDB-T information packets (IIP) with the appropriate ID + are present in the transport stream + Possible values: + off(2) - isdbtCfgCoderSettingsSource is manual(2) + fault(3) - the input data does not contain a IIP + warning(4) - no SFN info + ok(5) - IIP found + + Notification class: warning" + ::= { rsXx9IsdbtNotifications 1 } + + + isdbtFrameCounter NOTIFICATION-TYPE + OBJECTS { commonNotificationAlarmClass, isdbtStatusNotificationPriority, isdbtStatusNotificationState } + STATUS current + DESCRIPTION + "Shows the correctness of TSPs. + + Possible values: + off(2) + warning(4) - incorrect or missing TSP detected + ok(5) + + Notification class: warning" + ::= { rsXx9IsdbtNotifications 2 } + + + isdbtEquipmentId NOTIFICATION-TYPE + OBJECTS { commonNotificationAlarmClass, isdbtStatusNotificationPriority, isdbtStatusNotificationState } + STATUS current + DESCRIPTION + "Shows the existence of SFN information matching the + selected equipment ID. + + Possible values: + off(2) - isdbtLocalizationEquipmentControl is off(2) + or isdbtCfgCoderSettingsSource is manual(2) + warning(4) - no matching SFN information + ok(5) + + Notification class: warning" + ::= { rsXx9IsdbtNotifications 3 } + + + isdbtManualConfiguration NOTIFICATION-TYPE + OBJECTS { commonNotificationAlarmClass, isdbtStatusNotificationPriority, isdbtStatusNotificationState } + STATUS current + DESCRIPTION + "Indicates whether the configured ISDB-T configuration + is consistent and valid over all three layers. + If an error is displayed, check whether the sum of all + segments over the three layers is exactly 13. + + Possible values: + off(2) - + warning(4) - not valid + ok(5) - valid + + Notification class: warning" + ::= { rsXx9IsdbtNotifications 4 } + + + isdbtActiveConfiguration NOTIFICATION-TYPE + OBJECTS { commonNotificationAlarmClass, isdbtStatusNotificationPriority, isdbtStatusNotificationState } + STATUS current + DESCRIPTION + "Indicates whether the active ISDB-T configuration + is consistent and valid over all three layers. + If an error is displayed, check whether the sum of all + segments over the three layers is exactly 13. + + Possible values: + off(2) - + warning(4) - not valid + ok(5) - valid + + Notification class: warning" + ::= { rsXx9IsdbtNotifications 5 } + + + isdbtTest NOTIFICATION-TYPE + OBJECTS { commonNotificationAlarmClass, isdbtStatusNotificationPriority, isdbtStatusNotificationState } + STATUS current + DESCRIPTION + "Possible values: + off(2) - no test signal generation + warning(4) - test signal generation is activated + + Notification class: warning" + ::= { rsXx9IsdbtNotifications 6 } + + + rsXx9IsdbtObjects OBJECT IDENTIFIER ::= { rsXx9IsdbT 1 } + + + isdbtStatus OBJECT IDENTIFIER ::= { rsXx9IsdbtObjects 1 } + + + isdbtStatusNotificationTable OBJECT-TYPE + SYNTAX SEQUENCE OF IsdbtStatusNotificationEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "The context information/configuration for the + ISDB-T status notifications." + ::= { isdbtStatus 1 } + + + isdbtStatusNotificationEntry OBJECT-TYPE + SYNTAX IsdbtStatusNotificationEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "An entry in the isdbtStatusNotificationTable." + INDEX { isdbtStatusNotificationTxIdx, isdbtStatusNotificationExcIdx, isdbtStatusNotificationIdx } + ::= { isdbtStatusNotificationTable 1 } + + + IsdbtStatusNotificationEntry ::= + SEQUENCE { + isdbtStatusNotificationTxIdx + IndexTransmitter, + isdbtStatusNotificationExcIdx + IndexAB, + isdbtStatusNotificationIdx + Unsigned32, + isdbtStatusNotificationName + INTEGER, + isdbtStatusNotificationMask + NotificationMask, + isdbtStatusNotificationPriority + NotificationPriority, + isdbtStatusNotificationState + NotificationState + } + + isdbtStatusNotificationTxIdx OBJECT-TYPE + SYNTAX IndexTransmitter + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "The transmitter index." + ::= { isdbtStatusNotificationEntry 1 } + + + isdbtStatusNotificationExcIdx OBJECT-TYPE + SYNTAX IndexAB + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "This index distinguishes the exiters. + Necessary if you have dual drive transmitters." + ::= { isdbtStatusNotificationEntry 2 } + + + isdbtStatusNotificationIdx OBJECT-TYPE + SYNTAX Unsigned32 (1..6) + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "The notification number as below rsXx9IsdbtNotifications. + This is a helper column and therefore not-accessible." + ::= { isdbtStatusNotificationEntry 3 } + + + isdbtStatusNotificationName OBJECT-TYPE + SYNTAX INTEGER + { + isdbtIIP(1), + isdbtFrameCounter(2), + isdbtEquipmentId(3), + isdbtManualConfiguration(4), + isdbtActiveConfiguration(5), + isdbtTest(6) + } + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "The notification number as an enumeration. + The enumeration correlates with the notifications under rsXx9IsdbtNotifications." + ::= { isdbtStatusNotificationEntry 4 } + + + isdbtStatusNotificationMask OBJECT-TYPE + SYNTAX NotificationMask + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "See TextualConvention for details." + ::= { isdbtStatusNotificationEntry 5 } + + + isdbtStatusNotificationPriority OBJECT-TYPE + SYNTAX NotificationPriority + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "See TextualConvention for details." + ::= { isdbtStatusNotificationEntry 6 } + + + isdbtStatusNotificationState OBJECT-TYPE + SYNTAX NotificationState + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "See TextualConvention for details." + ::= { isdbtStatusNotificationEntry 7 } + + + isdbtStateTable OBJECT-TYPE + SYNTAX SEQUENCE OF IsdbtStateEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "ISDB-T state values." + ::= { isdbtStatus 2 } + + + isdbtStateEntry OBJECT-TYPE + SYNTAX IsdbtStateEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "An entry in the isdbtStateTable." + INDEX { isdbtStatusNotificationTxIdx, isdbtStatusNotificationExcIdx } + ::= { isdbtStateTable 1 } + + + IsdbtStateEntry ::= + SEQUENCE { + isdbtStTxDelayOffset + Integer32 + } + + isdbtStTxDelayOffset OBJECT-TYPE + SYNTAX Integer32 + UNITS "1/10 micro second" + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Transmitting time shift compared to other + transmitters in the ISDB-T network." + ::= { isdbtStateEntry 1 } + + + isdbtSetup OBJECT IDENTIFIER ::= { rsXx9IsdbtObjects 2 } + + + isdbtConfigurationTable OBJECT-TYPE + SYNTAX SEQUENCE OF IsdbtConfigurationEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "ISDB-T configuration." + ::= { isdbtSetup 1 } + + + isdbtConfigurationEntry OBJECT-TYPE + SYNTAX IsdbtConfigurationEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "An entry in the isdbtConfigurationTable." + INDEX { isdbtCfgTxIdx, isdbtCfgExcIdx } + ::= { isdbtConfigurationTable 1 } + + + IsdbtConfigurationEntry ::= + SEQUENCE { + isdbtCfgTxIdx + IndexTransmitter, + isdbtCfgExcIdx + IndexAB, + isdbtCfgNetworkMode + INTEGER, + isdbtCfgCoderSettingsSource + INTEGER, + isdbtCfgIipID + Unsigned32, + isdbtCfgBandwidth + INTEGER + } + + isdbtCfgTxIdx OBJECT-TYPE + SYNTAX IndexTransmitter + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "The transmitter index." + ::= { isdbtConfigurationEntry 1 } + + + isdbtCfgExcIdx OBJECT-TYPE + SYNTAX IndexAB + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "This index distinguishes the exiters. + Necessary if you have dual drive transmitters." + ::= { isdbtConfigurationEntry 2 } + + + isdbtCfgNetworkMode OBJECT-TYPE + SYNTAX INTEGER + { + mfn(1), + dynamicSfn(2), + staticSfn(3), + automatic(4) + } + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "It can be switched between Single Frequency Networks and + Multiple Frequency Networks." + ::= { isdbtConfigurationEntry 3 } + + + isdbtCfgCoderSettingsSource OBJECT-TYPE + SYNTAX INTEGER + { + iip(1), + manual(2) + } + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Selects the source for the TMCC (Transmission and Multiplexing + Configuration Control) input parameter for the ISDB-T coder. + + iip(1) - parameters are read out of the IIP in the transmission + manual(2) - parameters are configured in the transmitter" + ::= { isdbtConfigurationEntry 4 } + + + isdbtCfgIipID OBJECT-TYPE + SYNTAX Unsigned32 (0..65535) + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "PID (packet ID) number for the IIP (ISDB-T information packet) + in the input data stream. + Requirement is that isdbtCfgCoderSettingsSource is iip(1)." + ::= { isdbtConfigurationEntry 5 } + + + isdbtCfgBandwidth OBJECT-TYPE + SYNTAX INTEGER + { + mhz6(5), + mhz7(6), + mhz8(7) + } + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Description." + ::= { isdbtConfigurationEntry 6 } + + + isdbtLocalizationTable OBJECT-TYPE + SYNTAX SEQUENCE OF IsdbtLocalizationEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "ISDB-T localization." + ::= { isdbtSetup 2 } + + + isdbtLocalizationEntry OBJECT-TYPE + SYNTAX IsdbtLocalizationEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "An entry in the isdbtLocalizationTable." + AUGMENTS { isdbtConfigurationEntry } + ::= { isdbtLocalizationTable 1 } + + + IsdbtLocalizationEntry ::= + SEQUENCE { + isdbtLocalizationEquipmentControl + SwitchOnOff, + isdbtLocalizationEquipmentID + Unsigned32 + } + + isdbtLocalizationEquipmentControl OBJECT-TYPE + SYNTAX SwitchOnOff + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Activates or deactivates the device ID. + This way transmitter-specific settings may be configured via + the ISDB-T information packet present in the transport stream. + Operation is possible if isdbtCfgCoderSettingsSource is iip(1)." + ::= { isdbtLocalizationEntry 1 } + + + isdbtLocalizationEquipmentID OBJECT-TYPE + SYNTAX Unsigned32 (0..65535) + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "A unique device ID, to be able to reference special settings + of the IIP (ISDB-T information packet). " + ::= { isdbtLocalizationEntry 2 } + + + isdbtTmccTable OBJECT-TYPE + SYNTAX SEQUENCE OF IsdbtTmccEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "TMCC (transmission and multiplexing configuration control) configuration." + ::= { isdbtSetup 3 } + + + isdbtTmccEntry OBJECT-TYPE + SYNTAX IsdbtTmccEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "An entry in the isdbtTmccTable." + AUGMENTS { isdbtConfigurationEntry } + ::= { isdbtTmccTable 1 } + + + IsdbtTmccEntry ::= + SEQUENCE { + isdbtTmccNext + INTEGER, + isdbtTmccMode + IsdbtMode, + isdbtTmccGuardInterval + IsdbtGuardInterval, + isdbtTmccPartialReception + SwitchOnOff + } + + isdbtTmccNext OBJECT-TYPE + SYNTAX INTEGER + { + off(1), + active(2), + automatic(3) + } + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Transmission and Multiplexing Configuration Control: + off(1) - all TMCC NEXT is set to unused. + active(2) - the TMCC NEXT contains the active coder setup. + automatic(3) - the TMCC NEXT follows the IIP TMCC NEXT signalisation + if available and used for coder source, otherwise the + active coder setup is used." + ::= { isdbtTmccEntry 1 } + + + isdbtTmccMode OBJECT-TYPE + SYNTAX IsdbtMode + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "see textual convention" + ::= { isdbtTmccEntry 2 } + + + isdbtTmccGuardInterval OBJECT-TYPE + SYNTAX IsdbtGuardInterval + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "see textual convention" + ::= { isdbtTmccEntry 3 } + + + isdbtTmccPartialReception OBJECT-TYPE + SYNTAX SwitchOnOff + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "If layer A for mobile reception is to be used (1-segment receiver), + set 'Partial Reception' to on(1). + In this case, segment 0 is arranged in the band center. + The value can be entered manually and is used for TMCC NEXT + (transmission and multiplexing configuration control NEXT) + if isdbtTmccNext is set to active(2)." + ::= { isdbtTmccEntry 4 } + + + isdbtTmccLayerTable OBJECT-TYPE + SYNTAX SEQUENCE OF IsdbtTmccLayerEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "TMCC layer configuration." + ::= { isdbtSetup 4 } + + + isdbtTmccLayerEntry OBJECT-TYPE + SYNTAX IsdbtTmccLayerEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "An entry in the isdbtTmccLayerTable." + INDEX { isdbtCfgTxIdx, isdbtCfgExcIdx, isdbtTmccLayerIdx } + ::= { isdbtTmccLayerTable 1 } + + + IsdbtTmccLayerEntry ::= + SEQUENCE { + isdbtTmccLayerIdx + IsdbtLayer, + isdbtTmccLayerSegments + Unsigned32, + isdbtTmccLayerConstellation + IsdbtConstellation, + isdbtTmccLayerCodeRate + IsdbtCodeRate, + isdbtTmccLayerTimeInterleaver + Unsigned32 + } + + isdbtTmccLayerIdx OBJECT-TYPE + SYNTAX IsdbtLayer + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "TMCC layer index." + ::= { isdbtTmccLayerEntry 3 } + + + isdbtTmccLayerSegments OBJECT-TYPE + SYNTAX Unsigned32 (0..13) + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Number of segments used for the layer concerned. + The allocation of segments to the layers is subject to conditions: + 0 - layer is deactivated. + For layer A, 0 is not permitted. + For layer B, 0 is possible only if layer C also has 0 segments. + The sum of all the segments from all the active layers must always be 13. + The segments can be distributed over 1, 2 or 3 layers. + An allocation of 1 single segment is possible only for layer A. + This is only allowed if isdbtTmccPartialReception is on(1). + The remaining 12 segments can be distributed over layers B and C + according to the above rules." + ::= { isdbtTmccLayerEntry 4 } + + + isdbtTmccLayerConstellation OBJECT-TYPE + SYNTAX IsdbtConstellation + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Configure the modulation format with this parameter. + qpsk(3) - is very fail-safe, but has only a small data rate. + qam64(5) - can transmit very large data rates if you expect faults + on the transmission link. + qam16(4) - is a compromise between the two other setting values. + The value can be entered manually and is used for TMCC NEXT + (transmission and multiplexing configuration control NEXT) + if isdbtTmccNext is set to active(2)." + ::= { isdbtTmccLayerEntry 5 } + + + isdbtTmccLayerCodeRate OBJECT-TYPE + SYNTAX IsdbtCodeRate + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "see textual convention." + ::= { isdbtTmccLayerEntry 6 } + + + isdbtTmccLayerTimeInterleaver OBJECT-TYPE + SYNTAX Unsigned32 (0..2 | 4 | 8 | 16) + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "To reduce the susceptibility to faults when there is noise, + the time interleaver mixes the user data in a data block. + 0, 1, 2, 4, 8, and 16 can be selected as conversion length. + 0 means that no conversion take place, + 16 corresponds to the highest degree of conversion. + This offers the greatest protection, but also the greatest latency. + The value can be entered manually and is used for TMCC NEXT + (transmission and multiplexing configuration control NEXT) + if isdbtTmccNext is set to active(2)." + ::= { isdbtTmccLayerEntry 7 } + + + isdbtTestTable OBJECT-TYPE + SYNTAX SEQUENCE OF IsdbtTestEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "Configures the test mode of the exciter." + ::= { isdbtSetup 5 } + + + isdbtTestEntry OBJECT-TYPE + SYNTAX IsdbtTestEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "An entry in the isdbtTestTable." + AUGMENTS { isdbtConfigurationEntry } + ::= { isdbtTestTable 1 } + + + IsdbtTestEntry ::= + SEQUENCE { + isdbtTestGeneration + SwitchOnOff, + isdbtTestMode + INTEGER + } + + isdbtTestGeneration OBJECT-TYPE + SYNTAX SwitchOnOff + MAX-ACCESS read-write + STATUS obsolete + DESCRIPTION + "Switches test signal generation on or off." + ::= { isdbtTestEntry 1 } + + + isdbtTestMode OBJECT-TYPE + SYNTAX INTEGER + { + off(1), + testMode0(4), + testMode1(5) + } + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "off(1) - no test mode + testMode0(4) - For activating a test sequence with three layers, + ISDB-T mode 1 and guard interval 1/4. + Layer A: 1 segment, DQPSK, code rate 1/2, time interleaver: 0 + Layer B: 7 segments, 16QAM, code rate 7/8, time interleaver: 0 + Layer C: 5 segments, 64QAM, code rate 2/3, time interleaver: 0 + testMode1(5) - For activating a test sequence with one layer, + ISDB-T mode 1 and guard interval 1/4. + Layer A: 13 segments, QPSK, code rate 1/2, time interleaver: 0" + ::= { isdbtTestEntry 2 } + + + isdbtNitRestampingTable OBJECT-TYPE + SYNTAX SEQUENCE OF IsdbtNitRestampingEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "Description." + ::= { isdbtSetup 6 } + + + isdbtNitRestampingEntry OBJECT-TYPE + SYNTAX IsdbtNitRestampingEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "Description." + AUGMENTS { isdbtConfigurationEntry } + ::= { isdbtNitRestampingTable 1 } + + + IsdbtNitRestampingEntry ::= + SEQUENCE { + isdbtNitNetworkIdSource + IsdbtNitRestampingSource, + isdbtNitManualNetworkId + Unsigned32, + isdbtNitTransportStreamIdSource + IsdbtNitRestampingSource, + isdbtNitTransportManualStreamId + Unsigned32, + isdbtNitAreaCodeSource + IsdbtNitRestampingSource, + isdbtNitManualAreaCode + Unsigned32, + isdbtNitFrequencySource + IsdbtNitRestampingSource, + isdbtNitManualFrequency + Unsigned32, + isdbtNitVirtualChannelSource + IsdbtNitRestampingSource, + isdbtNitManualVirtualChannel + Unsigned32 + } + + isdbtNitNetworkIdSource OBJECT-TYPE + SYNTAX IsdbtNitRestampingSource + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "This allows to enable the localization of the network id using a manual setup." + ::= { isdbtNitRestampingEntry 1 } + + + isdbtNitManualNetworkId OBJECT-TYPE + SYNTAX Unsigned32 (0..65535) + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "This is a label to identify the network. Localization is done within each NIT. + Only valid, if isdbtNitNetworkIdSource is set to manual(2). + " + ::= { isdbtNitRestampingEntry 2 } + + + isdbtNitTransportStreamIdSource OBJECT-TYPE + SYNTAX IsdbtNitRestampingSource + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "This allows to enable the localization of the transport stream id using a manual setup." + ::= { isdbtNitRestampingEntry 3 } + + + isdbtNitTransportManualStreamId OBJECT-TYPE + SYNTAX Unsigned32 (0..65535) + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "This is a label to identify the transport stream from any other multiplex within the delivery system. Localization is done within each NIT, PAT, SDT, EIT, RST, PCAT and LDT. + Only valid, if isdbtNitTransportStreamIdSource is set to manual(2). + " + ::= { isdbtNitRestampingEntry 4 } + + + isdbtNitAreaCodeSource OBJECT-TYPE + SYNTAX IsdbtNitRestampingSource + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "This allows to enable the localization of the area code using a manual setup." + ::= { isdbtNitRestampingEntry 5 } + + + isdbtNitManualAreaCode OBJECT-TYPE + SYNTAX Unsigned32 (0..4095) + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "This is the service area code from terrestrial delivery system descriptor. Localization is done within each NIT. + Only valid, if isdbtNitAreaCodeSource is set to manual(2). + " + ::= { isdbtNitRestampingEntry 6 } + + + isdbtNitFrequencySource OBJECT-TYPE + SYNTAX IsdbtNitRestampingSource + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "This allows to enable the localization of the frequency using a manual setup." + ::= { isdbtNitRestampingEntry 7 } + + + isdbtNitManualFrequency OBJECT-TYPE + SYNTAX Unsigned32 (0..65535) + UNITS "1/7 MHz" + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "This is the first frequency within the list of frequencies from terrestrial delivery system descriptor. Localization is done within each NIT. + Only valid, if isdbtNitFrequencySource is set to manual(2). + " + ::= { isdbtNitRestampingEntry 8 } + + + isdbtNitVirtualChannelSource OBJECT-TYPE + SYNTAX IsdbtNitRestampingSource + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "This allows to enable the localization of the virtual channel using a manual setup." + ::= { isdbtNitRestampingEntry 9 } + + + isdbtNitManualVirtualChannel OBJECT-TYPE + SYNTAX Unsigned32 (0..255) + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "This indicates the recommended remote control key number to which the TS shall be assigned. This is also known as 'virtual channel'. Localization is done within each NIT. + Only valid, if isdbtNitVirtualChannelSource is set to manual(2)." + ::= { isdbtNitRestampingEntry 10 } + + + isdbtOutput OBJECT IDENTIFIER ::= { rsXx9IsdbtObjects 3 } + + + isdbtOutTmccTable OBJECT-TYPE + SYNTAX SEQUENCE OF IsdbtOutTmccEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "TMCC (transmission and multiplexing configuration control) + current values." + ::= { isdbtOutput 3 } + + + isdbtOutTmccEntry OBJECT-TYPE + SYNTAX IsdbtOutTmccEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "An entry in the isdbtOutTmccTable." + AUGMENTS { isdbtConfigurationEntry } + ::= { isdbtOutTmccTable 1 } + + + IsdbtOutTmccEntry ::= + SEQUENCE { + isdbtOutTmccMode + IsdbtMode, + isdbtOutTmccGuardInterval + IsdbtGuardInterval, + isdbtOutTmccPartialReception + TruthValue + } + + isdbtOutTmccMode OBJECT-TYPE + SYNTAX IsdbtMode + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "see textual convention" + ::= { isdbtOutTmccEntry 2 } + + + isdbtOutTmccGuardInterval OBJECT-TYPE + SYNTAX IsdbtGuardInterval + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "see textual convention" + ::= { isdbtOutTmccEntry 3 } + + + isdbtOutTmccPartialReception OBJECT-TYPE + SYNTAX TruthValue + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Description." + ::= { isdbtOutTmccEntry 4 } + + + isdbtOutTmccLayerTable OBJECT-TYPE + SYNTAX SEQUENCE OF IsdbtOutTmccLayerEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "TMCC layer current values." + ::= { isdbtOutput 4 } + + + isdbtOutTmccLayerEntry OBJECT-TYPE + SYNTAX IsdbtOutTmccLayerEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "An entry in the isdbtOutTmccLayerTable." + AUGMENTS { isdbtTmccLayerEntry } + ::= { isdbtOutTmccLayerTable 1 } + + + IsdbtOutTmccLayerEntry ::= + SEQUENCE { + isdbtOutTmccLayerSegments + Unsigned32, + isdbtOutTmccLayerConstellation + IsdbtConstellation, + isdbtOutTmccLayerCodeRate + IsdbtCodeRate, + isdbtOutTmccLayerTimeInterleaver + Unsigned32 + } + + isdbtOutTmccLayerSegments OBJECT-TYPE + SYNTAX Unsigned32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Number of segments manually set for layer." + ::= { isdbtOutTmccLayerEntry 4 } + + + isdbtOutTmccLayerConstellation OBJECT-TYPE + SYNTAX IsdbtConstellation + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Description." + ::= { isdbtOutTmccLayerEntry 5 } + + + isdbtOutTmccLayerCodeRate OBJECT-TYPE + SYNTAX IsdbtCodeRate + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "see textual convention." + ::= { isdbtOutTmccLayerEntry 6 } + + + isdbtOutTmccLayerTimeInterleaver OBJECT-TYPE + SYNTAX Unsigned32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Time interleaver used in layer. + Value 0 means no interleaving." + ::= { isdbtOutTmccLayerEntry 7 } + + + isdbtOutStatusTable OBJECT-TYPE + SYNTAX SEQUENCE OF IsdbtOutStatusEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "Description." + ::= { isdbtOutput 5 } + + + isdbtOutStatusEntry OBJECT-TYPE + SYNTAX IsdbtOutStatusEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "Description." + AUGMENTS { isdbtConfigurationEntry } + ::= { isdbtOutStatusTable 1 } + + + IsdbtOutStatusEntry ::= + SEQUENCE { + isdbtOutStatusEwbsActFlag + INTEGER + } + + isdbtOutStatusEwbsActFlag OBJECT-TYPE + SYNTAX INTEGER + { + notAvailable(1), + flagOff(2), + flagOn(3) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Indicates the status of the transmitted EWBS-Flag (EWBS=Emergency Warning Broadcast System). + + notAvailable(1): 'Switch On' information can not be detected in IIP (ISDB-T Information Packet). + flagOff(2): IIP contains 'Switch On' = Off. + flagOn(3): IIP contains 'Switch On' = On. + " + ::= { isdbtOutStatusEntry 1 } + + + rsXx9IsdbtConformance OBJECT IDENTIFIER ::= { rsXx9IsdbT 2 } + + + rsXx9IsdbtCompliances OBJECT IDENTIFIER ::= { rsXx9IsdbtConformance 1 } + + + isdbtBasicCompliance MODULE-COMPLIANCE + STATUS current + DESCRIPTION + "The compliance statement for XX9000 ISDB-T exciters." + MODULE -- this module + MANDATORY-GROUPS { isdbtObjBasic, isdbtNotifyBasic } + ::= { rsXx9IsdbtCompliances 1 } + + + rsXx9IsdbtGroups OBJECT IDENTIFIER ::= { rsXx9IsdbtConformance 2 } + + + isdbtObjBasic OBJECT-GROUP + OBJECTS { isdbtStatusNotificationName, isdbtStatusNotificationMask, isdbtStatusNotificationPriority, isdbtStatusNotificationState, isdbtCfgNetworkMode, + isdbtCfgCoderSettingsSource, isdbtCfgIipID, isdbtLocalizationEquipmentControl, isdbtLocalizationEquipmentID, isdbtCfgBandwidth, + isdbtStTxDelayOffset, isdbtNitManualVirtualChannel, isdbtNitVirtualChannelSource, isdbtNitManualFrequency, isdbtNitFrequencySource, + isdbtNitManualAreaCode, isdbtNitAreaCodeSource, isdbtNitTransportManualStreamId, isdbtNitTransportStreamIdSource, isdbtNitManualNetworkId, + isdbtNitNetworkIdSource, isdbtOutStatusEwbsActFlag, isdbtTestMode, isdbtTmccNext, isdbtTmccMode, + isdbtTmccGuardInterval, isdbtTmccPartialReception, isdbtTmccLayerSegments, isdbtTmccLayerConstellation, isdbtTmccLayerCodeRate, + isdbtTmccLayerTimeInterleaver, isdbtOutTmccMode, isdbtOutTmccGuardInterval, isdbtOutTmccPartialReception, isdbtOutTmccLayerSegments, + isdbtOutTmccLayerConstellation, isdbtOutTmccLayerCodeRate, isdbtOutTmccLayerTimeInterleaver } + STATUS current + DESCRIPTION + "Basic objects group." + ::= { rsXx9IsdbtGroups 1 } + + + isdbtNotifyBasic NOTIFICATION-GROUP + NOTIFICATIONS { isdbtIIP, isdbtFrameCounter, isdbtEquipmentId, isdbtManualConfiguration, isdbtActiveConfiguration, + isdbtTest } + STATUS current + DESCRIPTION + "Basic notifications group." + ::= { rsXx9IsdbtGroups 2 } + + + isdbtObjObsoleted OBJECT-GROUP + OBJECTS { isdbtTestGeneration } + STATUS obsolete + DESCRIPTION + "Description." + ::= { rsXx9IsdbtGroups 3 } + + + + END + +-- +-- RS-XX9-ISDBT-MIB.mi2 +-- diff --git a/src/vendor/rs/RS-XX9-LIQUID-COOLING-MIB b/src/vendor/rs/RS-XX9-LIQUID-COOLING-MIB new file mode 100644 index 000000000000..72540eaa736f --- /dev/null +++ b/src/vendor/rs/RS-XX9-LIQUID-COOLING-MIB @@ -0,0 +1,1225 @@ +-- +-- RS-XX9-LIQUID-COOLING-MIB.mi2 +-- MIB generated by MG-SOFT Visual MIB Builder 2010 Version 8.0 Build 403 +-- Monday, November 30, 2015 at 16:33:54 +-- + + RS-XX9-LIQUID-COOLING-MIB DEFINITIONS ::= BEGIN + + IMPORTS + commonNotificationAlarmClass + FROM RS-XX9-COMMON-MIB + rsXx9LiquidCooling, rsXx9MibModule + FROM RS-XX9-SMI-MIB + NotificationMask, NotificationPriority, NotificationState, SwitchOnOff + FROM RS-XX9-TC-MIB + SnmpAdminString + FROM SNMP-FRAMEWORK-MIB + OBJECT-GROUP, MODULE-COMPLIANCE, NOTIFICATION-GROUP + FROM SNMPv2-CONF + Integer32, Unsigned32, OBJECT-TYPE, MODULE-IDENTITY, NOTIFICATION-TYPE + FROM SNMPv2-SMI; + + + rsXx9LqMibModule MODULE-IDENTITY + LAST-UPDATED "201511301700Z" -- November 30, 2015 at 17:00 GMT + ORGANIZATION + "Rohde&Schwarz GmbH & Co. KG" + CONTACT-INFO + "Rohde & Schwarz GmbH & Co. KG + Broadcasting Division + + Muehldorfstrasse 15 + 81671 Munich + Germany + + customersupport@rohde-schwarz.com" + DESCRIPTION + "This MIB defines liquid cooling specific objects + of XX9000 transmitting systems from Rohde & Schwarz. + + The following MIBs are related to this: + - RS-COMMON-MIB - mandatory for this MIB. + - RS-XX9-SMI-MIB - mandatory for this MIB. + - RS-XX9-TC-MIB - mandatory for this MIB. + - RS-XX9-COMMON-MIB - mandatory for this MIB." + REVISION "201511301700Z" -- November 30, 2015 at 17:00 GMT + DESCRIPTION + "removed lqFStFanIdx from complianceStatement to be SMI compliant" + REVISION "201508201500Z" -- August 20, 2015 at 15:00 GMT + DESCRIPTION + "extended CycleIdx from 8 to max 12 cycles + added compactCfgServiceMode" + REVISION "201506231200Z" -- June 23, 2015 at 12:00 GMT + DESCRIPTION + "added compactCoolingConfigTable, lqStCompactCompensateMode, lqStCompactRelayState, lqStCompactPumpDesiredSpeed + added lqCfgAutoOn" + REVISION "201502271500Z" -- February 27, 2015 at 15:00 GMT + DESCRIPTION + "updated description texts" + REVISION "201412221600Z" -- December 22, 2014 at 16:00 GMT + DESCRIPTION + "updated description texts + " + REVISION "201310071200Z" -- October 07, 2013 at 12:00 GMT + DESCRIPTION + "extend liquid cooling cycle range from 1..2 to 1..8. + Up to 8 cooling cycles are now possible for each system." + REVISION "201301311300Z" -- January 31, 2013 at 13:00 GMT + DESCRIPTION + "lqStInletTemperatureFaultLimit, + lqStInletTemperatureWarningLimit + obsoleted" + REVISION "201205110800Z" -- May 11, 2012 at 08:00 GMT + DESCRIPTION + "Initial revision" + REVISION "201201260800Z" -- January 26, 2012 at 08:00 GMT + DESCRIPTION + "Preliminary release." + ::= { rsXx9MibModule 100 } + + + + +-- +-- Node definitions +-- + + rsXx9LiquidCoolingNotifications OBJECT IDENTIFIER ::= { rsXx9LiquidCooling 0 } + + + lqSummary NOTIFICATION-TYPE + OBJECTS { commonNotificationAlarmClass, lqNotificationPriority, lqNotificationState } + STATUS current + DESCRIPTION + "The cooling, assigned to this transmitter, reports a failure. + To get more information check the system logbook and the + shared system cooling. + + Possible values: + off(2) - + fault(3) - + warning(4) - + ok(5) - + + Notification class: fault" + ::= { rsXx9LiquidCoolingNotifications 1 } + + + lqFilterSummary NOTIFICATION-TYPE + OBJECTS { commonNotificationAlarmClass, lqNotificationPriority, lqNotificationState } + STATUS current + DESCRIPTION + "Indicates a polluted filter in cooling cycle. + Please clean the filter located to the pump unit. + + Possible values: + off(2) - + warning(4) - liquid filter is polluted + ok(5) - liquid filter is clean + + Notification class: warning" + ::= { rsXx9LiquidCoolingNotifications 2 } + + + lqSensorsSummary NOTIFICATION-TYPE + OBJECTS { commonNotificationAlarmClass, lqNotificationPriority, lqNotificationState } + STATUS current + DESCRIPTION + "Liquid cooling sensors + (inlet temperature, outlet temperature, pressure) + summary state. + + Possible values: + off(2) - + fault(3) - pressure sensor fault + warning(4) - temperature sensor warning + ok(5) - + + Notification class: warning" + ::= { rsXx9LiquidCoolingNotifications 3 } + + + lqSiteWarning NOTIFICATION-TYPE + OBJECTS { commonNotificationAlarmClass, lqNotificationPriority, lqNotificationState } + STATUS current + DESCRIPTION + "Warnings from the site cooling system. + Applicable only if the appropriate signals from the site cooling system + are supplied via terminal x8000 of the mains distribution board (MDB). + + Possible values: + off(2) - + warning(4) - + ok(5) - + + Notification class: warning" + ::= { rsXx9LiquidCoolingNotifications 4 } + + + lqSiteFault NOTIFICATION-TYPE + OBJECTS { commonNotificationAlarmClass, lqNotificationPriority, lqNotificationState } + STATUS current + DESCRIPTION + "Faults from the site cooling system. + Applicable only if the appropriate signals from the site cooling system + are supplied via terminal x8000 of the mains distribution board (MDB). + + Possible values: + off(2) - + fault(3) - + ok(5) - + + Notification class: warning" + ::= { rsXx9LiquidCoolingNotifications 5 } + + + rsXx9LiquidCoolingObjects OBJECT IDENTIFIER ::= { rsXx9LiquidCooling 1 } + + + lqStatus OBJECT IDENTIFIER ::= { rsXx9LiquidCoolingObjects 1 } + + + lqNotificationTable OBJECT-TYPE + SYNTAX SEQUENCE OF LqNotificationEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "The context information/configuration for the + liquid cooling status notifications." + ::= { lqStatus 1 } + + + lqNotificationEntry OBJECT-TYPE + SYNTAX LqNotificationEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "An entry in the lqNotificationTable." + INDEX { lqNotificationCycleIdx, lqNotificationIdx } + ::= { lqNotificationTable 1 } + + + LqNotificationEntry ::= + SEQUENCE { + lqNotificationCycleIdx + Unsigned32, + lqNotificationIdx + Unsigned32, + lqNotificationName + INTEGER, + lqNotificationMask + NotificationMask, + lqNotificationPriority + NotificationPriority, + lqNotificationState + NotificationState + } + + lqNotificationCycleIdx OBJECT-TYPE + SYNTAX Unsigned32 (1..12) + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "Liquid cooling cycle index." + ::= { lqNotificationEntry 1 } + + + lqNotificationIdx OBJECT-TYPE + SYNTAX Unsigned32 (1..5) + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "The notification number as below rsXx9LiquidCoolingNotifications. + This is a helper column and therefore not-accessible." + ::= { lqNotificationEntry 2 } + + + lqNotificationName OBJECT-TYPE + SYNTAX INTEGER + { + lqSummary(1), + lqFilterSummary(2), + lqSensorsSummary(3), + lqSiteWarning(4), + lqSiteFault(5) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The notification number as an enumeration. + The enumeration correlates with the notifications + under rsXx9LiquidCoolingNotifications." + ::= { lqNotificationEntry 3 } + + + lqNotificationMask OBJECT-TYPE + SYNTAX NotificationMask + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "See textual convention for details." + ::= { lqNotificationEntry 4 } + + + lqNotificationPriority OBJECT-TYPE + SYNTAX NotificationPriority + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "See textual convention for details." + ::= { lqNotificationEntry 5 } + + + lqNotificationState OBJECT-TYPE + SYNTAX NotificationState + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "See textual convention for details." + ::= { lqNotificationEntry 6 } + + + lqStateTable OBJECT-TYPE + SYNTAX SEQUENCE OF LqStateEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "Liquid cooling state information." + ::= { lqStatus 2 } + + + lqStateEntry OBJECT-TYPE + SYNTAX LqStateEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "An entry in the lqStateTable." + INDEX { lqNotificationCycleIdx } + ::= { lqStateTable 1 } + + + LqStateEntry ::= + SEQUENCE { + lqStInletTemperature + Integer32, + lqStInletTemperatureSensor + NotificationState, + lqStInletTemperatureSumState + NotificationState, + lqStOutletTemperature + Integer32, + lqStOutletTemperatureSensor + NotificationState, + lqStOutletTemperatureSumState + NotificationState, + lqStCoolantPressure + Unsigned32, + lqStCoolantPressureSensor + NotificationState, + lqStCoolantPressureSumState + NotificationState, + lqStInletTemperatureFaultLimit + Integer32, + lqStInletTemperatureWarningLimit + Integer32, + lqStCompactPumpDesiredSpeed + Unsigned32 + } + + lqStInletTemperature OBJECT-TYPE + SYNTAX Integer32 + UNITS "degree Celsius" + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Temperature of the pouring in coolant." + ::= { lqStateEntry 2 } + + + lqStInletTemperatureSensor OBJECT-TYPE + SYNTAX NotificationState + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Indicates whether the inlet temperature sensor is working. + If a fault is displayed, please check the connection between + sensor and cooling interface which is located in TCE900 System Control. + fault(3) - sensor fault + ok(5) - sensor is working. + " + ::= { lqStateEntry 3 } + + + lqStInletTemperatureSumState OBJECT-TYPE + SYNTAX NotificationState + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Indicates whether the inlet temperature of coolant is + too high. If this problem is not caused by the ambient + air temperature of heat exchangers the pumps and the + fans of heat exchanger should be checked and the + filter should be cleaned. + + fault(3) - exceeds fault limit + warning(4) - exceeds warning limit + ok(5) - is ok + " + ::= { lqStateEntry 4 } + + + lqStOutletTemperature OBJECT-TYPE + SYNTAX Integer32 + UNITS "degree Celsius" + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Temperature of coolant before going into heat exchanger." + ::= { lqStateEntry 5 } + + + lqStOutletTemperatureSensor OBJECT-TYPE + SYNTAX NotificationState + MAX-ACCESS read-only + STATUS current + DESCRIPTION + " Indicates the status of the temperature sensor at the outlet of the rack." + ::= { lqStateEntry 6 } + + + lqStOutletTemperatureSumState OBJECT-TYPE + SYNTAX NotificationState + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Indicates whether the outlet temperature of coolant is too high. + If this problem is not caused by the ambient air temperature of + heat exchangers the pumps and the fans of heat exchanger + should be checked and the filter should be cleaned. + The display of this alarm disappears when the outlet + temperature is lower than the selected warning limit. + + off(2) + fault(3) - exceeds fault limit + warning(4) - exceeds warning limit + ok(5) - is ok" + ::= { lqStateEntry 7 } + + + lqStCoolantPressure OBJECT-TYPE + SYNTAX Unsigned32 + UNITS "deci bar" + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Coolant pressure." + ::= { lqStateEntry 8 } + + + lqStCoolantPressureSensor OBJECT-TYPE + SYNTAX NotificationState + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Coolant pressure sensor state." + ::= { lqStateEntry 9 } + + + lqStCoolantPressureSumState OBJECT-TYPE + SYNTAX NotificationState + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Indicates whether the coolant pressure is too low. + If a fault is displayed the cooling equipment should + be checked for a leakage and the filter should be cleaned. + + Possible values: + off(2) - + fault(3) - sensor fault + warning(4) - + ok(5) - + " + ::= { lqStateEntry 10 } + + + lqStInletTemperatureFaultLimit OBJECT-TYPE + SYNTAX Integer32 + UNITS "degree Celsius" + MAX-ACCESS read-only + STATUS obsolete + DESCRIPTION + "If the outlet temperature sensor is defective + then an inlet temperature exceeding this value + will lead to an error." + ::= { lqStateEntry 11 } + + + lqStInletTemperatureWarningLimit OBJECT-TYPE + SYNTAX Integer32 + UNITS "degree Celsius" + MAX-ACCESS read-only + STATUS obsolete + DESCRIPTION + "If the outlet temperature sensor is defective + then an inlet temperature exceeding this value + will lead to a warning." + ::= { lqStateEntry 12 } + + + lqStCompactPumpDesiredSpeed OBJECT-TYPE + SYNTAX Unsigned32 (0..100) + UNITS "percent" + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Description." + ::= { lqStateEntry 13 } + + + lqPumpStateTable OBJECT-TYPE + SYNTAX SEQUENCE OF LqPumpStateEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "pump state information" + ::= { lqStatus 3 } + + + lqPumpStateEntry OBJECT-TYPE + SYNTAX LqPumpStateEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "An entry in the lqPumpStateTable." + INDEX { lqNotificationCycleIdx, lqPStPumpIdx } + ::= { lqPumpStateTable 1 } + + + LqPumpStateEntry ::= + SEQUENCE { + lqPStPumpIdx + Unsigned32, + lqPStCommunicationState + NotificationState, + lqPStSumState + NotificationState, + lqPStMotorBlocked + NotificationState, + lqPStOperatingHours + Unsigned32, + lqPStType + SnmpAdminString, + lqPStCurrentFlowRate + Unsigned32, + lqPStCurrentSpeed + Unsigned32 + } + + lqPStPumpIdx OBJECT-TYPE + SYNTAX Unsigned32 (1..2) + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "pump index" + ::= { lqPumpStateEntry 2 } + + + lqPStCommunicationState OBJECT-TYPE + SYNTAX NotificationState + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "State of communication between TCE and pump." + ::= { lqPumpStateEntry 3 } + + + lqPStSumState OBJECT-TYPE + SYNTAX NotificationState + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "pump summary state" + ::= { lqPumpStateEntry 4 } + + + lqPStMotorBlocked OBJECT-TYPE + SYNTAX NotificationState + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Indicates whether the pump motor can run freely or is + mechanically blocked. To rectify this fault, the pump + must be disassembled and checked for foreign objects. + + off(2) + fault(3) - blocked + ok(5) + " + ::= { lqPumpStateEntry 5 } + + + lqPStOperatingHours OBJECT-TYPE + SYNTAX Unsigned32 + UNITS "hour" + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Operating hours of pump." + ::= { lqPumpStateEntry 6 } + + + lqPStType OBJECT-TYPE + SYNTAX SnmpAdminString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Indicates the used pump type. The displayed type is identical to + the type specified on the type plate of the pump. The type + 'Magna2: 40-100' should be used for transmitters with up to 6 + amplifiers. The type 'Magna2: 32-120' should be used for + transmitters with more than 6 amplifiers. + " + ::= { lqPumpStateEntry 7 } + + + lqPStCurrentFlowRate OBJECT-TYPE + SYNTAX Unsigned32 + UNITS "liter per minute" + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "current flow rate of pump" + ::= { lqPumpStateEntry 8 } + + + lqPStCurrentSpeed OBJECT-TYPE + SYNTAX Unsigned32 + UNITS "percent" + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "rotational speed of pump motor" + ::= { lqPumpStateEntry 9 } + + + lqFanStateTable OBJECT-TYPE + SYNTAX SEQUENCE OF LqFanStateEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "fan state table" + ::= { lqStatus 4 } + + + lqFanStateEntry OBJECT-TYPE + SYNTAX LqFanStateEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "An entry in the lqFanStateTable." + INDEX { lqNotificationCycleIdx, lqFStFanIdx } + ::= { lqFanStateTable 1 } + + + LqFanStateEntry ::= + SEQUENCE { + lqFStFanIdx + Unsigned32, + lqFStCommunicationState + NotificationState, + lqFStSumState + NotificationState, + lqFStMotorBlocked + NotificationState, + lqFStOperatingHours + Unsigned32, + lqFStSupplyFailure + NotificationState, + lqFStCurrentSpeed + Unsigned32 + } + + lqFStFanIdx OBJECT-TYPE + SYNTAX Unsigned32 (1..4) + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "fan index" + ::= { lqFanStateEntry 1 } + + + lqFStCommunicationState OBJECT-TYPE + SYNTAX NotificationState + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Indicates whether the assigned fan is correctly registered + on the fan communication bus. If a fault is displayed the + corresponding task to re-register the fans on its + communication bus should be started. + + + Possible values: + off(2) - + fault(3) - not found + ok(5) - installed + " + ::= { lqFanStateEntry 2 } + + + lqFStSumState OBJECT-TYPE + SYNTAX NotificationState + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "fan summary state" + ::= { lqFanStateEntry 3 } + + + lqFStMotorBlocked OBJECT-TYPE + SYNTAX NotificationState + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Shows whether the fan motor is mechanical blocked." + ::= { lqFanStateEntry 4 } + + + lqFStOperatingHours OBJECT-TYPE + SYNTAX Unsigned32 + UNITS "hour" + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "fan operating hours" + ::= { lqFanStateEntry 5 } + + + lqFStSupplyFailure OBJECT-TYPE + SYNTAX NotificationState + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Shows whether the fan is disconnected from power supply." + ::= { lqFanStateEntry 6 } + + + lqFStCurrentSpeed OBJECT-TYPE + SYNTAX Unsigned32 + UNITS "percent" + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "rotational speed of fan motor" + ::= { lqFanStateEntry 7 } + + + lqConfiguration OBJECT IDENTIFIER ::= { rsXx9LiquidCoolingObjects 2 } + + + lqConfigTable OBJECT-TYPE + SYNTAX SEQUENCE OF LqConfigEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "Liquid cooling configuration." + ::= { lqConfiguration 1 } + + + lqConfigEntry OBJECT-TYPE + SYNTAX LqConfigEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "An entry in the lqConfigTable table." + INDEX { lqCfgCycleIdx } + ::= { lqConfigTable 1 } + + + LqConfigEntry ::= + SEQUENCE { + lqCfgCycleIdx + Unsigned32, + lqCfgType + INTEGER, + lqCfgHeatExchangersPerRack + Unsigned32, + lqCfgFansPerHeatExchanger + Unsigned32, + lqCfgCoolantSetPointTemperature + Integer32, + lqCfgCoolantTemperatureFaultLimit + Integer32, + lqCfgCoolantTemperatureWarningLimit + Integer32, + lqCfgCoolantPressureFaultLimit + Unsigned32, + lqCfgCoolantPressureWarningLimit + Unsigned32, + lqCfgFanMaxSpeed + Unsigned32, + lqCfgPumpsExtraFlowRate + Unsigned32, + lqCfgAntiFreeze + SwitchOnOff, + lqCfgAutoOn + INTEGER + } + + lqCfgCycleIdx OBJECT-TYPE + SYNTAX Unsigned32 (1..12) + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "Liquid cooling cycle index." + ::= { lqConfigEntry 1 } + + + lqCfgType OBJECT-TYPE + SYNTAX INTEGER + { + coolingRS(1), + coolingSite(2), + coolingRSsmall(3), + cooling8000(4) + } + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "coolingRS(1) - XX9 cooling system + coolingSite(2) - already existing site cooling + coolingRSsmall(3) - small XX9 cooling system + cooling8000(4) - legacy XX8000 cooling system" + ::= { lqConfigEntry 2 } + + + lqCfgHeatExchangersPerRack OBJECT-TYPE + SYNTAX Unsigned32 (1..2) + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Number of heat exchangers per rack." + ::= { lqConfigEntry 3 } + + + lqCfgFansPerHeatExchanger OBJECT-TYPE + SYNTAX Unsigned32 (1..2) + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Number of fans per heat exchanger." + ::= { lqConfigEntry 4 } + + + lqCfgCoolantSetPointTemperature OBJECT-TYPE + SYNTAX Integer32 (20..65) + UNITS "degree Celsius" + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "The nominal value of the coolant temperature + for fan control." + ::= { lqConfigEntry 5 } + + + lqCfgCoolantTemperatureFaultLimit OBJECT-TYPE + SYNTAX Integer32 (50..65) + UNITS "degree Celsius" + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "A coolant temperature exceeding this value + will lead to an error." + ::= { lqConfigEntry 6 } + + + lqCfgCoolantTemperatureWarningLimit OBJECT-TYPE + SYNTAX Integer32 (40..65) + UNITS "degree Celsius" + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "A coolant temperature exceeding this value + will lead to a warning." + ::= { lqConfigEntry 7 } + + + lqCfgCoolantPressureFaultLimit OBJECT-TYPE + SYNTAX Unsigned32 (0..40) + UNITS "deci bar" + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "A coolant pressure equal or below this value + will lead to an error." + ::= { lqConfigEntry 8 } + + + lqCfgCoolantPressureWarningLimit OBJECT-TYPE + SYNTAX Unsigned32 (0..40) + UNITS "deci bar" + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "A coolant pressure equal or below this value + will lead to a warning." + ::= { lqConfigEntry 9 } + + + lqCfgFanMaxSpeed OBJECT-TYPE + SYNTAX Unsigned32 (50..100) + UNITS "percent" + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "You can diminish the fan speed for noise reduction. + But this may lead to an unwanted increase of + coolant temperature." + ::= { lqConfigEntry 10 } + + + lqCfgPumpsExtraFlowRate OBJECT-TYPE + SYNTAX Unsigned32 (0..2) + UNITS "10 liter per minute" + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "If the cooling system is used for further components + the flow rate can be increased in two steps. + " + ::= { lqConfigEntry 11 } + + + lqCfgAntiFreeze OBJECT-TYPE + SYNTAX SwitchOnOff + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Used to define whether or not the fans at the heat exchanger are + to switch off if the temperature drops well below the specified + temperature. + + off(2): The fans switch off. This setting is recommended in order + to reduce the energy consumption of the cooling system. + on(1): The fans continue to run even at low outside temperatures. + This setting is recommended if the risk of fan seizure due to + freezing is to be reduced. Note: Even if antifreeze mode is active, + the condensation protection function of the transmitter will still + switch off the fans at an inlet temperature below approx. +10 deg C. + The fans are designed in such a way that they are not damaged + if they seize up due to freezing. + " + ::= { lqConfigEntry 12 } + + + lqCfgAutoOn OBJECT-TYPE + SYNTAX INTEGER + { + alwaysOn(1), + autoOn(2) + } + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "If set to alwaysOn(1), the cooling system is switched on irrespective of whether or not the transmitter is on. + This setting should only be used when putting the system into operation. If the switch is set to autoOn(2), + the cooling system is switched on/off when the transmitter is switched on/off. + " + ::= { lqConfigEntry 13 } + + + compactCoolingConfigTable OBJECT-TYPE + SYNTAX SEQUENCE OF CompactCoolingConfigEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "Compact liquid cooling configuration." + ::= { lqConfiguration 2 } + + + compactCoolingConfigEntry OBJECT-TYPE + SYNTAX CompactCoolingConfigEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "An entry in the compactCoolingConfigTable table." + INDEX { compactCfgCycleIdx } + ::= { compactCoolingConfigTable 1 } + + + CompactCoolingConfigEntry ::= + SEQUENCE { + compactCfgCycleIdx + Unsigned32, + compactCfgHeatExchangers + Unsigned32, + compactCfgFans + Unsigned32, + compactCfgCoolantTemperatureFaultLimit + Integer32, + compactCfgCoolantTemperatureWarningLimit + Integer32, + compactCfgCoolantPressureFaultLimit + Unsigned32, + compactCfgCoolantPressureWarningLimit + Unsigned32, + compactCfgPumpsExtraFlowRate + Unsigned32, + compactCfgAutoOn + INTEGER, + compactCfgServiceMode + SwitchOnOff + } + + compactCfgCycleIdx OBJECT-TYPE + SYNTAX Unsigned32 (1) + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "Integrated small cooling cycle index." + ::= { compactCoolingConfigEntry 1 } + + + compactCfgHeatExchangers OBJECT-TYPE + SYNTAX Unsigned32 (1..2) + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Number of heat exchangers." + ::= { compactCoolingConfigEntry 2 } + + + compactCfgFans OBJECT-TYPE + SYNTAX Unsigned32 (0..2) + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Number of fans per heat exchanger." + ::= { compactCoolingConfigEntry 3 } + + + compactCfgCoolantTemperatureFaultLimit OBJECT-TYPE + SYNTAX Integer32 (50..65) + UNITS "degree Celsius" + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "A coolant temperature exceeding this value + will lead to an error." + ::= { compactCoolingConfigEntry 4 } + + + compactCfgCoolantTemperatureWarningLimit OBJECT-TYPE + SYNTAX Integer32 (40..65) + UNITS "degree Celsius" + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "A coolant temperature exceeding this value + will lead to a warning." + ::= { compactCoolingConfigEntry 5 } + + + compactCfgCoolantPressureFaultLimit OBJECT-TYPE + SYNTAX Unsigned32 (0..40) + UNITS "deci bar" + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "A coolant pressure equal or below this value + will lead to an error." + ::= { compactCoolingConfigEntry 6 } + + + compactCfgCoolantPressureWarningLimit OBJECT-TYPE + SYNTAX Unsigned32 (0..40) + UNITS "deci bar" + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "A coolant pressure equal or below this value + will lead to a warning." + ::= { compactCoolingConfigEntry 7 } + + + compactCfgPumpsExtraFlowRate OBJECT-TYPE + SYNTAX Unsigned32 (0..2) + UNITS "10 liter per minute" + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "If the cooling system is used for further components + the flow rate can be increased in two steps. + " + ::= { compactCoolingConfigEntry 8 } + + + compactCfgAutoOn OBJECT-TYPE + SYNTAX INTEGER + { + alwaysOn(1), + autoOn(2) + } + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "If set to alwaysOn(1), the cooling system is switched on irrespective of whether or not the transmitter is on. + This setting should only be used when putting the system into operation. If the switch is set to autoOn(2), + the cooling system is switched on/off when the transmitter is switched on/off. + " + ::= { compactCoolingConfigEntry 9 } + + + compactCfgServiceMode OBJECT-TYPE + SYNTAX SwitchOnOff + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Reduces cooling faults to warnings temporariliy. To keep the transmitter on air + when changing a pump the service mode should be activated. The service mode + deactivates itself after 5 hours or after a reboot of the system control unit. + " + ::= { compactCoolingConfigEntry 10 } + + + rsXx9LiquidCoolingConformance OBJECT IDENTIFIER ::= { rsXx9LiquidCooling 2 } + + + rsXx9LqCompliances OBJECT IDENTIFIER ::= { rsXx9LiquidCoolingConformance 1 } + + + lqRsCompliance MODULE-COMPLIANCE + STATUS current + DESCRIPTION + "The compliance statement for the XX9000 liquid cooling system + if lqCfgType is coolingRS(1)." + MODULE -- this module + MANDATORY-GROUPS { rsXx9LqObjCommon, rsXx9LqObjRS, rsXx9LqNotifyCommon, rsXx9LqNotifyRS } + ::= { rsXx9LqCompliances 1 } + + + lqSiteCompliance MODULE-COMPLIANCE + STATUS current + DESCRIPTION + "The compliance statement for the XX9000 liquid cooling system + if lqCfgType is coolingSite(2)." + MODULE -- this module + MANDATORY-GROUPS { rsXx9LqObjCommon, rsXx9LqNotifyCommon, rsXx9LqNotifySite } + ::= { rsXx9LqCompliances 2 } + + + lqRsSmallCompliance MODULE-COMPLIANCE + STATUS current + DESCRIPTION + "The compliance statement for the XX9000 liquid cooling system + if lqCfgType is coolingRSsmall(3)." + MODULE -- this module + MANDATORY-GROUPS { rsXx9LqObjCommon, rsXx9LqNotifyCommon, rsXx9LqObjSmall } + ::= { rsXx9LqCompliances 3 } + + + lqCompactCompliance MODULE-COMPLIANCE + STATUS current + DESCRIPTION + "The compliance statement for the XX9000 compact liquid cooling system. + ISCooling has a maximum number of 2 Fans. " + MODULE -- this module + MANDATORY-GROUPS { rsXx9LqNotifyCommon, rsXx9CompactCoolingObjs, rsXx9CompactCoolingNotify } + ::= { rsXx9LqCompliances 4 } + + + rsXx9LqGroups OBJECT IDENTIFIER ::= { rsXx9LiquidCoolingConformance 2 } + + + rsXx9LqObjCommon OBJECT-GROUP + OBJECTS { lqNotificationName, lqNotificationMask, lqNotificationPriority, lqNotificationState, lqCfgType, + lqCfgCoolantTemperatureFaultLimit, lqCfgAutoOn, lqCfgCoolantTemperatureWarningLimit, lqStInletTemperature, lqStInletTemperatureSensor, + lqStInletTemperatureSumState, lqStOutletTemperature, lqStOutletTemperatureSensor, lqStOutletTemperatureSumState, lqStCoolantPressure, + lqStCoolantPressureSensor, lqStCoolantPressureSumState } + STATUS current + DESCRIPTION + "common (non ISC) liquid cooling objects" + ::= { rsXx9LqGroups 1 } + + + rsXx9LqObjRS OBJECT-GROUP + OBJECTS { lqPStCommunicationState, lqPStSumState, lqPStMotorBlocked, lqPStOperatingHours, lqPStType, + lqPStCurrentFlowRate, lqPStCurrentSpeed, lqFStCommunicationState, lqFStSumState, lqFStMotorBlocked, + lqFStOperatingHours, lqFStSupplyFailure, lqFStCurrentSpeed, lqCfgHeatExchangersPerRack, lqCfgFansPerHeatExchanger, + lqCfgCoolantSetPointTemperature, lqCfgCoolantPressureFaultLimit, lqCfgCoolantPressureWarningLimit, lqCfgFanMaxSpeed, lqCfgPumpsExtraFlowRate, + lqCfgAntiFreeze } + STATUS current + DESCRIPTION + "Additional R&S liquid cooling objects" + ::= { rsXx9LqGroups 2 } + + + rsXx9LqObjSmall OBJECT-GROUP + OBJECTS { lqCfgCoolantPressureFaultLimit, lqCfgCoolantPressureWarningLimit } + STATUS current + DESCRIPTION + "Additional objects for small liquid cooling." + ::= { rsXx9LqGroups 3 } + + + rsXx9LqNotifyCommon NOTIFICATION-GROUP + NOTIFICATIONS { lqSummary } + STATUS current + DESCRIPTION + "common liquid cooling notifications" + ::= { rsXx9LqGroups 4 } + + + rsXx9LqNotifyRS NOTIFICATION-GROUP + NOTIFICATIONS { lqFilterSummary, lqSensorsSummary } + STATUS current + DESCRIPTION + "Additional R&S liquid cooling notifications" + ::= { rsXx9LqGroups 5 } + + + rsXx9LqNotifySite NOTIFICATION-GROUP + NOTIFICATIONS { lqSiteWarning, lqSiteFault } + STATUS current + DESCRIPTION + "Additional site liquid cooling notifications" + ::= { rsXx9LqGroups 6 } + + + rsXx9LqObjsObsoleted OBJECT-GROUP + OBJECTS { lqStInletTemperatureFaultLimit, lqStInletTemperatureWarningLimit } + STATUS obsolete + DESCRIPTION + "Obsoleted objects." + ::= { rsXx9LqGroups 7 } + + + rsXx9CompactCoolingObjs OBJECT-GROUP + OBJECTS { lqPStType, lqFStSumState, lqStCoolantPressureSumState, lqStCoolantPressureSensor, lqStCoolantPressure, + lqStOutletTemperatureSumState, lqStOutletTemperatureSensor, lqStOutletTemperature, lqStInletTemperatureSumState, lqStInletTemperatureSensor, + lqStInletTemperature, lqPStSumState, lqNotificationName, lqNotificationMask, lqNotificationPriority, + lqNotificationState, compactCfgHeatExchangers, compactCfgCoolantTemperatureFaultLimit, compactCfgCoolantTemperatureWarningLimit, compactCfgCoolantPressureFaultLimit, + compactCfgCoolantPressureWarningLimit, compactCfgPumpsExtraFlowRate, lqStCompactPumpDesiredSpeed, compactCfgServiceMode, compactCfgAutoOn, + compactCfgFans } + STATUS current + DESCRIPTION + "Compact liquid cooling objects." + ::= { rsXx9LqGroups 100 } + + + rsXx9CompactCoolingNotify NOTIFICATION-GROUP + NOTIFICATIONS { lqSensorsSummary, lqSiteWarning, lqSiteFault } + STATUS current + DESCRIPTION + "Compact liquid cooling notifications." + ::= { rsXx9LqGroups 200 } + + + + END + +-- +-- RS-XX9-LIQUID-COOLING-MIB.mi2 +-- diff --git a/src/vendor/rs/RS-XX9-MTX-MIB b/src/vendor/rs/RS-XX9-MTX-MIB new file mode 100644 index 000000000000..a8584d4a7c88 --- /dev/null +++ b/src/vendor/rs/RS-XX9-MTX-MIB @@ -0,0 +1,1295 @@ +-- +-- RS-XX9-MTX-MIB.mi2 +-- MIB generated by MG-SOFT Visual MIB Builder 2010 Version 8.0 Build 403 +-- Thursday, March 03, 2016 at 10:43:08 +-- + +-- ***************************************************************************** +-- ***************************************************************************** +-- ** +-- ** COPYRIGHT (c) 2012 Rohde & Schwarz GmbH & Co. KG +-- ** Muehldorfstrasse 15 +-- ** R & S D-81671 Muenchen +-- ** +-- ***************************************************************************** +-- ** +-- ** MODULE RS-XX9-MTX-MIB +-- ** +-- ***************************************************************************** +-- ***************************************************************************** + + RS-XX9-MTX-MIB DEFINITIONS ::= BEGIN + + IMPORTS + commonNotificationAlarmClass + FROM RS-XX9-COMMON-MIB + rsXx9MTx, rsXx9MibModule + FROM RS-XX9-SMI-MIB + SwitchOnOff, NotificationMask, NotificationPriority, NotificationState, IndexTransmitter, + Trigger + FROM RS-XX9-TC-MIB + OBJECT-GROUP, MODULE-COMPLIANCE, NOTIFICATION-GROUP + FROM SNMPv2-CONF + Integer32, Unsigned32, OBJECT-TYPE, MODULE-IDENTITY, NOTIFICATION-TYPE + FROM SNMPv2-SMI; + + + rsXx9MtxMibModule MODULE-IDENTITY + LAST-UPDATED "201603031100Z" -- March 03, 2016 at 11:00 GMT + ORGANIZATION + "Rohde&Schwarz GmbH & Co. KG" + CONTACT-INFO + "Rohde & Schwarz GmbH & Co. KG + Broadcasting Division + + Muehldorfstrasse 15 + 81671 Munich + Germany + + customersupport@rohde-schwarz.com" + DESCRIPTION + "This MIB defines system control specific objects of + XX9000 transmitting systems from Rohde & Schwarz. + + Use this MIB for Multi-TX or N+1 system control. + + The following MIBs are related to this: + - RS-COMMON-MIB - mandatory for this MIB. + - RS-XX9-TC-MIB - mandatory for this MIB. + - RS-XX9-SMI-MIB - mandatory for this MIB." + REVISION "201603031100Z" -- March 03, 2016 at 11:00 GMT + DESCRIPTION + "update description of np1AutoSwitchoverGuardTime + " + REVISION "201602030900Z" -- February 03, 2016 at 09:00 GMT + DESCRIPTION + "add mtxBackupTx and notifications: mtxBackupTxSummary, mtxBackupTxReady, mtxBackupTxLink, mtxBackupTxRfSwitch, mtxBackupTxSwitchedOver" + REVISION "201510201200Z" -- October 20, 2015 at 12:00 GMT + DESCRIPTION + "added np1AutoWhenTxBLocal + added np1AutoProgramRf, np1AutomaticReserveRf" + REVISION "201412221600Z" -- December 22, 2014 at 16:00 GMT + DESCRIPTION + "updated description texts + " + REVISION "201410071400Z" -- October 07, 2014 at 14:00 GMT + DESCRIPTION + "extend range of np1AutoProgramPreset with unknownPreset(0) + " + REVISION "201403031600Z" -- March 03, 2014 at 16:00 GMT + DESCRIPTION + "added np1AutoReset + added mtxMultiTx subtree" + REVISION "201402061400Z" -- February 06, 2014 at 14:00 GMT + DESCRIPTION + "initial release + updated description texts" + REVISION "201210040800Z" -- October 04, 2012 at 08:00 GMT + DESCRIPTION + "Preliminary release." + ::= { rsXx9MibModule 4 } + + + + +-- +-- Node definitions +-- + + rsXx9MtxNotifications OBJECT IDENTIFIER ::= { rsXx9MTx 0 } + + + mtxNp1AutomaticSummary NOTIFICATION-TYPE + OBJECTS { commonNotificationAlarmClass, mtxNotificationPriority, mtxNotificationState } + STATUS current + DESCRIPTION + "N+1 automatic summary state. + + Possible values: + off(2) + fault(3) + warning(4) + ok(5) + + Notification class: warning" + ::= { rsXx9MtxNotifications 1 } + + + mtxNp1AutomaticReady NOTIFICATION-TYPE + OBJECTS { commonNotificationAlarmClass, mtxNotificationPriority, mtxNotificationState } + STATUS current + DESCRIPTION + "Indicates whether the n+1 automatic is ready. It shows not ready if a + changeover occurs and no higher priorized programs are available. + + Possible values: + off(2) - not ready + ok(5) - ready + + Notification class: warning" + ::= { rsXx9MtxNotifications 2 } + + + mtxNp1AutomaticRfSwitch NOTIFICATION-TYPE + OBJECTS { commonNotificationAlarmClass, mtxNotificationPriority, mtxNotificationState } + STATUS current + DESCRIPTION + "Indicates a fault if in the event of a switchover one of + the RF switches could not be turned correctly or if + one of the jumpers has not been positioned correctly + on the patch panel (if used). + + Possible values: + off(2) - RF switch ok + fault(3) - RF switch faulty + + Notification class: warning" + ::= { rsXx9MtxNotifications 3 } + + + mtxNp1AutomaticInputChannel NOTIFICATION-TYPE + OBJECTS { commonNotificationAlarmClass, mtxNotificationPriority, mtxNotificationState } + STATUS current + DESCRIPTION + "Indicates whether the TS distributor has directed the + correct transport stream to the input of transmitter B. + + Possible values: + off(2) - input to TxB is ok + fault(3) - TS distributor fails to deliver input to TxB + + Notification class: warning" + ::= { rsXx9MtxNotifications 4 } + + + mtxNp1AutomaticChangeOver NOTIFICATION-TYPE + OBJECTS { commonNotificationAlarmClass, mtxNotificationPriority, mtxNotificationState } + STATUS current + DESCRIPTION + " + Possible values: + off(2) - + warning(4) - a changeover to TxB occured + + Notification class: warning" + ::= { rsXx9MtxNotifications 5 } + + + mtxLocal NOTIFICATION-TYPE + OBJECTS { commonNotificationAlarmClass, mtxNotificationPriority, mtxNotificationState } + STATUS current + DESCRIPTION + "local/remote state of system control. + + Possible values: + off(2) - remote + ok(5) - local + + Notification class: info" + ::= { rsXx9MtxNotifications 6 } + + + mtxNp1AutomaticProgramRf NOTIFICATION-TYPE + OBJECTS { commonNotificationAlarmClass, mtxNotificationPriority, mtxNotificationState } + STATUS current + DESCRIPTION + "indicates a warning/fault if RF power of program transmitter falls below + the adjusted warning/fault limit. + " + ::= { rsXx9MtxNotifications 7 } + + + mtxMultiTxSummary NOTIFICATION-TYPE + OBJECTS { commonNotificationAlarmClass, mtxNotificationPriority, mtxNotificationState } + STATUS current + DESCRIPTION + "Description." + ::= { rsXx9MtxNotifications 100 } + + + mtxMultiTxRfSwitch NOTIFICATION-TYPE + OBJECTS { commonNotificationAlarmClass, mtxNotificationPriority, mtxNotificationState } + STATUS current + DESCRIPTION + "Description." + ::= { rsXx9MtxNotifications 101 } + + + mtxBackupTxSummary NOTIFICATION-TYPE + OBJECTS { commonNotificationAlarmClass, btxAutoNotificationPriority, btxAutoNotificationState } + STATUS current + DESCRIPTION + "Indicates the overall state of the automatic + + Possible values: + off(2) - the automatic is switched off + fault(3) - the automatic cannot operate, e.g. the rf-switch is not connected + warning(4) - the automatic signals a warning, e.g. the automatic has switched over + ok(5) - the automatic is on and operational + + " + ::= { rsXx9MtxNotifications 200 } + + + mtxBackupTxReady NOTIFICATION-TYPE + OBJECTS { commonNotificationAlarmClass, btxAutoNotificationPriority, btxAutoNotificationState } + STATUS current + DESCRIPTION + "Indicates whether the automatic is able to switch to the + inactive transmitter in case of a fault of the active one. + + Possible values: + off(2) - not ready + ok(5) - ready + " + ::= { rsXx9MtxNotifications 201 } + + + mtxBackupTxLink NOTIFICATION-TYPE + OBJECTS { commonNotificationAlarmClass, btxAutoNotificationPriority, btxAutoNotificationState } + STATUS current + DESCRIPTION + "Indicates, if an ethernet-connection between txA and txB exists. + If the connection fails and the automatic is enabled, the reserve + transmitter is switched to the antenna. + + Possible values: + warning(4) - + ok(5) - + " + ::= { rsXx9MtxNotifications 202 } + + + mtxBackupTxRfSwitch NOTIFICATION-TYPE + OBJECTS { commonNotificationAlarmClass, btxAutoNotificationPriority, btxAutoNotificationState } + STATUS current + DESCRIPTION + "Indicates if the rf-switch is ready. + + Possible values: + undefined(1) - no electrical connection between automatic and rf-switch + fault(3) - + ok(5) - + " + ::= { rsXx9MtxNotifications 203 } + + + mtxBackupTxSwitchedOver NOTIFICATION-TYPE + OBJECTS { commonNotificationAlarmClass, btxAutoNotificationPriority, btxAutoNotificationState } + STATUS current + DESCRIPTION + "Indicates if the current switch position defers from the preselected switch position. + + possible values: + off(2) - switch position is the same as the preselected switch position + warning(4) - switch position defers from the preselected switch position. + + " + ::= { rsXx9MtxNotifications 204 } + + + rsXx9MtxObjects OBJECT IDENTIFIER ::= { rsXx9MTx 1 } + + + mtxNotificationTable OBJECT-TYPE + SYNTAX SEQUENCE OF MtxNotificationEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "Objects from the mtxNotificationTable." + ::= { rsXx9MtxObjects 1 } + + + mtxNotificationEntry OBJECT-TYPE + SYNTAX MtxNotificationEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "An entry in the mtxNotificationTable." + INDEX { mtxNotificationIdx } + ::= { mtxNotificationTable 1 } + + + MtxNotificationEntry ::= + SEQUENCE { + mtxNotificationIdx + Unsigned32, + mtxNotificationName + INTEGER, + mtxNotificationMask + NotificationMask, + mtxNotificationPriority + NotificationPriority, + mtxNotificationState + NotificationState + } + + mtxNotificationIdx OBJECT-TYPE + SYNTAX Unsigned32 (1..6 | 100..101) + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "The notification number as below rsXx9MtxNotifications. + This is a helper column and therefore not-accessible. + " + ::= { mtxNotificationEntry 1 } + + + mtxNotificationName OBJECT-TYPE + SYNTAX INTEGER + { + mtxNp1AutomaticSummary(1), + mtxNp1AutomaticReady(2), + mtxNp1AutomaticRfSwitch(3), + mtxNp1AutomaticInputChannel(4), + mtxNp1AutomaticChangeOver(5), + mtxLocal(6), + mtxMultiTxSummary(100), + mtxMultiTxRfSwitch(101) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The notification number as an enumeration. + The enumeration correlates with the notifications under rsXx9MtxNotifications. + " + ::= { mtxNotificationEntry 2 } + + + mtxNotificationMask OBJECT-TYPE + SYNTAX NotificationMask + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "See textual convention for details." + ::= { mtxNotificationEntry 3 } + + + mtxNotificationPriority OBJECT-TYPE + SYNTAX NotificationPriority + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "See textual convention for details." + ::= { mtxNotificationEntry 4 } + + + mtxNotificationState OBJECT-TYPE + SYNTAX NotificationState + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "See textual convention for details." + ::= { mtxNotificationEntry 5 } + + + mtxSystemControl OBJECT IDENTIFIER ::= { rsXx9MtxObjects 2 } + + + mtxNplus1 OBJECT IDENTIFIER ::= { rsXx9MtxObjects 3 } + + + nplus1AutomaticStatus OBJECT IDENTIFIER ::= { mtxNplus1 1 } + + + np1AutomaticLoadedTx OBJECT-TYPE + SYNTAX INTEGER + { + txA1(1), + txA2(2), + txA3(3), + txA4(4), + txA5(5), + txA6(6), + txA7(7), + txA8(8), + none(9), + undefined(10) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "If a switchover operation has taken place, shows which + program of an A transmitter the B transmitter has taken over. + " + ::= { nplus1AutomaticStatus 1 } + + + np1AutomaticReserveRf OBJECT-TYPE + SYNTAX NotificationState + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "indicates a warning/fault if RF power of reserve transmitter falls below + the adjusted warning/fault limit. + " + ::= { nplus1AutomaticStatus 2 } + + + np1AutoSwitchesTable OBJECT-TYPE + SYNTAX SEQUENCE OF Np1AutoSwitchesEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "Table with data about RfSwitches in an nplus1 system. " + ::= { nplus1AutomaticStatus 100 } + + + np1AutoSwitchesEntry OBJECT-TYPE + SYNTAX Np1AutoSwitchesEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "An entry in the np1AutoSwitchesTable." + INDEX { np1AutoSwitchIdx } + ::= { np1AutoSwitchesTable 1 } + + + Np1AutoSwitchesEntry ::= + SEQUENCE { + np1AutoSwitchIdx + Integer32, + np1AutoSwitchPos + INTEGER + } + + np1AutoSwitchIdx OBJECT-TYPE + SYNTAX Integer32 (1..8) + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Description." + ::= { np1AutoSwitchesEntry 1 } + + + np1AutoSwitchPos OBJECT-TYPE + SYNTAX INTEGER + { + unknown(0), + pos1(1), + pos2(2) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The position of the rfSwitch. + Usually, SwitchX is responsible for switching between antenna + and dummyload for TransmitterX. + Usually, pos1(1) means, that the transmitter is switched to antenna + and pos2(2) means, that the transmitter is switched to dummyload. + " + ::= { np1AutoSwitchesEntry 2 } + + + nplus1AutomaticConfiguration OBJECT IDENTIFIER ::= { mtxNplus1 2 } + + + np1AutomaticOperationMode OBJECT-TYPE + SYNTAX SwitchOnOff + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Activates the n+1 automatic function. + If the n+1 automatic function is on(1), + a fault within an A transmitter causes + a switchover and the program of the + A transmitter is taken over by the + standby B transmitter. + " + ::= { nplus1AutomaticConfiguration 1 } + + + np1AutoSwitchoverGuardTime OBJECT-TYPE + SYNTAX Unsigned32 (1..60) + UNITS "second" + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Checkout time which must pass before a + program transmitter with sum fault is replaced + by the standby transmitter. + A long Guard Time suppresses + switchover operations caused by brief faults, + but also reduces the availability of the program. + A guard time less than two seconds might lead + to an unnecessary switchover in case of a + phase break of amplifiers. + " + ::= { nplus1AutomaticConfiguration 2 } + + + np1AutoSwitchMode OBJECT-TYPE + SYNTAX INTEGER + { + severalTimes(1), + singleShot(2) + } + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Defines the switching behavior of the N+1 automatic function. + + severalTimes(1) - Following a switchover operation, the system can + switch back to the A transmitter automatically when the A transmitter + no longer signals a fault but the B transmitter indicates a fault. + + singleShot(2) - Switchover of an A transmitter to the B transmitter can + occur once only. + " + ::= { nplus1AutomaticConfiguration 3 } + + + np1AutoProgramPreset OBJECT-TYPE + SYNTAX INTEGER + { + unknownPreset(0), + txA1(1), + txA2(2), + txA3(3), + txA4(4), + txA5(5), + txA6(6), + txA7(7), + txA8(8) + } + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Loads the program-specific settings of an A transmitter to the B transmitter. + + unknownPreset(0) can not be commanded. + " + ::= { nplus1AutomaticConfiguration 4 } + + + np1AutoInputPreset OBJECT-TYPE + SYNTAX INTEGER + { + channel1(1), + channel2(2), + channel3(3), + channel4(4), + channel5(5), + channel6(6), + channel7(7), + channel8(8), + channel9(9) + } + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Determines the preconfigured transport stream for TX-B + via the TS distributor." + ::= { nplus1AutomaticConfiguration 5 } + + + np1AutoPriorityEnable OBJECT-TYPE + SYNTAX SwitchOnOff + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Activaes the priority-controlled n+1 switchover function. + If priority control is active, a further switchover of a program + with higher priority can take place following the switchover + of a low-priority program. In this case, the low-priority + program is switched back to its defective A transmitter." + ::= { nplus1AutomaticConfiguration 7 } + + + np1AutoToLoad OBJECT-TYPE + SYNTAX IndexTransmitter + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Performs a manual switchover." + ::= { nplus1AutomaticConfiguration 8 } + + + np1AutoReserveOperationMode OBJECT-TYPE + SYNTAX SwitchOnOff + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Switches reserve transmitter on or off." + ::= { nplus1AutomaticConfiguration 9 } + + + np1AutoProgramTable OBJECT-TYPE + SYNTAX SEQUENCE OF Np1AutoProgramEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "Program specific configuration." + ::= { nplus1AutomaticConfiguration 10 } + + + np1AutoProgramEntry OBJECT-TYPE + SYNTAX Np1AutoProgramEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "An entry in the np1AutoProgramTable." + INDEX { np1AutoProgramIdx } + ::= { np1AutoProgramTable 1 } + + + Np1AutoProgramEntry ::= + SEQUENCE { + np1AutoProgramIdx + Unsigned32, + np1AutoProgramOperationMode + SwitchOnOff, + np1AutoProgramPriority + Unsigned32, + np1AutoProgramChangeover + SwitchOnOff, + np1AutoProgramRf + NotificationState + } + + np1AutoProgramIdx OBJECT-TYPE + SYNTAX Unsigned32 (1..8) + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "Program index - coincides with TxA index." + ::= { np1AutoProgramEntry 1 } + + + np1AutoProgramOperationMode OBJECT-TYPE + SYNTAX SwitchOnOff + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Switches program transmitter on or off." + ::= { np1AutoProgramEntry 2 } + + + np1AutoProgramPriority OBJECT-TYPE + SYNTAX Unsigned32 (1..8) + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Priority of the respective program. + 1 is the highest priority and 8 is the lowest priority. + The specified program number corresponds to the + number of the A transmitter assigned in each case." + ::= { np1AutoProgramEntry 3 } + + + np1AutoProgramChangeover OBJECT-TYPE + SYNTAX SwitchOnOff + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Used to activate the N+1 automatic function individually for + each A transmitter. This setting can be used to remove + A transmitters from the N+1 automatic function. + The same effect can be achieved by configuring the + respective A transmitter for local operation. + " + ::= { np1AutoProgramEntry 4 } + + + np1AutoProgramRf OBJECT-TYPE + SYNTAX NotificationState + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "indicates a warning/fault if RF power of program transmitter falls below + the adjusted warning/fault limit. + " + ::= { np1AutoProgramEntry 5 } + + + np1AutoReset OBJECT-TYPE + SYNTAX Trigger + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Description." + ::= { nplus1AutomaticConfiguration 11 } + + + np1AutoWhenTxBLocal OBJECT-TYPE + SYNTAX INTEGER + { + automaticAvailable(1), + automaticNotAvailable(2) + } + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "TxB and n+1 automatic control are located in the same device and share one + local/remote button. + By default the n+1 automatic shall be disabled when TxB is set to local operation. + To test the n+1 automatic using the local display the n+1 automatic can be activated + even in local operation mode. + + " + ::= { nplus1AutomaticConfiguration 12 } + + + np1AutoProgramNotificationTable OBJECT-TYPE + SYNTAX SEQUENCE OF Np1AutoProgramNotificationEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "The context information/configuration for the program status notifications. + " + ::= { mtxNplus1 3 } + + + np1AutoProgramNotificationEntry OBJECT-TYPE + SYNTAX Np1AutoProgramNotificationEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "An entry in the np1AutoProgramNotificationTable" + INDEX { np1AutoProgramNotificationProgramIdx, np1AutoProgramNotificationIdx } + ::= { np1AutoProgramNotificationTable 1 } + + + Np1AutoProgramNotificationEntry ::= + SEQUENCE { + np1AutoProgramNotificationProgramIdx + Unsigned32, + np1AutoProgramNotificationIdx + Unsigned32, + np1AutoProgramNotificationName + INTEGER, + np1AutoProgramNotificationMask + NotificationMask, + np1AutoProgramNotificationPriority + NotificationPriority, + np1AutoProgramNotificationState + NotificationState + } + + np1AutoProgramNotificationProgramIdx OBJECT-TYPE + SYNTAX Unsigned32 (1..8) + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Description." + ::= { np1AutoProgramNotificationEntry 1 } + + + np1AutoProgramNotificationIdx OBJECT-TYPE + SYNTAX Unsigned32 (7) + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The notification number as below rsXx9nplus1AutomaticProgramNotifications. + This is a helper column and therefore not-accessible. + " + ::= { np1AutoProgramNotificationEntry 2 } + + + np1AutoProgramNotificationName OBJECT-TYPE + SYNTAX INTEGER { mtxNp1AutomaticProgramRf(7) } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The notification number as an enumeration. + The enumeration correlates with the notifications under rsXx9MtxNotifications. + " + ::= { np1AutoProgramNotificationEntry 3 } + + + np1AutoProgramNotificationMask OBJECT-TYPE + SYNTAX NotificationMask + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "See textual convention for details." + ::= { np1AutoProgramNotificationEntry 4 } + + + np1AutoProgramNotificationPriority OBJECT-TYPE + SYNTAX NotificationPriority + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "See textual convention for details." + ::= { np1AutoProgramNotificationEntry 5 } + + + np1AutoProgramNotificationState OBJECT-TYPE + SYNTAX NotificationState + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "See textual convention for details." + ::= { np1AutoProgramNotificationEntry 6 } + + + mtxMultiTx OBJECT IDENTIFIER ::= { rsXx9MtxObjects 4 } + + + multiTxTransmitterTable OBJECT-TYPE + SYNTAX SEQUENCE OF MultiTxTransmitterEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "Description." + ::= { mtxMultiTx 1 } + + + multiTxTransmitterEntry OBJECT-TYPE + SYNTAX MultiTxTransmitterEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "An entry in the multiTxTransmitterTable." + INDEX { multiTxTxIdx } + ::= { multiTxTransmitterTable 1 } + + + MultiTxTransmitterEntry ::= + SEQUENCE { + multiTxTxIdx + IndexTransmitter, + multiTxLoadedOrAntenna + INTEGER, + multiTxToLoad + Trigger, + multiTxToAntenna + Trigger + } + + multiTxTxIdx OBJECT-TYPE + SYNTAX IndexTransmitter + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "Description." + ::= { multiTxTransmitterEntry 1 } + + + multiTxLoadedOrAntenna OBJECT-TYPE + SYNTAX INTEGER + { + unknown(1), + antenna(2), + load(3) + } + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Description." + ::= { multiTxTransmitterEntry 2 } + + + multiTxToLoad OBJECT-TYPE + SYNTAX Trigger + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Description." + ::= { multiTxTransmitterEntry 3 } + + + multiTxToAntenna OBJECT-TYPE + SYNTAX Trigger + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Description." + ::= { multiTxTransmitterEntry 4 } + + + multiTxConfiguration OBJECT IDENTIFIER ::= { mtxMultiTx 2 } + + + multiTxReset OBJECT-TYPE + SYNTAX Trigger + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Description." + ::= { multiTxConfiguration 1 } + + + mtxBackupTx OBJECT IDENTIFIER ::= { rsXx9MtxObjects 5 } + + + btxAutoNotificationTable OBJECT-TYPE + SYNTAX SEQUENCE OF BtxAutoNotificationEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "Objects from the btxNotificationTable." + ::= { mtxBackupTx 1 } + + + btxAutoNotificationEntry OBJECT-TYPE + SYNTAX BtxAutoNotificationEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "An entry in the btxAutoNotificationTable." + INDEX { btxAutoNotificationAutomaticIdx, btxAutoNotificationIdx } + ::= { btxAutoNotificationTable 1 } + + + BtxAutoNotificationEntry ::= + SEQUENCE { + btxAutoNotificationAutomaticIdx + INTEGER, + btxAutoNotificationIdx + Integer32, + btxAutoNotificationName + INTEGER, + btxAutoNotificationMask + NotificationMask, + btxAutoNotificationPriority + NotificationPriority, + btxAutoNotificationState + NotificationState + } + + btxAutoNotificationAutomaticIdx OBJECT-TYPE + SYNTAX INTEGER (1) + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "enumerates over all backupTx automatics." + ::= { btxAutoNotificationEntry 1 } + + + btxAutoNotificationIdx OBJECT-TYPE + SYNTAX Integer32 (200..204) + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "The notification number as below rsXx9MtxNotifications. + This is a helper column and therefore not-accessible. + " + ::= { btxAutoNotificationEntry 2 } + + + btxAutoNotificationName OBJECT-TYPE + SYNTAX INTEGER + { + mtxBackupTxSummary(200), + mtxBackupTxReady(201), + mtxBackupTxLink(202), + mtxBackupTxRfSwitch(203), + mtxBackupTxSwitchedOver(204) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The notification number as an enumeration. + The enumeration correlates with the notifications under rsXx9MtxNotifications. + " + ::= { btxAutoNotificationEntry 3 } + + + btxAutoNotificationMask OBJECT-TYPE + SYNTAX NotificationMask + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "See textual convention for details." + ::= { btxAutoNotificationEntry 4 } + + + btxAutoNotificationPriority OBJECT-TYPE + SYNTAX NotificationPriority + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "See textual convention for details." + ::= { btxAutoNotificationEntry 5 } + + + btxAutoNotificationState OBJECT-TYPE + SYNTAX NotificationState + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "See textual convention for details." + ::= { btxAutoNotificationEntry 6 } + + + btxAutoStatusTable OBJECT-TYPE + SYNTAX SEQUENCE OF BtxAutoStatusEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "The status of a backupTx automatic. + " + ::= { mtxBackupTx 2 } + + + btxAutoStatusEntry OBJECT-TYPE + SYNTAX BtxAutoStatusEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "An entry in the btxAutoStatusTable." + INDEX { btxAutoNotificationAutomaticIdx } + ::= { btxAutoStatusTable 1 } + + + BtxAutoStatusEntry ::= + SEQUENCE { + btxAutoStActiveTx + INTEGER + } + + btxAutoStActiveTx OBJECT-TYPE + SYNTAX INTEGER + { + undefined(1), + txA(2), + txB(3) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Indicates which transmitter is connected to the antenna via the rf-switch. + " + ::= { btxAutoStatusEntry 1 } + + + btxAutoConfigurationTable OBJECT-TYPE + SYNTAX SEQUENCE OF BtxAutoConfigurationEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "The configuration of a backupTx automatic. + " + ::= { mtxBackupTx 3 } + + + btxAutoConfigurationEntry OBJECT-TYPE + SYNTAX BtxAutoConfigurationEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "An entry in the btxAutoConfigurationTable." + INDEX { btxAutoNotificationAutomaticIdx } + ::= { btxAutoConfigurationTable 1 } + + + BtxAutoConfigurationEntry ::= + SEQUENCE { + btxAutoCfgReset + Trigger, + btxAutoCfgOperationMode + SwitchOnOff, + btxAutoCfgMode + INTEGER, + btxAutoCfgGuardTime + Unsigned32, + btxAutoCfgPreselectTx + INTEGER + } + + btxAutoCfgReset OBJECT-TYPE + SYNTAX Trigger + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Description." + ::= { btxAutoConfigurationEntry 1 } + + + btxAutoCfgOperationMode OBJECT-TYPE + SYNTAX SwitchOnOff + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Indicates if the Backup Tx automatic is enabled. + If the automatic is enabled, a switchover to a reserve transmitter + occurs after a configurable guard time, as soon as the preselected + transmitter signals a fault. + " + ::= { btxAutoConfigurationEntry 2 } + + + btxAutoCfgMode OBJECT-TYPE + SYNTAX INTEGER + { + multipleShot(1), + singleShot(2) + } + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Indicates how the automatic behaves, when the reserve + transmitter signals a fault. + + - multipleShot(1) + after a switch over to the reserve transmitter has happened, + a switch over to the preselected transmitter happens, if the + preselected transmitter signales no fault. A manual operator + action is not necessary. + - singleShot(2): + after a switch over to the reserve transmitter has happened, + the reserve transmit stays active even if the reserve transmitter + signals a fault and the preselected transmitter could work + without faults. A manual operator action is necessary to + re-enable the automatic. + + " + ::= { btxAutoConfigurationEntry 3 } + + + btxAutoCfgGuardTime OBJECT-TYPE + SYNTAX Unsigned32 (0..60) + UNITS "s" + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Indicates how long no a switchover shall be delayed after detecting a fault. + By increasing the guard time, switch overs caused by short temporary faults can be avoided. + " + ::= { btxAutoConfigurationEntry 4 } + + + btxAutoCfgPreselectTx OBJECT-TYPE + SYNTAX INTEGER + { + txA(2), + txB(3) + } + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Indicates, which transmitter should be primarily used to transmit a program. " + ::= { btxAutoConfigurationEntry 5 } + + + rsXx9MtxConformance OBJECT IDENTIFIER ::= { rsXx9MTx 2 } + + + rsXx9MtxCompliances OBJECT IDENTIFIER ::= { rsXx9MtxConformance 1 } + + + mtxSystemControlCompliance MODULE-COMPLIANCE + STATUS current + DESCRIPTION + "The compliance statement for XX9000 MTX control." + MODULE -- this module + MANDATORY-GROUPS { mtxNotifySystemControl } + ::= { rsXx9MtxCompliances 1 } + + + mtxNplus1Compliance MODULE-COMPLIANCE + STATUS current + DESCRIPTION + "The compliance statement for XX9000 N+1 control." + MODULE -- this module + MANDATORY-GROUPS { mtxObjsNplus1, mtxNotifyNplus1, mtxObjsNotificationTable } + ::= { rsXx9MtxCompliances 2 } + + + rsXx9MtxGroups OBJECT IDENTIFIER ::= { rsXx9MtxConformance 2 } + + + mtxObjsNotificationTable OBJECT-GROUP + OBJECTS { mtxNotificationName, mtxNotificationMask, mtxNotificationPriority, mtxNotificationState } + STATUS current + DESCRIPTION + "common objects for systems." + ::= { rsXx9MtxGroups 1 } + + + mtxObjsNplus1 OBJECT-GROUP + OBJECTS { np1AutoPriorityEnable, np1AutoSwitchoverGuardTime, np1AutoProgramPreset, np1AutoInputPreset, np1AutoProgramOperationMode, + np1AutoProgramPriority, np1AutoProgramChangeover, np1AutoToLoad, np1AutoReset, np1AutoWhenTxBLocal, + np1AutomaticReserveRf, np1AutoProgramRf, np1AutoSwitchPos, np1AutoSwitchIdx, np1AutoSwitchMode, + np1AutomaticLoadedTx, np1AutomaticOperationMode, np1AutoReserveOperationMode, np1AutoProgramNotificationState, np1AutoProgramNotificationPriority, + np1AutoProgramNotificationMask, np1AutoProgramNotificationName, np1AutoProgramNotificationIdx, np1AutoProgramNotificationProgramIdx } + STATUS current + DESCRIPTION + "All N+1 objects." + ::= { rsXx9MtxGroups 2 } + + + mtxNotifyNplus1 NOTIFICATION-GROUP + NOTIFICATIONS { mtxNp1AutomaticProgramRf, mtxNp1AutomaticReady, mtxNp1AutomaticSummary, mtxNp1AutomaticRfSwitch, mtxNp1AutomaticInputChannel, + mtxNp1AutomaticChangeOver } + STATUS current + DESCRIPTION + "All N+1 notifications." + ::= { rsXx9MtxGroups 3 } + + + mtxNotifySystemControl NOTIFICATION-GROUP + NOTIFICATIONS { mtxLocal } + STATUS current + DESCRIPTION + "All MTX notifications." + ::= { rsXx9MtxGroups 4 } + + + mtxObsMultiTx OBJECT-GROUP + OBJECTS { multiTxReset } + STATUS current + DESCRIPTION + "multiTx objects." + ::= { rsXx9MtxGroups 100 } + + + mtxObjsMultiTxDummyLoads OBJECT-GROUP + OBJECTS { multiTxLoadedOrAntenna } + STATUS current + DESCRIPTION + "multiTx with dummyLoads objects." + ::= { rsXx9MtxGroups 101 } + + + mtxObjsMultiTxDummyLoadSwitches OBJECT-GROUP + OBJECTS { multiTxToLoad, multiTxToAntenna } + STATUS current + DESCRIPTION + "objects for switches of multiTx with dummyloads." + ::= { rsXx9MtxGroups 102 } + + + mtxNotifyMultiTx NOTIFICATION-GROUP + NOTIFICATIONS { mtxMultiTxSummary } + STATUS current + DESCRIPTION + "multiTx notifications." + ::= { rsXx9MtxGroups 150 } + + + mtxNotifyMultiTxSwitches NOTIFICATION-GROUP + NOTIFICATIONS { mtxMultiTxRfSwitch } + STATUS current + DESCRIPTION + "switches of multiTx notifications." + ::= { rsXx9MtxGroups 151 } + + + mtxObjsBackupTx OBJECT-GROUP + OBJECTS { btxAutoNotificationName, btxAutoNotificationMask, btxAutoNotificationPriority, btxAutoNotificationState, btxAutoStActiveTx, + btxAutoCfgOperationMode, btxAutoCfgMode, btxAutoCfgGuardTime, btxAutoCfgPreselectTx, btxAutoCfgReset + } + STATUS current + DESCRIPTION + "backupTx objects." + ::= { rsXx9MtxGroups 152 } + + + mtxNotifyBackupTx NOTIFICATION-GROUP + NOTIFICATIONS { mtxBackupTxSummary, mtxBackupTxLink, mtxBackupTxSwitchedOver, mtxBackupTxRfSwitch, mtxBackupTxReady + } + STATUS current + DESCRIPTION + "backupTx notifications." + ::= { rsXx9MtxGroups 153 } + + + + END + +-- +-- RS-XX9-MTX-MIB.mi2 +-- diff --git a/src/vendor/rs/RS-XX9-SMI-MIB b/src/vendor/rs/RS-XX9-SMI-MIB new file mode 100644 index 000000000000..a03a461a31a2 --- /dev/null +++ b/src/vendor/rs/RS-XX9-SMI-MIB @@ -0,0 +1,166 @@ +-- +-- RS-XX9-SMI-MIB.mi2 +-- MIB generated by MG-SOFT Visual MIB Builder 2010 Version 8.0 Build 403 +-- Wednesday, June 04, 2014 at 14:44:13 +-- + +-- ***************************************************************************** +-- ***************************************************************************** +-- ** +-- ** COPYRIGHT (c) 2011 Rohde & Schwarz GmbH & Co. KG +-- ** Muehldorfstrasse 15 +-- ** R & S D-81671 Muenchen +-- ** +-- ***************************************************************************** +-- ** +-- ** MODULE RS-XX9-SMI-MIB +-- ** +-- ***************************************************************************** +-- ***************************************************************************** + + RS-XX9-SMI-MIB DEFINITIONS ::= BEGIN + + IMPORTS + rsProdBroadcastTransmitter, rsRegModules + FROM RS-COMMON-MIB + MODULE-IDENTITY, OBJECT-IDENTITY + FROM SNMPv2-SMI; + + + rsXx9MibModule MODULE-IDENTITY + LAST-UPDATED "201305291521Z" -- May 29, 2013 at 15:21 GMT + ORGANIZATION + "Rohde&Schwarz GmbH & Co. KG" + CONTACT-INFO + "Rohde & Schwarz GmbH & Co. KG + Broadcasting Division + + Muehldorfstrasse 15 + 81671 Munich + Germany + + customersupport@rohde-schwarz.com" + DESCRIPTION + "This MIB defines high level nodes for the organization of all RS-XX9 MIBs. + It is intended to be IMPORT'ed by all other RS-XX9 MIBs. + + The following MIBs are related to this: + - RS-COMMON-MIB - mandatory for this MIB." + REVISION "201305291521Z" -- May 29, 2013 at 15:21 GMT + DESCRIPTION + "rsXx9Dtmb added" + REVISION "201108160800Z" -- August 16, 2011 at 08:00 GMT + DESCRIPTION + "Initial revision." + ::= { rsRegModules 216 } + + + +-- +-- Node definitions +-- + + rsXx9Mib OBJECT-IDENTITY + STATUS current + DESCRIPTION + "All RS-XX9 MIBs are organized under this node." + ::= { rsProdBroadcastTransmitter 216 } + + + rsXx9Common OBJECT-IDENTITY + STATUS current + DESCRIPTION + "Root node for the RS-XX9-COMMON-MIB." + ::= { rsXx9Mib 2 } + + + rsXx9Tx OBJECT-IDENTITY + STATUS current + DESCRIPTION + "Root node for the RS-XX9-TX-MIB." + ::= { rsXx9Mib 3 } + + + rsXx9MTx OBJECT-IDENTITY + STATUS current + DESCRIPTION + "Root node for the RS-XX9-MTX-MIB." + ::= { rsXx9Mib 4 } + + + rsXx9DvbT2 OBJECT-IDENTITY + STATUS current + DESCRIPTION + "Root node for the RS-XX9-DVBT2-MIB." + ::= { rsXx9Mib 5 } + + + rsXx9DvbT OBJECT-IDENTITY + STATUS current + DESCRIPTION + "Root node for the RS-XX9-DVBT-MIB." + ::= { rsXx9Mib 6 } + + + rsXx9Atsc OBJECT-IDENTITY + STATUS current + DESCRIPTION + "Root node for the RS-XX9-ATSC-MIB." + ::= { rsXx9Mib 7 } + + + rsXx9IsdbT OBJECT-IDENTITY + STATUS current + DESCRIPTION + "Root node for the RS-XX9-ISDBT-MIB." + ::= { rsXx9Mib 8 } + + + rsXx9Atv OBJECT-IDENTITY + STATUS current + DESCRIPTION + "Root node for the RS-XX9-ATV-MIB." + ::= { rsXx9Mib 9 } + + + rsXx9Dab OBJECT-IDENTITY + STATUS current + DESCRIPTION + "Root node for the RS-XX9-DAB-MIB." + ::= { rsXx9Mib 10 } + + + rsXx9Fm OBJECT-IDENTITY + STATUS current + DESCRIPTION + "Root node for the RS-XX9-FM-MIB." + ::= { rsXx9Mib 11 } + + + rsXx9Dtmb OBJECT-IDENTITY + STATUS current + DESCRIPTION + "Root node for the RS-XX9-DTMB-MIB." + ::= { rsXx9Mib 12 } + + + rsXx9LiquidCooling OBJECT-IDENTITY + STATUS current + DESCRIPTION + "Root node for the RS-XX9-LIQUID-COOLING-MIB." + ::= { rsXx9Mib 100 } + + + rsXx9AirCooling OBJECT-IDENTITY + STATUS current + DESCRIPTION + "Root node for the RS-XX9-AIR-COOLING-MIB." + ::= { rsXx9Mib 101 } + + + + END + +-- +-- RS-XX9-SMI-MIB.mi2 +-- diff --git a/src/vendor/rs/RS-XX9-TC-MIB b/src/vendor/rs/RS-XX9-TC-MIB new file mode 100644 index 000000000000..c11797d9a1a0 --- /dev/null +++ b/src/vendor/rs/RS-XX9-TC-MIB @@ -0,0 +1,302 @@ +-- +-- RS-XX9-TC-MIB.mi2 +-- MIB generated by MG-SOFT Visual MIB Builder 2010 Version 8.0 Build 403 +-- Friday, January 22, 2016 at 14:16:48 +-- + +-- ***************************************************************************** +-- ***************************************************************************** +-- ** +-- ** COPYRIGHT (c) 2011 Rohde & Schwarz GmbH & Co. KG +-- ** Muehldorfstrasse 15 +-- ** R & S D-81671 Muenchen +-- ** +-- ***************************************************************************** +-- ** +-- ** MODULE RS-XX9-TC-MIB +-- ** +-- ***************************************************************************** +-- ***************************************************************************** + + RS-XX9-TC-MIB DEFINITIONS ::= BEGIN + + IMPORTS + rsXx9MibModule + FROM RS-XX9-SMI-MIB + Unsigned32, MODULE-IDENTITY + FROM SNMPv2-SMI + TEXTUAL-CONVENTION + FROM SNMPv2-TC; + + + rsXx9TcMibModule MODULE-IDENTITY + LAST-UPDATED "201601221400Z" -- January 22, 2016 at 14:00 GMT + ORGANIZATION + "Rohde&Schwarz GmbH & Co. KG" + CONTACT-INFO + "Rohde & Schwarz GmbH & Co. KG + Broadcasting Division + + Muehldorfstrasse 15 + 81671 Munich + Germany + + customersupport@rohde-schwarz.com" + DESCRIPTION + "This MIB defines textual conventions used in all XX9 MIBs. + + The following MIBs are related to this: + - RS-COMMON-MIB - mandatory for this MIB. + - RS-XX9-SMI-MIB - mandatory for this MIB." + REVISION "201601221400Z" -- January 22, 2016 at 14:00 GMT + DESCRIPTION + "add backupTx to Xx9RedundancyMode + add phu903 to Xx9AmplifierTyoe" + REVISION "201509240800Z" -- September 24, 2015 at 08:00 GMT + DESCRIPTION + "add hdRadio to Xx9ModulationMode" + REVISION "201505211200Z" -- May 21, 2015 at 12:00 GMT + DESCRIPTION + "add pmu905 to Xx9AmplifierType" + REVISION "201302151111Z" -- February 15, 2013 at 11:11 GMT + DESCRIPTION + "modulation modes DAB, DTMB, FM + amplifier type PHR901" + REVISION "201205091000Z" -- May 09, 2012 at 10:00 GMT + DESCRIPTION + "Initial revision" + REVISION "201108160800Z" -- August 16, 2011 at 08:00 GMT + DESCRIPTION + "Preliminary version." + ::= { rsXx9MibModule 1 } + + + +-- +-- Textual conventions +-- + + EnableOption ::= TEXTUAL-CONVENTION + STATUS current + DESCRIPTION + "Enabling of a device option." + SYNTAX INTEGER + { + unconfigured(1), + disabled(2), + enabled(3) + } + + IndexAB ::= TEXTUAL-CONVENTION + STATUS current + DESCRIPTION + "This is used for distinguishing module A (exciterA, outputstageA) + or B (exciterB, outputstageB) in tables." + SYNTAX INTEGER + { + a(1), + b(2) + } + + IndexProgram ::= TEXTUAL-CONVENTION + STATUS current + DESCRIPTION + "This is used for N+1 systems to indicate a program sent out (logical view). + ProgramRes(1000) is the reserve program, program1(1) to program8(8) are the main programs. + In difference to the physical view, programRes(1000) has no special parameters available. + Furthermore it has no priority." + SYNTAX INTEGER + { + program1(1), + program2(2), + program3(3), + program4(4), + program5(5), + program6(6), + program7(7), + program8(8), + programRes(1000) + } + + IndexTransmitter ::= TEXTUAL-CONVENTION + STATUS current + DESCRIPTION + "This is used for N+1 systems to indicate a transmitter (physical view). + TransmitterB(1000) is the reserve transmitter, + transmitterA1(1) to transmitterA8(8) are the main transmitters. + In difference to the logical view, + transmitterB(1000) has special parameters available." + SYNTAX INTEGER + { + transmitterA1(1), + transmitterA2(2), + transmitterA3(3), + transmitterA4(4), + transmitterA5(5), + transmitterA6(6), + transmitterA7(7), + transmitterA8(8), + transmitterB(1000) + } + + NotificationClass ::= TEXTUAL-CONVENTION + STATUS current + DESCRIPTION + "This is a classification of the highest impact a notification may have + (the actual impact depends on the notificattion state) + info(3) - are notifications which only inform about changes, e.g. 'local/remote' + or 'reboot of the control unit'. They don't affect the transmission. + warning(2) - are minor problems which do not influence transmission itself, + but may cause a bigger problem when no action is taken, e.g. + 'RF Loop Program'. Warnings may appear and disappear without the need + of acknowledgment. + fault(1) - have a direct impact on the transmission, e.g. + 'failure power supply'. Faults never disappear without acknowledgment. + + E.g. the commonNtpSync notification from the RS-XX9-COMMON-MIB is classified as warning(2). + If the state of this notification is fault(3) it is actually a warning, + otherwise the warning is cancelled." + SYNTAX INTEGER + { + fault(1), + warning(2), + info(3) + } + + NotificationMask ::= TEXTUAL-CONVENTION + STATUS current + DESCRIPTION + "Enables / Disables a notification. + enable(1) --> The notification will be sent in case the NotificationState changes + disable(2) --> The notification will not be sent." + SYNTAX INTEGER + { + enable(1), + disable(2) + } + + NotificationPriority ::= TEXTUAL-CONVENTION + STATUS current + DESCRIPTION + "The priority of a notification. + Users can freely set this value in range 0..255." + SYNTAX Unsigned32 (0..255) + + NotificationState ::= TEXTUAL-CONVENTION + STATUS current + DESCRIPTION + "The current state of a notification entity: + off(2) --> entity is not in service or inactive + fault(3) --> entity is faulty + warning(4) --> entity is in a warning state + ok(5) --> entity is on resp. ok" + SYNTAX INTEGER + { + undefined(1), + off(2), + fault(3), + warning(4), + ok(5) + } + + SwitchOnOff ::= TEXTUAL-CONVENTION + STATUS current + DESCRIPTION + "This is for all on/off-switches." + SYNTAX INTEGER + { + on(1), + off(2) + } + + Trigger ::= TEXTUAL-CONVENTION + STATUS current + DESCRIPTION + "Trigger for starting a certain action. + idle(1) --> ready, do nothing + trigger(2) --> do now + + A GET will always return idle(1). + A SET idle(1) will return NO_ERROR without doing anything." + SYNTAX INTEGER + { + idle(1), + trigger(2) + } + + Xx9AmplifierType ::= TEXTUAL-CONVENTION + STATUS current + DESCRIPTION + "Type of amplifiers for a transmitter." + SYNTAX INTEGER + { + unconfigured(1), + phu901(2), + pmu901(3), + phu902(4), + phv902(5), + pmv901(6), + pmu905(7), + phu903(8), + phr901(21) + } + + Xx9ModulationMode ::= TEXTUAL-CONVENTION + STATUS current + DESCRIPTION + "Modulation mode." + SYNTAX INTEGER + { + unconfigured(1), + none(2), + dvbT2(3), + dvbT(4), + isdbT(5), + atsc(6), + atv(7), + dab(8), + dtmb(9), + fm(21), + hdRadioHybrid(22), + hdRadioFullDigital(23) + } + + Xx9RedundancyMode ::= TEXTUAL-CONVENTION + STATUS current + DESCRIPTION + "Redundancy mode of a single transmitter." + SYNTAX INTEGER + { + undefined(1), + singleDrive(2), + dualDrive(3), + backupDrive(4), + activePa(5), + backupTx(6) + } + + Xx9SystemType ::= TEXTUAL-CONVENTION + STATUS current + DESCRIPTION + "transmitter(2) - single transmitter + multiTx(3) - multi Tx system with several transmitters + nPlus1(4) - several transmitters in N+1 reserve configuration" + SYNTAX INTEGER + { + unconfigured(1), + transmitter(2), + multiTx(3), + nPlus1(4) + } + + +-- +-- Node definitions +-- + + + END + +-- +-- RS-XX9-TC-MIB.mi2 +-- diff --git a/src/vendor/rs/RS-XX9-TX-MIB b/src/vendor/rs/RS-XX9-TX-MIB new file mode 100644 index 000000000000..e28f6b3cf23e --- /dev/null +++ b/src/vendor/rs/RS-XX9-TX-MIB @@ -0,0 +1,9297 @@ +-- +-- RS-XX9-TX-MIB.mi2 +-- MIB generated by MG-SOFT Visual MIB Builder 2010 Version 8.0 Build 403 +-- Wednesday, May 04, 2016 at 14:21:13 +-- + +-- ***************************************************************************** +-- ***************************************************************************** +-- ** +-- ** COPYRIGHT (c) 2011 Rohde & Schwarz GmbH & Co. KG +-- ** Muehldorfstrasse 15 +-- ** R & S D-81671 Muenchen +-- ** +-- ***************************************************************************** +-- ** +-- ** MODULE RS-XX9-TX-MIB +-- ** +-- ***************************************************************************** +-- ***************************************************************************** + + RS-XX9-TX-MIB DEFINITIONS ::= BEGIN + + IMPORTS + InetAddressType, InetAddress + FROM INET-ADDRESS-MIB + commonNotificationAlarmClass + FROM RS-XX9-COMMON-MIB + rsXx9Tx, rsXx9MibModule + FROM RS-XX9-SMI-MIB + NotificationClass, IndexTransmitter, NotificationMask, NotificationPriority, NotificationState, + Trigger, SwitchOnOff, Xx9ModulationMode, IndexAB + FROM RS-XX9-TC-MIB + SnmpAdminString + FROM SNMP-FRAMEWORK-MIB + OBJECT-GROUP, MODULE-COMPLIANCE, NOTIFICATION-GROUP + FROM SNMPv2-CONF + Integer32, Unsigned32, Counter64, OBJECT-TYPE, MODULE-IDENTITY, + NOTIFICATION-TYPE + FROM SNMPv2-SMI + TruthValue, DateAndTime, TEXTUAL-CONVENTION + FROM SNMPv2-TC; + + + rsXx9TxMibModule MODULE-IDENTITY + LAST-UPDATED "201605041500Z" -- May 04, 2016 at 15:00 GMT + ORGANIZATION + "Rohde&Schwarz GmbH & Co. KG" + CONTACT-INFO + "Rohde & Schwarz GmbH & Co. KG + Broadcasting Division + + Muehldorfstrasse 15 + 81671 Munich + Germany + + customersupport@rohde-schwarz.com" + DESCRIPTION + "This MIB defines transmitter specific objects of + XX9000 transmitting systems from Rohde & Schwarz + that are independent of modulation mode. + + Use this MIB for things all transmitters support via SNMP. + + The following MIBs are related to this: + - RS-COMMON-MIB - mandatory for this MIB. + - RS-XX9-SMI-MIB - mandatory for this MIB. + - RS-XX9-TC-MIB - mandatory for this MIB. + - RS-XX9-COMMON-MIB - mandatory for this MIB." + REVISION "201605041500Z" -- May 04, 2016 at 15:00 GMT + DESCRIPTION + "added txTransCmdWarnOnDohertyMismatch + extended range for txPmxDohertyActive and txPhxDohertyActive + added txRfLimitForwardAddUpperFail, txRfLimitForwardAddUpperWarn" + REVISION "201604051500Z" -- April 05, 2016 at 15:00 GMT + DESCRIPTION + "added txPrecorrMerState notification + added txPrecorrSigQualTable + added txIpFeedLinkStatus + " + REVISION "201603080900Z" -- March 08, 2016 at 09:00 GMT + DESCRIPTION + "added txExcCmdOperationMode" + REVISION "201601281100Z" -- January 28, 2016 at 11:00 GMT + DESCRIPTION + "txObjsPHx902 is also valid for PHU903" + REVISION "201511300800Z" -- November 30, 2015 at 08:00 GMT + DESCRIPTION + "added edi options to txInpGsInputSource + " + REVISION "201511261800Z" -- November 26, 2015 at 18:00 GMT + DESCRIPTION + "added txInpIfSatStreamTsIdMatch, txSatStreamCurrentTsId, txSatStreamExpectedTsId + changed txSatLnbFreqLowBand, txSatLnbFreqHighBand, txSatLnbFreqCBand to read-only and add writable 32bit values instead" + REVISION "201510191600Z" -- October 19, 2015 at 16:00 GMT + DESCRIPTION + "added txObjsPMU905 group + obsoleted txPrecorrNonLinSetupSignalLimit + added more fine grained groups for linear precorrection, nonlinear precorrection and crest factor reduction + added txExcCmdLoopControl + extend txSatFeedServiceIdx to 0..32, extend txSatFeedDecryptionServiceIdx to 0..16, change access-level of txSatFeedInputServiceDecryption to read-write + added more objects to txInputSatFeed subtree + extended range of PrecorrectionState + " + REVISION "201507021200Z" -- July 02, 2015 at 12:00 GMT + DESCRIPTION + "increased range of txRfStReflectedVSWR with invalid value + updated description texts + move txSfnStateTimestampState into dvbt2-only group + added Tlx Objects, including txAmplifierTlxTable + make Objects in txObjsSFN1 group available for ATSC + updated txInputSat description texts + added statistical information to txInputIfFeedTable + updated txSfnSetupSFN desciption text + added txInpAutoFailDetection + " + REVISION "201412221600Z" -- December 22, 2014 at 16:00 GMT + DESCRIPTION + "added txRfIdentify, txRfCalibrate, txRfUncalibrate, txRfSensorCalibrated + fixed value range of tfRfLimitReflectedVswrFail, txRfLimitReflectedVswrWarn + changed ObjectGroup of txInpAutoDetectLostPackets to txObjsNonAnalog + obsoleted txSatBtsRegionalization + extended range of txAmpNotificationAmpIdx to 1..72 (for 6 racks) + added txAmpBlocking, txTransCmdReflectionCheck, txTransCmdPrgOnAfterSumFault + added ranges for txSatBtsPliTablePid, txSatBtsNullPacketLaPid, txSatBtsNullPacketLbPid, txSatBtsNullPacketLcPid + updated description texts" + REVISION "201410091400Z" -- October 09, 2014 at 14:00 GMT + DESCRIPTION + "added txInpAutoTransparentTs + added txRfSensors subtree + added txRfSensorLinkStatus + fixed NotificationIdx ranges + added txSfnStateTimestampState + added txSatTunerIntermediateFreq, txSatTunerLinkMargin, txSatLnbBand, txSatLnbFreqCBand, txSatLnb22kHzSignal, txInpIfSatBtsStatus + fixed txInpIfSat notification bindings + added Description texts to txInputSat elements + added txInputSatFeedDecryptionServiceTable, txInputSatFeedBtsTable + change txSatCamBissInjectedId, txSatCamBissEncryptedSession, txSatCamBissClearSession: can not read encrypted content, write still possible + added txFrqRegStateCurrentControllerMode + re-enabled txInpAutoDelayInput1To2 (changed status from obsolete to current) + change access of txSatFeedInputServiceDecryption to read-only + reduce range of txSatFeedServiceIdx and txSatFeedDecryptionServiceIdx to 8 (was 16 before) + obsoleted txSatFeedInputServiceDecryptedAt + obsoleted txSatBtsDecompEnable" + REVISION "201404301600Z" -- April 30, 2014 at 16:00 GMT + DESCRIPTION + "update txSummary value range: off not possible anymore + added Preset + txPmfFanFail now indicating FanFail with warning(4) instead of fault(3) + added txInputSatFeedGeneralTable + added MultiStandard nodes: txTransStPrimaryModMode, txTransStSecondaryModMode, txTransCmdChangeModulation + added txTransStPaEfficiency + changed access of txSatCamBissEncryptedSession to read-write + added biss1 to txSatCamBissMode + " + REVISION "201402041700Z" -- February 04, 2014 at 17:00 GMT + DESCRIPTION + "obsoleted txInpAutoMaxDelayInput1To2 and txInpAutoDelayInput1To2 + added txInpIfLogDatarateBufferUnderrun and txInpIfLogDatarateBufferOverflow + added ActiveReserve notifications, status and settings + added txExciterAutomaticSummary notification + added txInpAutoDetectLostPackets + added sat1 and sat2 as options for txInpGsInputSource + added sat receiver notifications, status and settings + extended value range of txSfnStateSFN + changes regarding txAmplifier section and txAmpXXX Notifications: + - obsoleted txAmpDriverFail + - obsoleted txPmxAirFilterFail + - obsoleted txAmpStVReg + - obsoleted txPmxvRefPowerMax + - added txAmpOn notification + - fixes regarding validity of amplifier parameters for certain configurations + - updated description texts + - updated Unit scales in description texts + - added txPmxDohertyActive and txPhxDohertyActive + " + REVISION "201311181300Z" -- November 18, 2013 at 13:00 GMT + DESCRIPTION + "updated release with Switchless Combiner. + Switchless Combiner Tables are only filled, if a Switchless Combiner is configured. + updated FreqID for Pmx and Phx amplifiers: now using OCTET STRING syntax" + REVISION "201303180800Z" -- March 18, 2013 at 08:00 GMT + DESCRIPTION + "Initial release." + REVISION "201108190800Z" -- August 19, 2011 at 08:00 GMT + DESCRIPTION + "Preliminary release." + ::= { rsXx9MibModule 3 } + + + +-- +-- Textual conventions +-- + + PrecorrectionState ::= TEXTUAL-CONVENTION + STATUS current + DESCRIPTION + "idle(1) - precorrector not active + acquisition(2) - precorrector collects new measured values + calculation(3) - precorrector calculates new curve + checkResult(4) - precorrector checks result for plausibility + + " + SYNTAX INTEGER + { + idle(1), + acquisition(2), + calculation(3), + checkResult(4) + } + + PrecorrectionSignalLevel ::= TEXTUAL-CONVENTION + STATUS current + DESCRIPTION + "State of RF input level: + ok(2) - level is within operation area + tooLow(3) - level is too low + tooHigh(4) - level is too high + noInput(5) - no input for run mode" + SYNTAX INTEGER + { + undefined(1), + ok(2), + tooLow(3), + tooHigh(4), + noInput(5) + } + + PrecorrectionOperationMode ::= TEXTUAL-CONVENTION + STATUS current + DESCRIPTION + "bypass(1) - precorrector is deactivated, + input signal is not modified + stop(2) - automatic precorrection is deactivated, + input signal is modified from a constant curve + run(4) - automatic precorrection is active" + SYNTAX INTEGER + { + bypass(1), + stop(2), + run(4) + } + + AutomaticMode ::= TEXTUAL-CONVENTION + STATUS current + DESCRIPTION + "Determines behaviour after successful switching: + severalTimes(1) - automatic switches back autonomously to the + preselected exciter if the reserve exciter is faulty + and the preselected exciter is ready + singleShot(2) - " + SYNTAX INTEGER + { + severalTimes(1), + singleShot(2) + } + + SatSignalType ::= TEXTUAL-CONVENTION + STATUS current + DESCRIPTION + "Description." + SYNTAX INTEGER + { + undefinedType(1), + dvbs(2), + dvbs2(3), + dss(4), + auto(5) + } + + ControllerMode ::= TEXTUAL-CONVENTION + STATUS current + DESCRIPTION + "Description." + SYNTAX INTEGER + { + standard(1), + jitter(2) + } + + DohertyActive ::= TEXTUAL-CONVENTION + STATUS current + DESCRIPTION + "Description." + SYNTAX INTEGER + { + true(1), + false(2), + warning(4) + } + + +-- +-- Node definitions +-- + + rsXx9TxNotifications OBJECT IDENTIFIER ::= { rsXx9Tx 0 } + + + txSummary NOTIFICATION-TYPE + OBJECTS { commonNotificationAlarmClass, txTransmitterNotificationPriority, txTransmitterNotificationState } + STATUS current + DESCRIPTION + "Transmitter summary state. + + Possible values: + fault(3) + warning(4) + ok(5) + + Notification class: fault" + ::= { rsXx9TxNotifications 1 } + + + txRF NOTIFICATION-TYPE + OBJECTS { commonNotificationAlarmClass, txTransmitterNotificationPriority, txTransmitterNotificationState } + STATUS current + DESCRIPTION + "indicates a warning/fault if RF power falls below the adjusted warning/fault limit. + + Possible values: + off(2) + fault(3) + warning(4) + ok(5) + + Notification class: fault" + ::= { rsXx9TxNotifications 2 } + + + txReflection NOTIFICATION-TYPE + OBJECTS { commonNotificationAlarmClass, txTransmitterNotificationPriority, txTransmitterNotificationState } + STATUS current + DESCRIPTION + "The reflected RF is above warning or fault limit. + + Possible values: + off(2) + fault(3) + warning(4) + ok(5) + + Notification class: fault" + ::= { rsXx9TxNotifications 3 } + + + txRfSensorSummary NOTIFICATION-TYPE + OBJECTS { commonNotificationAlarmClass, txTransmitterNotificationPriority, txTransmitterNotificationState } + STATUS current + DESCRIPTION + "RF sensor summary state. + + Possible values: + off(2) + fault(3) + warning(4) + ok(5) + + Notification class: fault" + ::= { rsXx9TxNotifications 4 } + + + txLocal NOTIFICATION-TYPE + OBJECTS { commonNotificationAlarmClass, txTransmitterNotificationPriority, txTransmitterNotificationState } + STATUS current + DESCRIPTION + "local/remote state of transmitter. + + Possible values: + off(2) - remote + ok(5) - local + + Notification class: info" + ::= { rsXx9TxNotifications 5 } + + + txExciterAutomaticOn NOTIFICATION-TYPE + OBJECTS { commonNotificationAlarmClass, txTransmitterNotificationPriority, txTransmitterNotificationState } + STATUS current + DESCRIPTION + "Shows whether the exciter automatic is activated. + + Possible values: + off(2) - not activated + ok(5) - activated + + Notification class: info" + ::= { rsXx9TxNotifications 6 } + + + txExciterAutomaticReady NOTIFICATION-TYPE + OBJECTS { commonNotificationAlarmClass, txTransmitterNotificationPriority, txTransmitterNotificationState } + STATUS current + DESCRIPTION + "Indicates whether the automatic exciter switchover function is + ready. + + off(2) - not ready: The standby exciter is not operational, the + transmitter is switched off, the automatic switchover function + already switched over or there is a defect in the exciter switch. + ok(5) - ready: The automatic switchover function is operational. + + Notification class: info + " + ::= { rsXx9TxNotifications 7 } + + + txExciterAutomaticSwitchedOver NOTIFICATION-TYPE + OBJECTS { commonNotificationAlarmClass, txTransmitterNotificationPriority, txTransmitterNotificationState } + STATUS current + DESCRIPTION + "Indicates whether the exciter automatic switched + to a reserve exciter. + + Possible values: + off(2) - not switched + warning(4) - switched + + Notification class: warning" + ::= { rsXx9TxNotifications 8 } + + + txExciterAutomaticRfSwitchSummary NOTIFICATION-TYPE + OBJECTS { commonNotificationAlarmClass, txTransmitterNotificationPriority, txTransmitterNotificationState } + STATUS current + DESCRIPTION + "RF switch summary state. + Indicates that the exciter switch does not work properly. + Check the two CAN-bus cables between exciter switch + and TCE900-Exciter A and B. Whether the cabling is ok + the exciter switch has to be replaced. + + Possible values: + ok(5) + " + ::= { rsXx9TxNotifications 9 } + + + txExciterAutomaticSummary NOTIFICATION-TYPE + STATUS current + DESCRIPTION + "the sum state of the exciter automatic + + Possible values: + off(2) - automatic off + fault(3) - automatic fail or RfSwitch not connected + warning(4) - switchover occurred + ok(5) - ready + + Notification class: warning" + ::= { rsXx9TxNotifications 10 } + + + txActiveReserveExcAutoOn NOTIFICATION-TYPE + STATUS current + DESCRIPTION + "Description." + ::= { rsXx9TxNotifications 1000 } + + + txActiveReserveExcAutoReady NOTIFICATION-TYPE + OBJECTS { commonNotificationAlarmClass, txTransmitterNotificationPriority, txTransmitterNotificationState } + STATUS current + DESCRIPTION + "Indicates whether the automatic exciter switchover function is + ready. + + ok(5) - Ready: The automatic switchover function is operational. + off(2) - Not Ready: The standby exciter is not operational, the + transmitter is switched off, the automatic switchover function + already switched over or there is a defect in the exciter switch. + " + ::= { rsXx9TxNotifications 1001 } + + + txActiveReserveExcAutoSwitchedOver NOTIFICATION-TYPE + OBJECTS { commonNotificationAlarmClass, txTransmitterNotificationPriority, txTransmitterNotificationState } + STATUS current + DESCRIPTION + "Description." + ::= { rsXx9TxNotifications 1002 } + + + txActiveReserveExcAutoRfSwitchSummary NOTIFICATION-TYPE + OBJECTS { commonNotificationAlarmClass, txTransmitterNotificationPriority, txTransmitterNotificationState } + STATUS current + DESCRIPTION + "Indicates whether the exciter switch is working. If a switchover to + the standby exciter fails, an error is displayed. + " + ::= { rsXx9TxNotifications 1003 } + + + txActiveReserveExcAutoSummary NOTIFICATION-TYPE + OBJECTS { commonNotificationAlarmClass, txTransmitterNotificationPriority, txTransmitterNotificationState } + STATUS current + DESCRIPTION + "Description." + ::= { rsXx9TxNotifications 1004 } + + + txActiveReserveOstAutoOn NOTIFICATION-TYPE + STATUS current + DESCRIPTION + "Description." + ::= { rsXx9TxNotifications 1500 } + + + txActiveReserveOstAutoReady NOTIFICATION-TYPE + OBJECTS { commonNotificationAlarmClass, txTransmitterNotificationPriority, txTransmitterNotificationState } + STATUS current + DESCRIPTION + "Description." + ::= { rsXx9TxNotifications 1501 } + + + txActiveReserveOstAutoSwitchedOver NOTIFICATION-TYPE + OBJECTS { commonNotificationAlarmClass, txTransmitterNotificationPriority, txTransmitterNotificationState } + STATUS current + DESCRIPTION + "Description." + ::= { rsXx9TxNotifications 1502 } + + + txActiveReserveOstAutoRfSwitchSummary NOTIFICATION-TYPE + OBJECTS { commonNotificationAlarmClass, txTransmitterNotificationPriority, txTransmitterNotificationState } + STATUS current + DESCRIPTION + "Description." + ::= { rsXx9TxNotifications 1503 } + + + txActiveReserveOstAutoSummary NOTIFICATION-TYPE + OBJECTS { commonNotificationAlarmClass, txTransmitterNotificationPriority, txTransmitterNotificationState } + STATUS current + DESCRIPTION + "Description." + ::= { rsXx9TxNotifications 1504 } + + + txExciterSummary NOTIFICATION-TYPE + OBJECTS { commonNotificationAlarmClass, txExciterNotificationPriority, txExciterNotificationState } + STATUS current + DESCRIPTION + "Exciter summary state. + + Possible values: + off(2) + fault(3) + warning(4) + ok(5) + + Notification class: fault" + ::= { rsXx9TxNotifications 2000 } + + + txExciterLoop NOTIFICATION-TYPE + OBJECTS { commonNotificationAlarmClass, txExciterNotificationPriority, txExciterNotificationState } + STATUS current + DESCRIPTION + "Indicates whether the protection loop is open. + + Possible values: + warning(4) - loop is open + ok(5) - loop is closed + + Notification class: warning" + ::= { rsXx9TxNotifications 2001 } + + + txExciterMute NOTIFICATION-TYPE + OBJECTS { commonNotificationAlarmClass, txExciterNotificationPriority, txExciterNotificationState } + STATUS current + DESCRIPTION + "Indicates whether the RF output of the exciter is muted. + + Possible values: + warning(4) - mute + ok(5) - no mute + + Notification class: warning" + ::= { rsXx9TxNotifications 2002 } + + + txExciterOutputConnect NOTIFICATION-TYPE + OBJECTS { commonNotificationAlarmClass, txExciterNotificationPriority, txExciterNotificationState } + STATUS current + DESCRIPTION + "Indicates whether a RF connection between + exciter output and amplifier input exists. + + Possible values: + fault(3) - no connection + ok(5) + + Notification class: fault" + ::= { rsXx9TxNotifications 2003 } + + + txExciterRfState NOTIFICATION-TYPE + OBJECTS { commonNotificationAlarmClass, txExciterNotificationPriority, txExciterNotificationState } + STATUS current + DESCRIPTION + "Indicates whether a RF signal with sufficient + level is output. + + Possible values: + off(2) - no signal + fault(3) - signal level lower fault limit + warning(4) - signal level lower warning limit + ok(5) - signal level ok + + Notification class: fault" + ::= { rsXx9TxNotifications 2004 } + + + txInpIfLogState NOTIFICATION-TYPE + OBJECTS { commonNotificationAlarmClass, txInpIfNotificationPriority, txInpIfNotificationState } + STATUS current + DESCRIPTION + "State of logical input. + Indicates whether a valid serial data stream is being fed to the transmitter. + + Possible values: + off(2) - no signal + fault(3) + warning(4) + ok(5) + + Notification class: fault" + ::= { rsXx9TxNotifications 3000 } + + + txInpIfLogInfoPacket NOTIFICATION-TYPE + OBJECTS { commonNotificationAlarmClass, txInpIfNotificationPriority, txInpIfNotificationState } + STATUS current + DESCRIPTION + "state of the information packet + (MIP, IIP or TCP: depends on transmitting standard). + + Possible values: + off(2) - + fault(3) + warning(4) + ok(5) + + Notification class: fault" + ::= { rsXx9TxNotifications 3001 } + + + txInpIfLogPacketLength NOTIFICATION-TYPE + OBJECTS { commonNotificationAlarmClass, txInpIfNotificationPriority, txInpIfNotificationState } + STATUS current + DESCRIPTION + "Indicates whether the detected packet length can be used. + + Possible values: + off(2) + warning(4) + ok(5) + + Notification class: warning" + ::= { rsXx9TxNotifications 3002 } + + + txInpIfIpState NOTIFICATION-TYPE + OBJECTS { commonNotificationAlarmClass, txInpIfNotificationPriority, txInpIfNotificationState } + STATUS current + DESCRIPTION + "Indicates whether a valid data stream is fed + to the transmitter via the IP feed. + If an error is indicated, check the settings of the IP stream and the Ethernet interface. + + Possible values: + off(2) - no stream + fault(3) + warning(4) + ok(5) + + Notification class: warning" + ::= { rsXx9TxNotifications 3003 } + + + txInpIfIpInfoPacket NOTIFICATION-TYPE + OBJECTS { commonNotificationAlarmClass, txInpIfNotificationPriority, txInpIfNotificationState } + STATUS current + DESCRIPTION + "Indicates the state of the information packet. + + Possible values: + off(2) - + fault(3) + warning(4) + ok(5) + + Notification class: warning" + ::= { rsXx9TxNotifications 3004 } + + + txInpIfIpPacketLength NOTIFICATION-TYPE + OBJECTS { commonNotificationAlarmClass, txInpIfNotificationPriority, txInpIfNotificationState } + STATUS current + DESCRIPTION + "Indicates whether the detected packet length can be used. + + Possible values: + warning(4) + ok(5) + + Notification class: warning" + ::= { rsXx9TxNotifications 3005 } + + + txInpIfTsState NOTIFICATION-TYPE + OBJECTS { commonNotificationAlarmClass, txInpIfNotificationPriority, txInpIfNotificationState } + STATUS current + DESCRIPTION + "Indicates whether a valid serial data stream is fed + to the transmitter via TS1/2 IN (X20/X21). + If an error is displayed here, first check the setting of the TS type (ASI/SMPTE). + + Possible values: + off(2) - no stream + fault(3) + warning(4) + ok(5) + + Notification class: warning" + ::= { rsXx9TxNotifications 3006 } + + + txInpIfTsInfoPacket NOTIFICATION-TYPE + OBJECTS { commonNotificationAlarmClass, txInpIfNotificationPriority, txInpIfNotificationState } + STATUS current + DESCRIPTION + "Indicates whether the control information required for SFN mode is + contained in the data stream. The displayed name depends on the + modulation standard. An error can also be displayed in MFN mode + if the coder settings are to be controlled automatically via the + transport stream. + + Possible values: + off(2) - not required + fault(3) + warning(4) + ok(5) + + Notification class: warning" + ::= { rsXx9TxNotifications 3007 } + + + txInpIfTsPacketLength NOTIFICATION-TYPE + OBJECTS { commonNotificationAlarmClass, txInpIfNotificationPriority, txInpIfNotificationState } + STATUS current + DESCRIPTION + "Indicates whether the detected packet length cannot be used. + + Possible values: + warning(4) + ok(5) + + Notification class: warning" + ::= { rsXx9TxNotifications 3008 } + + + txInpIfLogDatarateBufferUnderrun NOTIFICATION-TYPE + OBJECTS { commonNotificationAlarmClass, txInpIfNotificationPriority, txInpIfNotificationState } + STATUS current + DESCRIPTION + "Indicates a too low datarate at this Input. In + SFNs the datarate is defined by the coder + settings. In MFNs the Input datarate might + be lower, but must not exceed the minimum + defined datarate by coder settings over a + longer period. + + Possible values: + off(2) + warning(4) + ok(5) + + Notification class: warning" + ::= { rsXx9TxNotifications 3009 } + + + txInpIfLogDatarateBufferOverflow NOTIFICATION-TYPE + OBJECTS { commonNotificationAlarmClass, txInpIfNotificationPriority, txInpIfNotificationState } + STATUS current + DESCRIPTION + "Indicates a too high datarate at this Input. In + SFNs the datarate is defined by the coder + settings. In MFNs the Input datarate must + not exceed the maximum defined datarate + by coder settings over a longer period. + + Possible values: + off(2) + warning(4) + ok(5) + + Notification class: warning" + ::= { rsXx9TxNotifications 3010 } + + + txInpIfSatInputState NOTIFICATION-TYPE + OBJECTS { commonNotificationAlarmClass, txInpIfNotificationPriority, txInpIfNotificationState } + STATUS current + DESCRIPTION + "Indicates whether a valid data stream is fed to the transmitter via the SAT feed. + + Possible values: + off(2) - no stream + fault(3) + warning(4) + ok(5)" + ::= { rsXx9TxNotifications 3011 } + + + txInpIfSatInfoPacket NOTIFICATION-TYPE + OBJECTS { commonNotificationAlarmClass, txInpIfNotificationPriority, txInpIfNotificationState } + STATUS current + DESCRIPTION + "Indicates the state of the information packet. + + Possible values: + off(2) - not required + fault(3) + warning(4) + ok(5)" + ::= { rsXx9TxNotifications 3012 } + + + txInpIfSatPacketLength NOTIFICATION-TYPE + OBJECTS { commonNotificationAlarmClass, txInpIfNotificationPriority, txInpIfNotificationState } + STATUS current + DESCRIPTION + "Indicates whether the detected packet length cannot be used. + + Possible values: + warning(4) + ok(5)" + ::= { rsXx9TxNotifications 3013 } + + + txInpIfSatTransponderLocked NOTIFICATION-TYPE + OBJECTS { commonNotificationAlarmClass, txInpIfNotificationPriority, txInpIfNotificationState } + STATUS current + DESCRIPTION + "Indicates if the DVB-S/S2 Receiver has locked to a signal. + + Possible values: + warning(4) + ok(5)" + ::= { rsXx9TxNotifications 3014 } + + + txInpIfSatIpOutput NOTIFICATION-TYPE + OBJECTS { commonNotificationAlarmClass, txInpIfNotificationPriority, txInpIfNotificationState } + STATUS current + DESCRIPTION + "Description." + ::= { rsXx9TxNotifications 3015 } + + + txInpIfSatReceiverState NOTIFICATION-TYPE + OBJECTS { commonNotificationAlarmClass, txInpIfNotificationPriority, txInpIfNotificationState } + STATUS current + DESCRIPTION + "Description. + + Possible values: + off(2) + fault(3) + warning(4) + ok(5)" + ::= { rsXx9TxNotifications 3016 } + + + txInpIfSatBtsStatus NOTIFICATION-TYPE + OBJECTS { commonNotificationAlarmClass, txInpIfNotificationPriority, txInpIfNotificationState } + STATUS current + DESCRIPTION + "Description. + + Possible values: + off(2) + fault(3) + option not installed(4) + ok(5) + + Notification class: info" + ::= { rsXx9TxNotifications 3017 } + + + txInpIfSatDriftStatus NOTIFICATION-TYPE + OBJECTS { commonNotificationAlarmClass, txInpIfNotificationPriority, txInpIfNotificationState } + STATUS current + DESCRIPTION + "Indicates a warning when the difference between transponder frequency + and receive frequency (tuner frequency) is too high. + + Possible values: + off(2) + warning(4) + ok(5) + " + ::= { rsXx9TxNotifications 3018 } + + + txInpIfSatLinkMarginStatus NOTIFICATION-TYPE + OBJECTS { commonNotificationAlarmClass, txInpIfNotificationPriority, txInpIfNotificationState } + STATUS current + DESCRIPTION + "Indicates whether the attenuation is low enough for failure-free operation. + The thresholds for generating a warning or a fault can be adjusted. + + Possible values: + off(2) + fault(3) + warning(4) + ok(5) + " + ::= { rsXx9TxNotifications 3019 } + + + txInpIfSatCarrierNoiseStatus NOTIFICATION-TYPE + OBJECTS { commonNotificationAlarmClass, txInpIfNotificationPriority, txInpIfNotificationState } + STATUS current + DESCRIPTION + "Indicates whether the current carrier to noise ratio is below the warning limit. + + Possible values: + off(2) + fault(3) + warning(4) + ok(5) + " + ::= { rsXx9TxNotifications 3020 } + + + txInpIfSatStreamTsIdMatch NOTIFICATION-TYPE + OBJECTS { commonNotificationAlarmClass, txTransmitterNotificationPriority, txTransmitterNotificationState } + STATUS current + DESCRIPTION + "Indicates whether the current TS ID is equal to the expected TS ID. + Changing the ID in transport stream leads to a warning. + Setting the expected TS ID to zero suppresses a warning. + + " + ::= { rsXx9TxNotifications 3021 } + + + txInpAuto1Active NOTIFICATION-TYPE + OBJECTS { commonNotificationAlarmClass, txInpAutoNotificationPriority, txInpAutoNotificationState } + STATUS current + DESCRIPTION + "Shows whether input1 or input2 is used for RF modulation. + + Possible values: + off(2) - input2 is active + ok(5) - input1 is active + + Notification class: info" + ::= { rsXx9TxNotifications 4000 } + + + txInpAutoState NOTIFICATION-TYPE + OBJECTS { commonNotificationAlarmClass, txInpAutoNotificationPriority, txInpAutoNotificationState } + STATUS current + DESCRIPTION + "Indicates the state of the automatic input signal + switchover function. + + Possible values: + off(2) - The automatic switchover function is not enabled. + warning(4) - The automatic switchover function has switched over + from the preferred input to the standby input. + ok(5) - The automatic switchover function is ready to switch + the current input over to the input currently not in + use as soon as the input signal of the current input fails. + + Notification class: warning" + ::= { rsXx9TxNotifications 4001 } + + + txFrqRegSummary NOTIFICATION-TYPE + OBJECTS { commonNotificationAlarmClass, txFrqRegNotificationPriority, txFrqRegNotificationState } + STATUS current + DESCRIPTION + "Indicates the state of the reference used. + In single-frequency networks, a failure of the reference + can cause a malfunction and thus replacement of the exciter. + + Possible values: + off(2) - txFrqRegSetupSource is manual(1) + fault(3) + warning(4) + ok(5) + + Notification class: warning" + ::= { rsXx9TxNotifications 5000 } + + + txFrqRegCurrentSource NOTIFICATION-TYPE + OBJECTS { commonNotificationAlarmClass, txFrqRegNotificationPriority, txFrqRegNotificationState } + STATUS current + DESCRIPTION + "Quality of current reference source. + + Possible values: + off(2) - no signal + fault(3) - missing + warning(4) - inaccurate + ok(5) - good + + Notification class: warning" + ::= { rsXx9TxNotifications 5001 } + + + txFrqRegSourceExtRef NOTIFICATION-TYPE + OBJECTS { commonNotificationAlarmClass, txFrqRegNotificationPriority, txFrqRegNotificationState } + STATUS current + DESCRIPTION + "Indicates whether a reference signal is present + at the REF_IN (X64) jack at the TCE. + + Possible values: + off(2) - no signal + fault(3) - missing + warning(4) - inaccurate + ok(5) - good + + Notification class: warning" + ::= { rsXx9TxNotifications 5002 } + + + txFrqRegSourceExtPPS NOTIFICATION-TYPE + OBJECTS { commonNotificationAlarmClass, txFrqRegNotificationPriority, txFrqRegNotificationState } + STATUS current + DESCRIPTION + "Indicates whether a seconds pulse is present + at the 1PPS_IN (X23) jack at the TCE. + + Possible values: + off(2) - no signal + fault(3) - missing + warning(4) - inaccurate + ok(5) - good + + Notification class: warning" + ::= { rsXx9TxNotifications 5003 } + + + txFrqRegSourceIntGPS NOTIFICATION-TYPE + OBJECTS { commonNotificationAlarmClass, txFrqRegNotificationPriority, txFrqRegNotificationState } + STATUS current + DESCRIPTION + "Quality of the internal GPS reference source. + + Possible values: + off(2) - no signal + fault(3) - missing + warning(4) - inaccurate + ok(5) - good + + Notification class: warning" + ::= { rsXx9TxNotifications 5004 } + + + txSfnSummary NOTIFICATION-TYPE + OBJECTS { commonNotificationAlarmClass, txSfnNotificationPriority, txSfnNotificationState } + STATUS current + DESCRIPTION + "Time synchronization summary. + Contains: time reference, time information, mode state + + Possible values: + off(2) + warning(4) + ok(5) - on + + Notification class: warning" + ::= { rsXx9TxNotifications 6000 } + + + txPrecorrLinSummary NOTIFICATION-TYPE + OBJECTS { commonNotificationAlarmClass, txPrecorrNotificationPriority, txPrecorrNotificationState } + STATUS current + DESCRIPTION + "Linear precorrection summary state. + + Possible values: + off(2) + warning(4) + ok(5) + + Notification class: warning" + ::= { rsXx9TxNotifications 8000 } + + + txPrecorrNonLinSummary NOTIFICATION-TYPE + OBJECTS { commonNotificationAlarmClass, txPrecorrNotificationPriority, txPrecorrNotificationState } + STATUS current + DESCRIPTION + "Non linear precorrection summary state. + + Possible values: + off(2) + warning(4) + ok(5) + + Notification class: warning" + ::= { rsXx9TxNotifications 8001 } + + + txPrecorrMerState NOTIFICATION-TYPE + OBJECTS { commonNotificationAlarmClass, txPrecorrNotificationPriority, txPrecorrNotificationState } + STATUS current + DESCRIPTION + "Description." + ::= { rsXx9TxNotifications 8002 } + + + txOstSummary NOTIFICATION-TYPE + OBJECTS { commonNotificationAlarmClass, txOstNotificationPriority, txOstNotificationState } + STATUS current + DESCRIPTION + "Output stage summary state. + + Possible values: + off(2) + fault(3) + warning(4) + ok(5) + + Notification class: fault" + ::= { rsXx9TxNotifications 9000 } + + + txAmpSummary NOTIFICATION-TYPE + OBJECTS { commonNotificationAlarmClass, txAmpNotificationPriority, txAmpNotificationState } + STATUS current + DESCRIPTION + "Amplifier summary state. + + Possible values: + off(2) + fault(3) + warning(4) + ok(5) + + Notification class: fault" + ::= { rsXx9TxNotifications 10000 } + + + txAmpRfPowerFail NOTIFICATION-TYPE + OBJECTS { commonNotificationAlarmClass, txAmpNotificationPriority, txAmpNotificationState } + STATUS current + DESCRIPTION + " Indicates that the output power of the amplifier is more than + 3 dB below the reference value. + + Possible values: + off(2) - RF power ok + fault(3) - the output power of the amplifier is more than + 3 dB below the reference value. + + Notification class: fault" + ::= { rsXx9TxNotifications 10001 } + + + txAmpReflection NOTIFICATION-TYPE + OBJECTS { commonNotificationAlarmClass, txAmpNotificationPriority, txAmpNotificationState } + STATUS current + DESCRIPTION + "Indicates whether reflection at the RF output is becoming too great. + In this case, the antenna as well as the link between the amplifiers + and the antenna via the combiners and output-stage switches + (if present) must be checked. + + Possible values: + off(2) + warning(4) - reflection at the RF output is too great + + Notification class: warning" + ::= { rsXx9TxNotifications 10002 } + + + txAmpSupplyFail NOTIFICATION-TYPE + OBJECTS { commonNotificationAlarmClass, txAmpNotificationPriority, txAmpNotificationState } + STATUS current + DESCRIPTION + "Indicates whether the internal power supply units are functioning correctly. + + Possible values: + off(2) - internal power supply units are functioning correctly + fault(3) + + Notification class: fault" + ::= { rsXx9TxNotifications 10003 } + + + txAmpRfInFail NOTIFICATION-TYPE + OBJECTS { commonNotificationAlarmClass, txAmpNotificationPriority, txAmpNotificationState } + STATUS current + DESCRIPTION + "Indicates that the amplifier is receiving an input signal, + the level of which is too low. + + - If this message occurs at all amplifiers at the same time, + the fault is located at the exciter switch, splitter or exciter. + - If this fault occurs at only some of the amplifiers, the + output level of the exciters and splitter must be checked. + - If the fault occurs at only one amplifier, the self-engaging + connector of the RF signal on the rear panel of the amplifier + must be checked for mechanical damage. + + Possible values: + off(2) + warning(4) - the amplifier is receiving an input signal, + the level of which is too low + + Notification class: warning" + ::= { rsXx9TxNotifications 10004 } + + + txAmpMute NOTIFICATION-TYPE + OBJECTS { commonNotificationAlarmClass, txAmpNotificationPriority, txAmpNotificationState } + STATUS current + DESCRIPTION + "Indicates that the amplifier is suppressing its output signal. + This indicator appears in the following cases: + - No input signal + - During bias adjustment + - An external absorber signals that it is overheating. + + Possible values: + off(2) + warning(4) - the amplifier is suppressing its output signal + + Notification class: warning" + ::= { rsXx9TxNotifications 10005 } + + + txAmpTemperatureFail NOTIFICATION-TYPE + OBJECTS { commonNotificationAlarmClass, txAmpNotificationPriority, txAmpNotificationState } + STATUS current + DESCRIPTION + "Indicates that the amplifier is overheating internally. + - With liquid-cooled amplifiers, this fault can occur if + the stop valves have been closed inadvertently. + - With air-cooled amplifiers, it must be checked whether + the air inflow or outflow is obstructed or the inflow air + temperature is too high. + + Possible values: + off(2) + fault(3) - the amplifier is overheating internally + + Notification class: fault" + ::= { rsXx9TxNotifications 10006 } + + + txAmpTransistorFail NOTIFICATION-TYPE + OBJECTS { commonNotificationAlarmClass, txAmpNotificationPriority, txAmpNotificationState } + STATUS current + DESCRIPTION + "Indicates that one or more driver or power transistors are defective. + Only personnel with the relevant special service training are + permitted to change the transistors. + + Possible values: + off(2) + fault(3) - one or more driver or power transistors are defective + + Notification class: fault" + ::= { rsXx9TxNotifications 10007 } + + + txAmpRegulationFail NOTIFICATION-TYPE + OBJECTS { commonNotificationAlarmClass, txAmpNotificationPriority, txAmpNotificationState } + STATUS current + DESCRIPTION + "This error occurs if the internal power regulation of the amplifier + reaches the limit of its control range. This indicates one or more + defective power transistors. + + Possible values: + off(2) + fault(3) - the internal power regulation of the amplifier + reaches the limit of its control range + + Notification class: fault" + ::= { rsXx9TxNotifications 10008 } + + + txAmpAcFail NOTIFICATION-TYPE + OBJECTS { commonNotificationAlarmClass, txAmpNotificationPriority, txAmpNotificationState } + STATUS current + DESCRIPTION + "indicates if one of the power supplies are faulty. + A fault can only be indicated if the RF of transmitter + is switched on (Program=On). + + Possible values: + off(2) + warning(4) - one of the power supplies is faulty + + Notification class: warning" + ::= { rsXx9TxNotifications 10009 } + + + txAmpDcFail NOTIFICATION-TYPE + OBJECTS { commonNotificationAlarmClass, txAmpNotificationPriority, txAmpNotificationState } + STATUS current + DESCRIPTION + "Indicates whether one of the internal power supply units of the amplifier + is faulty (e.g. no DC voltage is being delivered). Detection of a fault is + only possible if the RF of the transmitter has been switched on (Program=On). + + Possible values: + off(2) + fault(3) - one of the internal power supply units of the amplifier is faulty + + Notification class: fault" + ::= { rsXx9TxNotifications 10010 } + + + txAmpDriverFail NOTIFICATION-TYPE + OBJECTS { commonNotificationAlarmClass, txAmpNotificationPriority, txAmpNotificationState } + STATUS obsolete + DESCRIPTION + "indicates that the driver transistors are damaged. + If this error occurs the amplifier has to be repaired + by trained service personnel + + Possible values: + off(2) + fault(3) - the driver transistors are damaged + + Notification class: fault" + ::= { rsXx9TxNotifications 10011 } + + + txAmpLink NOTIFICATION-TYPE + OBJECTS { commonNotificationAlarmClass, txAmpNotificationPriority, txAmpNotificationState } + STATUS current + DESCRIPTION + "status of the communication link to the TCE900. + + Possible values: + warning(4) - communication link is not ok + ok(5) - communication link is ok + + Notification class: warning" + ::= { rsXx9TxNotifications 10012 } + + + txAmpBiasFail NOTIFICATION-TYPE + OBJECTS { commonNotificationAlarmClass, txAmpNotificationPriority, txAmpNotificationState } + STATUS current + DESCRIPTION + "Indicates a fault if the quiescent current of one or more transistors + cannot be adjusted. + + Possible values: + off(2) - Amplifier error: There is a technical fault in the amplifier; + the amplifier should be replaced. + fault(3) - Adjustment has been aborted because a constant temperature has not + settled in the amplifier. In this case, adjustment should be started + again immediately after the fault has occurred. + warning(4) - Adjust error: There is a technical fault in the amplifier; + the amplifier should be replaced. + ok(5) - Automatic quiescent current adjustment has been performed properly. + + Notification class: warning" + ::= { rsXx9TxNotifications 10013 } + + + txAmpInitFail NOTIFICATION-TYPE + OBJECTS { commonNotificationAlarmClass, txAmpNotificationPriority, txAmpNotificationState } + STATUS current + DESCRIPTION + "Indicates a fault if the amplifier detects an internal fault at power ON. + If other faults are indicated at the same time, the cause of these + faults must be rectified first. If the InitFail fault still exists after + other faults have been rectified, the amplifier must be replaced. + + Possible values: + off(2) + fault(3) - the amplifier detects an internal fault at power ON + + Notification class: warning" + ::= { rsXx9TxNotifications 10014 } + + + txAmpAbsorberFail NOTIFICATION-TYPE + OBJECTS { commonNotificationAlarmClass, txAmpNotificationPriority, txAmpNotificationState } + STATUS current + DESCRIPTION + "This warning is shown if overheating of a rack absorber is detected. + Normally, this warning is signaled by all amplifiers of a transmitter + simultaneously. If the warning is signaled by only one amplifier, + check the rack wiring. + + Possible values: + off(2) + warning(4) - overheating of a rack absorber is detected + + Notification class: warning" + ::= { rsXx9TxNotifications 10015 } + + + txAmpOn NOTIFICATION-TYPE + OBJECTS { commonNotificationAlarmClass, txAmpNotificationPriority, txAmpNotificationState } + STATUS current + DESCRIPTION + "Indicates whether the amplifier has been switched on or off. + + Possible values: + off(2) + ok(5) + + Notification class: fault" + ::= { rsXx9TxNotifications 10016 } + + + txAmpBlocking NOTIFICATION-TYPE + OBJECTS { commonNotificationAlarmClass, txAmpNotificationPriority, txAmpNotificationState } + STATUS current + DESCRIPTION + " + + Possible values: + off(2) + fault(3) + + Notification class: fault" + ::= { rsXx9TxNotifications 10017 } + + + txSwiCoSummary NOTIFICATION-TYPE + OBJECTS { commonNotificationAlarmClass, txSwiCoNotificationPriority, txSwiCoNotificationState } + STATUS current + DESCRIPTION + "shows state of Switchless Combiner + Possible values: + off(2) + warn(4) + ok(5) + + Notification class: fault" + ::= { rsXx9TxNotifications 11000 } + + + txSwiCoHwLink NOTIFICATION-TYPE + STATUS current + DESCRIPTION + "Indicates whether there are data communications between the + transmitter and switchless combiner. + + Possible values: + off(2) - no connection to RCB + warn(4) - no connection to potentiometer + ok(5) - OK + + Notification class: warning" + ::= { rsXx9TxNotifications 11001 } + + + txSwiCoHwWarn NOTIFICATION-TYPE + STATUS current + DESCRIPTION + "Indicates whether the switchless combiner signals a warning. This + indication is identical to the indication on the control panel of the + switchless combiner. + + Possible values: + off(2) - no connection to RCB + warn(4) - no connection to potentiometer + ok(5) - OK + + Notification class: warning" + ::= { rsXx9TxNotifications 11002 } + + + txSwiCoHwFault NOTIFICATION-TYPE + STATUS current + DESCRIPTION + "Indicates whether the switchless combiner signals an error. This + indication is identical to the indication on the control panel of the + switchless combiner. + + Possible values: + off(2) - no connection to RCB + warn(4) - no connection to potentiometer + ok(5) - OK + + Notification class: warning" + ::= { rsXx9TxNotifications 11003 } + + + txSwiCoHwLocal NOTIFICATION-TYPE + STATUS current + DESCRIPTION + "Indicates whether the switchless combiner is in Local mode or Remote mode. + For the control to work, the switchless combiner has to be in Remote mode. + + Possible values: + off(2) - no connection to RCB + warn(4) - switchless combiner in local state + ok(5) - OK, switchless combiner in remote state + + Notification class: warning" + ::= { rsXx9TxNotifications 11004 } + + + txSwiCoRcbFail NOTIFICATION-TYPE + OBJECTS { commonNotificationAlarmClass, txSwiCoNotificationPriority, txSwiCoNotificationState } + STATUS current + DESCRIPTION + "Indicates whether the redundancy control board in the TCE900 system + control functions without errors. + + Possible values: + fault(3) + warning(4) + ok(5) + + Notification class: warning" + ::= { rsXx9TxNotifications 11005 } + + + txSwiCoRfProbeFail NOTIFICATION-TYPE + OBJECTS { commonNotificationAlarmClass, txSwiCoNotificationPriority, txSwiCoNotificationState } + STATUS current + DESCRIPTION + "Indicates whether the test point at the antenna output functions. + + Possible values: + fault(3) + warning(4) - warning or no link + ok(5) + + Notification class: warning" + ::= { rsXx9TxNotifications 11006 } + + + txSwiCoRegulationSummary NOTIFICATION-TYPE + OBJECTS { commonNotificationAlarmClass, txSwiCoNotificationPriority, txSwiCoNotificationState } + STATUS current + DESCRIPTION + "shows the regulation state of Switchless Combiner + Possible values: + fault(3) + warning(4) - warning or no link + ok(5) + + Notification class: warning" + ::= { rsXx9TxNotifications 11007 } + + + txRfSensorLinkStatus NOTIFICATION-TYPE + OBJECTS { commonNotificationAlarmClass, txTransmitterNotificationPriority, txTransmitterNotificationState } + STATUS current + DESCRIPTION + "A communication fault to RF Sensor is detected. + The CAN bus connection between sensor and + TCE900 should be checked. + + Possible values: + fault(3) - not connected + ok(5) - ok + + Notification class: warning" + ::= { rsXx9TxNotifications 12000 } + + + txRfSensorCalibrated NOTIFICATION-TYPE + STATUS current + DESCRIPTION + "The RF sensor is not calibrated. In multi-standard transmitters + the rf sensor has to be calibrated for each tv standard seperately" + ::= { rsXx9TxNotifications 12001 } + + + rsXx9TxObjects OBJECT IDENTIFIER ::= { rsXx9Tx 1 } + + + txTransmitter OBJECT IDENTIFIER ::= { rsXx9TxObjects 1 } + + + txTransmitterNotificationTable OBJECT-TYPE + SYNTAX SEQUENCE OF TxTransmitterNotificationEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "The context information/configuration for the + general transmitter status notifications." + ::= { txTransmitter 1 } + + + txTransmitterNotificationEntry OBJECT-TYPE + SYNTAX TxTransmitterNotificationEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "An entry in the txGeneralNotificationTable." + INDEX { txTransmitterNotificationTxIdx, txTransmitterNotificationIdx } + ::= { txTransmitterNotificationTable 1 } + + + TxTransmitterNotificationEntry ::= + SEQUENCE { + txTransmitterNotificationTxIdx + IndexTransmitter, + txTransmitterNotificationIdx + Unsigned32, + txTransmitterNotificationName + INTEGER, + txTransmitterNotificationMask + NotificationMask, + txTransmitterNotificationPriority + NotificationPriority, + txTransmitterNotificationState + NotificationState + } + + txTransmitterNotificationTxIdx OBJECT-TYPE + SYNTAX IndexTransmitter + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "The transmitter index." + ::= { txTransmitterNotificationEntry 1 } + + + txTransmitterNotificationIdx OBJECT-TYPE + SYNTAX Unsigned32 (1..10 | 1000..1004 | 1500..1504) + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "The notification number as below rsXx9TxNotifications. + This is a helper column and therefore not-accessible." + ::= { txTransmitterNotificationEntry 2 } + + + txTransmitterNotificationName OBJECT-TYPE + SYNTAX INTEGER + { + txSummary(1), + txRF(2), + txReflection(3), + txRfSensorSummary(4), + txLocal(5), + txExciterAutomaticOn(6), + txExciterAutomaticReady(7), + txExciterAutomaticSwitchedOver(8), + txExciterAutomaticRfSwitchSummary(9), + txExciterAutomaticSummary(10), + txActiveReserveExcAutoOn(1000), + txActiveReserveExcAutoReady(1001), + txActiveReserveExcAutoSwitchedOver(1002), + txActiveReserveExcAutoRfSwitchSummary(1003), + txActiveReserveExcAutoSummary(1004), + txActiveReserveOstAutoOn(1500), + txActiveReserveOstAutoReady(1501), + txActiveReserveOstAutoSwitchedOver(1502), + txActiveReserveOstAutoRfSwitchSummary(1503), + txActiveReserveOstAutoSummary(1504) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The notification number as an enumeration. + The enumeration correlates with the notifications under rsXx9TxNotifications." + ::= { txTransmitterNotificationEntry 3 } + + + txTransmitterNotificationMask OBJECT-TYPE + SYNTAX NotificationMask + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "See textual convention for details." + ::= { txTransmitterNotificationEntry 4 } + + + txTransmitterNotificationPriority OBJECT-TYPE + SYNTAX NotificationPriority + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "See textual convention for details." + ::= { txTransmitterNotificationEntry 5 } + + + txTransmitterNotificationState OBJECT-TYPE + SYNTAX NotificationState + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "See textual convention for details." + ::= { txTransmitterNotificationEntry 6 } + + + txTransmitterCommandsTable OBJECT-TYPE + SYNTAX SEQUENCE OF TxTransmitterCommandsEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "General transmitter settings." + ::= { txTransmitter 2 } + + + txTransmitterCommandsEntry OBJECT-TYPE + SYNTAX TxTransmitterCommandsEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "An entry in the txGeneralCommandsTable table." + INDEX { txTransmitterNotificationTxIdx } + ::= { txTransmitterCommandsTable 1 } + + + TxTransmitterCommandsEntry ::= + SEQUENCE { + txTransCmdReset + Trigger, + txTransCmdOperationMode + SwitchOnOff, + txTransCmdNominalPower + Unsigned32, + txTransCmdReserveOpMode + SwitchOnOff, + txTransCmdChangeModulation + Xx9ModulationMode, + txTransCmdReflectionCheck + INTEGER, + txTransCmdPrgOnAfterSumFault + TruthValue, + txTransCmdWarnOnDohertyMismatch + SwitchOnOff + } + + txTransCmdReset OBJECT-TYPE + SYNTAX Trigger + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Switch used to reset all faults stored in the transmitter. + Stored faults are: Reflection Fail. Resetting stored faults can cause + automatic redundancy functions, which are currently in the + switched-over state, to switch back to their original preselected state. + " + ::= { txTransmitterCommandsEntry 1 } + + + txTransCmdOperationMode OBJECT-TYPE + SYNTAX SwitchOnOff + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Switch used to switch the components in the program path of the + transmitter on and off. + " + ::= { txTransmitterCommandsEntry 2 } + + + txTransCmdNominalPower OBJECT-TYPE + SYNTAX Unsigned32 + UNITS "milli W" + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "The nominal power of the transmitter must be set here. + The nominal power is defined by the number and type of + amplifiers as well as by the used TV standard. + " + ::= { txTransmitterCommandsEntry 3 } + + + txTransCmdReserveOpMode OBJECT-TYPE + SYNTAX SwitchOnOff + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Switch used to switch all components in the standby path of the + transmitter on and off. + (standby exciter with 'dual drive' redundancy concept and standby + output stage with 'active PA Reserve' redundancy concept). + " + ::= { txTransmitterCommandsEntry 4 } + + + txTransCmdChangeModulation OBJECT-TYPE + SYNTAX Xx9ModulationMode + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Changes the modulation mode of the transmitter (without rebootint). + Get requests will return none(2). + A Set request with the desired modulation mode does trigger a modulation mode switch. + A modulation mode switch does only happen, if the mode is switching to one of the + preconfigured modulation modes (txTransStPrimaryModMode or txTransStPrimaryModMode). " + ::= { txTransmitterCommandsEntry 5 } + + + txTransCmdReflectionCheck OBJECT-TYPE + SYNTAX INTEGER + { + keepRfOff(1), + checkThreeTimes(2) + } + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Description." + ::= { txTransmitterCommandsEntry 6 } + + + txTransCmdPrgOnAfterSumFault OBJECT-TYPE + SYNTAX TruthValue + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Description." + ::= { txTransmitterCommandsEntry 7 } + + + txTransCmdWarnOnDohertyMismatch OBJECT-TYPE + SYNTAX SwitchOnOff + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Description. + + only has an effect on transmitters with doherty amplifiers." + ::= { txTransmitterCommandsEntry 8 } + + + txTransmitterStateTable OBJECT-TYPE + SYNTAX SEQUENCE OF TxTransmitterStateEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "General transmitter status." + ::= { txTransmitter 3 } + + + txTransmitterStateEntry OBJECT-TYPE + SYNTAX TxTransmitterStateEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "An entry in the txTransmitterStateTable." + INDEX { txTransmitterNotificationTxIdx } + ::= { txTransmitterStateTable 1 } + + + TxTransmitterStateEntry ::= + SEQUENCE { + txTransStForwardPower + Unsigned32, + txTransStReflectedPower + Unsigned32, + txTransStModulationMode + Xx9ModulationMode, + txTransStPrimaryModMode + Xx9ModulationMode, + txTransStSecondaryModMode + Xx9ModulationMode, + txTransStPaEfficiency + Integer32 + } + + txTransStForwardPower OBJECT-TYPE + SYNTAX Unsigned32 + UNITS "milli W" + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Forward power of the transmitter." + ::= { txTransmitterStateEntry 1 } + + + txTransStReflectedPower OBJECT-TYPE + SYNTAX Unsigned32 + UNITS "milli W" + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Reflected power of the transmitter." + ::= { txTransmitterStateEntry 2 } + + + txTransStModulationMode OBJECT-TYPE + SYNTAX Xx9ModulationMode + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Modulation mode of the transmitter." + ::= { txTransmitterStateEntry 3 } + + + txTransStPrimaryModMode OBJECT-TYPE + SYNTAX Xx9ModulationMode + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Configured primary modulation mode of the transmitter." + ::= { txTransmitterStateEntry 4 } + + + txTransStSecondaryModMode OBJECT-TYPE + SYNTAX Xx9ModulationMode + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Configured secondary modulation mode of the transmitter." + ::= { txTransmitterStateEntry 5 } + + + txTransStPaEfficiency OBJECT-TYPE + SYNTAX Integer32 (-999..999) + UNITS "per mille" + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Shows efficiency of all amplifiers + (including loss of combiners + but without power consumption of + TCE900 and cooling system) + + values <0 are invalid, because + PA-efficiency could not be calculated" + ::= { txTransmitterStateEntry 6 } + + + txExciterAutomaticTable OBJECT-TYPE + SYNTAX SEQUENCE OF TxExciterAutomaticEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "Exciter automatic configuration and status." + ::= { txTransmitter 4 } + + + txExciterAutomaticEntry OBJECT-TYPE + SYNTAX TxExciterAutomaticEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "An entry in the txExciterAutomaticTable." + INDEX { txTransmitterNotificationTxIdx } + ::= { txExciterAutomaticTable 1 } + + + TxExciterAutomaticEntry ::= + SEQUENCE { + txExcAutoOperationMode + SwitchOnOff, + txExciterAutomaticMode + AutomaticMode, + txExcAutoGuardTime + Unsigned32, + txExcAutoPreselectExcA + Trigger, + txExcAutoPreselectExcB + Trigger, + txExcAutoPreselected + IndexAB, + txExcAutoRfSwitchPosition + IndexAB + } + + txExcAutoOperationMode OBJECT-TYPE + SYNTAX SwitchOnOff + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Switches the automatic exciter switchover on and off. " + ::= { txExciterAutomaticEntry 1 } + + + txExciterAutomaticMode OBJECT-TYPE + SYNTAX AutomaticMode + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Determines the behavior after successfully switching over to a + standby exciter. + + singleShot(2) - The selector of the automatic exciter switchover + remains fixed on the standby exciter until either the preselection + of the exciter is pressed again or the 'Reset Faults Transmitter' + button is pressed. + severalTimes(1) - The automatic switchover automatically switches + back to the preselected exciter as soon as the standby exciter + signals an error and the preselected exciter is operational again. + " + ::= { txExciterAutomaticEntry 2 } + + + txExcAutoGuardTime OBJECT-TYPE + SYNTAX Unsigned32 (1..60) + UNITS "second" + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Indicates the configured checkout time which must elapse before + being able to switch to another exciter. This can be used to make + sure that short-term errors do not immediately cause a switchover. + The Guard Time is also effective for switching over to the + preselected exciter in the 'Multiple Switch' switch mode. The + setting can be changed here. + " + ::= { txExciterAutomaticEntry 3 } + + + txExcAutoPreselectExcA OBJECT-TYPE + SYNTAX Trigger + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Preselect exciter A." + ::= { txExciterAutomaticEntry 4 } + + + txExcAutoPreselectExcB OBJECT-TYPE + SYNTAX Trigger + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Preselect exciter B." + ::= { txExciterAutomaticEntry 5 } + + + txExcAutoPreselected OBJECT-TYPE + SYNTAX IndexAB + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The preselected exciter. + + Indicates which exciter has been preselected for operation. + If the 'Switch Mode' of the automatic switchover function is + configured to 'Single Switch' and the exciter switched over, + the switchover can be undone by selecting the preselected + exciter again. + " + ::= { txExciterAutomaticEntry 6 } + + + txExcAutoRfSwitchPosition OBJECT-TYPE + SYNTAX IndexAB + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The active exciter." + ::= { txExciterAutomaticEntry 7 } + + + txActiveReserve OBJECT IDENTIFIER ::= { txTransmitter 5 } + + + txActiveReserveExciterTable OBJECT-TYPE + SYNTAX SEQUENCE OF TxActiveReserveExciterEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "Description." + ::= { txActiveReserve 1 } + + + txActiveReserveExciterEntry OBJECT-TYPE + SYNTAX TxActiveReserveExciterEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "Description." + INDEX { txTransmitterNotificationTxIdx } + ::= { txActiveReserveExciterTable 1 } + + + TxActiveReserveExciterEntry ::= + SEQUENCE { + txArExcAutomaticOperationMode + SwitchOnOff, + txArExcAutomaticMode + AutomaticMode, + txArExcAutomaticGuardTime + Unsigned32, + txArPreselectExcA + Trigger, + txArPreselectExcB + Trigger, + txArExcPreselected + IndexAB, + txArExcSelected + INTEGER + } + + txArExcAutomaticOperationMode OBJECT-TYPE + SYNTAX SwitchOnOff + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Switches the automatic exciter switchover on and off. " + ::= { txActiveReserveExciterEntry 1 } + + + txArExcAutomaticMode OBJECT-TYPE + SYNTAX AutomaticMode + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Determines the behavior after successfully switching over to a + standby exciter. + + singleShot(2) - The automatic exciter switchover selector remains + fixed to the standby exciter until the 'Recommend Selection' button + is pressed. + severalTimes(1) - The automatic switchover automatically switches + back to the preselected exciter as soon as the standby exciter + signals an error and the preselected exciter is operational again. + " + ::= { txActiveReserveExciterEntry 2 } + + + txArExcAutomaticGuardTime OBJECT-TYPE + SYNTAX Unsigned32 (1..60) + UNITS "second" + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Indicates the configured checkout time which must elapse before + being able to switch to another exciter. This can be used to make + sure that short-term errors do not immediately cause a switchover. + The Guard Time is also effective for switching over to the preselected + exciter in the 'Multiple Switch' switch mode. The setting can be + changed here." + ::= { txActiveReserveExciterEntry 3 } + + + txArPreselectExcA OBJECT-TYPE + SYNTAX Trigger + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Description." + ::= { txActiveReserveExciterEntry 4 } + + + txArPreselectExcB OBJECT-TYPE + SYNTAX Trigger + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Description." + ::= { txActiveReserveExciterEntry 5 } + + + txArExcPreselected OBJECT-TYPE + SYNTAX IndexAB + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Indicates which exciter has been preselected for operation. + The setting can be changed here. If the 'Switch Mode' of the + automatic switchover function is configured to 'Single Switch' + and the exciter switched over, the switchover can be undone + by selecting the preselected exciter again. + " + ::= { txActiveReserveExciterEntry 6 } + + + txArExcSelected OBJECT-TYPE + SYNTAX INTEGER + { + exciterA(1), + exciterB(2), + undefined(3) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Indicates which exciter is currently active, i.e. is working on the + antenna depending on the switch state of the automatic exciter + switchover. + " + ::= { txActiveReserveExciterEntry 7 } + + + txActiveReserveOstTable OBJECT-TYPE + SYNTAX SEQUENCE OF TxActiveReserveOstEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "Description." + ::= { txActiveReserve 2 } + + + txActiveReserveOstEntry OBJECT-TYPE + SYNTAX TxActiveReserveOstEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "Description." + INDEX { txTransmitterNotificationTxIdx } + ::= { txActiveReserveOstTable 1 } + + + TxActiveReserveOstEntry ::= + SEQUENCE { + txArOstAutomaticOperationMode + SwitchOnOff, + txArOstAutomaticMode + AutomaticMode, + txArOstAutomaticGuardTime + Unsigned32, + txArPreselectOstAOstBtoAnt + Trigger, + txArPreselectOstAOstBtoDl + Trigger, + txArPreselectOstAtoAntOstBtoDl + Trigger, + txArPreselectOstAtoDlOstBtoAnt + Trigger, + txArOstPreselected + INTEGER, + txArOstSelected + INTEGER + } + + txArOstAutomaticOperationMode OBJECT-TYPE + SYNTAX SwitchOnOff + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Switches on and off the output-stage switchover function. " + ::= { txActiveReserveOstEntry 1 } + + + txArOstAutomaticMode OBJECT-TYPE + SYNTAX AutomaticMode + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Determines the behavior after successfully removing an output + stage from the signal path. + + singleShot(2) - The output stage switch remains permanently fixed + in the new position until either the configuration of the output stage + is reset or until the 'Reset Faults Transmitter' button is pressed. + severalTimes(1) - The automatic switchover function automatically + switches the formerly defective output stage back into the signal path. + " + ::= { txActiveReserveOstEntry 2 } + + + txArOstAutomaticGuardTime OBJECT-TYPE + SYNTAX Unsigned32 (1..60) + UNITS "second" + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Indicates the configured checkout time which must elapse + before an output stage is removed from the signal path. + This can be used to make sure that short-term errors do + not cause toggling. The Guard Time is also effective in the + 'Multiple Switch' switch mode for switching over to the + preselected configuration of the output stages. The setting + can be changed here. + " + ::= { txActiveReserveOstEntry 3 } + + + txArPreselectOstAOstBtoAnt OBJECT-TYPE + SYNTAX Trigger + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Description." + ::= { txActiveReserveOstEntry 4 } + + + txArPreselectOstAOstBtoDl OBJECT-TYPE + SYNTAX Trigger + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Description." + ::= { txActiveReserveOstEntry 5 } + + + txArPreselectOstAtoAntOstBtoDl OBJECT-TYPE + SYNTAX Trigger + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Description." + ::= { txActiveReserveOstEntry 6 } + + + txArPreselectOstAtoDlOstBtoAnt OBJECT-TYPE + SYNTAX Trigger + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Description." + ::= { txActiveReserveOstEntry 7 } + + + txArOstPreselected OBJECT-TYPE + SYNTAX INTEGER + { + ostAandOstBtoAntenna(1), + ostAandOstBtoDummyload(2), + ostAtoAntennaAndOstBtoDummyload(3), + ostAtoDummyloadAndOstBtoAntenna(4) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Indicates how the two Output Stages A and B are to be + interconnected to each other." + ::= { txActiveReserveOstEntry 8 } + + + txArOstSelected OBJECT-TYPE + SYNTAX INTEGER + { + ostAandOstBtoAntenna(1), + ostAandOstBtoDummyload(2), + ostAtoAntennaAndOstBtoDummyload(3), + ostAtoDummyloadAndOstBtoAntenna(4), + undefined(5) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + " + 5=Undefined, + 1=Ost A+B->Ant, + 2=A+B->DL, + 3=A->Ant /B->DL, + 4=B->Ant /A->DL + " + ::= { txActiveReserveOstEntry 9 } + + + txExciter OBJECT IDENTIFIER ::= { rsXx9TxObjects 2 } + + + txExciterNotificationTable OBJECT-TYPE + SYNTAX SEQUENCE OF TxExciterNotificationEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "The context information/configuration for the + exciter status notifications." + ::= { txExciter 1 } + + + txExciterNotificationEntry OBJECT-TYPE + SYNTAX TxExciterNotificationEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "An entry in the txExciterNotificationTable." + INDEX { txExciterNotificationTxIdx, txExciterNotificationExcIdx, txExciterNotificationIdx } + ::= { txExciterNotificationTable 1 } + + + TxExciterNotificationEntry ::= + SEQUENCE { + txExciterNotificationTxIdx + IndexTransmitter, + txExciterNotificationExcIdx + IndexAB, + txExciterNotificationIdx + Unsigned32, + txExciterNotificationName + INTEGER, + txExciterNotificationMask + NotificationMask, + txExciterNotificationPriority + NotificationPriority, + txExciterNotificationState + NotificationState + } + + txExciterNotificationTxIdx OBJECT-TYPE + SYNTAX IndexTransmitter + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "The transmitter index." + ::= { txExciterNotificationEntry 1 } + + + txExciterNotificationExcIdx OBJECT-TYPE + SYNTAX IndexAB + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "This index distinguishes the exiters. + Necessary if you have dual drive transmitters." + ::= { txExciterNotificationEntry 2 } + + + txExciterNotificationIdx OBJECT-TYPE + SYNTAX Unsigned32 (2000..2004) + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "The notification number as below rsXx9TxNotifications. + This is a helper column and therefore not-accessible." + ::= { txExciterNotificationEntry 3 } + + + txExciterNotificationName OBJECT-TYPE + SYNTAX INTEGER + { + txExciterSummary(2000), + txExciterLoop(2001), + txExciterMute(2002), + txExciterOutputConnect(2003), + txExciterRfState(2004) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The notification number as an enumeration. + The enumeration correlates with the notifications under rsXx9TxNotifications." + ::= { txExciterNotificationEntry 4 } + + + txExciterNotificationMask OBJECT-TYPE + SYNTAX NotificationMask + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "See textual convention for details." + ::= { txExciterNotificationEntry 5 } + + + txExciterNotificationPriority OBJECT-TYPE + SYNTAX NotificationPriority + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "See textual convention for details." + ::= { txExciterNotificationEntry 6 } + + + txExciterNotificationState OBJECT-TYPE + SYNTAX NotificationState + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "See textual convention for details." + ::= { txExciterNotificationEntry 7 } + + + txExciterCommandsTable OBJECT-TYPE + SYNTAX SEQUENCE OF TxExciterCommandsEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "Exciter settings." + ::= { txExciter 2 } + + + txExciterCommandsEntry OBJECT-TYPE + SYNTAX TxExciterCommandsEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "An entry in the txExciterCommandsTable." + INDEX { txExciterNotificationTxIdx, txExciterNotificationExcIdx } + ::= { txExciterCommandsTable 1 } + + + TxExciterCommandsEntry ::= + SEQUENCE { + txExcCmdFrequency + Unsigned32, + txExcCmdModulationMode + Xx9ModulationMode, + txExcCmdRfSlope + Integer32, + txExcCmdOutputAttenuation + INTEGER, + txExcCmdLoopControl + INTEGER, + txExcCmdOperationMode + SwitchOnOff + } + + txExcCmdFrequency OBJECT-TYPE + SYNTAX Unsigned32 (87500000..108000000 | 160000000..870000000) + UNITS "Hz" + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "The transmitter frequency. + Its interpretation is modulation dependent: + DVB-T, DVB-T2, DTMB, DAB, ISDB-T - channel center frequency + ATSC - pilot carrier frequency + ATV - video carrier frequency + FM - carrier frequency + + For band II transmitters the range is 87500000 - 108000000 Hz. + For all other transmitters the range is 160000000 - 870000000 Hz." + ::= { txExciterCommandsEntry 1 } + + + txExcCmdModulationMode OBJECT-TYPE + SYNTAX Xx9ModulationMode + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Modulation mode of the exciter." + ::= { txExciterCommandsEntry 2 } + + + txExcCmdRfSlope OBJECT-TYPE + SYNTAX Integer32 (-20..20) + UNITS "centi Bel" + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Corrects a slope in amplitude spectrum. + + Not for band 2." + ::= { txExciterCommandsEntry 3 } + + + txExcCmdOutputAttenuation OBJECT-TYPE + SYNTAX INTEGER + { + dB0(1), + dB3(2), + dB6(3), + dB9(4) + } + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Used to attenuate the RF level of exciter up to 9dB: + dB0(1) - 0 dB + dB3(2) - 3 dB + dB6(3) - 6 dB + dB9(4) - 9 dB" + ::= { txExciterCommandsEntry 4 } + + + txExcCmdLoopControl OBJECT-TYPE + SYNTAX INTEGER + { + limited(1), + full(2) + } + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Description." + ::= { txExciterCommandsEntry 5 } + + + txExcCmdOperationMode OBJECT-TYPE + SYNTAX SwitchOnOff + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Switch used to switch the exciter on and off. + Directly affects the output of the exciter. + Use this command only in exciter-only configuration (no TxControl available). + misuse might lead to hardware damage. + For changing the operationMode of an exciter within a transmitter, + always prefer txTransCmdOperationMode over txExcCmdOperationMode. + " + ::= { txExciterCommandsEntry 6 } + + + txExciterStateTable OBJECT-TYPE + SYNTAX SEQUENCE OF TxExciterStateEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "Exciter status." + ::= { txExciter 3 } + + + txExciterStateEntry OBJECT-TYPE + SYNTAX TxExciterStateEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "An entry in the txExciterStateTable." + INDEX { txExciterNotificationTxIdx, txExciterNotificationExcIdx } + ::= { txExciterStateTable 1 } + + + TxExciterStateEntry ::= + SEQUENCE { + txExcStOperationOn + TruthValue + } + + txExcStOperationOn OBJECT-TYPE + SYNTAX TruthValue + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "State of exciter operation mode: + true(1) - on + false(2) - off" + ::= { txExciterStateEntry 1 } + + + txInputInterfaces OBJECT IDENTIFIER ::= { rsXx9TxObjects 3 } + + + txInpIfNotificationTable OBJECT-TYPE + SYNTAX SEQUENCE OF TxInpIfNotificationEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "The context information/configuration for the + input interface status notifications." + ::= { txInputInterfaces 1 } + + + txInpIfNotificationEntry OBJECT-TYPE + SYNTAX TxInpIfNotificationEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "An entry in the txInpIfNotificationTable." + INDEX { txInpIfNotificationTxIdx, txInpIfNotificationExcIdx, txInpIfNotificationInputIdx, txInpIfNotificationIdx } + ::= { txInpIfNotificationTable 1 } + + + TxInpIfNotificationEntry ::= + SEQUENCE { + txInpIfNotificationTxIdx + IndexTransmitter, + txInpIfNotificationExcIdx + IndexAB, + txInpIfNotificationInputIdx + INTEGER, + txInpIfNotificationIdx + Unsigned32, + txInpIfNotificationName + INTEGER, + txInpIfNotificationMask + NotificationMask, + txInpIfNotificationPriority + NotificationPriority, + txInpIfNotificationState + NotificationState + } + + txInpIfNotificationTxIdx OBJECT-TYPE + SYNTAX IndexTransmitter + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "The transmitter index." + ::= { txInpIfNotificationEntry 1 } + + + txInpIfNotificationExcIdx OBJECT-TYPE + SYNTAX IndexAB + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "This index distinguishes the exiters. + Necessary if you have dual drive transmitters." + ::= { txInpIfNotificationEntry 2 } + + + txInpIfNotificationInputIdx OBJECT-TYPE + SYNTAX INTEGER + { + input1(1), + input2(2) + } + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "Input index. + For txInpIfState(4000) it names the logical input, + for the others the physical input." + ::= { txInpIfNotificationEntry 3 } + + + txInpIfNotificationIdx OBJECT-TYPE + SYNTAX Unsigned32 (3000..3021) + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "The notification number as below rsXx9TxNotifications. + This is a helper column and therefore not-accessible." + ::= { txInpIfNotificationEntry 4 } + + + txInpIfNotificationName OBJECT-TYPE + SYNTAX INTEGER + { + txInpIfLogState(3000), + txInpIfLogInfoPacket(3001), + txInpIfLogPacketLength(3002), + txInpIfIpState(3003), + txInpIfIpInfoPacket(3004), + txInpIfIpPacketLength(3005), + txInpIfTsState(3006), + txInpIfTsInfoPacket(3007), + txInpIfTsPacketLength(3008), + txInpIfLogDatarateBufferUnderrun(3009), + txInpIfLogDatarateBufferOverflow(3010), + txInpIfSatInputState(3011), + txInpIfSatInfoPacket(3012), + txInpIfSatPacketLength(3013), + txInpIfSatTransponderLocked(3014), + txInpIfSatIpOutput(3015), + txInpIfSatReceiverState(3016), + txInpIfSatBtsStatus(3017), + txInpIfSatDriftStatus(3018), + txInpIfSatLinkMarginStatus(3019), + txInpIfSatCarrierNoiseStatus(3020), + txInpIfSatStreamTsIdMatch(3021) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The notification number as an enumeration. + The enumeration correlates with the notifications under rsXx9TxNotifications." + ::= { txInpIfNotificationEntry 5 } + + + txInpIfNotificationMask OBJECT-TYPE + SYNTAX NotificationMask + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "See textual convention for details." + ::= { txInpIfNotificationEntry 6 } + + + txInpIfNotificationPriority OBJECT-TYPE + SYNTAX NotificationPriority + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "See textual convention for details." + ::= { txInpIfNotificationEntry 7 } + + + txInpIfNotificationState OBJECT-TYPE + SYNTAX NotificationState + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "See textual convention for details." + ::= { txInpIfNotificationEntry 8 } + + + txInpGeneralSetupTable OBJECT-TYPE + SYNTAX SEQUENCE OF TxInpGeneralSetupEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "General input settings." + ::= { txInputInterfaces 2 } + + + txInpGeneralSetupEntry OBJECT-TYPE + SYNTAX TxInpGeneralSetupEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "An entry in the txInpGeneralSetupTable." + INDEX { txInpIfNotificationTxIdx, txInpIfNotificationExcIdx, txInpIfNotificationInputIdx } + ::= { txInpGeneralSetupTable 1 } + + + TxInpGeneralSetupEntry ::= + SEQUENCE { + txInpGsInputSource + INTEGER, + txInpGsMultiplexName + SnmpAdminString + } + + txInpGsInputSource OBJECT-TYPE + SYNTAX INTEGER + { + ts1(1), + ts2(2), + ip1(3), + ip2(4), + rx(5), + eti1(6), + eti2(7), + sat1(8), + sat2(9), + edi1(10), + edi2(11) + } + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Determines which physical input interface is used for + the logical input. + + Only available physical input interfaces may be chosen. + If the physical input is not available or a required option key + is missing, the chosen phyiscal input interface may not work. + This is especially important for devices with a very limited + number of inputs (e.g. TLx Basic Variant). + " + ::= { txInpGeneralSetupEntry 1 } + + + txInpGsMultiplexName OBJECT-TYPE + SYNTAX SnmpAdminString + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "An arbitrary user defined name for the multiplex + in input stream." + ::= { txInpGeneralSetupEntry 2 } + + + txInpMonitorTable OBJECT-TYPE + SYNTAX SEQUENCE OF TxInpMonitorEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "Input monitor settings." + ::= { txInputInterfaces 3 } + + + txInpMonitorEntry OBJECT-TYPE + SYNTAX TxInpMonitorEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "An entry in the txInpMonitorTable." + INDEX { txInpIfNotificationTxIdx, txInpIfNotificationExcIdx } + ::= { txInpMonitorTable 1 } + + + TxInpMonitorEntry ::= + SEQUENCE { + txInpMonitorOut + INTEGER + } + + txInpMonitorOut OBJECT-TYPE + SYNTAX INTEGER + { + undefined(1), + off(2), + activeInput(3), + logicalInput1(4), + logicalInput2(5), + testSignal(6), + fctZeroPulse(7) + } + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Selects an input signal to relay to the monitor out connector (X22). + undefined(1) must not be set. + + The admissible choices are determined by the installed input interface + and option keys. testSignal(6) is not allowed for ISDB-T transmitters. " + ::= { txInpMonitorEntry 1 } + + + txInputIpFeedTable OBJECT-TYPE + SYNTAX SEQUENCE OF TxInputIpFeedEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "IP feed parameters." + ::= { txInputInterfaces 4 } + + + txInputIpFeedEntry OBJECT-TYPE + SYNTAX TxInputIpFeedEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "An entry in the txInputIpFeedTable." + INDEX { txInpIfNotificationTxIdx, txInpIfNotificationExcIdx, txInpIfNotificationInputIdx } + ::= { txInputIpFeedTable 1 } + + + TxInputIpFeedEntry ::= + SEQUENCE { + txIpFeedDatarate + Unsigned32, + txIpFeedConnector + INTEGER, + txIpFeedStreamingMode + INTEGER, + txIpFeedStreamAddressType + InetAddressType, + txIpFeedStreamAddress + InetAddress, + txIpFeedStreamPort + Unsigned32, + txIpFeedStreamProtocol + INTEGER, + txIpFeedPacketsTotal + Counter64, + txIpFeedPacketsMissing + Counter64, + txIpFeedPacketsFixed + Counter64, + txIpFeedPacketsDuplicate + Counter64, + txIpFeedPacketsReordered + Counter64, + txIpFeedPacketsOutOfRange + Counter64, + txIpFeedLinkStatus + INTEGER + } + + txIpFeedDatarate OBJECT-TYPE + SYNTAX Unsigned32 + UNITS "bits per second" + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Indicates the total data rate (gross data rate) on the IP feed." + ::= { txInputIpFeedEntry 1 } + + + txIpFeedConnector OBJECT-TYPE + SYNTAX INTEGER + { + tsLan1(1), + tsLan2(2) + } + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Used to define the physical network interface to which the logical IP stream + is bound. Normally, the TS LAN 1 socket (X30) is coupled to IP stream 1 and + the TS LAN 2 socket (X31) to IP stream 2. This allows you to use multiple + redundant servers that can be selected automatically using the automatic + input signal switchover. However, it is also possible to feed several + multicast streams via the same physical Ethernet socket. In this case, too, + the automatic input signal switchover function can toggle automatically + between two data streams. + " + ::= { txInputIpFeedEntry 2 } + + + txIpFeedStreamingMode OBJECT-TYPE + SYNTAX INTEGER + { + uniCast(1), + multiCast(2) + } + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Determines the streaming mode." + ::= { txInputIpFeedEntry 3 } + + + txIpFeedStreamAddressType OBJECT-TYPE + SYNTAX InetAddressType + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Specifies the accepted internet address type for ipStreamAddress." + ::= { txInputIpFeedEntry 4 } + + + txIpFeedStreamAddress OBJECT-TYPE + SYNTAX InetAddress + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "If ipStreamMode is unicast(1) this object is read-only and shows the IP address + on the physical connector. + If ipStreamMode is multicast(2) this object is read-write for configuration + of the multicast source the IP address. + " + ::= { txInputIpFeedEntry 5 } + + + txIpFeedStreamPort OBJECT-TYPE + SYNTAX Unsigned32 (1..65535) + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "The port of the logical input stream." + ::= { txInputIpFeedEntry 6 } + + + txIpFeedStreamProtocol OBJECT-TYPE + SYNTAX INTEGER + { + auto(1), + udp(2), + rtp(3) + } + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "The protocol of the logical input stream." + ::= { txInputIpFeedEntry 7 } + + + txIpFeedPacketsTotal OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Total count of all received TSoverIP packets." + ::= { txInputIpFeedEntry 8 } + + + txIpFeedPacketsMissing OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Count of all missing packets." + ::= { txInputIpFeedEntry 9 } + + + txIpFeedPacketsFixed OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Count of all packets, which were reconstructed via FEC. " + ::= { txInputIpFeedEntry 10 } + + + txIpFeedPacketsDuplicate OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Cound of packets, which were received multiple times." + ::= { txInputIpFeedEntry 11 } + + + txIpFeedPacketsReordered OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Count of packets, which had to be sorted into the correct order." + ::= { txInputIpFeedEntry 12 } + + + txIpFeedPacketsOutOfRange OBJECT-TYPE + SYNTAX Counter64 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Cound of all packets, which were not in the current processing window. " + ::= { txInputIpFeedEntry 13 } + + + txIpFeedLinkStatus OBJECT-TYPE + SYNTAX INTEGER + { + undefined(1), + notPresent(2), + present(3) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Description." + ::= { txInputIpFeedEntry 14 } + + + txInputTsFeedTable OBJECT-TYPE + SYNTAX SEQUENCE OF TxInputTsFeedEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "TS feed parameters." + ::= { txInputInterfaces 5 } + + + txInputTsFeedEntry OBJECT-TYPE + SYNTAX TxInputTsFeedEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "An entry in the txInputTsFeedTable." + INDEX { txInpIfNotificationTxIdx, txInpIfNotificationExcIdx, txInpIfNotificationInputIdx } + ::= { txInputTsFeedTable 1 } + + + TxInputTsFeedEntry ::= + SEQUENCE { + txTsFeedBruttoDataRate + Unsigned32, + txTsFeedNettoDataRate + Unsigned32, + txTsFeedPacketLength + Unsigned32, + txTsFeedType + INTEGER + } + + txTsFeedBruttoDataRate OBJECT-TYPE + SYNTAX Unsigned32 + UNITS "bits per second" + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Gross data rate of the TS stream." + ::= { txInputTsFeedEntry 1 } + + + txTsFeedNettoDataRate OBJECT-TYPE + SYNTAX Unsigned32 + UNITS "bits per second" + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Net data rate (without stuffing bytes) of the TS stream. + This value is available only when txSfnTimeSyncSFN is off(2)." + ::= { txInputTsFeedEntry 2 } + + + txTsFeedPacketLength OBJECT-TYPE + SYNTAX Unsigned32 + UNITS "bytes" + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Dectected packet length of TS stream." + ::= { txInputTsFeedEntry 3 } + + + txTsFeedType OBJECT-TYPE + SYNTAX INTEGER + { + auto(1), + asi(2), + smpte(3) + } + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Used to set the data format for the data streams at X20 and X21. + auto(1) - Data format is detected automatically + asi(2) - Manual setting for an ASI transport stream + smpte(3) - Manual setting for an SMPTE transport stream" + ::= { txInputTsFeedEntry 4 } + + + txInputSatFeed OBJECT IDENTIFIER ::= { txInputInterfaces 6 } + + + txInputSatFeedTunerTable OBJECT-TYPE + SYNTAX SEQUENCE OF TxInputSatFeedTunerEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "SAT tuner parameters." + ::= { txInputSatFeed 1 } + + + txInputSatFeedTunerEntry OBJECT-TYPE + SYNTAX TxInputSatFeedTunerEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "An entry in the txInputSatFeedTunerTable" + INDEX { txInpIfNotificationTxIdx, txInpIfNotificationExcIdx, txInpIfNotificationInputIdx } + ::= { txInputSatFeedTunerTable 1 } + + + TxInputSatFeedTunerEntry ::= + SEQUENCE { + txSatTunerTransponderFreq + Counter64, + txSatTunerSignalType + SatSignalType, + txSatTunerSymbolRate + Unsigned32, + txSatTunerModulation + INTEGER, + txSatTunerCoderate + SnmpAdminString, + txSatTunerSignalStandard + SatSignalType, + txSatTunerRxPower + Integer32, + txSatTunerMeasuredTsDatarate + Unsigned32, + txSatTunerBitErrorRate + Unsigned32, + txSatTunerCarrierNoiseRatio + Integer32, + txSatTunerTsSymbolRate + Unsigned32, + txSatTunerIntermediateFreq + Counter64, + txSatTunerLinkMargin + Integer32, + txSatTunerLinkMarginWarnLimit + Integer32, + txSatTunerLinkMarginFaultLimit + Integer32, + txSatTunerCarrierNoiseWarnLimit + Integer32, + txSatTunerCarrierNoiseFaultLimit + Integer32, + txSatTunerTransponderFreqUpper32 + Unsigned32, + txSatTunerTransponderFreqLower32 + Unsigned32 + } + + txSatTunerTransponderFreq OBJECT-TYPE + SYNTAX Counter64 + UNITS "Hz" + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Description. + + range: 950000000 - 12750000000 [Hz] (equals 950 MHz - 12.75 GHz)" + ::= { txInputSatFeedTunerEntry 1 } + + + txSatTunerSignalType OBJECT-TYPE + SYNTAX SatSignalType + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Expected signal type that shall be received." + ::= { txInputSatFeedTunerEntry 2 } + + + txSatTunerSymbolRate OBJECT-TYPE + SYNTAX Unsigned32 (0..50000000) + UNITS "Sps" + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Expected symbol rate of the signal that shall + be received in kSymb/s. If 0 is entered here, + the DVB-S/S2 receiver will perform a Blind + Search and try to detected all signal parameters + automatically." + ::= { txInputSatFeedTunerEntry 3 } + + + txSatTunerModulation OBJECT-TYPE + SYNTAX INTEGER + { + undefinedMode(1), + qpsk(2), + psk8(3), + psk16(4), + psk32(5) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The detected modulation of the received signal" + ::= { txInputSatFeedTunerEntry 4 } + + + txSatTunerCoderate OBJECT-TYPE + SYNTAX SnmpAdminString (SIZE (0..16)) + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The current FEC code rate of the received signal" + ::= { txInputSatFeedTunerEntry 5 } + + + txSatTunerSignalStandard OBJECT-TYPE + SYNTAX SatSignalType + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The detected signal standard of the received signal" + ::= { txInputSatFeedTunerEntry 6 } + + + txSatTunerRxPower OBJECT-TYPE + SYNTAX Integer32 (-9000..0) + UNITS "0.01dBm" + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The current received power in 0.01 dBm" + ::= { txInputSatFeedTunerEntry 7 } + + + txSatTunerMeasuredTsDatarate OBJECT-TYPE + SYNTAX Unsigned32 + UNITS "bps" + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The measured data rate of the transport stream in Bit/s" + ::= { txInputSatFeedTunerEntry 8 } + + + txSatTunerBitErrorRate OBJECT-TYPE + SYNTAX Unsigned32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The current bit error rate." + ::= { txInputSatFeedTunerEntry 9 } + + + txSatTunerCarrierNoiseRatio OBJECT-TYPE + SYNTAX Integer32 (-300..20000) + UNITS "0.01dB" + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The current carrier-to-noise ratio in 0.01 dB." + ::= { txInputSatFeedTunerEntry 10 } + + + txSatTunerTsSymbolRate OBJECT-TYPE + SYNTAX Unsigned32 (0..50000000) + UNITS "Sps" + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The current symbol rate of the received signal + in Symb/s (including the SR offset)" + ::= { txInputSatFeedTunerEntry 11 } + + + txSatTunerIntermediateFreq OBJECT-TYPE + SYNTAX Counter64 + UNITS "Hz" + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The intermediate frequency is calculated from the LNB + Frequency and the selected Transponder Frequency." + ::= { txInputSatFeedTunerEntry 12 } + + + txSatTunerLinkMargin OBJECT-TYPE + SYNTAX Integer32 + UNITS "0.1 dB" + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The difference between the receiver's sensitivity + (i.e., the received power at which the receiver will + stop working) and the actual received power." + ::= { txInputSatFeedTunerEntry 13 } + + + txSatTunerLinkMarginWarnLimit OBJECT-TYPE + SYNTAX Integer32 (0..2000) + UNITS "0.01dB" + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Indicates the threshold for a link margin warning. " + ::= { txInputSatFeedTunerEntry 14 } + + + txSatTunerLinkMarginFaultLimit OBJECT-TYPE + SYNTAX Integer32 (0..2000) + UNITS "0.01dB" + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Indicates the threshold for a link margin fault." + ::= { txInputSatFeedTunerEntry 15 } + + + txSatTunerCarrierNoiseWarnLimit OBJECT-TYPE + SYNTAX Integer32 (0..2000) + UNITS "0.01dB" + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "When the C/N drops below this limit a warning is indicated. + " + ::= { txInputSatFeedTunerEntry 16 } + + + txSatTunerCarrierNoiseFaultLimit OBJECT-TYPE + SYNTAX Integer32 (0..2000) + UNITS "0.01dB" + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "When the C/N drops below this limit a fault is indicated. + " + ::= { txInputSatFeedTunerEntry 17 } + + + txSatTunerTransponderFreqUpper32 OBJECT-TYPE + SYNTAX Unsigned32 + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Description. + these are the upper 32bits of a 64bit value + + range: 950000000 - 12750000000 [Hz] (equals 950 MHz - 12.75 GHz)" + ::= { txInputSatFeedTunerEntry 18 } + + + txSatTunerTransponderFreqLower32 OBJECT-TYPE + SYNTAX Unsigned32 + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Description. + these are the lower 32bits of a 64bit value + + range: 950000000 - 12750000000 [Hz] (equals 950 MHz - 12.75 GHz)" + ::= { txInputSatFeedTunerEntry 19 } + + + txInputSatFeedLnbTable OBJECT-TYPE + SYNTAX SEQUENCE OF TxInputSatFeedLnbEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "SAT LNB parameters." + ::= { txInputSatFeed 2 } + + + txInputSatFeedLnbEntry OBJECT-TYPE + SYNTAX TxInputSatFeedLnbEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "An entry in the txInputSatFeedLnbTable" + INDEX { txInpIfNotificationTxIdx, txInpIfNotificationExcIdx, txInpIfNotificationInputIdx } + ::= { txInputSatFeedLnbTable 1 } + + + TxInputSatFeedLnbEntry ::= + SEQUENCE { + txSatLnbPolarization + INTEGER, + txSatLnbFreqLowBand + Counter64, + txSatLnbFreqHighBand + Counter64, + txSatLnbVoltage + INTEGER, + txSatLnbBand + INTEGER, + txSatLnbFreqCBand + Counter64, + txSatLnb22kHzSignal + SwitchOnOff, + txSatLnbDriftWarnLimit + Unsigned32, + txSatLnbDrift + Integer32, + txSatLnbFreqLowBandUpper32 + Unsigned32, + txSatLnbFreqLowBandLower32 + Unsigned32, + txSatLnbFreqHighBandUpper32 + Unsigned32, + txSatLnbFreqHighBandLower32 + Unsigned32, + txSatLnbFreqCBandUpper32 + Unsigned32, + txSatLnbFreqCBandLower32 + Unsigned32 + } + + txSatLnbPolarization OBJECT-TYPE + SYNTAX INTEGER + { + horizontal(1), + vertical(2) + } + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "The polarisation that shall be selected by the LNB. + If horizontal polarisation is selected, the LNB + supply voltage will be increased from 13V/14V to + 18V/19V. This parameter has no effect if the LNB + Voltage is set to Off." + ::= { txInputSatFeedLnbEntry 1 } + + + txSatLnbFreqLowBand OBJECT-TYPE + SYNTAX Counter64 + UNITS "Hz" + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Frequency of the local oscillator of the LNB in the + low band in MHz (Ku-Band only). The software + calculates if the selected transponder frequency + falls into the low or high band of the LNB. + + range: 9300000000 - 10200000000 [Hz] (equals 9.3GHz - 10.2 GHz) + " + ::= { txInputSatFeedLnbEntry 2 } + + + txSatLnbFreqHighBand OBJECT-TYPE + SYNTAX Counter64 + UNITS "Hz" + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Frequency of the local oscillator of the LNB in the + high band in MHz (Ku-Band only). + The software calculates if the selected transponder + frequency falls into the low or high band of the LNB. + If the high band shall be used a 22kHz tone will be + automatically transmitted to the LNB. + + range: 10200000000 - 11000000000 [Hz] (equals 10.2GHz - 11.00 GHz) + " + ::= { txInputSatFeedLnbEntry 3 } + + + txSatLnbVoltage OBJECT-TYPE + SYNTAX INTEGER + { + off(1), + vert13VandHori18V(2), + vert14VandHori19V(3) + } + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Selects the LNB supply voltage. The voltage supplied + to the LNB can be increased by about 1V to cope with + losses due to the resistance of the RF cable." + ::= { txInputSatFeedLnbEntry 4 } + + + txSatLnbBand OBJECT-TYPE + SYNTAX INTEGER + { + kuBand(1), + cBand(2), + manual(3) + } + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "This parameter determines how the selected IF + of the DVB-S/S2 Tuner is calculated. + - In C-Band Mode only one LNB frequency is + used and the 22kHz tonecan be switched on or + off manually. + - In Ku-Band Mode two LNB frequencies (high + and low) have to be entered. The device + automatically selects the matching frequency + band and switches the 22kHz tone on if the + high band should be selected. + - In Manual Mode you can directly enter the + intermediate frequency (IF) which the Tuner + shall attempt to receive. + " + ::= { txInputSatFeedLnbEntry 5 } + + + txSatLnbFreqCBand OBJECT-TYPE + SYNTAX Counter64 + UNITS "Hz" + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Frequency of the local oscillator of the LNB in Hz (C-Band only). + + range: 3 000 000 000 - 6 000 000 000 [Hz] (equals 3GHz - 6.00 GHz)" + ::= { txInputSatFeedLnbEntry 6 } + + + txSatLnb22kHzSignal OBJECT-TYPE + SYNTAX SwitchOnOff + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Manually controls the 22kHz tone transmitted to the + LNB (only relevant in LNB Modes C-Band and Manual)." + ::= { txInputSatFeedLnbEntry 7 } + + + txSatLnbDriftWarnLimit OBJECT-TYPE + SYNTAX Unsigned32 (0..1000000) + UNITS "Hz" + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "When the difference between receive frequency and transponder + frequency rises above this limit a warning is indicated. + " + ::= { txInputSatFeedLnbEntry 8 } + + + txSatLnbDrift OBJECT-TYPE + SYNTAX Integer32 + UNITS "kHz" + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Indicates a warning when the difference between transponder frequency + and receive frequency (tuner frequency) is too high. " + ::= { txInputSatFeedLnbEntry 9 } + + + txSatLnbFreqLowBandUpper32 OBJECT-TYPE + SYNTAX Unsigned32 + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Frequency of the local oscillator of the LNB in the + low band in MHz (Ku-Band only). The software + calculates if the selected transponder frequency + falls into the low or high band of the LNB. + these are the upper 32bits of a 64bit value + + range: 9300000000 - 10200000000 [Hz] (equals 9.3GHz - 10.2 GHz) + " + ::= { txInputSatFeedLnbEntry 10 } + + + txSatLnbFreqLowBandLower32 OBJECT-TYPE + SYNTAX Unsigned32 + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Frequency of the local oscillator of the LNB in the + low band in MHz (Ku-Band only). The software + calculates if the selected transponder frequency + falls into the low or high band of the LNB. + these are the lower 32bits of a 64bit value + + range: 9300000000 - 10200000000 [Hz] (equals 9.3GHz - 10.2 GHz) + " + ::= { txInputSatFeedLnbEntry 11 } + + + txSatLnbFreqHighBandUpper32 OBJECT-TYPE + SYNTAX Unsigned32 + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Frequency of the local oscillator of the LNB in the + high band in MHz (Ku-Band only). + The software calculates if the selected transponder + frequency falls into the low or high band of the LNB. + If the high band shall be used a 22kHz tone will be + automatically transmitted to the LNB. + these are the upper 32bits of a 64bit value + + range: 10200000000 - 11000000000 [Hz] (equals 10.2GHz - 11.00 GHz) + " + ::= { txInputSatFeedLnbEntry 12 } + + + txSatLnbFreqHighBandLower32 OBJECT-TYPE + SYNTAX Unsigned32 + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Frequency of the local oscillator of the LNB in the + high band in MHz (Ku-Band only). + The software calculates if the selected transponder + frequency falls into the low or high band of the LNB. + If the high band shall be used a 22kHz tone will be + automatically transmitted to the LNB. + these are the lower 32bits of a 64bit value + + range: 10200000000 - 11000000000 [Hz] (equals 10.2GHz - 11.00 GHz) + " + ::= { txInputSatFeedLnbEntry 13 } + + + txSatLnbFreqCBandUpper32 OBJECT-TYPE + SYNTAX Unsigned32 + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Frequency of the local oscillator of the LNB in Hz (C-Band only). + these are the upper 32bits of a 64bit value + + range: 3 000 000 000 - 6 000 000 000 [Hz] (equals 3GHz - 6.00 GHz)" + ::= { txInputSatFeedLnbEntry 14 } + + + txSatLnbFreqCBandLower32 OBJECT-TYPE + SYNTAX Unsigned32 + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Frequency of the local oscillator of the LNB in Hz (C-Band only). + these are the lower 32bits of a 64bit value + + range: 3 000 000 000 - 6 000 000 000 [Hz] (equals 3GHz - 6.00 GHz)" + ::= { txInputSatFeedLnbEntry 15 } + + + txInputSatFeedCamTable OBJECT-TYPE + SYNTAX SEQUENCE OF TxInputSatFeedCamEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "SAT CAM parameters." + ::= { txInputSatFeed 3 } + + + txInputSatFeedCamEntry OBJECT-TYPE + SYNTAX TxInputSatFeedCamEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "An entry in the txInputSatFeedCamTable" + INDEX { txInpIfNotificationTxIdx, txInpIfNotificationExcIdx, txInpIfNotificationInputIdx } + ::= { txInputSatFeedCamTable 1 } + + + TxInputSatFeedCamEntry ::= + SEQUENCE { + txSatCamInserted + TruthValue, + txSatCamStatus + INTEGER, + txSatCamManufacturerName + SnmpAdminString, + txSatCamModuleName + SnmpAdminString, + txSatCamTsInput + TruthValue, + txSatCamTsOutput + TruthValue, + txSatCamConfigurationMode + INTEGER, + txSatCamBissMode + INTEGER, + txSatCamBissInjectedId + SnmpAdminString, + txSatCamBissEncryptedSession + SnmpAdminString, + txSatCamBissClearSession + SnmpAdminString, + txSatCamScInserted + TruthValue, + txSatCamScManufacturerName + SnmpAdminString, + txSatCamScExpirationDate + DateAndTime, + txSatCamResetMode + INTEGER, + txSatCamReset + Trigger + } + + txSatCamInserted OBJECT-TYPE + SYNTAX TruthValue + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Indicates whether a CAM is installed. CAM=Conditional Access Module + " + ::= { txInputSatFeedCamEntry 1 } + + + txSatCamStatus OBJECT-TYPE + SYNTAX INTEGER + { + off(1), + on(2), + noModule(3), + noSignal(4), + noKey(5), + needMMI(6) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Status of the Condtional Access Module. " + ::= { txInputSatFeedCamEntry 2 } + + + txSatCamManufacturerName OBJECT-TYPE + SYNTAX SnmpAdminString (SIZE (0..64)) + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The manufacturer of the CA module." + ::= { txInputSatFeedCamEntry 3 } + + + txSatCamModuleName OBJECT-TYPE + SYNTAX SnmpAdminString (SIZE (0..64)) + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The name of the CA module." + ::= { txInputSatFeedCamEntry 4 } + + + txSatCamTsInput OBJECT-TYPE + SYNTAX TruthValue + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Description." + ::= { txInputSatFeedCamEntry 5 } + + + txSatCamTsOutput OBJECT-TYPE + SYNTAX TruthValue + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Indicates whether a transport stream has been detected at the + output of the conditional access module." + ::= { txInputSatFeedCamEntry 6 } + + + txSatCamConfigurationMode OBJECT-TYPE + SYNTAX INTEGER + { + undefinedCam(1), + off(2), + ci(3), + biss(4) + } + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Selects the operation mode of CAM 1/2. You can use + the internal BISS-E core or an additional CA Module + in Common Interface Slot 1/2 for descrambling a + Transport Stream. + " + ::= { txInputSatFeedCamEntry 7 } + + + txSatCamBissMode OBJECT-TYPE + SYNTAX INTEGER + { + undefinedMode(1), + bissE(2), + biss1(3) + } + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Operation Mode of the BISS core." + ::= { txInputSatFeedCamEntry 8 } + + + txSatCamBissInjectedId OBJECT-TYPE + SYNTAX SnmpAdminString (SIZE (0..64)) + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Enter the default 14 character Injected Identifier used + for BISS-E here." + ::= { txInputSatFeedCamEntry 9 } + + + txSatCamBissEncryptedSession OBJECT-TYPE + SYNTAX SnmpAdminString (SIZE (0..64)) + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Enter the default 16 character Encrypted Session + Word used for BISS-E here." + ::= { txInputSatFeedCamEntry 10 } + + + txSatCamBissClearSession OBJECT-TYPE + SYNTAX SnmpAdminString (SIZE (0..64)) + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Enter the default 12 character Clear Session Word + used for BISS-1 here." + ::= { txInputSatFeedCamEntry 11 } + + + txSatCamScInserted OBJECT-TYPE + SYNTAX TruthValue + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Indicates whether a Smartcard is installed." + ::= { txInputSatFeedCamEntry 12 } + + + txSatCamScManufacturerName OBJECT-TYPE + SYNTAX SnmpAdminString (SIZE (0..64)) + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Shows the manufacturer name of the Smartcard." + ::= { txInputSatFeedCamEntry 13 } + + + txSatCamScExpirationDate OBJECT-TYPE + SYNTAX DateAndTime + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Indicates the expiraton date of Smartcard." + ::= { txInputSatFeedCamEntry 14 } + + + txSatCamResetMode OBJECT-TYPE + SYNTAX INTEGER + { + manual(1), + auto(2) + } + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Indicates whether the conditional access module is reset automatically + in case of malfunction. " + ::= { txInputSatFeedCamEntry 15 } + + + txSatCamReset OBJECT-TYPE + SYNTAX Trigger + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Resets the conditional access module manually. + " + ::= { txInputSatFeedCamEntry 16 } + + + txInputSatFeedIpOutputTable OBJECT-TYPE + SYNTAX SEQUENCE OF TxInputSatFeedIpOutputEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "SAT IP output parameters." + ::= { txInputSatFeed 4 } + + + txInputSatFeedIpOutputEntry OBJECT-TYPE + SYNTAX TxInputSatFeedIpOutputEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "An entry in the txInputSatFeedIpOutputTable" + INDEX { txInpIfNotificationTxIdx, txInpIfNotificationExcIdx, txInpIfNotificationInputIdx } + ::= { txInputSatFeedIpOutputTable 1 } + + + TxInputSatFeedIpOutputEntry ::= + SEQUENCE { + txSatIpOutMulticastAddrType + InetAddressType, + txSatIpOutPort + Unsigned32, + txSatIpOutMulticastAddr + InetAddress, + txSatIpOutFecRow + Unsigned32, + txSatIpOutFecCol + Unsigned32, + txSatIpOutLocalIpAddrType + InetAddressType, + txSatIpOutLocalIpAddr + InetAddress, + txSatIpOutLocalNetmaskAddrType + InetAddressType, + txSatIpOutLocalNetmask + InetAddress, + txSatIpOutMacAddr + SnmpAdminString + } + + txSatIpOutMulticastAddrType OBJECT-TYPE + SYNTAX InetAddressType + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Specifies the accepted internet address type for txSatIpOutMulticastAddr." + ::= { txInputSatFeedIpOutputEntry 1 } + + + txSatIpOutPort OBJECT-TYPE + SYNTAX Unsigned32 (0..65535) + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Description." + ::= { txInputSatFeedIpOutputEntry 2 } + + + txSatIpOutMulticastAddr OBJECT-TYPE + SYNTAX InetAddress + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Description." + ::= { txInputSatFeedIpOutputEntry 3 } + + + txSatIpOutFecRow OBJECT-TYPE + SYNTAX Unsigned32 (4..10) + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Description." + ::= { txInputSatFeedIpOutputEntry 4 } + + + txSatIpOutFecCol OBJECT-TYPE + SYNTAX Unsigned32 (4..10) + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Description." + ::= { txInputSatFeedIpOutputEntry 5 } + + + txSatIpOutLocalIpAddrType OBJECT-TYPE + SYNTAX InetAddressType + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Specifies the accepted internet address type for txSatIpOutLocalIpAddrType." + ::= { txInputSatFeedIpOutputEntry 6 } + + + txSatIpOutLocalIpAddr OBJECT-TYPE + SYNTAX InetAddress + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Description." + ::= { txInputSatFeedIpOutputEntry 7 } + + + txSatIpOutLocalNetmaskAddrType OBJECT-TYPE + SYNTAX InetAddressType + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Specifies the accepted internet address type for txSatIpOutLocalNetmask." + ::= { txInputSatFeedIpOutputEntry 8 } + + + txSatIpOutLocalNetmask OBJECT-TYPE + SYNTAX InetAddress + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Description." + ::= { txInputSatFeedIpOutputEntry 9 } + + + txSatIpOutMacAddr OBJECT-TYPE + SYNTAX SnmpAdminString (SIZE (0..17)) + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Description." + ::= { txInputSatFeedIpOutputEntry 10 } + + + txInputSatFeedInputServiceTable OBJECT-TYPE + SYNTAX SEQUENCE OF TxInputSatFeedInputServiceEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "SAT input service parameters." + ::= { txInputSatFeed 5 } + + + txInputSatFeedInputServiceEntry OBJECT-TYPE + SYNTAX TxInputSatFeedInputServiceEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "An entry in the txInputSatFeedInputServiceTable" + INDEX { txInpIfNotificationTxIdx, txInpIfNotificationExcIdx, txInpIfNotificationInputIdx, txSatFeedServiceIdx } + ::= { txInputSatFeedInputServiceTable 1 } + + + TxInputSatFeedInputServiceEntry ::= + SEQUENCE { + txSatFeedServiceIdx + Integer32, + txSatFeedInputServiceName + SnmpAdminString, + txSatFeedInputServiceID + Unsigned32, + txSatFeedInputServiceType + SnmpAdminString, + txSatFeedInputServiceElementaryStreams + Unsigned32, + txSatFeedInputServiceDecryption + SwitchOnOff, + txSatFeedInputServiceEncrypted + TruthValue, + txSatFeedInputServiceDecryptionState + INTEGER, + txSatFeedInputServiceDecryptedAt + SnmpAdminString, + txSatFeedInputServicePmtPid + Unsigned32 + } + + txSatFeedServiceIdx OBJECT-TYPE + SYNTAX Integer32 (1..32) + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "The input service index. + " + ::= { txInputSatFeedInputServiceEntry 1 } + + + txSatFeedInputServiceName OBJECT-TYPE + SYNTAX SnmpAdminString (SIZE (0..64)) + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The name of the service (from SDT)" + ::= { txInputSatFeedInputServiceEntry 2 } + + + txSatFeedInputServiceID OBJECT-TYPE + SYNTAX Unsigned32 (0..65535) + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The Service ID (from PAT)" + ::= { txInputSatFeedInputServiceEntry 3 } + + + txSatFeedInputServiceType OBJECT-TYPE + SYNTAX SnmpAdminString (SIZE (0..16)) + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The service type as decimal value (from SDT)" + ::= { txInputSatFeedInputServiceEntry 4 } + + + txSatFeedInputServiceElementaryStreams OBJECT-TYPE + SYNTAX Unsigned32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The number of elementary streams (ES) in this + service (from PMT)" + ::= { txInputSatFeedInputServiceEntry 5 } + + + txSatFeedInputServiceDecryption OBJECT-TYPE + SYNTAX SwitchOnOff + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "The decryption is enabled" + ::= { txInputSatFeedInputServiceEntry 6 } + + + txSatFeedInputServiceEncrypted OBJECT-TYPE + SYNTAX TruthValue + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "is true(1) if the service is encrypted (from SDT)" + ::= { txInputSatFeedInputServiceEntry 7 } + + + txSatFeedInputServiceDecryptionState OBJECT-TYPE + SYNTAX INTEGER + { + undefinedStatus(1), + no(2), + error(3), + ok(5) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The status of the decryption process + " + ::= { txInputSatFeedInputServiceEntry 8 } + + + txSatFeedInputServiceDecryptedAt OBJECT-TYPE + SYNTAX SnmpAdminString + MAX-ACCESS read-only + STATUS obsolete + DESCRIPTION + "obsolete" + ::= { txInputSatFeedInputServiceEntry 9 } + + + txSatFeedInputServicePmtPid OBJECT-TYPE + SYNTAX Unsigned32 (0..65536) + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Indicates the ID of the service from the program map table (PMT). " + ::= { txInputSatFeedInputServiceEntry 10 } + + + txInputSatFeedGeneralTable OBJECT-TYPE + SYNTAX SEQUENCE OF TxInputSatFeedGeneralEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "Description." + ::= { txInputSatFeed 6 } + + + txInputSatFeedGeneralEntry OBJECT-TYPE + SYNTAX TxInputSatFeedGeneralEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "Description." + INDEX { txInpIfNotificationTxIdx, txInpIfNotificationExcIdx } + ::= { txInputSatFeedGeneralTable 1 } + + + TxInputSatFeedGeneralEntry ::= + SEQUENCE { + txSatGeneralAsiOutput + INTEGER + } + + txSatGeneralAsiOutput OBJECT-TYPE + SYNTAX INTEGER + { + off(1), + sat1(2), + sat2(3) + } + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Indicates which of the two SAT receiver streams is switched to the ASI + output (X25) of SAT receiver board. The setting can be changed here. + This parameter is available if at least one logical input is configured as + SAT-input. + " + ::= { txInputSatFeedGeneralEntry 1 } + + + txInputSatFeedDecryptionServiceTable OBJECT-TYPE + SYNTAX SEQUENCE OF TxInputSatFeedDecryptionServiceEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "SAT input service decryption parameters." + ::= { txInputSatFeed 7 } + + + txInputSatFeedDecryptionServiceEntry OBJECT-TYPE + SYNTAX TxInputSatFeedDecryptionServiceEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "An entry in the txInputSatFeedDecryptionServiceTable." + INDEX { txInpIfNotificationTxIdx, txInpIfNotificationExcIdx, txInpIfNotificationInputIdx, txSatFeedDecryptionServiceIdx } + ::= { txInputSatFeedDecryptionServiceTable 1 } + + + TxInputSatFeedDecryptionServiceEntry ::= + SEQUENCE { + txSatFeedDecryptionServiceIdx + Integer32, + txSatFeedDecryptionServiceID + Unsigned32 + } + + txSatFeedDecryptionServiceIdx OBJECT-TYPE + SYNTAX Integer32 (1..16) + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "The input service decryption index. + " + ::= { txInputSatFeedDecryptionServiceEntry 1 } + + + txSatFeedDecryptionServiceID OBJECT-TYPE + SYNTAX Unsigned32 (0..65535) + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Enable the decryption for this services" + ::= { txInputSatFeedDecryptionServiceEntry 2 } + + + txInputSatFeedBtsTable OBJECT-TYPE + SYNTAX SEQUENCE OF TxInputSatFeedBtsEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "Description." + ::= { txInputSatFeed 8 } + + + txInputSatFeedBtsEntry OBJECT-TYPE + SYNTAX TxInputSatFeedBtsEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "Description." + INDEX { txInpIfNotificationTxIdx, txInpIfNotificationExcIdx, txInpIfNotificationInputIdx } + ::= { txInputSatFeedBtsTable 1 } + + + TxInputSatFeedBtsEntry ::= + SEQUENCE { + txSatBtsDecompEnable + TruthValue, + txSatBtsRegionalization + SwitchOnOff, + txSatBtsPliTablePid + Unsigned32, + txSatBtsNullPacketLaPid + Unsigned32, + txSatBtsNullPacketLbPid + Unsigned32, + txSatBtsNullPacketLcPid + Unsigned32 + } + + txSatBtsDecompEnable OBJECT-TYPE + SYNTAX TruthValue + MAX-ACCESS read-only + STATUS obsolete + DESCRIPTION + "obsolete" + ::= { txInputSatFeedBtsEntry 1 } + + + txSatBtsRegionalization OBJECT-TYPE + SYNTAX SwitchOnOff + MAX-ACCESS read-write + STATUS obsolete + DESCRIPTION + "obsolete. + replaced by isdbtNitRestampingTable" + ::= { txInputSatFeedBtsEntry 2 } + + + txSatBtsPliTablePid OBJECT-TYPE + SYNTAX Unsigned32 (0..8191) + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Indicates the packet id which contains the PLI table in the + DVB-S/S2 stream. The setting can be changed here. + " + ::= { txInputSatFeedBtsEntry 3 } + + + txSatBtsNullPacketLaPid OBJECT-TYPE + SYNTAX Unsigned32 (0..8191) + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Indicates the packet id which contains the payload for layer A. + The setting can be changed here. + " + ::= { txInputSatFeedBtsEntry 4 } + + + txSatBtsNullPacketLbPid OBJECT-TYPE + SYNTAX Unsigned32 (0..8191) + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Indicates the packet id which contains the payload for layer B. + The setting can be changed here. + " + ::= { txInputSatFeedBtsEntry 5 } + + + txSatBtsNullPacketLcPid OBJECT-TYPE + SYNTAX Unsigned32 (0..8191) + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Indicates the packet id which contains the payload for layer C. + The setting can be changed here. + " + ::= { txInputSatFeedBtsEntry 6 } + + + txInputSatFeedExtrasTable OBJECT-TYPE + SYNTAX SEQUENCE OF TxInputSatFeedExtrasEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "Description." + ::= { txInputSatFeed 9 } + + + txInputSatFeedExtrasEntry OBJECT-TYPE + SYNTAX TxInputSatFeedExtrasEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "Description." + INDEX { txInpIfNotificationTxIdx, txInpIfNotificationExcIdx, txInpIfNotificationInputIdx } + ::= { txInputSatFeedExtrasTable 1 } + + + TxInputSatFeedExtrasEntry ::= + SEQUENCE { + txSatMultiStreamStatus + INTEGER, + txSatMultiStreamUsedStreamId + Unsigned32, + txSatPlScrambling + INTEGER, + txSatPlsCode + Integer32, + txSatPlsCode2 + Integer32, + txSatPlsCode3 + Integer32, + txSatCodeLoop + SwitchOnOff, + txSatPlsSelect + INTEGER, + txSatPlsActive + INTEGER, + txSatStreamCurrentTsId + Unsigned32, + txSatStreamExpectedTsId + Unsigned32 + } + + txSatMultiStreamStatus OBJECT-TYPE + SYNTAX INTEGER + { + notFound(1), + available(2) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Indicates, whether the sat receiver is locked to the stream + with the 'Used Stream ID'. + " + ::= { txInputSatFeedExtrasEntry 1 } + + + txSatMultiStreamUsedStreamId OBJECT-TYPE + SYNTAX Unsigned32 (0..255) + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Indicates which datastream shall be used. + The stream id can be changed here. + " + ::= { txInputSatFeedExtrasEntry 2 } + + + txSatPlScrambling OBJECT-TYPE + SYNTAX INTEGER + { + gold(1), + root(2) + } + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Indicates the method how the polynomial to descramble the + datastream is calculated. The setting can be changed here. + Physical Layer Scrambling is disabled when PL Scrambling + is set to 'Gold' and Code is set to '0' + " + ::= { txInputSatFeedExtrasEntry 3 } + + + txSatPlsCode OBJECT-TYPE + SYNTAX Integer32 (-1..262143) + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Indicates the decryption code. + This code and the method how the polynomial is calculated must + be identical to the settings of scrambler in playout. Up to three + different codes can be used. If Loop is enabled all codes will be + checked automatically. + To avoid copying the decryption code always the value -1 is + displayed. + " + ::= { txInputSatFeedExtrasEntry 4 } + + + txSatPlsCode2 OBJECT-TYPE + SYNTAX Integer32 (-1..262143) + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Indicates the decryption code. + This code and the method how the polynomial is calculated must + be identical to the settings of scrambler in playout. Up to three + different codes can be used. If Loop is enabled all codes will be + checked automatically. + To avoid copying the decryption code always the value -1 is + displayed. + " + ::= { txInputSatFeedExtrasEntry 5 } + + + txSatPlsCode3 OBJECT-TYPE + SYNTAX Integer32 (-1..262143) + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Indicates the decryption code. + This code and the method how the polynomial is calculated must + be identical to the settings of scrambler in playout. Up to three + different codes can be used. If Loop is enabled all codes will be + checked automatically. + To avoid copying the decryption code always the value -1 is + displayed. + " + ::= { txInputSatFeedExtrasEntry 6 } + + + txSatCodeLoop OBJECT-TYPE + SYNTAX SwitchOnOff + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Indicates whether the automatic pls code scanning is active. + Up to three different pls codes can be used to decode the + transport stream. + " + ::= { txInputSatFeedExtrasEntry 10 } + + + txSatPlsSelect OBJECT-TYPE + SYNTAX INTEGER + { + code1(1), + code2(2), + code3(3) + } + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "When automatic loop is disabled one of up to three stored + pls codes can be selected manually. " + ::= { txInputSatFeedExtrasEntry 11 } + + + txSatPlsActive OBJECT-TYPE + SYNTAX INTEGER + { + code1(1), + code2(2), + code3(3) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Indicates the used PLS code. " + ::= { txInputSatFeedExtrasEntry 12 } + + + txSatStreamCurrentTsId OBJECT-TYPE + SYNTAX Unsigned32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Indicates the ID of currently used transport stream. + In multistream configurations the multistream number defines the active + transport stream. + " + ::= { txInputSatFeedExtrasEntry 13 } + + + txSatStreamExpectedTsId OBJECT-TYPE + SYNTAX Unsigned32 + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Indicates which transport stream is expected. + Changing the transport stream will lead to a warning. + Setting the expected TS ID to zero suppresses a warning. + " + ::= { txInputSatFeedExtrasEntry 14 } + + + txInputExgineStateTable OBJECT-TYPE + SYNTAX SEQUENCE OF TxInputExgineStateEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "Exgine device status information." + ::= { txInputInterfaces 7 } + + + txInputExgineStateEntry OBJECT-TYPE + SYNTAX TxInputExgineStateEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "An entry in the txInputExgineStateTable." + INDEX { txInpIfNotificationTxIdx, txInpIfNotificationExcIdx } + ::= { txInputExgineStateTable 1 } + + + TxInputExgineStateEntry ::= + SEQUENCE { + txExgineMode + INTEGER, + txExgineStatus + NotificationState, + txExgineMute + NotificationState, + txExgineSyncInputSrc + INTEGER, + txExgineSyncInputStatus + NotificationState, + txExgineMpxInput + NotificationState, + txExgineE2xInput + NotificationState, + txExgineSupply1Status + NotificationState, + txExgineSupply2Status + NotificationState + } + + txExgineMode OBJECT-TYPE + SYNTAX INTEGER + { + undefined(1), + fmOnly(2), + hybrid(3), + extendedHybrid(4), + fullDigital(5) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Description." + ::= { txInputExgineStateEntry 1 } + + + txExgineStatus OBJECT-TYPE + SYNTAX NotificationState + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Description." + ::= { txInputExgineStateEntry 2 } + + + txExgineMute OBJECT-TYPE + SYNTAX NotificationState + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Description." + ::= { txInputExgineStateEntry 3 } + + + txExgineSyncInputSrc OBJECT-TYPE + SYNTAX INTEGER + { + undefined(1), + internalGps(2), + externalReference(3) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Description." + ::= { txInputExgineStateEntry 4 } + + + txExgineSyncInputStatus OBJECT-TYPE + SYNTAX NotificationState + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Description." + ::= { txInputExgineStateEntry 5 } + + + txExgineMpxInput OBJECT-TYPE + SYNTAX NotificationState + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Description." + ::= { txInputExgineStateEntry 6 } + + + txExgineE2xInput OBJECT-TYPE + SYNTAX NotificationState + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Description." + ::= { txInputExgineStateEntry 7 } + + + txExgineSupply1Status OBJECT-TYPE + SYNTAX NotificationState + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Description." + ::= { txInputExgineStateEntry 8 } + + + txExgineSupply2Status OBJECT-TYPE + SYNTAX NotificationState + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Description." + ::= { txInputExgineStateEntry 9 } + + + txInputAutomatic OBJECT IDENTIFIER ::= { rsXx9TxObjects 4 } + + + txInpAutoNotificationTable OBJECT-TYPE + SYNTAX SEQUENCE OF TxInpAutoNotificationEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "The context information/configuration for the + input automatic status notifications." + ::= { txInputAutomatic 1 } + + + txInpAutoNotificationEntry OBJECT-TYPE + SYNTAX TxInpAutoNotificationEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "An entry in the txInpAutoNotificationTable." + INDEX { txInpAutoNotificationTxIdx, txInpAutoNotificationExcIdx, txInpAutoNotificationIdx } + ::= { txInpAutoNotificationTable 1 } + + + TxInpAutoNotificationEntry ::= + SEQUENCE { + txInpAutoNotificationTxIdx + IndexTransmitter, + txInpAutoNotificationExcIdx + IndexAB, + txInpAutoNotificationIdx + Unsigned32, + txInpAutoNotificationName + INTEGER, + txInpAutoNotificationMask + NotificationMask, + txInpAutoNotificationPriority + NotificationPriority, + txInpAutoNotificationState + NotificationState + } + + txInpAutoNotificationTxIdx OBJECT-TYPE + SYNTAX IndexTransmitter + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "The transmitter index." + ::= { txInpAutoNotificationEntry 1 } + + + txInpAutoNotificationExcIdx OBJECT-TYPE + SYNTAX IndexAB + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "This index distinguishes the exiters. + Necessary if you have dual drive transmitters." + ::= { txInpAutoNotificationEntry 2 } + + + txInpAutoNotificationIdx OBJECT-TYPE + SYNTAX Unsigned32 (4000..4001) + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "The notification number as below rsXx9TxNotifications. + This is a helper column and therefore not-accessible." + ::= { txInpAutoNotificationEntry 3 } + + + txInpAutoNotificationName OBJECT-TYPE + SYNTAX INTEGER + { + txInpAuto1Active(4000), + txInpAutoState(4001) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The notification number as an enumeration. + The enumeration correlates with the notifications under rsXx9TxNotifications." + ::= { txInpAutoNotificationEntry 4 } + + + txInpAutoNotificationMask OBJECT-TYPE + SYNTAX NotificationMask + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "See textual convention for details." + ::= { txInpAutoNotificationEntry 5 } + + + txInpAutoNotificationPriority OBJECT-TYPE + SYNTAX NotificationPriority + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "See textual convention for details." + ::= { txInpAutoNotificationEntry 6 } + + + txInpAutoNotificationState OBJECT-TYPE + SYNTAX NotificationState + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "See textual convention for details." + ::= { txInpAutoNotificationEntry 7 } + + + txInpAutoConfigurationTable OBJECT-TYPE + SYNTAX SEQUENCE OF TxInpAutoConfigurationEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "Input automatic settings." + ::= { txInputAutomatic 2 } + + + txInpAutoConfigurationEntry OBJECT-TYPE + SYNTAX TxInpAutoConfigurationEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "An entry in the txInpAutoConfigurationTable." + INDEX { txInpAutoNotificationTxIdx, txInpAutoNotificationExcIdx } + ::= { txInpAutoConfigurationTable 1 } + + + TxInpAutoConfigurationEntry ::= + SEQUENCE { + txInpAutoOperationMode + SwitchOnOff, + txInpAutoPreferredInput + INTEGER, + txInpAutoActiveInput + INTEGER, + txInpAutoDirection + INTEGER, + txInpAutoGuardTimeToReserve + Unsigned32, + txInpAutoGuardTimeBack + Unsigned32, + txInpAutoSeamlessPossible + TruthValue, + txInpAutoSeamlessOpMode + SwitchOnOff, + txInpAutoMaxDelayInput1To2 + Integer32, + txInpAutoDelayInput1To2 + Integer32, + txInpAutoInputFailDelay + Unsigned32, + txInpAutoIfReseveFails + INTEGER, + txInpAutoForceExciterChangeover + SwitchOnOff, + txInpAutoMuteOnInputFail + SwitchOnOff, + txInpAutoDetectLostPackets + SwitchOnOff, + txInpAutoTransparentTs + SwitchOnOff, + txInpAutoFailDetection + INTEGER + } + + txInpAutoOperationMode OBJECT-TYPE + SYNTAX SwitchOnOff + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Switches the input automatic on or off." + ::= { txInpAutoConfigurationEntry 1 } + + + txInpAutoPreferredInput OBJECT-TYPE + SYNTAX INTEGER + { + input1(1), + noPreference(2), + input2(3) + } + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Selects the preferred input for the input automatic. + + Not for FM." + ::= { txInpAutoConfigurationEntry 2 } + + + txInpAutoActiveInput OBJECT-TYPE + SYNTAX INTEGER + { + input1(2), + input2(3) + } + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Used to select the active input if the automatic input signal + switchover function is switched off. + If the automatic switchover function is switched on, + the input can only be switched over using this switch + if txInpAutoPreferredInput is set to noPreference(3) + or a switchover to the standby input has taken place. + (The latter not for FM.)" + ::= { txInpAutoConfigurationEntry 3 } + + + txInpAutoDirection OBJECT-TYPE + SYNTAX INTEGER + { + toReserveAndBack(1), + toReserveOnly(2) + } + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Used to set the operational response of the automatic switchover function: + toReserveAndBack(1) - Following successful switchover to the standby input, + the automatic switchover function can also switch back automatically + if the signal at the standby input fails. + toReserveOnly(2) - The automatic switchover function switches over once + from the preferred input to the standby input and then assumes the + 'not ready' state. Switching the active input over manually to the + preferred input reactivates the automatic switchover function." + ::= { txInpAutoConfigurationEntry 4 } + + + txInpAutoGuardTimeToReserve OBJECT-TYPE + SYNTAX Unsigned32 (0..100) + UNITS "second" + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Used to set a guard time which must elapse before the + automatic switchover function switches over to the + standby input if the input signal at the preferred input fails. + The set guard time has no effect if seamless switching is possible. + In this case, the switchover always takes place immediately without + interruption (i.e. seamlessly)." + ::= { txInpAutoConfigurationEntry 5 } + + + txInpAutoGuardTimeBack OBJECT-TYPE + SYNTAX Unsigned32 (0..100) + UNITS "second" + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Used to set a guard time which must elapse before the + automatic switchover function switches back to the + preferred input if the input signal at the standby input fails. + If seamless switching is possible, switchover always takes place + immediately without interruption regardless of the set guard time. + If toReserveOnly(1) was selected for txInpAutoDirection, + the set guard time has no effect." + ::= { txInpAutoConfigurationEntry 6 } + + + txInpAutoSeamlessPossible OBJECT-TYPE + SYNTAX TruthValue + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Indicates whether seamless switching of the input signal is possible. + false(2) (not possible) always appears if only one input signal is + supplied or in cases where two different data streams are present at + the two inputs. + If seamless switching is possible, it always takes place immediately + when required, regardless of whether txInpAutoGuardTimeToReserve or + txInpAutoGuardTimeBack has been set." + ::= { txInpAutoConfigurationEntry 7 } + + + txInpAutoSeamlessOpMode OBJECT-TYPE + SYNTAX SwitchOnOff + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Activates/deactivates seamless switchover of the input signal." + ::= { txInpAutoConfigurationEntry 8 } + + + txInpAutoMaxDelayInput1To2 OBJECT-TYPE + SYNTAX Integer32 (0..2000) + UNITS "milli second" + MAX-ACCESS read-write + STATUS obsolete + DESCRIPTION + "Absolute maximum delay between logical input 1 and logical input 2." + ::= { txInpAutoConfigurationEntry 9 } + + + txInpAutoDelayInput1To2 OBJECT-TYPE + SYNTAX Integer32 + UNITS "milli second" + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The current delay between logical input 1 and logical input 2. + " + ::= { txInpAutoConfigurationEntry 10 } + + + txInpAutoInputFailDelay OBJECT-TYPE + SYNTAX Unsigned32 (0..600) + UNITS "second" + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "The length of the checkout time which must expire after detection + of an input signal fault before the exciter displays a fault. + If a short checkout time is set, the system can quickly switch over + to a standby exciter if all input signals of the exciter fail. + If a long checkout time is set, there will be enough time in the event + of a fault to switch to an alternative feed path so that the exciter is + prevented from switching over to a redundancy component. + + Not for band II." + ::= { txInpAutoConfigurationEntry 11 } + + + txInpAutoIfReseveFails OBJECT-TYPE + SYNTAX INTEGER + { + nothing(1), + warn(2) + } + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Determine whether the signal at the standby input is to be monitored. + If the transmitter is operated with only one input signal or the + standby input is connected only temporarily, + nothing(1) must be selected to not generate a warning. + If two redundant input signals are normally supplied to the transmitter, + warn(2) must be selected." + ::= { txInpAutoConfigurationEntry 12 } + + + txInpAutoForceExciterChangeover OBJECT-TYPE + SYNTAX SwitchOnOff + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Determine whether switchover to another redundant exciter is to take place + if the input signal fails. + This function is available for all redundancy systems (dual drive, + backup exciter and n+1). + on(1) - an exciter fault is signaled to the higher-level redundancy + control unit which decides whether to switch over to another + exciter or transmitter. + off(2) - no switchover takes place." + ::= { txInpAutoConfigurationEntry 13 } + + + txInpAutoMuteOnInputFail OBJECT-TYPE + SYNTAX SwitchOnOff + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Determine whether the output signal of the exciter is to be shut down + if the input signal of all available inputs fails, or whether + 'null packets' are to be sent. + This switch is available in multiple-frequency networks (MFN) only. + In single-frequency networks (SFN) and using TV standard ISDB-T, + the exciter will always mute if no decodable input signal is fed. + + Not for FM." + ::= { txInpAutoConfigurationEntry 14 } + + + txInpAutoDetectLostPackets OBJECT-TYPE + SYNTAX SwitchOnOff + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Description." + ::= { txInpAutoConfigurationEntry 15 } + + + txInpAutoTransparentTs OBJECT-TYPE + SYNTAX SwitchOnOff + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Description." + ::= { txInpAutoConfigurationEntry 16 } + + + txInpAutoFailDetection OBJECT-TYPE + SYNTAX INTEGER + { + normal(1), + fast(2) + } + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Indicates how quick the exciter input reacts on missing data packets. + + normal(1): bursts in transport stream are processed without error indication + (recommended for IP feed). + fast(2): this setting decreases the reaction time in case of a loss of input signal. + It can be used when a continous datastream at the exciter input is guaranteed. + " + ::= { txInpAutoConfigurationEntry 17 } + + + txFrequencyRegulation OBJECT IDENTIFIER ::= { rsXx9TxObjects 5 } + + + txFrqRegNotificationTable OBJECT-TYPE + SYNTAX SEQUENCE OF TxFrqRegNotificationEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "The context information/configuration for the + SFN status notifications." + ::= { txFrequencyRegulation 1 } + + + txFrqRegNotificationEntry OBJECT-TYPE + SYNTAX TxFrqRegNotificationEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "An entry in the txSfnNotificationTable." + INDEX { txFrqRegNotificationTxIdx, txFrqRegNotificationExcIdx, txFrqRegNotificationIdx } + ::= { txFrqRegNotificationTable 1 } + + + TxFrqRegNotificationEntry ::= + SEQUENCE { + txFrqRegNotificationTxIdx + IndexTransmitter, + txFrqRegNotificationExcIdx + IndexAB, + txFrqRegNotificationIdx + Unsigned32, + txFrqRegNotificationName + INTEGER, + txFrqRegNotificationMask + NotificationMask, + txFrqRegNotificationPriority + NotificationPriority, + txFrqRegNotificationState + NotificationState + } + + txFrqRegNotificationTxIdx OBJECT-TYPE + SYNTAX IndexTransmitter + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "The transmitter index." + ::= { txFrqRegNotificationEntry 1 } + + + txFrqRegNotificationExcIdx OBJECT-TYPE + SYNTAX IndexAB + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "This index distinguishes the exiters. + Necessary if you have dual drive transmitters." + ::= { txFrqRegNotificationEntry 2 } + + + txFrqRegNotificationIdx OBJECT-TYPE + SYNTAX Unsigned32 (5000..5004) + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "The notification number as below rsXx9TxNotifications. + This is a helper column and therefore not-accessible." + ::= { txFrqRegNotificationEntry 3 } + + + txFrqRegNotificationName OBJECT-TYPE + SYNTAX INTEGER + { + txFrqRegSummary(5000), + txFrqRegCurrentSource(5001), + txFrqRegSourceExtRef(5002), + txFrqRegSourceExtPPS(5003), + txFrqRegSourceIntGPS(5004) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The notification number as an enumeration. + The enumeration correlates with the notifications under rsXx9TxNotifications." + ::= { txFrqRegNotificationEntry 4 } + + + txFrqRegNotificationMask OBJECT-TYPE + SYNTAX NotificationMask + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "See textual convention for details." + ::= { txFrqRegNotificationEntry 5 } + + + txFrqRegNotificationPriority OBJECT-TYPE + SYNTAX NotificationPriority + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "See textual convention for details." + ::= { txFrqRegNotificationEntry 6 } + + + txFrqRegNotificationState OBJECT-TYPE + SYNTAX NotificationState + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "See textual convention for details." + ::= { txFrqRegNotificationEntry 7 } + + + txFrqRegStateTable OBJECT-TYPE + SYNTAX SEQUENCE OF TxFrqRegStateEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "Frequency regulation status." + ::= { txFrequencyRegulation 2 } + + + txFrqRegStateEntry OBJECT-TYPE + SYNTAX TxFrqRegStateEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "An entry in the txSfnFreqRegulationTable." + INDEX { txFrqRegNotificationTxIdx, txFrqRegNotificationExcIdx } + ::= { txFrqRegStateTable 1 } + + + TxFrqRegStateEntry ::= + SEQUENCE { + txFrqRegStateCurrentSource + INTEGER, + txFrqRegStateController + INTEGER, + txFrqRegStateCurrentControllerMode + ControllerMode + } + + txFrqRegStateCurrentSource OBJECT-TYPE + SYNTAX INTEGER + { + manual(1), + external5MHz(2), + external10MHz(3), + externalPPS(4), + internalGPS(5) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The current source for frequency synchronization." + ::= { txFrqRegStateEntry 1 } + + + txFrqRegStateController OBJECT-TYPE + SYNTAX INTEGER + { + unknown(1), + inaccurate(2), + good(3), + standsGuardTime(4) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The precision of frequency regulation." + ::= { txFrqRegStateEntry 2 } + + + txFrqRegStateCurrentControllerMode OBJECT-TYPE + SYNTAX ControllerMode + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Description." + ::= { txFrqRegStateEntry 3 } + + + txFrqRegSetupTable OBJECT-TYPE + SYNTAX SEQUENCE OF TxFrqRegSetupEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "Frequency regulation configuration." + ::= { txFrequencyRegulation 3 } + + + txFrqRegSetupEntry OBJECT-TYPE + SYNTAX TxFrqRegSetupEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "An entry in the txFrqRegSetupTable." + INDEX { txFrqRegNotificationTxIdx, txFrqRegNotificationExcIdx } + ::= { txFrqRegSetupTable 1 } + + + TxFrqRegSetupEntry ::= + SEQUENCE { + txFrqRegSetupSource + INTEGER, + txFrqRegSetupControllerMode + ControllerMode, + txFrqRegSetupRefFailPermissionTime + Unsigned32, + txFrqRegSetupMuteOnFail + INTEGER, + txFrqRegSetupManualOcxoAdjust + Unsigned32, + txFrqRegSetupMonitor + INTEGER + } + + txFrqRegSetupSource OBJECT-TYPE + SYNTAX INTEGER + { + manual(1), + external5MHz(2), + external10MHz(3), + externalPPS(4), + internalGPS(5), + auto(6) + } + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "The appropriate signal source for the reference frequency + may be determined automatically or defined by this value. + If auto(6) is choosen and several signal sources are available, + an external reference will be preferred over internal GPS. + If manual(1) is choosen the OCXO may be set with + txSfnFreqRegManualOcxoAdjust." + ::= { txFrqRegSetupEntry 1 } + + + txFrqRegSetupControllerMode OBJECT-TYPE + SYNTAX ControllerMode + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "When using an external 1PPS reference source with high + jitter, activating this function can provide better frequency + stability. For 'good' reference signals, this function should be + disabled, as the regulator takes significantly longer to attain its + maximum frequency stability. + " + ::= { txFrqRegSetupEntry 2 } + + + txFrqRegSetupRefFailPermissionTime OBJECT-TYPE + SYNTAX Unsigned32 (0..24) + UNITS "hour" + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Defines how many hours after loss of reference + signal processing will go on." + ::= { txFrqRegSetupEntry 3 } + + + txFrqRegSetupMuteOnFail OBJECT-TYPE + SYNTAX INTEGER + { + never(1), + onlyAtStartup(2), + ifGuardTimeExpires(3) + } + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Determines performance in case of reference loss. + never(1) - muting is never done + onlyAtStartup(2) - + ifGuardTimeExpires(3) - muting is done if reference loss lasts more + than txSfnFreqRegRefFailPermissionTime" + ::= { txFrqRegSetupEntry 4 } + + + txFrqRegSetupManualOcxoAdjust OBJECT-TYPE + SYNTAX Unsigned32 (0..65535) + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Enables adjustment of the internal crystal oszillator." + ::= { txFrqRegSetupEntry 5 } + + + txFrqRegSetupMonitor OBJECT-TYPE + SYNTAX INTEGER + { + off(1), + internal5MHz(2), + internal10MHz(3), + internal1PPS(4), + internalGPS(5), + currentSource(6), + cofdmSync(7) + } + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Selects the signal for the monitor out connector (X24). + + cofdmSync(7) - a synchronous signal at start of a DAB COFDM frame" + ::= { txFrqRegSetupEntry 6 } + + + txSFN OBJECT IDENTIFIER ::= { rsXx9TxObjects 6 } + + + txSfnNotificationTable OBJECT-TYPE + SYNTAX SEQUENCE OF TxSfnNotificationEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "The context information/configuration for the + SFN status notifications." + ::= { txSFN 1 } + + + txSfnNotificationEntry OBJECT-TYPE + SYNTAX TxSfnNotificationEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "An entry in the txSfnNotificationTable." + INDEX { txSfnNotificationTxIdx, txSfnNotificationExcIdx, txSfnNotificationIdx } + ::= { txSfnNotificationTable 1 } + + + TxSfnNotificationEntry ::= + SEQUENCE { + txSfnNotificationTxIdx + IndexTransmitter, + txSfnNotificationExcIdx + IndexAB, + txSfnNotificationIdx + Unsigned32, + txSfnNotificationName + INTEGER, + txSfnNotificationMask + NotificationMask, + txSfnNotificationPriority + NotificationPriority, + txSfnNotificationState + NotificationState + } + + txSfnNotificationTxIdx OBJECT-TYPE + SYNTAX IndexTransmitter + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "The transmitter index." + ::= { txSfnNotificationEntry 1 } + + + txSfnNotificationExcIdx OBJECT-TYPE + SYNTAX IndexAB + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "This index distinguishes the exiters. + Necessary if you have dual drive transmitters." + ::= { txSfnNotificationEntry 2 } + + + txSfnNotificationIdx OBJECT-TYPE + SYNTAX Unsigned32 (6000) + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "The notification number as below rsXx9TxNotifications. + This is a helper column and therefore not-accessible." + ::= { txSfnNotificationEntry 3 } + + + txSfnNotificationName OBJECT-TYPE + SYNTAX INTEGER { txSfnSummary(6000) } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The notification number as an enumeration. + The enumeration correlates with the notifications under rsXx9TxNotifications." + ::= { txSfnNotificationEntry 4 } + + + txSfnNotificationMask OBJECT-TYPE + SYNTAX NotificationMask + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "See textual convention for details." + ::= { txSfnNotificationEntry 5 } + + + txSfnNotificationPriority OBJECT-TYPE + SYNTAX NotificationPriority + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "See textual convention for details." + ::= { txSfnNotificationEntry 6 } + + + txSfnNotificationState OBJECT-TYPE + SYNTAX NotificationState + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "See textual convention for details." + ::= { txSfnNotificationEntry 7 } + + + txSfnStateTable OBJECT-TYPE + SYNTAX SEQUENCE OF TxSfnStateEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "Time synchronization status." + ::= { txSFN 2 } + + + txSfnStateEntry OBJECT-TYPE + SYNTAX TxSfnStateEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "An entry in the txSfnTimeSyncTable." + INDEX { txSfnNotificationTxIdx, txSfnNotificationExcIdx } + ::= { txSfnStateTable 1 } + + + TxSfnStateEntry ::= + SEQUENCE { + txSfnStateInternalPpsValid + TruthValue, + txSfnStateTransmissionInTime + INTEGER, + txSfnStateNetworkDelay + Unsigned32, + txSfnStateProcessingTime + Unsigned32, + txSfnStateDynamicDelay + Unsigned32, + txSfnStateTotalDelay + Unsigned32, + txSfnStateMaximumDelay + Unsigned32, + txSfnStateDispatchTime + Unsigned32, + txSfnStatePPS + INTEGER, + txSfnStateSFN + INTEGER, + txSfnStateTimestampState + INTEGER + } + + txSfnStateInternalPpsValid OBJECT-TYPE + SYNTAX TruthValue + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Shows whether the internal generated PPS is + phase synchronous to frequency regulation." + ::= { txSfnStateEntry 1 } + + + txSfnStateTransmissionInTime OBJECT-TYPE + SYNTAX INTEGER + { + unknown(2), + outOfTime(4), + inTime(5) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Indicates whether or not the fed signal can be transmitted in a + time-synchronous manner. If an error message is displayed, + check the reference feed of the Time Synchronization and the + Frequency Regulation." + ::= { txSfnStateEntry 2 } + + + txSfnStateNetworkDelay OBJECT-TYPE + SYNTAX Unsigned32 + UNITS "1/10 micro second" + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Delivery time of signal from SFN adapter till transmitter input. + + For DVB-T, ISDB-T, DTMB, ATSC only." + ::= { txSfnStateEntry 3 } + + + txSfnStateProcessingTime OBJECT-TYPE + SYNTAX Unsigned32 + UNITS "1/10 micro second" + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Time used for internal signal processing. + + + For DAB, this indicates the minimal transit time of the signal through + the transmitter. The transit time is determined by the signal + processing in the Channel Encoder (COFDM) and is depending on the + set DAB mode. + " + ::= { txSfnStateEntry 4 } + + + txSfnStateDynamicDelay OBJECT-TYPE + SYNTAX Unsigned32 + UNITS "1/10 micro second" + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "SFN controlled time delay for matching + transmitting point in time exactly." + ::= { txSfnStateEntry 5 } + + + txSfnStateTotalDelay OBJECT-TYPE + SYNTAX Unsigned32 + UNITS "1/10 micro second" + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Overall retention time through transmitter: + sum of txSfnTimeSyncProcessingTime and txSfnTimeSyncDynamicDelay" + ::= { txSfnStateEntry 6 } + + + txSfnStateMaximumDelay OBJECT-TYPE + SYNTAX Unsigned32 + UNITS "1/10 micro second" + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Time taken for the signal to travel from the play-out center + to the transmitter antenna for regular transmission. + This delay is set in the SFN adapter and is the default + for all transmitters in a dynamic SFN. + + For DVB-T, ISDB-T, DTMB, ATSC only." + ::= { txSfnStateEntry 7 } + + + txSfnStateDispatchTime OBJECT-TYPE + SYNTAX Unsigned32 + UNITS "1/10 micro second" + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Time taken for the signal to travel from the play-out center + to the transmitter antenna for real transmission. + This delay corresponds to the default Maximum Delay for all transmitters + in a SFN plus tranmitter specific Static Delay Offset + plus Tx Time Offset (if available). + + For DVB-T, ISDB-T, DTMB, ATSC only." + ::= { txSfnStateEntry 8 } + + + txSfnStatePPS OBJECT-TYPE + SYNTAX INTEGER + { + notStated(1), + missing(2), + holdoverExpired(3), + holdover(4), + ok(5) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Description." + ::= { txSfnStateEntry 9 } + + + txSfnStateSFN OBJECT-TYPE + SYNTAX INTEGER + { + notStated(1), + sfnResync(2), + noTimeReference(3), + inTime(4), + noTimeInformation(5), + wrongSfnTimeSetup(6), + wrongFreqRefSource(7) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Shows whether the fed signal may be transmitted time synchronous. + " + ::= { txSfnStateEntry 10 } + + + txSfnStateTimestampState OBJECT-TYPE + SYNTAX INTEGER + { + off(1), + none(2), + null(3), + relative(4), + absolute(5), + multiple(6) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Description." + ::= { txSfnStateEntry 11 } + + + txSfnSetupTable OBJECT-TYPE + SYNTAX SEQUENCE OF TxSfnSetupEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "Time synchronization configuration." + ::= { txSFN 3 } + + + txSfnSetupEntry OBJECT-TYPE + SYNTAX TxSfnSetupEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "An entry in the txSfnSetupTable." + INDEX { txSfnNotificationTxIdx, txSfnNotificationExcIdx } + ::= { txSfnSetupTable 1 } + + + TxSfnSetupEntry ::= + SEQUENCE { + txSfnSetupSource + INTEGER, + txSfnSetupSFN + INTEGER, + txSfnSetupMaxDeviation + Unsigned32, + txSfnSetupStaticDelay + Integer32 + } + + txSfnSetupSource OBJECT-TYPE + SYNTAX INTEGER + { + externalPPS(4), + internalGPS(5) + } + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "The suitable signal source for synchronizing the time of transmission." + ::= { txSfnSetupEntry 1 } + + + txSfnSetupSFN OBJECT-TYPE + SYNTAX INTEGER + { + undefined(1), + off(2), + on(3) + } + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Selects mode of time synchronization: + off(2) - MFN + on(3) - SFN + + for ISDB-T, please use isdbtCfgNetworkMode instead + for DTMB, please use dtmbConfigurationNetworkMode instead + for DAB, please use dabSetupSfnSync instead" + ::= { txSfnSetupEntry 2 } + + + txSfnSetupMaxDeviation OBJECT-TYPE + SYNTAX Unsigned32 (1..1000) + UNITS "1/10 micro second" + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Maximum admissible deviation for transmitting point in time." + ::= { txSfnSetupEntry 3 } + + + txSfnSetupStaticDelay OBJECT-TYPE + SYNTAX Integer32 (-100000000..100000000) + UNITS "1/10 micro second" + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Positive or negative offset transferred in the MIP (DVB-T) respectively + in IIP (ISDB-T) for the individual transmitter location of the time of + transmission relative to the regular time of transmission preset by + the Maximum Delay. This delay is only displayed and activated if the + Tx automatic function (DVB-T) respectively Equipment Control (ISDB-T) + is active. If Tx Offset Delay and Static Delay are present at the same + time, their effects are added together. + " + ::= { txSfnSetupEntry 4 } + + + txGPS OBJECT IDENTIFIER ::= { rsXx9TxObjects 7 } + + + txPrecorrection OBJECT IDENTIFIER ::= { rsXx9TxObjects 8 } + + + txPrecorrNotificationTable OBJECT-TYPE + SYNTAX SEQUENCE OF TxPrecorrNotificationEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "The context information/configuration for the + precorrection status notifications." + ::= { txPrecorrection 1 } + + + txPrecorrNotificationEntry OBJECT-TYPE + SYNTAX TxPrecorrNotificationEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "An entry in the txPrecorrNotificationTable." + INDEX { txPrecorrNotificationTxIdx, txPrecorrNotificationExcIdx, txPrecorrNotificationIdx } + ::= { txPrecorrNotificationTable 1 } + + + TxPrecorrNotificationEntry ::= + SEQUENCE { + txPrecorrNotificationTxIdx + IndexTransmitter, + txPrecorrNotificationExcIdx + IndexAB, + txPrecorrNotificationIdx + Unsigned32, + txPrecorrNotificationName + INTEGER, + txPrecorrNotificationMask + NotificationMask, + txPrecorrNotificationPriority + NotificationPriority, + txPrecorrNotificationState + NotificationState + } + + txPrecorrNotificationTxIdx OBJECT-TYPE + SYNTAX IndexTransmitter + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "The transmitter index." + ::= { txPrecorrNotificationEntry 1 } + + + txPrecorrNotificationExcIdx OBJECT-TYPE + SYNTAX IndexAB + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "This index distinguishes the exiters. + Necessary if you have dual drive transmitters." + ::= { txPrecorrNotificationEntry 2 } + + + txPrecorrNotificationIdx OBJECT-TYPE + SYNTAX Unsigned32 (8000..8002) + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "The notification number as below rsXx9TxNotifications. + This is a helper column and therefore not-accessible." + ::= { txPrecorrNotificationEntry 3 } + + + txPrecorrNotificationName OBJECT-TYPE + SYNTAX INTEGER + { + txPrecorrLinSummary(8000), + txPrecorrNonLinSummary(8001), + txPrecorrMerState(8002) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The notification number as an enumeration. + The enumeration correlates with the notifications under rsXx9TxNotifications." + ::= { txPrecorrNotificationEntry 4 } + + + txPrecorrNotificationMask OBJECT-TYPE + SYNTAX NotificationMask + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "See textual convention for details." + ::= { txPrecorrNotificationEntry 5 } + + + txPrecorrNotificationPriority OBJECT-TYPE + SYNTAX NotificationPriority + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "See textual convention for details." + ::= { txPrecorrNotificationEntry 6 } + + + txPrecorrNotificationState OBJECT-TYPE + SYNTAX NotificationState + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "See textual convention for details." + ::= { txPrecorrNotificationEntry 7 } + + + txPrecorrectionLinear OBJECT IDENTIFIER ::= { txPrecorrection 2 } + + + txPrecorrLinStateTable OBJECT-TYPE + SYNTAX SEQUENCE OF TxPrecorrLinStateEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "Linear precorrection state information." + ::= { txPrecorrectionLinear 1 } + + + txPrecorrLinStateEntry OBJECT-TYPE + SYNTAX TxPrecorrLinStateEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "An entry in the txPrecorrLinStateTable." + INDEX { txPrecorrLinStateTxIdx, txPrecorrLinStateExcIdx } + ::= { txPrecorrLinStateTable 1 } + + + TxPrecorrLinStateEntry ::= + SEQUENCE { + txPrecorrLinStateTxIdx + IndexTransmitter, + txPrecorrLinStateExcIdx + IndexAB, + txPrecorrLinStateStatus + PrecorrectionState, + txPrecorrLinStateSignalLevel + PrecorrectionSignalLevel, + txPrecorrLinStateAmplitudeRipple + Integer32, + txPrecorrLinStateGroupDelayRipple + Integer32, + txPrecorrLinStateAmplitudeRippleLimit + NotificationState, + txPrecorrLinStateGroupDelayRippleLimit + NotificationState + } + + txPrecorrLinStateTxIdx OBJECT-TYPE + SYNTAX IndexTransmitter + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "The transmitter index." + ::= { txPrecorrLinStateEntry 1 } + + + txPrecorrLinStateExcIdx OBJECT-TYPE + SYNTAX IndexAB + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "This index distinguishes the exiters. + Necessary if you have dual drive transmitters." + ::= { txPrecorrLinStateEntry 2 } + + + txPrecorrLinStateStatus OBJECT-TYPE + SYNTAX PrecorrectionState + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Linear precorrection state. + see textual convention" + ::= { txPrecorrLinStateEntry 3 } + + + txPrecorrLinStateSignalLevel OBJECT-TYPE + SYNTAX PrecorrectionSignalLevel + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "see textual convention" + ::= { txPrecorrLinStateEntry 4 } + + + txPrecorrLinStateAmplitudeRipple OBJECT-TYPE + SYNTAX Integer32 + UNITS "milli Bel" + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "achieved residual ripple for amplitude" + ::= { txPrecorrLinStateEntry 5 } + + + txPrecorrLinStateGroupDelayRipple OBJECT-TYPE + SYNTAX Integer32 + UNITS "1/10 nano second" + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "achieved residual ripple for group delay" + ::= { txPrecorrLinStateEntry 6 } + + + txPrecorrLinStateAmplitudeRippleLimit OBJECT-TYPE + SYNTAX NotificationState + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "off(2) - precorrection with this limit was successful + or limit is not checked + warning(4) - limit is not reachable" + ::= { txPrecorrLinStateEntry 7 } + + + txPrecorrLinStateGroupDelayRippleLimit OBJECT-TYPE + SYNTAX NotificationState + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "off(2) - precorrection with this limit was successful + or limit is not checked + warning(4) - limit is not reachable" + ::= { txPrecorrLinStateEntry 8 } + + + txPrecorrLinSetupTable OBJECT-TYPE + SYNTAX SEQUENCE OF TxPrecorrLinSetupEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "Linear precorrection settings." + ::= { txPrecorrectionLinear 2 } + + + txPrecorrLinSetupEntry OBJECT-TYPE + SYNTAX TxPrecorrLinSetupEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "An entry in the txPrecorrLinSetupTable." + AUGMENTS { txPrecorrLinStateEntry } + ::= { txPrecorrLinSetupTable 1 } + + + TxPrecorrLinSetupEntry ::= + SEQUENCE { + txPrecorrLinSetupOpMode + PrecorrectionOperationMode, + txPrecorrLinSetupReset + Trigger, + txPrecorrLinSetupAmplitudeRippleLimit + Unsigned32, + txPrecorrLinSetupGroupDelayRippleLimit + Unsigned32, + txPrecorrLinSetupEquipmentSlope + Integer32 + } + + txPrecorrLinSetupOpMode OBJECT-TYPE + SYNTAX PrecorrectionOperationMode + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "see textual convention" + ::= { txPrecorrLinSetupEntry 1 } + + + txPrecorrLinSetupReset OBJECT-TYPE + SYNTAX Trigger + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Reset of predistorter leads to recalculation of + precorrection curve. Meanwhile precorrection is not active." + ::= { txPrecorrLinSetupEntry 2 } + + + txPrecorrLinSetupAmplitudeRippleLimit OBJECT-TYPE + SYNTAX Unsigned32 (1..20) + UNITS "centi Bel" + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Desired maximal amplitude ripple on filter output." + ::= { txPrecorrLinSetupEntry 3 } + + + txPrecorrLinSetupGroupDelayRippleLimit OBJECT-TYPE + SYNTAX Unsigned32 (10..500) + UNITS "nano second" + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Desired maximal group delay ripple on filter output." + ::= { txPrecorrLinSetupEntry 4 } + + + txPrecorrLinSetupEquipmentSlope OBJECT-TYPE + SYNTAX Integer32 (-100..100) + UNITS "milli Bel" + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Description" + ::= { txPrecorrLinSetupEntry 5 } + + + txPrecorrectionNonLinear OBJECT IDENTIFIER ::= { txPrecorrection 3 } + + + txPrecorrNonLinStateTable OBJECT-TYPE + SYNTAX SEQUENCE OF TxPrecorrNonLinStateEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "Non linear precorrection state information." + ::= { txPrecorrectionNonLinear 1 } + + + txPrecorrNonLinStateEntry OBJECT-TYPE + SYNTAX TxPrecorrNonLinStateEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "An entry in the txPrecorrNonLinStateTable." + INDEX { txPrecorrNonLinStateTxIdx, txPrecorrNonLinStateExcIdx } + ::= { txPrecorrNonLinStateTable 1 } + + + TxPrecorrNonLinStateEntry ::= + SEQUENCE { + txPrecorrNonLinStateTxIdx + IndexTransmitter, + txPrecorrNonLinStateExcIdx + IndexAB, + txPrecorrNonLinStateStatus + PrecorrectionState, + txPrecorrNonLinStateSignalLevel + PrecorrectionSignalLevel, + txPrecorrNonLinStateShoulderLeft + Integer32, + txPrecorrNonLinStateShoulderRight + Integer32 + } + + txPrecorrNonLinStateTxIdx OBJECT-TYPE + SYNTAX IndexTransmitter + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "The transmitter index." + ::= { txPrecorrNonLinStateEntry 1 } + + + txPrecorrNonLinStateExcIdx OBJECT-TYPE + SYNTAX IndexAB + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "This index distinguishes the exiters. + Necessary if you have dual drive transmitters." + ::= { txPrecorrNonLinStateEntry 2 } + + + txPrecorrNonLinStateStatus OBJECT-TYPE + SYNTAX PrecorrectionState + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Nonlinear precorrection state. + see textual convention" + ::= { txPrecorrNonLinStateEntry 3 } + + + txPrecorrNonLinStateSignalLevel OBJECT-TYPE + SYNTAX PrecorrectionSignalLevel + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "see textual convention" + ::= { txPrecorrNonLinStateEntry 4 } + + + txPrecorrNonLinStateShoulderLeft OBJECT-TYPE + SYNTAX Integer32 + UNITS "centi Bel" + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "achieved shoulder distance in the left area of signal spectrum" + ::= { txPrecorrNonLinStateEntry 5 } + + + txPrecorrNonLinStateShoulderRight OBJECT-TYPE + SYNTAX Integer32 + UNITS "centi Bel" + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "achieved shoulder distance in the right area of signal spectrum" + ::= { txPrecorrNonLinStateEntry 6 } + + + txPrecorrNonLinSetupTable OBJECT-TYPE + SYNTAX SEQUENCE OF TxPrecorrNonLinSetupEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "Non linear precorrection settings." + ::= { txPrecorrectionNonLinear 2 } + + + txPrecorrNonLinSetupEntry OBJECT-TYPE + SYNTAX TxPrecorrNonLinSetupEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "An entry in the txPrecorrNonLinSetupTable." + AUGMENTS { txPrecorrNonLinStateEntry } + ::= { txPrecorrNonLinSetupTable 1 } + + + TxPrecorrNonLinSetupEntry ::= + SEQUENCE { + txPrecorrNonLinSetupOpMode + PrecorrectionOperationMode, + txPrecorrNonLinSetupReset + Trigger, + txPrecorrNonLinSetupShoulderDistance + Unsigned32, + txPrecorrNonLinSetupSignalLimit + Unsigned32 + } + + txPrecorrNonLinSetupOpMode OBJECT-TYPE + SYNTAX PrecorrectionOperationMode + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "see textual convention" + ::= { txPrecorrNonLinSetupEntry 1 } + + + txPrecorrNonLinSetupReset OBJECT-TYPE + SYNTAX Trigger + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Reset of predistorter leads to recalculation of + precorrection curve. Meanwhile precorrection is not active." + ::= { txPrecorrNonLinSetupEntry 2 } + + + txPrecorrNonLinSetupShoulderDistance OBJECT-TYPE + SYNTAX Unsigned32 (30..45) + UNITS "dB" + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Desired shoulder distance of the output signal." + ::= { txPrecorrNonLinSetupEntry 3 } + + + txPrecorrNonLinSetupSignalLimit OBJECT-TYPE + SYNTAX Unsigned32 (60..120) + UNITS "centi Bel" + MAX-ACCESS read-write + STATUS obsolete + DESCRIPTION + "Limits the signal on input + of the nonlinear precorrector. + obsolete" + ::= { txPrecorrNonLinSetupEntry 4 } + + + txPrecorrectionCfrTable OBJECT-TYPE + SYNTAX SEQUENCE OF TxPrecorrectionCfrEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "crest factor reduction parameters" + ::= { txPrecorrection 4 } + + + txPrecorrectionCfrEntry OBJECT-TYPE + SYNTAX TxPrecorrectionCfrEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "An entry in the txPrecorrectionCfrTable." + INDEX { txPrecorrNotificationTxIdx, txPrecorrNotificationExcIdx } + ::= { txPrecorrectionCfrTable 1 } + + + TxPrecorrectionCfrEntry ::= + SEQUENCE { + txPrecorrCfrEnable + INTEGER, + txPrecorrCfrLevel + Unsigned32, + txPrecorrCfrInbandNoise + Unsigned32, + txPrecorrCfrOutbandNoise + Unsigned32 + } + + txPrecorrCfrEnable OBJECT-TYPE + SYNTAX INTEGER + { + bypass(1), + manual(2), + auto(3), + run(4) + } + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Description." + ::= { txPrecorrectionCfrEntry 1 } + + + txPrecorrCfrLevel OBJECT-TYPE + SYNTAX Unsigned32 (50..150) + UNITS "centi Bel" + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Description." + ::= { txPrecorrectionCfrEntry 2 } + + + txPrecorrCfrInbandNoise OBJECT-TYPE + SYNTAX Unsigned32 (0..100) + UNITS "percent" + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Description." + ::= { txPrecorrectionCfrEntry 3 } + + + txPrecorrCfrOutbandNoise OBJECT-TYPE + SYNTAX Unsigned32 (0..100) + UNITS "percent" + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Description." + ::= { txPrecorrectionCfrEntry 4 } + + + txPrecorrSigQualTable OBJECT-TYPE + SYNTAX SEQUENCE OF TxPrecorrSigQualEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "signal quality parameters" + ::= { txPrecorrection 5 } + + + txPrecorrSigQualEntry OBJECT-TYPE + SYNTAX TxPrecorrSigQualEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "An entry in the txPrecorrSigQualTable" + INDEX { txPrecorrSigQualTxIdx, txPrecorrSigQualExcIdx } + ::= { txPrecorrSigQualTable 1 } + + + TxPrecorrSigQualEntry ::= + SEQUENCE { + txPrecorrSigQualTxIdx + IndexTransmitter, + txPrecorrSigQualExcIdx + IndexAB, + txPrecorrSigQualPapr + Integer32, + txPrecorrSigQualMer + Integer32, + txPrecorrSigQualMerWarnLimit + Integer32 + } + + txPrecorrSigQualTxIdx OBJECT-TYPE + SYNTAX IndexTransmitter + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "Description." + ::= { txPrecorrSigQualEntry 1 } + + + txPrecorrSigQualExcIdx OBJECT-TYPE + SYNTAX IndexAB + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "Description." + ::= { txPrecorrSigQualEntry 2 } + + + txPrecorrSigQualPapr OBJECT-TYPE + SYNTAX Integer32 + UNITS "0.1 dB" + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The Peak to Average Power Ratio indicates the proportion + between peak and average in-band power. + " + ::= { txPrecorrSigQualEntry 3 } + + + txPrecorrSigQualMer OBJECT-TYPE + SYNTAX Integer32 + UNITS "0.1 db" + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The Modulation Error Rate indicates the signal quality. A bad MER can + be seen in a constellation diagram as a cloud of constellation points. A + high MER let look the constellation points sharper. When the MER is + too low a receiver can not differ between distinct constellation points an + produces errors. + " + ::= { txPrecorrSigQualEntry 4 } + + + txPrecorrSigQualMerWarnLimit OBJECT-TYPE + SYNTAX Integer32 + UNITS "0.1 dB" + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Description." + ::= { txPrecorrSigQualEntry 5 } + + + txOutputStage OBJECT IDENTIFIER ::= { rsXx9TxObjects 9 } + + + txOstNotificationTable OBJECT-TYPE + SYNTAX SEQUENCE OF TxOstNotificationEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "The context information/configuration for the + output stage status notifications." + ::= { txOutputStage 1 } + + + txOstNotificationEntry OBJECT-TYPE + SYNTAX TxOstNotificationEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "An entry in the txOstNotificationTable." + INDEX { txOstNotificationTxIdx, txOstNotificationOstIdx, txOstNotificationIdx } + ::= { txOstNotificationTable 1 } + + + TxOstNotificationEntry ::= + SEQUENCE { + txOstNotificationTxIdx + IndexTransmitter, + txOstNotificationOstIdx + IndexAB, + txOstNotificationIdx + Unsigned32, + txOstNotificationName + INTEGER, + txOstNotificationMask + NotificationMask, + txOstNotificationPriority + NotificationPriority, + txOstNotificationState + NotificationState + } + + txOstNotificationTxIdx OBJECT-TYPE + SYNTAX IndexTransmitter + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "The transmitter index." + ::= { txOstNotificationEntry 1 } + + + txOstNotificationOstIdx OBJECT-TYPE + SYNTAX IndexAB + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "This index distinguishes the output stages. + Necessary if you have power reserve transmitters." + ::= { txOstNotificationEntry 2 } + + + txOstNotificationIdx OBJECT-TYPE + SYNTAX Unsigned32 (9000) + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "The notification number as below rsXx9TxNotifications. + This is a helper column and therefore not-accessible." + ::= { txOstNotificationEntry 3 } + + + txOstNotificationName OBJECT-TYPE + SYNTAX INTEGER { txOstSummary(9000) } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The notification number as an enumeration. + The enumeration correlates with the notifications under rsXx9TxNotifications." + ::= { txOstNotificationEntry 4 } + + + txOstNotificationMask OBJECT-TYPE + SYNTAX NotificationMask + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "See textual convention for details." + ::= { txOstNotificationEntry 5 } + + + txOstNotificationPriority OBJECT-TYPE + SYNTAX NotificationPriority + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "See textual convention for details." + ::= { txOstNotificationEntry 6 } + + + txOstNotificationState OBJECT-TYPE + SYNTAX NotificationState + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "See textual convention for details." + ::= { txOstNotificationEntry 7 } + + + txOstStateTable OBJECT-TYPE + SYNTAX SEQUENCE OF TxOstStateEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "Output stage state information." + ::= { txOutputStage 2 } + + + txOstStateEntry OBJECT-TYPE + SYNTAX TxOstStateEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "An entry in the txOstStateTable." + INDEX { txOstNotificationTxIdx, txOstNotificationOstIdx } + ::= { txOstStateTable 1 } + + + TxOstStateEntry ::= + SEQUENCE { + txOstStateRfOnHours + Unsigned32 + } + + txOstStateRfOnHours OBJECT-TYPE + SYNTAX Unsigned32 + UNITS "h" + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Shows how many hours this output stage generated a + RF signal with a level above the fault threshold." + ::= { txOstStateEntry 3 } + + + txOstCommandsTable OBJECT-TYPE + SYNTAX SEQUENCE OF TxOstCommandsEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "Output stage settings." + ::= { txOutputStage 3 } + + + txOstCommandsEntry OBJECT-TYPE + SYNTAX TxOstCommandsEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "An entry in the txOstCommandsTable." + INDEX { txOstNotificationTxIdx, txOstNotificationOstIdx } + ::= { txOstCommandsTable 1 } + + + TxOstCommandsEntry ::= + SEQUENCE { + txOstCmdPower + Unsigned32, + txOstCmdDcControl + Integer32 + } + + txOstCmdPower OBJECT-TYPE + SYNTAX Unsigned32 (0..1300) + UNITS "per thousand" + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Output power of the output stage. + About 800 o/oo correlate to the nominal power of the output stage. + If the RF sensors are calibrated, the value adjusted here + should determine the txOstForwardPower. + + The range for band II amplifiers is 0 - 1000." + ::= { txOstCommandsEntry 1 } + + + txOstCmdDcControl OBJECT-TYPE + SYNTAX Integer32 (4800..11000) + UNITS "1/100 percent" + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "The range for TV amplifiers is 5000 - 11000. + The range for band II amplifiers is 5000 - 10000. + (DC Control for FM is only available in ConstantGain + mode or for FM-HD)" + ::= { txOstCommandsEntry 3 } + + + txAmplifier OBJECT IDENTIFIER ::= { rsXx9TxObjects 10 } + + + txAmpNotificationTable OBJECT-TYPE + SYNTAX SEQUENCE OF TxAmpNotificationEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "The context information/configuration for the + amplifier status notifications." + ::= { txAmplifier 1 } + + + txAmpNotificationEntry OBJECT-TYPE + SYNTAX TxAmpNotificationEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "An entry in the txAmpNotificationTable." + INDEX { txAmpNotificationTxIdx, txAmpNotificationOstIdx, txAmpNotificationAmpIdx, txAmpNotificationIdx } + ::= { txAmpNotificationTable 1 } + + + TxAmpNotificationEntry ::= + SEQUENCE { + txAmpNotificationTxIdx + IndexTransmitter, + txAmpNotificationOstIdx + IndexAB, + txAmpNotificationAmpIdx + Unsigned32, + txAmpNotificationIdx + Unsigned32, + txAmpNotificationName + INTEGER, + txAmpNotificationMask + NotificationMask, + txAmpNotificationPriority + NotificationPriority, + txAmpNotificationState + NotificationState + } + + txAmpNotificationTxIdx OBJECT-TYPE + SYNTAX IndexTransmitter + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "The transmitter index." + ::= { txAmpNotificationEntry 1 } + + + txAmpNotificationOstIdx OBJECT-TYPE + SYNTAX IndexAB + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "This index distinguishes the output stages. + Necessary if you have power reserve transmitters." + ::= { txAmpNotificationEntry 2 } + + + txAmpNotificationAmpIdx OBJECT-TYPE + SYNTAX Unsigned32 (1..72) + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "This index distinguishes amplifiers in an output stage." + ::= { txAmpNotificationEntry 3 } + + + txAmpNotificationIdx OBJECT-TYPE + SYNTAX Unsigned32 (10000..10017) + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "The notification number as below rsXx9TxNotifications. + This is a helper column and therefore not-accessible." + ::= { txAmpNotificationEntry 4 } + + + txAmpNotificationName OBJECT-TYPE + SYNTAX INTEGER + { + txAmpSummary(10000), + txAmpRfPowerFail(10001), + txAmpReflection(10002), + txAmpSupplyFail(10003), + txAmpRfInFail(10004), + txAmpMute(10005), + txAmpTemperatureFail(10006), + txAmpTransistorFail(10007), + txAmpRegulationFail(10008), + txAmpAcFail(10009), + txAmpDcFail(10010), + txAmpDriverFail(10011), + txAmpLink(10012), + txAmpBiasFail(10013), + txAmpInitFail(10014), + txAmpAbsorberFail(10015), + txAmpOn(10016), + txAmpBlocking(10017) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The notification number as an enumeration. + The enumeration correlates with the notifications under rsXx9TxNotifications." + ::= { txAmpNotificationEntry 5 } + + + txAmpNotificationMask OBJECT-TYPE + SYNTAX NotificationMask + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "See textual convention for details." + ::= { txAmpNotificationEntry 6 } + + + txAmpNotificationPriority OBJECT-TYPE + SYNTAX NotificationPriority + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "See textual convention for details." + ::= { txAmpNotificationEntry 7 } + + + txAmpNotificationState OBJECT-TYPE + SYNTAX NotificationState + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "See textual convention for details." + ::= { txAmpNotificationEntry 8 } + + + txAmplifierStateTable OBJECT-TYPE + SYNTAX SEQUENCE OF TxAmplifierStateEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "General amplifier state information." + ::= { txAmplifier 2 } + + + txAmplifierStateEntry OBJECT-TYPE + SYNTAX TxAmplifierStateEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "An entry in the txAmplifierStateTable." + INDEX { txAmpNotificationTxIdx, txAmpNotificationOstIdx, txAmpNotificationAmpIdx } + ::= { txAmplifierStateTable 1 } + + + TxAmplifierStateEntry ::= + SEQUENCE { + txAmpStI1A + Unsigned32, + txAmpStI2A + Unsigned32, + txAmpStI3A + Unsigned32, + txAmpStI1B + Unsigned32, + txAmpStI2B + Unsigned32, + txAmpStI3B + Unsigned32, + txAmpStIDrv + Unsigned32, + txAmpStIPre + Unsigned32, + txAmpStPwrA + Unsigned32, + txAmpStPwrB + Unsigned32, + txAmpStPwrOut + Unsigned32, + txAmpStReflOut + Unsigned32, + txAmpStVRefPwr + Unsigned32, + txAmpStVReg + Unsigned32, + txAmpStVPlusMon + Unsigned32, + txAmpStIDc + Unsigned32, + txAmpStVPreMon + Unsigned32, + txAmpStVAuxIn + Unsigned32, + txAmpStV12Mon + Unsigned32, + txAmpStV5Acb + Unsigned32, + txAmpStV3V5 + Unsigned32, + txAmpStTemperature + Integer32, + txAmpStRfMonitor + Integer32 + } + + txAmpStI1A OBJECT-TYPE + SYNTAX Unsigned32 + UNITS "1/100 A" + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Current flowing through transistors V14 and V15 (PHU901) + and V500 (PMU901) in transistor block A." + ::= { txAmplifierStateEntry 1 } + + + txAmpStI2A OBJECT-TYPE + SYNTAX Unsigned32 + UNITS "1/100 A" + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Current flowing through transistors V16 and V17 (PHU901) + and V1500 (PMU901) in transistor block A." + ::= { txAmplifierStateEntry 2 } + + + txAmpStI3A OBJECT-TYPE + SYNTAX Unsigned32 + UNITS "1/100 A" + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Current flowing through transistors V18 and V19 (PHU901) + and V2500 (PMU901) in transistor block A. + + only for PHU901, PHU902 and PMU901" + ::= { txAmplifierStateEntry 3 } + + + txAmpStI1B OBJECT-TYPE + SYNTAX Unsigned32 + UNITS "1/100 A" + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Current flowing through transistors V24 and V25 (PHU901) + and V600 (PMU901) in transistor block B." + ::= { txAmplifierStateEntry 4 } + + + txAmpStI2B OBJECT-TYPE + SYNTAX Unsigned32 + UNITS "1/100 A" + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Current flowing through transistors V26 and V27 (PHU901) + and V1600 (PMU901) in transistor block B." + ::= { txAmplifierStateEntry 5 } + + + txAmpStI3B OBJECT-TYPE + SYNTAX Unsigned32 + UNITS "1/100 A" + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Current flowing through transistors V28 and V29 (PHU901) + and V2600 (PMU901) in transistor block B. + + only for PHU901, PHU902 and PMU901" + ::= { txAmplifierStateEntry 6 } + + + txAmpStIDrv OBJECT-TYPE + SYNTAX Unsigned32 + UNITS "1/100 A" + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Current flowing through the transistors of the driver module. " + ::= { txAmplifierStateEntry 7 } + + + txAmpStIPre OBJECT-TYPE + SYNTAX Unsigned32 + UNITS "1/100 A" + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Current flowing through transistors of the preamplifier module." + ::= { txAmplifierStateEntry 8 } + + + txAmpStPwrA OBJECT-TYPE + SYNTAX Unsigned32 + UNITS "1/100 V" + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Measured voltage of the RF detector + in transistor block A. + + not for PMU901" + ::= { txAmplifierStateEntry 9 } + + + txAmpStPwrB OBJECT-TYPE + SYNTAX Unsigned32 + UNITS "1/100 V" + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Measured voltage of the RF detector + in transistor block B. + + not for PMU901" + ::= { txAmplifierStateEntry 10 } + + + txAmpStPwrOut OBJECT-TYPE + SYNTAX Unsigned32 + UNITS "1/100 V" + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Measured voltage of the RF detector + at the output of the amplifier." + ::= { txAmplifierStateEntry 11 } + + + txAmpStReflOut OBJECT-TYPE + SYNTAX Unsigned32 + UNITS "1/100 V" + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Measured voltage of the RF detector + for the reflected power." + ::= { txAmplifierStateEntry 12 } + + + txAmpStVRefPwr OBJECT-TYPE + SYNTAX Unsigned32 + UNITS "1/100 V" + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Nominal value predefined by theTCE900 for internal + control of the output power. + - With DVB and ATV signals, a value of 4 V roughly + corresponds to the nominal power of the amplifier. + - With ATV, a value of 4.18 V roughly corresponds to + the nominal power of the amplifier. + - With ATSC, a value of 4.56 volts roughly corresponds + to the nominal power of the amplifier." + ::= { txAmplifierStateEntry 13 } + + + txAmpStVReg OBJECT-TYPE + SYNTAX Unsigned32 + UNITS "1/10 V" + MAX-ACCESS read-only + STATUS obsolete + DESCRIPTION + "Adjustment value for internal control of the output power." + ::= { txAmplifierStateEntry 14 } + + + txAmpStVPlusMon OBJECT-TYPE + SYNTAX Unsigned32 + UNITS "1/10 V" + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Displays the voltage supplied to the transistor blocks by + the power supply unit. With PMU9, the displayed voltage + should be approx. 44 V. With PHU9, the displayed + voltage varies during adjustment between approx. 35 V + and approx. 50 V. If the displayed voltage is 0 V, either + the power supply unit is faulty or the amplifier has not + been switched on. + " + ::= { txAmplifierStateEntry 15 } + + + txAmpStIDc OBJECT-TYPE + SYNTAX Unsigned32 + UNITS "1/10 A" + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Total current which is supplied by the internal power supply units. + If the displayed current is 0 A, the amplifier has not been switched + on by the TCE900 or one of the following faults + has occurred: + - RF In Fail + - Temperature Fail + - DC Fail + " + ::= { txAmplifierStateEntry 16 } + + + txAmpStVPreMon OBJECT-TYPE + SYNTAX Unsigned32 + UNITS "1/10 V" + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Supply voltage of the preamplifier. In the ON state, it + is approx. 20 V and is generated on the preamplifier + board. The displayed voltage is 0 V if the amplifier + has been switched off by the TCE900. + If no voltage is indicated in the ON state, the automatic + circuit breakers of the energy distribution and the + self-engaging contacts on the rear panel of the amplifier + should be checked first of all. If no fault can be found in + the energy feed, the amplifier must be replaced. + + not for PMV901" + ::= { txAmplifierStateEntry 17 } + + + txAmpStVAuxIn OBJECT-TYPE + SYNTAX Unsigned32 + UNITS "1/10 V" + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Supply voltage of the amplifier control board. This auxiliary + voltage is generated directly by the power supply unit and + is fed to the amplifier control board via the preamplifier + board. This voltage should be present at the amplifier control + board even if the amplifier has been switched off by the + TCE900. If no voltage is displayed, the automatic circuit + breakers of the power distribution as well as the self-engaging + contacts on the rear panel of the amplifier should be checked + first of all. If no fault can be found in the energy feed, + the amplifier must be replaced. + " + ::= { txAmplifierStateEntry 18 } + + + txAmpStV12Mon OBJECT-TYPE + SYNTAX Unsigned32 + UNITS "1/10 V" + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "12 V auxiliary voltage which is generated on the preamplifier + board from the 20 V supply voltage (txAmpStVPreMon). If the + amplifier has not been switched on by the TCE900, the voltage + is approx. 8 V. + " + ::= { txAmplifierStateEntry 19 } + + + txAmpStV5Acb OBJECT-TYPE + SYNTAX Unsigned32 + UNITS "1/100 V" + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "5 V auxiliary voltage which is generated on the amplifier control + board from the auxiliary voltage (txAmpStVAuxIn) of the power + supply unit. If no voltage is indicated, the automatic circuit + breakers of the energy distribution and also the self-engaging + contacts on the rear panel of the amplifier should be checked + first of all. If no fault can be found in the energy feed, the amplifier + must be replaced. + " + ::= { txAmplifierStateEntry 20 } + + + txAmpStV3V5 OBJECT-TYPE + SYNTAX Unsigned32 + UNITS "1/100 V" + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "3.5 V auxiliary voltage which is generated on the amplifier + control board from the auxiliary voltage (txAmpStVAuxIn) of + the power supply unit. If no voltage is indicated, the automatic + circuit breakers of the energy distribution and also the + self-engaging contacts on the rear panel of the amplifier + should be checked first of all. If no fault can be found in the + energy feed, the amplifier must be replaced. + " + ::= { txAmplifierStateEntry 21 } + + + txAmpStTemperature OBJECT-TYPE + SYNTAX Integer32 + UNITS "1/10 degree celsius" + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Amplifier temperature; + usually a few degrees higher than the coolant temperature. + If the difference is greater than 15 deg C, either the stop valves + are closed or the coolant flow is too low." + ::= { txAmplifierStateEntry 22 } + + + txAmpStRfMonitor OBJECT-TYPE + SYNTAX Integer32 + UNITS "milli Bel" + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Coupling attenuation of the 'RF monitor' test point + at 650 MHz." + ::= { txAmplifierStateEntry 23 } + + + txAmplifierPmxTable OBJECT-TYPE + SYNTAX SEQUENCE OF TxAmplifierPmxEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "Specific parameters for PMU and PMV amplifiers." + ::= { txAmplifier 3 } + + + txAmplifierPmxEntry OBJECT-TYPE + SYNTAX TxAmplifierPmxEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "An entry in the txAmplifierPmxTable." + INDEX { txAmpNotificationTxIdx, txAmpNotificationOstIdx, txAmpNotificationAmpIdx } + ::= { txAmplifierPmxTable 1 } + + + TxAmplifierPmxEntry ::= + SEQUENCE { + txPmxFanFail + NotificationState, + txPmxAirFilterFail + NotificationState, + txPmxFrequencyFail + NotificationState, + txPmxFreqID + Unsigned32, + txPmxInletAirTemperature + Integer32, + txPmxOutletAirTemperature + Integer32, + txPmxvRefPowerMax + Unsigned32, + txPmxFreqIDString + SnmpAdminString, + txPmxDohertyActive + DohertyActive + } + + txPmxFanFail OBJECT-TYPE + SYNTAX NotificationState + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Indicates whether the fans used to dissipate heat from the + amplifier module are functioning. + + off(2) - fans are functioning correctly + warning(4) " + ::= { txAmplifierPmxEntry 1 } + + + txPmxAirFilterFail OBJECT-TYPE + SYNTAX NotificationState + MAX-ACCESS read-only + STATUS obsolete + DESCRIPTION + "off(2) + warning(4) - High difference between inlet and outlet air temperature. + Air filter probably clogged." + ::= { txAmplifierPmxEntry 2 } + + + txPmxFrequencyFail OBJECT-TYPE + SYNTAX NotificationState + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "This fault occurs if the tunit (tuning unit) used in the amplifier + is not suitable for the RF of the exciter. The tunit is a plug-in + module and is on the top side of the amplifier. Please check + that the used tunit is suitable for the frequency which is set in + the Output menu of the exciter, and whether it has been + installed in the amplifier in the 'Doherty' or 'Broadband' + position corresponding to the setting in the 'Basic Config' + menu in the GUI. + + off(2) - + fault(3) - The tuning unit in the amplifier is not suitable + for the RF of the exciter. + + for PMU901 only" + ::= { txAmplifierPmxEntry 3 } + + + txPmxFreqID OBJECT-TYPE + SYNTAX Unsigned32 + MAX-ACCESS read-only + STATUS obsolete + DESCRIPTION + "ID that the tuning unit in amplifier must have + for the intended frequency. + Obsoleted - see txPmxFreqIDString for a replacement. " + ::= { txAmplifierPmxEntry 4 } + + + txPmxInletAirTemperature OBJECT-TYPE + SYNTAX Integer32 + UNITS "1/10 degree celsius" + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Inlet air temperature of the amplifier module. + It should always be in the range +1 degree C to +45 + degrees celsius." + ::= { txAmplifierPmxEntry 5 } + + + txPmxOutletAirTemperature OBJECT-TYPE + SYNTAX Integer32 + UNITS "1/10 degree celsius" + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Outlet air temperature of the amplifier module." + ::= { txAmplifierPmxEntry 6 } + + + txPmxvRefPowerMax OBJECT-TYPE + SYNTAX Unsigned32 + UNITS "mV" + MAX-ACCESS read-only + STATUS obsolete + DESCRIPTION + "maximal admissible reference voltage" + ::= { txAmplifierPmxEntry 7 } + + + txPmxFreqIDString OBJECT-TYPE + SYNTAX SnmpAdminString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "ID of the frequency range in Doherty mode + " + ::= { txAmplifierPmxEntry 8 } + + + txPmxDohertyActive OBJECT-TYPE + SYNTAX DohertyActive + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Indicates whether the Doherty mode of the amplifier is active or not. + + for PMV901 only + " + ::= { txAmplifierPmxEntry 9 } + + + txAmplifierPhr901Table OBJECT-TYPE + SYNTAX SEQUENCE OF TxAmplifierPhr901Entry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "specific PHR901 parameters." + ::= { txAmplifier 4 } + + + txAmplifierPhr901Entry OBJECT-TYPE + SYNTAX TxAmplifierPhr901Entry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "An entry in the txAmplifierPhr901Table." + INDEX { txAmpNotificationTxIdx, txAmpNotificationOstIdx, txAmpNotificationAmpIdx } + ::= { txAmplifierPhr901Table 1 } + + + TxAmplifierPhr901Entry ::= + SEQUENCE { + txPhr901PwrA + Unsigned32, + txPhr901PwrB + Unsigned32, + txPhr901PwrOutAv + Unsigned32, + txPhr901ReflOutAv + Unsigned32, + txPhr901PwrAbs + Unsigned32, + txPhr901PwrIn + Unsigned32, + txPhr901PwrDrv + Unsigned32, + txPhr901I12 + Unsigned32, + txPhr901I34 + Unsigned32, + txPhr901I56 + Unsigned32, + txPhr901I78 + Unsigned32 + } + + txPhr901PwrA OBJECT-TYPE + SYNTAX Unsigned32 + UNITS "mW" + MAX-ACCESS read-only + STATUS obsolete + DESCRIPTION + "The measured power of the RF detector in transistor block A." + ::= { txAmplifierPhr901Entry 1 } + + + txPhr901PwrB OBJECT-TYPE + SYNTAX Unsigned32 + UNITS "mW" + MAX-ACCESS read-only + STATUS obsolete + DESCRIPTION + "The measured power of the RF detector in transistor block B." + ::= { txAmplifierPhr901Entry 2 } + + + txPhr901PwrOutAv OBJECT-TYPE + SYNTAX Unsigned32 + UNITS "mW" + MAX-ACCESS read-only + STATUS obsolete + DESCRIPTION + "The measured forward power at the output of the amplifier." + ::= { txAmplifierPhr901Entry 3 } + + + txPhr901ReflOutAv OBJECT-TYPE + SYNTAX Unsigned32 + UNITS "mW" + MAX-ACCESS read-only + STATUS obsolete + DESCRIPTION + "The measured reflected power at the output of the amplifier." + ::= { txAmplifierPhr901Entry 4 } + + + txPhr901PwrAbs OBJECT-TYPE + SYNTAX Unsigned32 + UNITS "mW" + MAX-ACCESS read-only + STATUS obsolete + DESCRIPTION + "The measured power on the final absorber of the amplifier." + ::= { txAmplifierPhr901Entry 5 } + + + txPhr901PwrIn OBJECT-TYPE + SYNTAX Unsigned32 + UNITS "1/100 V" + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The measured power at the input of the amplifier." + ::= { txAmplifierPhr901Entry 6 } + + + txPhr901PwrDrv OBJECT-TYPE + SYNTAX Unsigned32 + UNITS "1/100 V" + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The measured power of the driver stage of the amplifier." + ::= { txAmplifierPhr901Entry 7 } + + + txPhr901I12 OBJECT-TYPE + SYNTAX Unsigned32 + UNITS "1/100 A" + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The sum of measured currents of transistors T101 and T102." + ::= { txAmplifierPhr901Entry 8 } + + + txPhr901I34 OBJECT-TYPE + SYNTAX Unsigned32 + UNITS "1/100 A" + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The sum of measured currents of transistors T103 and T104." + ::= { txAmplifierPhr901Entry 9 } + + + txPhr901I56 OBJECT-TYPE + SYNTAX Unsigned32 + UNITS "1/100 A" + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The sum of measured currents of transistors T105 and T106." + ::= { txAmplifierPhr901Entry 10 } + + + txPhr901I78 OBJECT-TYPE + SYNTAX Unsigned32 + UNITS "1/100 A" + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The sum of measured currents of transistors T107 and T108." + ::= { txAmplifierPhr901Entry 11 } + + + txAmplifierPhxTable OBJECT-TYPE + SYNTAX SEQUENCE OF TxAmplifierPhxEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "Specific parameters for PHU and PHV amplifiers." + ::= { txAmplifier 5 } + + + txAmplifierPhxEntry OBJECT-TYPE + SYNTAX TxAmplifierPhxEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "An entry in the txAmplifierPhxTable." + INDEX { txAmpNotificationTxIdx, txAmpNotificationOstIdx, txAmpNotificationAmpIdx } + ::= { txAmplifierPhxTable 1 } + + + TxAmplifierPhxEntry ::= + SEQUENCE { + txPhxFreqID + Unsigned32, + txPhxFreqIDString + SnmpAdminString, + txPhxDohertyActive + DohertyActive + } + + txPhxFreqID OBJECT-TYPE + SYNTAX Unsigned32 + MAX-ACCESS read-only + STATUS obsolete + DESCRIPTION + "ID that the tuning unit in amplifier must have + for the intended frequency. + Obsoleted - see txPhxFreqIDString for a replacement." + ::= { txAmplifierPhxEntry 1 } + + + txPhxFreqIDString OBJECT-TYPE + SYNTAX SnmpAdminString + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "ID of the frequency range in Doherty mode + + for PHU902 and PHV902 only" + ::= { txAmplifierPhxEntry 2 } + + + txPhxDohertyActive OBJECT-TYPE + SYNTAX DohertyActive + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Indicates whether the Doherty mode of the amplifier is active or not. + + for PHU902 and PHV902 only" + ::= { txAmplifierPhxEntry 3 } + + + txAmplifierTlxTable OBJECT-TYPE + SYNTAX SEQUENCE OF TxAmplifierTlxEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "Specific parameters for TLx amplifiers." + ::= { txAmplifier 6 } + + + txAmplifierTlxEntry OBJECT-TYPE + SYNTAX TxAmplifierTlxEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "An entry in the txAmplifierTlxTable," + INDEX { txAmpNotificationTxIdx, txAmpNotificationOstIdx, txAmpNotificationAmpIdx } + ::= { txAmplifierTlxTable 1 } + + + TxAmplifierTlxEntry ::= + SEQUENCE { + txAmpTlxFanFail + NotificationState, + txAmpTlxV12Mon + Unsigned32, + txAmpTlxSupplyFail + NotificationState + } + + txAmpTlxFanFail OBJECT-TYPE + SYNTAX NotificationState + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Description." + ::= { txAmplifierTlxEntry 1 } + + + txAmpTlxV12Mon OBJECT-TYPE + SYNTAX Unsigned32 + UNITS "1/100V" + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Description." + ::= { txAmplifierTlxEntry 2 } + + + txAmpTlxSupplyFail OBJECT-TYPE + SYNTAX NotificationState + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Description." + ::= { txAmplifierTlxEntry 3 } + + + txSwitchlessCombiner OBJECT IDENTIFIER ::= { rsXx9TxObjects 11 } + + + txSwiCoNotificationTable OBJECT-TYPE + SYNTAX SEQUENCE OF TxSwiCoNotificationEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "The context information/configuration for the + Switchless Combiner status notifications. + Only available if Switchless Combiner is configured. " + ::= { txSwitchlessCombiner 1 } + + + txSwiCoNotificationEntry OBJECT-TYPE + SYNTAX TxSwiCoNotificationEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "An entry in the txSwiCoNotificationTable." + INDEX { txSwiCoNotificationTxIdx, txSwiCoNotificationSwiCoIdx, txSwiCoNotificationIdx } + ::= { txSwiCoNotificationTable 1 } + + + TxSwiCoNotificationEntry ::= + SEQUENCE { + txSwiCoNotificationTxIdx + IndexTransmitter, + txSwiCoNotificationSwiCoIdx + Unsigned32, + txSwiCoNotificationIdx + Unsigned32, + txSwiCoNotificationName + INTEGER, + txSwiCoNotificationMask + NotificationMask, + txSwiCoNotificationPriority + NotificationPriority, + txSwiCoNotificationState + NotificationState + } + + txSwiCoNotificationTxIdx OBJECT-TYPE + SYNTAX IndexTransmitter + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "The transmitter index." + ::= { txSwiCoNotificationEntry 1 } + + + txSwiCoNotificationSwiCoIdx OBJECT-TYPE + SYNTAX Unsigned32 (1) + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "This index distinguishes Switchless Combiners." + ::= { txSwiCoNotificationEntry 2 } + + + txSwiCoNotificationIdx OBJECT-TYPE + SYNTAX Unsigned32 (11000..11008) + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "The notification number as below rsXx9TxNotifications. + This is a helper column and therefore not-accessible." + ::= { txSwiCoNotificationEntry 3 } + + + txSwiCoNotificationName OBJECT-TYPE + SYNTAX INTEGER + { + txSwiCoSummary(11000), + txSwiCoHwLink(11001), + txSwiCoHwWarn(11002), + txSwiCoHwFault(11003), + txSwiCoHwLocal(11004), + txSwiCoRcbFail(11005), + txSwiCoRfProbeFail(11006), + txSwiCoRegulationSummary(11007) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The notification number as an enumeration. + The enumeration correlates with the notifications under rsXx9TxNotifications." + ::= { txSwiCoNotificationEntry 4 } + + + txSwiCoNotificationMask OBJECT-TYPE + SYNTAX NotificationMask + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "See textual convention for details." + ::= { txSwiCoNotificationEntry 5 } + + + txSwiCoNotificationPriority OBJECT-TYPE + SYNTAX NotificationPriority + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "See textual convention for details." + ::= { txSwiCoNotificationEntry 6 } + + + txSwiCoNotificationState OBJECT-TYPE + SYNTAX NotificationState + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "See textual convention for details." + ::= { txSwiCoNotificationEntry 7 } + + + txSwiCoStateTable OBJECT-TYPE + SYNTAX SEQUENCE OF TxSwiCoStateEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "General Switchless Combiner state information. + Only available is Switchless Combiner is configured. " + ::= { txSwitchlessCombiner 2 } + + + txSwiCoStateEntry OBJECT-TYPE + SYNTAX TxSwiCoStateEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "An entry in the txSwiCoStateTable." + INDEX { txSwiCoNotificationTxIdx, txSwiCoNotificationSwiCoIdx } + ::= { txSwiCoStateTable 1 } + + + TxSwiCoStateEntry ::= + SEQUENCE { + txSwiCoStRegulationState + INTEGER, + txSwiCoStCalibrationState + INTEGER, + txSwiCoStPosGraded + Unsigned32, + txSwiCoStPosDegree + Integer32, + txSwiCoStPosPermil + Unsigned32 + } + + txSwiCoStRegulationState OBJECT-TYPE + SYNTAX INTEGER + { + stablePosition(1), + increasingPhaseAngle(2), + decreasingPhaseAngle(3) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Indicates whether the control is currently working. + Hold: The phase angle is constant. + Phase decreasing/Phase increasing: The phase angle is currently being changed. + " + ::= { txSwiCoStateEntry 1 } + + + txSwiCoStCalibrationState OBJECT-TYPE + SYNTAX INTEGER + { + calibrated(1), + notCalibrated(2) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Indicates whether the switchless combiner has been calibrated for the + current transmitter frequency. + OK: The switchless combiner is calibrated. + Warning: The switchless combiner has not yet been calibrated. + " + ::= { txSwiCoStateEntry 2 } + + + txSwiCoStPosGraded OBJECT-TYPE + SYNTAX Unsigned32 (0..5) + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Shows the position of Switchless Combiner in these steps: + 0: < 0deg + 1: 0deg + 2: between 0deg and 90 deg (2 and 4 racks) or 110deg (3 racks) + 3: 90deg (2 and 4 racks) or 110deg (3 racks) + 4: between 90deg (2 and 4 racks) or 110deg (3 racks) and 180deg + 5: > 180deg" + ::= { txSwiCoStateEntry 3 } + + + txSwiCoStPosDegree OBJECT-TYPE + SYNTAX Integer32 (-1..500) + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Indicates the current effective phase angle between the two inputs. + If the coupling is symmetric, the phase angle is 90 degrees. If the + switchless combiner has not yet been calibrated for the current + transmitter frequency, the display shows a %. + " + ::= { txSwiCoStateEntry 4 } + + + txSwiCoStPosPermil OBJECT-TYPE + SYNTAX Unsigned32 (0..1000) + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Indicates the current effective phase angle between the two inputs. If the coupling + is symmetric, the phase angle is 90 degrees. If the switchless combiner has not + yet been calibrated for the current transmitter frequency, the display shows a %. + " + ::= { txSwiCoStateEntry 5 } + + + txSwiCoCommandsTable OBJECT-TYPE + SYNTAX SEQUENCE OF TxSwiCoCommandsEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "Switchless Cominer settings. + Only available is Switchless Combiner is configured. " + ::= { txSwitchlessCombiner 3 } + + + txSwiCoCommandsEntry OBJECT-TYPE + SYNTAX TxSwiCoCommandsEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "An entry in the txSwiCoCommandsTable." + INDEX { txSwiCoNotificationTxIdx, txSwiCoNotificationSwiCoIdx } + ::= { txSwiCoCommandsTable 1 } + + + TxSwiCoCommandsEntry ::= + SEQUENCE { + txSwiCoCmdAutomatic + INTEGER, + txSwiCoCmdManualPosition + INTEGER, + txSwiCoCmdActivationThreshold + Unsigned32 + } + + txSwiCoCmdAutomatic OBJECT-TYPE + SYNTAX INTEGER + { + manual(1), + automatic(2) + } + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Switches the automatic power control of the rack combiner on and off. + " + ::= { txSwiCoCommandsEntry 1 } + + + txSwiCoCmdManualPosition OBJECT-TYPE + SYNTAX INTEGER + { + undefinedPosition(1), + position1(2), + position2(3), + position1and2(4) + } + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Indicates which input was switched to the antenna when automatic ^ + is switched off. The setting can be changed here. + " + ::= { txSwiCoCommandsEntry 2 } + + + txSwiCoCmdActivationThreshold OBJECT-TYPE + SYNTAX Unsigned32 (0..600) + UNITS "0.01-dB" + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "If the output power is below the nominal power minus this activation threshold value, the Switchless Combiner Automatic will react." + ::= { txSwiCoCommandsEntry 3 } + + + txPresets OBJECT IDENTIFIER ::= { rsXx9TxObjects 12 } + + + txPresetCommandsTable OBJECT-TYPE + SYNTAX SEQUENCE OF TxPresetCommandsEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "Description." + ::= { txPresets 2 } + + + txPresetCommandsEntry OBJECT-TYPE + SYNTAX TxPresetCommandsEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "Description." + INDEX { txPresetCmdTxIdx } + ::= { txPresetCommandsTable 1 } + + + TxPresetCommandsEntry ::= + SEQUENCE { + txPresetCmdTxIdx + IndexTransmitter, + txPresetCmdLoadPreset1 + Trigger, + txPresetCmdLoadPreset2 + Trigger, + txPresetCmdLoadPreset3 + Trigger, + txPresetCmdLoadPreset4 + Trigger, + txPresetCmdSavePreset1 + Trigger, + txPresetCmdSavePreset2 + Trigger, + txPresetCmdSavePreset3 + Trigger, + txPresetCmdSavePreset4 + Trigger + } + + txPresetCmdTxIdx OBJECT-TYPE + SYNTAX IndexTransmitter + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "Description." + ::= { txPresetCommandsEntry 1 } + + + txPresetCmdLoadPreset1 OBJECT-TYPE + SYNTAX Trigger + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Activates one of up to four previously saved sets of program and feed + setting values. If a name is assigned to a preset, this name appears + on the button. 'Load Preset' is only available for used memory locations. + " + ::= { txPresetCommandsEntry 2 } + + + txPresetCmdLoadPreset2 OBJECT-TYPE + SYNTAX Trigger + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Activates one of up to four previously saved sets of program and feed + setting values. If a name is assigned to a preset, this name appears + on the button. 'Load Preset' is only available for used memory locations. + " + ::= { txPresetCommandsEntry 3 } + + + txPresetCmdLoadPreset3 OBJECT-TYPE + SYNTAX Trigger + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Activates one of up to four previously saved sets of program and feed + setting values. If a name is assigned to a preset, this name appears + on the button. 'Load Preset' is only available for used memory locations. + " + ::= { txPresetCommandsEntry 4 } + + + txPresetCmdLoadPreset4 OBJECT-TYPE + SYNTAX Trigger + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Activates one of up to four previously saved sets of program and feed + setting values. If a name is assigned to a preset, this name appears + on the button. 'Load Preset' is only available for used memory locations. + " + ::= { txPresetCommandsEntry 5 } + + + txPresetCmdSavePreset1 OBJECT-TYPE + SYNTAX Trigger + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Saves all currently active program and feed settings to one of four memory + locations. Previously saved settings are overwritten. If a name is assigned + to a preset, this name appears on the button. 'Save Preset' is only available + if all components of the transmitter are operating correctly. + " + ::= { txPresetCommandsEntry 6 } + + + txPresetCmdSavePreset2 OBJECT-TYPE + SYNTAX Trigger + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Saves all currently active program and feed settings to one of four memory + locations. Previously saved settings are overwritten. If a name is assigned + to a preset, this name appears on the button. 'Save Preset' is only available + if all components of the transmitter are operating correctly. + " + ::= { txPresetCommandsEntry 7 } + + + txPresetCmdSavePreset3 OBJECT-TYPE + SYNTAX Trigger + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Saves all currently active program and feed settings to one of four memory + locations. Previously saved settings are overwritten. If a name is assigned + to a preset, this name appears on the button. 'Save Preset' is only available + if all components of the transmitter are operating correctly. + " + ::= { txPresetCommandsEntry 8 } + + + txPresetCmdSavePreset4 OBJECT-TYPE + SYNTAX Trigger + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Saves all currently active program and feed settings to one of four memory + locations. Previously saved settings are overwritten. If a name is assigned + to a preset, this name appears on the button. 'Save Preset' is only available + if all components of the transmitter are operating correctly. + " + ::= { txPresetCommandsEntry 9 } + + + txPresetStatusTable OBJECT-TYPE + SYNTAX SEQUENCE OF TxPresetStatusEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "Description." + ::= { txPresets 3 } + + + txPresetStatusEntry OBJECT-TYPE + SYNTAX TxPresetStatusEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "Description." + INDEX { txPresetCmdTxIdx } + ::= { txPresetStatusTable 1 } + + + TxPresetStatusEntry ::= + SEQUENCE { + txPresetStActivePreset + INTEGER, + txPresetStProgramSettings + INTEGER + } + + txPresetStActivePreset OBJECT-TYPE + SYNTAX INTEGER + { + notActive(0), + preset1(1), + preset2(2), + preset3(3), + preset4(4) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Indicates which settings are currently active. If a preset has not yet been + loaded, 'Not Active' is displayed." + ::= { txPresetStatusEntry 1 } + + + txPresetStProgramSettings OBJECT-TYPE + SYNTAX INTEGER + { + undefined(1), + notSaved(2), + saved(3) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Shows a warning if, after a preset is loaded, the currently active settings have + been changed but not yet saved again in a preset. In this case, data will be + lost if the preset is switched over to a different preset. If all memory locations + are empty, 'Presets not Used' appears. " + ::= { txPresetStatusEntry 2 } + + + txRfSensors OBJECT IDENTIFIER ::= { rsXx9TxObjects 13 } + + + txRfSensorsNotificationTable OBJECT-TYPE + SYNTAX SEQUENCE OF TxRfSensorsNotificationEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "The context information/configuration for the + Switchless Combiner status notifications." + ::= { txRfSensors 1 } + + + txRfSensorsNotificationEntry OBJECT-TYPE + SYNTAX TxRfSensorsNotificationEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "An entry in the txRfSensorsNotificationTable." + INDEX { txRfSensorsNotificationTxIdx, txRfSensorsNotificationSensorIdx, txRfSensorsNotificationIdx } + ::= { txRfSensorsNotificationTable 1 } + + + TxRfSensorsNotificationEntry ::= + SEQUENCE { + txRfSensorsNotificationTxIdx + IndexTransmitter, + txRfSensorsNotificationSensorIdx + Unsigned32, + txRfSensorsNotificationIdx + Unsigned32, + txRfSensorsNotificationName + INTEGER, + txRfSensorsNotificationMask + NotificationMask, + txRfSensorsNotificationPriority + NotificationPriority, + txRfSensorsNotificationState + NotificationState + } + + txRfSensorsNotificationTxIdx OBJECT-TYPE + SYNTAX IndexTransmitter + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "The transmitter index." + ::= { txRfSensorsNotificationEntry 1 } + + + txRfSensorsNotificationSensorIdx OBJECT-TYPE + SYNTAX Unsigned32 (1..6) + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "This index distinguishes Rf sensors. + + Rf sensor 1 of a Tx is the Tx's antenna sensor. + Rf sensor 2 of a Tx is the Tx's lower antenna sensor (in half antenna configuration). + Rf sensor 3 of a Tx is the Tx's upper antenna sensor (in half antenna configuration). + + " + ::= { txRfSensorsNotificationEntry 2 } + + + txRfSensorsNotificationIdx OBJECT-TYPE + SYNTAX Unsigned32 (12000..12001) + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "The notification number as below rsXx9TxNotifications. + This is a helper column and therefore not-accessible." + ::= { txRfSensorsNotificationEntry 3 } + + + txRfSensorsNotificationName OBJECT-TYPE + SYNTAX INTEGER + { + txRfSensorLinkStatus(12000), + txRfSensorCalibrated(12001) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The notification number as an enumeration. + The enumeration correlates with the notifications under rsXx9TxNotifications." + ::= { txRfSensorsNotificationEntry 4 } + + + txRfSensorsNotificationMask OBJECT-TYPE + SYNTAX NotificationMask + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "See textual convention for details." + ::= { txRfSensorsNotificationEntry 5 } + + + txRfSensorsNotificationPriority OBJECT-TYPE + SYNTAX NotificationPriority + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "See textual convention for details." + ::= { txRfSensorsNotificationEntry 6 } + + + txRfSensorsNotificationState OBJECT-TYPE + SYNTAX NotificationState + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "See textual convention for details." + ::= { txRfSensorsNotificationEntry 7 } + + + txRfSensorsTable OBJECT-TYPE + SYNTAX SEQUENCE OF TxRfSensorsEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "Transmitter Antenna Rf threshold configuration and status." + ::= { txRfSensors 2 } + + + txRfSensorsEntry OBJECT-TYPE + SYNTAX TxRfSensorsEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "An entry in the txRfSensorsTable." + INDEX { txRfSensorsNotificationTxIdx, txRfSensorsNotificationSensorIdx } + ::= { txRfSensorsTable 1 } + + + TxRfSensorsEntry ::= + SEQUENCE { + txRfLimitForwardFail + Integer32, + txRfLimitForwardWarn + Integer32, + txRfLimitReflectedFail + Integer32, + txRfLimitReflectedWarn + Integer32, + txRfLimitForwardPercentFailUpper + Unsigned32, + txRfLimitForwardPercentFailLower + Integer32, + txRfLimitForwardPercentWarnUpper + Unsigned32, + txRfLimitForwardPercentWarnLower + Integer32, + txRfLimitReflectedVswrFail + Integer32, + txRfLimitReflectedVswrWarn + Integer32, + txRfCmdForwardFailTimeout + Unsigned32, + txRfStForwardPercent + Unsigned32, + txRfStReflectedVswr + Integer32, + txRfStForward + Unsigned32, + txRfStReflected + Unsigned32, + txRfIdentify + Trigger, + txRfCalibrate + Trigger, + txRfUncalibrate + Trigger, + txRfLimitForwardAddUpperFail + Integer32, + txRfLimitForwardAddUpperWarn + Integer32 + } + + txRfLimitForwardFail OBJECT-TYPE + SYNTAX Integer32 (-4000..0) + UNITS "0.01 dB" + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Description." + ::= { txRfSensorsEntry 1 } + + + txRfLimitForwardWarn OBJECT-TYPE + SYNTAX Integer32 (-4000..0) + UNITS "0.01 dB" + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Description." + ::= { txRfSensorsEntry 2 } + + + txRfLimitReflectedFail OBJECT-TYPE + SYNTAX Integer32 (-1700..-600) + UNITS "0.01 dB" + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Description." + ::= { txRfSensorsEntry 3 } + + + txRfLimitReflectedWarn OBJECT-TYPE + SYNTAX Integer32 (-2800..-1700) + UNITS "0.01 dB" + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Description." + ::= { txRfSensorsEntry 4 } + + + txRfLimitForwardPercentFailUpper OBJECT-TYPE + SYNTAX Unsigned32 (1..1000) + UNITS "0.1 %" + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Description. + + only valid for antennaRfProbe" + ::= { txRfSensorsEntry 5 } + + + txRfLimitForwardPercentFailLower OBJECT-TYPE + SYNTAX Integer32 (-990..1) + UNITS "0.1 %" + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Description. + + only valid for antennaRfProbe" + ::= { txRfSensorsEntry 6 } + + + txRfLimitForwardPercentWarnUpper OBJECT-TYPE + SYNTAX Unsigned32 (1..100) + UNITS "0.1 %" + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Description. + + only valid for antennaRfProbe" + ::= { txRfSensorsEntry 7 } + + + txRfLimitForwardPercentWarnLower OBJECT-TYPE + SYNTAX Integer32 (-990..1) + UNITS "0.1 %" + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Description. + + only valid for antennaRfProbe" + ::= { txRfSensorsEntry 8 } + + + txRfLimitReflectedVswrFail OBJECT-TYPE + SYNTAX Integer32 (1330..3000) + UNITS "0.001 VSWR" + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Description. + + only valid for antennaRfProbe" + ::= { txRfSensorsEntry 9 } + + + txRfLimitReflectedVswrWarn OBJECT-TYPE + SYNTAX Integer32 (1080..1330) + UNITS "0.001 VSWR" + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Description. + + only valid for antennaRfProbe" + ::= { txRfSensorsEntry 10 } + + + txRfCmdForwardFailTimeout OBJECT-TYPE + SYNTAX Unsigned32 (0..60) + UNITS "s" + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Description." + ::= { txRfSensorsEntry 11 } + + + txRfStForwardPercent OBJECT-TYPE + SYNTAX Unsigned32 (0..2000) + UNITS "0.1 %" + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Description. + + only valid for antennaRfProbe" + ::= { txRfSensorsEntry 12 } + + + txRfStReflectedVswr OBJECT-TYPE + SYNTAX Integer32 (0 | 100..1000) + UNITS "0.001 VSWR" + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Description. + + A value of 0 means: invalid + only valid for antennaRfProbe" + ::= { txRfSensorsEntry 13 } + + + txRfStForward OBJECT-TYPE + SYNTAX Unsigned32 + UNITS "milli W" + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Description." + ::= { txRfSensorsEntry 14 } + + + txRfStReflected OBJECT-TYPE + SYNTAX Unsigned32 + UNITS "milli W" + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Description." + ::= { txRfSensorsEntry 15 } + + + txRfIdentify OBJECT-TYPE + SYNTAX Trigger + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Identifies the power sensor to which a calibrated power meter has to be connected. + When this button is pushed, a green LED on the power sensor will start flashing. + Looking into the rack from the reverse, the flashing LED will mark the position of + the power sensor. The LED automatically stops blinking after thirty seconds. + " + ::= { txRfSensorsEntry 16 } + + + txRfCalibrate OBJECT-TYPE + SYNTAX Trigger + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Description." + ::= { txRfSensorsEntry 17 } + + + txRfUncalibrate OBJECT-TYPE + SYNTAX Trigger + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Description." + ::= { txRfSensorsEntry 18 } + + + txRfLimitForwardAddUpperFail OBJECT-TYPE + SYNTAX Integer32 (-1000..1000) + UNITS "0.01 dB" + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Description. + + only valid for additional probes." + ::= { txRfSensorsEntry 19 } + + + txRfLimitForwardAddUpperWarn OBJECT-TYPE + SYNTAX Integer32 (-2000..1000) + UNITS "0.01 dB" + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Description. + + only valid for additional probes." + ::= { txRfSensorsEntry 20 } + + + rsXx9TxConformance OBJECT IDENTIFIER ::= { rsXx9Tx 2 } + + + rsXx9TxCompliances OBJECT IDENTIFIER ::= { rsXx9TxConformance 1 } + + + txBasicCompliance MODULE-COMPLIANCE + STATUS current + DESCRIPTION + "The compliance statement for XX9000 TV transmitters." + MODULE -- this module + MANDATORY-GROUPS { txObjsExciter, txObjsSFN, txObjsInputInterfaces, txObjsInputAutomatic, txNotifySFN, + txNotifyInputInterfaces, txObjsPrecorrection, txNotifyInputAutomatic, txObjsOutputStage, txNotifyAmplifier, + txObjsAmplifier, txNotifyOutputStage, txNotifyPrecorrection, txNotifyFrequencyRegulation, txObjsFrequencyRegulation, + txObjsNonBand2, txObjsNonFM, txNotifyExciter, txObjsTransmitter, txNotifyTransmitter + } + GROUP txObjsExciterAutomatic + DESCRIPTION + "only for DualDrive/BackupDrive transmitters" + GROUP txNotifyExciterAutomatic + DESCRIPTION + "only for DualDrive/BackupDrive transmitters" + GROUP txObjsDualDrive + DESCRIPTION + "only for DualDrive transmitters" + GROUP txObjsSFN1 + DESCRIPTION + "for DVB-T, ISDB-T, DTMB only" + GROUP txObjsPMx + DESCRIPTION + "for PMU or PMV amplifiers only" + GROUP txObjsSFN2 + DESCRIPTION + "SFN objects not for ISDB-T." + GROUP txObjsInputTsFeed + DESCRIPTION + "not for ATV, DAB, FM" + GROUP txNotifyInputTsFeed + DESCRIPTION + "not for ATV, DAB, FM" + GROUP txObjsPHx902 + DESCRIPTION + "for PHU902 and PHV902 only" + GROUP txObjsPMU901 + DESCRIPTION + "for PMU901 only" + GROUP txObjsPMV901 + DESCRIPTION + "for PMV901 only" + ::= { rsXx9TxCompliances 1 } + + + txBand2Compliance MODULE-COMPLIANCE + STATUS current + DESCRIPTION + "The compliance statement for XX9000 band II transmitters." + MODULE -- this module + MANDATORY-GROUPS { txObjsExciter, txObjsInputAutomatic, txNotifyInputAutomatic, txObjsOutputStage, txNotifyAmplifier, + txObjsAmplifier, txNotifyOutputStage, txObjsPHR901, txNotifyFrequencyRegulation, txObjsFrequencyRegulation, + txNotifyExciter, txObjsTransmitter, txNotifyTransmitter } + GROUP txObjsExciterAutomatic + DESCRIPTION + "only for DualDrive/BackupDrive transmitters" + GROUP txNotifyExciterAutomatic + DESCRIPTION + "only for DualDrive/BackupDrive transmitters" + GROUP txObjsDualDrive + DESCRIPTION + "only for DualDrive transmitters" + OBJECT txOstCmdPower + SYNTAX Unsigned32 (0..1000) + DESCRIPTION + "different range for PMR amplifiers" + GROUP txObjsNonFM + DESCRIPTION + "not for modulation mode FM" + OBJECT txExcCmdFrequency + SYNTAX Unsigned32 (87500000..108000000) + DESCRIPTION + "Value range for band2 transmitters." + ::= { rsXx9TxCompliances 2 } + + + rsXx9TxGroups OBJECT IDENTIFIER ::= { rsXx9TxConformance 2 } + + + txObjsTransmitter OBJECT-GROUP + OBJECTS { txTransmitterNotificationName, txTransmitterNotificationMask, txTransmitterNotificationPriority, txTransmitterNotificationState, txTransCmdReset, + txTransCmdOperationMode, txTransCmdNominalPower, txTransStForwardPower, txTransStReflectedPower, txTransStModulationMode, + txTransStPrimaryModMode, txTransCmdPrgOnAfterSumFault, txTransCmdReflectionCheck, txTransCmdWarnOnDohertyMismatch, txTransStSecondaryModMode, + txTransCmdChangeModulation } + STATUS current + DESCRIPTION + "General transmitter objects group." + ::= { rsXx9TxGroups 1 } + + + txObjsExciter OBJECT-GROUP + OBJECTS { txExcCmdModulationMode, txExcCmdOutputAttenuation, txExcStOperationOn, txExcCmdLoopControl, txExcCmdOperationMode, + txExcCmdFrequency, txExciterNotificationName, txExciterNotificationMask, txExciterNotificationPriority, txExciterNotificationState + } + STATUS current + DESCRIPTION + "Exciter objects group." + ::= { rsXx9TxGroups 2 } + + + txObjsInputInterfaces OBJECT-GROUP + OBJECTS { txIpFeedStreamProtocol, txIpFeedStreamPort, txIpFeedStreamAddress, txIpFeedStreamAddressType, txIpFeedStreamingMode, + txIpFeedConnector, txInpGsMultiplexName, txInpGsInputSource, txInpMonitorOut, txIpFeedPacketsOutOfRange, + txIpFeedPacketsReordered, txIpFeedPacketsDuplicate, txIpFeedPacketsFixed, txIpFeedPacketsMissing, txIpFeedPacketsTotal, + txIpFeedLinkStatus, txIpFeedDatarate, txInpIfNotificationName, txInpIfNotificationMask, txInpIfNotificationPriority, + txInpIfNotificationState } + STATUS current + DESCRIPTION + "Input interface objects group. + in case of a missing physical input connector or + missing option key, changes to objects in this + group might be ignored. " + ::= { rsXx9TxGroups 3 } + + + txObjsInputTsFeed OBJECT-GROUP + OBJECTS { txTsFeedBruttoDataRate, txTsFeedNettoDataRate, txTsFeedPacketLength, txTsFeedType } + STATUS current + DESCRIPTION + "Input TS feed objects group. + in case of a missing physical input connector or + missing option key, changes to objects in this + group might be ignored. " + ::= { rsXx9TxGroups 4 } + + + txObjsInputAutomatic OBJECT-GROUP + OBJECTS { txInpAutoNotificationName, txInpAutoNotificationMask, txInpAutoNotificationPriority, txInpAutoNotificationState, txInpAutoOperationMode, + txInpAutoGuardTimeToReserve, txInpAutoIfReseveFails, txInpAutoForceExciterChangeover, txInpAutoActiveInput, txInpAutoDelayInput1To2, + txInpAutoGuardTimeBack, txInpAutoDirection } + STATUS current + DESCRIPTION + "Input automatic objects group." + ::= { rsXx9TxGroups 5 } + + + txObjsFrequencyRegulation OBJECT-GROUP + OBJECTS { txFrqRegSetupSource, txFrqRegSetupControllerMode, txFrqRegSetupRefFailPermissionTime, txFrqRegSetupMuteOnFail, txFrqRegSetupManualOcxoAdjust, + txFrqRegSetupMonitor, txFrqRegNotificationName, txFrqRegStateController, txFrqRegStateCurrentSource, txFrqRegNotificationState, + txFrqRegStateCurrentControllerMode, txFrqRegNotificationPriority, txFrqRegNotificationMask } + STATUS current + DESCRIPTION + "Frequency regulation objects group." + ::= { rsXx9TxGroups 6 } + + + txObjsSFN OBJECT-GROUP + OBJECTS { txSfnNotificationName, txSfnNotificationMask, txSfnNotificationPriority, txSfnNotificationState, txSfnStateInternalPpsValid, + txSfnStateProcessingTime, txSfnStateDynamicDelay, txSfnStateTotalDelay, txSfnSetupSource, txSfnSetupMaxDeviation, + txSfnStatePPS, txSfnStateSFN, txSfnSetupStaticDelay, txSfnStateTransmissionInTime } + STATUS current + DESCRIPTION + "SFN objects group." + ::= { rsXx9TxGroups 7 } + + + txObjsPrecorrection OBJECT-GROUP + OBJECTS { txPrecorrNotificationName, txPrecorrNotificationMask, txPrecorrNotificationPriority, txPrecorrNotificationState } + STATUS current + DESCRIPTION + "Precorrection objects group. + also see txObjsLinPrecorrection, txObjsNonLinPrecorrection and txObjsPrecorrectionCfr objects groups. " + ::= { rsXx9TxGroups 8 } + + + txObjsOutputStage OBJECT-GROUP + OBJECTS { txOstNotificationName, txOstNotificationMask, txOstNotificationPriority, txOstNotificationState, txOstStateRfOnHours, + txOstCmdPower } + STATUS current + DESCRIPTION + "Output stage objects group." + ::= { rsXx9TxGroups 9 } + + + txObjsAmplifier OBJECT-GROUP + OBJECTS { txAmpNotificationName, txAmpNotificationMask, txAmpNotificationPriority, txAmpNotificationState, txAmpStIDrv, + txAmpStIPre, txAmpStVRefPwr, txAmpStVPlusMon, txAmpStIDc, txAmpStVPreMon, + txAmpStVAuxIn, txAmpStV12Mon, txAmpStV5Acb, txAmpStV3V5, txAmpStTemperature, + txAmpStRfMonitor, txAmpStPwrA, txAmpStPwrB, txAmpStPwrOut, txAmpStReflOut + } + STATUS current + DESCRIPTION + "Common high-power (PHx) and medium-power (PMx) + amplifier objects group. + " + ::= { rsXx9TxGroups 10 } + + + txObjsSwitchlessCombiner OBJECT-GROUP + OBJECTS { txSwiCoNotificationName, txSwiCoNotificationMask, txSwiCoNotificationPriority, txSwiCoNotificationState, txSwiCoStPosGraded, + txSwiCoStPosDegree, txSwiCoStRegulationState, txSwiCoCmdAutomatic, txSwiCoCmdManualPosition, txSwiCoCmdActivationThreshold, + txSwiCoStCalibrationState, txSwiCoStPosPermil } + STATUS current + DESCRIPTION + "Common switchless combiner objects group." + ::= { rsXx9TxGroups 11 } + + + txObjsActiveReserve OBJECT-GROUP + OBJECTS { txArExcAutomaticOperationMode, txArExcAutomaticMode, txArExcAutomaticGuardTime, txArPreselectExcA, txArPreselectExcB, + txArExcPreselected, txArExcSelected, txArOstAutomaticOperationMode, txArOstAutomaticMode, txArOstAutomaticGuardTime, + txArOstPreselected, txArOstSelected, txArPreselectOstAtoDlOstBtoAnt, txArPreselectOstAtoAntOstBtoDl, txArPreselectOstAOstBtoDl, + txArPreselectOstAOstBtoAnt } + STATUS current + DESCRIPTION + "Common active reserve objects group." + ::= { rsXx9TxGroups 12 } + + + txObjsInputSatFeed OBJECT-GROUP + OBJECTS { txSatTunerTransponderFreq, txSatTunerSignalType, txSatTunerSymbolRate, txSatTunerModulation, txSatTunerCoderate, + txSatTunerSignalStandard, txSatTunerRxPower, txSatTunerMeasuredTsDatarate, txSatTunerBitErrorRate, txSatTunerCarrierNoiseRatio, + txSatTunerTsSymbolRate, txSatLnbPolarization, txSatLnbFreqLowBand, txSatLnbFreqHighBand, txSatLnbVoltage, + txSatCamInserted, txSatCamStatus, txSatCamManufacturerName, txSatCamModuleName, txSatCamTsInput, + txSatCamTsOutput, txSatCamConfigurationMode, txSatCamBissMode, txSatCamBissInjectedId, txSatCamBissEncryptedSession, + txSatCamBissClearSession, txSatFeedInputServiceName, txSatFeedInputServiceID, txSatFeedInputServiceType, txSatFeedInputServiceElementaryStreams, + txSatFeedInputServiceDecryption, txSatFeedInputServiceEncrypted, txSatFeedInputServiceDecryptionState, txSatIpOutMulticastAddrType, txSatGeneralAsiOutput, + txSatLnb22kHzSignal, txSatLnbFreqCBand, txSatLnbBand, txSatTunerIntermediateFreq, txSatFeedDecryptionServiceID, + txSatBtsNullPacketLcPid, txSatBtsNullPacketLbPid, txSatBtsNullPacketLaPid, txSatBtsPliTablePid, txSatTunerLinkMargin, + txSatMultiStreamUsedStreamId, txSatMultiStreamStatus, txSatCamScExpirationDate, txSatCamScManufacturerName, txSatCamScInserted, + txSatLnbDriftWarnLimit, txSatTunerCarrierNoiseWarnLimit, txSatTunerLinkMarginFaultLimit, txSatTunerLinkMarginWarnLimit, txSatCamReset, + txSatCamResetMode, txSatPlsActive, txSatPlsSelect, txSatCodeLoop, txSatPlsCode3, + txSatPlsCode2, txSatLnbDrift, txSatTunerCarrierNoiseFaultLimit, txSatFeedInputServicePmtPid, txSatStreamExpectedTsId, + txSatStreamCurrentTsId, txSatLnbFreqCBandLower32, txSatLnbFreqCBandUpper32, txSatLnbFreqHighBandLower32, txSatLnbFreqHighBandUpper32, + txSatLnbFreqLowBandLower32, txSatLnbFreqLowBandUpper32, txSatTunerTransponderFreqLower32, txSatTunerTransponderFreqUpper32, txSatIpOutMulticastAddr, + txSatIpOutPort, txSatIpOutFecRow, txSatIpOutFecCol, txSatIpOutLocalIpAddrType, txSatIpOutLocalIpAddr, + txSatIpOutLocalNetmaskAddrType, txSatIpOutLocalNetmask, txSatIpOutMacAddr, txSatPlScrambling, txSatPlsCode + } + STATUS current + DESCRIPTION + "Common SAT receiver objects group." + ::= { rsXx9TxGroups 13 } + + + txObjsPreset OBJECT-GROUP + OBJECTS { txPresetStProgramSettings, txPresetStActivePreset, txPresetCmdSavePreset4, txPresetCmdSavePreset3, txPresetCmdSavePreset2, + txPresetCmdSavePreset1, txPresetCmdLoadPreset4, txPresetCmdLoadPreset3, txPresetCmdLoadPreset2, txPresetCmdLoadPreset1 + } + STATUS current + DESCRIPTION + "Preset related objects." + ::= { rsXx9TxGroups 14 } + + + txObjsRfSensors OBJECT-GROUP + OBJECTS { txRfLimitForwardFail, txRfLimitForwardWarn, txRfLimitReflectedFail, txRfLimitReflectedWarn, txRfLimitForwardPercentFailUpper, + txRfLimitForwardPercentFailLower, txRfLimitForwardPercentWarnUpper, txRfLimitForwardPercentWarnLower, txRfLimitReflectedVswrFail, txRfLimitReflectedVswrWarn, + txRfCmdForwardFailTimeout, txRfStForwardPercent, txRfStReflected, txRfStForward, txRfUncalibrate, + txRfCalibrate, txRfIdentify, txRfStReflectedVswr, txRfSensorsNotificationName, txRfSensorsNotificationMask, + txRfSensorsNotificationPriority, txRfSensorsNotificationState, txRfLimitForwardAddUpperFail, txRfLimitForwardAddUpperWarn } + STATUS current + DESCRIPTION + "RF Sensor objects" + ::= { rsXx9TxGroups 15 } + + + txNotifyTransmitter NOTIFICATION-GROUP + NOTIFICATIONS { txSummary, txRfSensorSummary, txLocal, txRF, txReflection + } + STATUS current + DESCRIPTION + "General transmitter notifications group." + ::= { rsXx9TxGroups 101 } + + + txNotifyExciter NOTIFICATION-GROUP + NOTIFICATIONS { txExciterSummary, txExciterLoop, txExciterMute, txExciterOutputConnect, txExciterRfState + } + STATUS current + DESCRIPTION + "Exciter notifications group." + ::= { rsXx9TxGroups 102 } + + + txNotifyInputInterfaces NOTIFICATION-GROUP + NOTIFICATIONS { txInpIfLogDatarateBufferOverflow, txInpIfLogDatarateBufferUnderrun, txInpIfIpState, txInpIfLogState, txInpIfLogInfoPacket, + txInpIfLogPacketLength, txInpIfIpInfoPacket, txInpIfIpPacketLength } + STATUS current + DESCRIPTION + "Input interface notifications group." + ::= { rsXx9TxGroups 103 } + + + txNotifyInputTsFeed NOTIFICATION-GROUP + NOTIFICATIONS { txInpIfTsState, txInpIfTsInfoPacket, txInpIfTsPacketLength } + STATUS current + DESCRIPTION + "Input TS feed notifications group." + ::= { rsXx9TxGroups 104 } + + + txNotifyInputAutomatic NOTIFICATION-GROUP + NOTIFICATIONS { txInpAuto1Active, txInpAutoState } + STATUS current + DESCRIPTION + "Input automatic notifications group." + ::= { rsXx9TxGroups 105 } + + + txNotifyFrequencyRegulation NOTIFICATION-GROUP + NOTIFICATIONS { txFrqRegSummary, txFrqRegCurrentSource, txFrqRegSourceExtRef, txFrqRegSourceExtPPS, txFrqRegSourceIntGPS + } + STATUS current + DESCRIPTION + "Frequency regulation notifications group." + ::= { rsXx9TxGroups 106 } + + + txNotifySFN NOTIFICATION-GROUP + NOTIFICATIONS { txSfnSummary } + STATUS current + DESCRIPTION + "SFN notifications group." + ::= { rsXx9TxGroups 107 } + + + txNotifyPrecorrection NOTIFICATION-GROUP + NOTIFICATIONS { txPrecorrLinSummary, txPrecorrNonLinSummary } + STATUS current + DESCRIPTION + "Precorrection notifications group. + obsoleted. + check txNotifyLinPrecorrection and txNotifyNonLinPrecorrection notifications groups instead. " + ::= { rsXx9TxGroups 108 } + + + txNotifyOutputStage NOTIFICATION-GROUP + NOTIFICATIONS { txOstSummary } + STATUS current + DESCRIPTION + "Output stage notifications group." + ::= { rsXx9TxGroups 109 } + + + txNotifyAmplifier NOTIFICATION-GROUP + NOTIFICATIONS { txAmpSummary, txAmpRfPowerFail, txAmpReflection, txAmpSupplyFail, txAmpRfInFail, + txAmpMute, txAmpTemperatureFail, txAmpTransistorFail, txAmpRegulationFail, txAmpAcFail, + txAmpDcFail, txAmpLink, txAmpBiasFail, txAmpInitFail, txAmpAbsorberFail, + txAmpOn, txAmpBlocking } + STATUS current + DESCRIPTION + "High-power (PHx) and medium-power (PMx) + amplifier notifications group." + ::= { rsXx9TxGroups 110 } + + + txNotifySwitchlessCombiner NOTIFICATION-GROUP + NOTIFICATIONS { txSwiCoSummary, txSwiCoRegulationSummary, txSwiCoRfProbeFail, txSwiCoRcbFail, txSwiCoHwLocal, + txSwiCoHwLink, txSwiCoHwWarn, txSwiCoHwFault } + STATUS current + DESCRIPTION + "Switchless Combiner notifications group." + ::= { rsXx9TxGroups 111 } + + + txNotifyActiveReserve NOTIFICATION-GROUP + NOTIFICATIONS { txActiveReserveExcAutoSummary, txActiveReserveExcAutoReady, txActiveReserveExcAutoSwitchedOver, txActiveReserveExcAutoRfSwitchSummary, txActiveReserveOstAutoSummary, + txActiveReserveOstAutoReady, txActiveReserveOstAutoSwitchedOver, txActiveReserveOstAutoRfSwitchSummary, txActiveReserveExcAutoOn, txActiveReserveOstAutoOn + } + STATUS current + DESCRIPTION + "Active Reserve notifications group." + ::= { rsXx9TxGroups 112 } + + + txNotifyInputSatFeed NOTIFICATION-GROUP + NOTIFICATIONS { txInpIfSatInfoPacket, txInpIfSatPacketLength, txInpIfSatTransponderLocked, txInpIfSatIpOutput, txInpIfSatBtsStatus, + txInpIfSatCarrierNoiseStatus, txInpIfSatLinkMarginStatus, txInpIfSatDriftStatus, txInpIfSatStreamTsIdMatch, txInpIfSatReceiverState, + txInpIfSatInputState } + STATUS current + DESCRIPTION + "SAT receiver notifications group." + ::= { rsXx9TxGroups 113 } + + + txNotifyRfSensors NOTIFICATION-GROUP + NOTIFICATIONS { txRfSensorLinkStatus, txRfSensorCalibrated } + STATUS current + DESCRIPTION + "Rf sensor notifications group." + ::= { rsXx9TxGroups 114 } + + + txNotifyPaTLx NOTIFICATION-GROUP + NOTIFICATIONS { txAmpSummary, txAmpOn, txAmpMute, txAmpTemperatureFail } + STATUS current + DESCRIPTION + "Tlx power amplifier notifications group." + ::= { rsXx9TxGroups 115 } + + + txObjsExciterAutomatic OBJECT-GROUP + OBJECTS { txTransCmdReserveOpMode } + STATUS current + DESCRIPTION + "Exciter automatic objects group." + ::= { rsXx9TxGroups 201 } + + + txObjsDualDrive OBJECT-GROUP + OBJECTS { txExcAutoPreselectExcA, txExcAutoPreselectExcB, txExcAutoOperationMode, txExciterAutomaticMode, txExcAutoGuardTime, + txExcAutoPreselected, txExcAutoRfSwitchPosition } + STATUS current + DESCRIPTION + "DualDrive and BackupDrive configuration objects." + ::= { rsXx9TxGroups 202 } + + + txObjsSFN1 OBJECT-GROUP + OBJECTS { txSfnStateNetworkDelay, txSfnStateMaximumDelay, txSfnStateDispatchTime } + STATUS current + DESCRIPTION + "SFN objects for DVB-T, ISDB-T, DTMB, ATSC only." + ::= { rsXx9TxGroups 203 } + + + txObjsSFN2 OBJECT-GROUP + OBJECTS { txSfnSetupSFN } + STATUS current + DESCRIPTION + "SFN objects not for ISDB-T." + ::= { rsXx9TxGroups 204 } + + + txObjsPMx OBJECT-GROUP + OBJECTS { txPmxFanFail, txPmxInletAirTemperature, txPmxOutletAirTemperature, txPmxFreqIDString, txAmpStI1A, + txAmpStI2A, txAmpStI3A, txAmpStI1B, txAmpStI2B, txAmpStI3B + } + STATUS current + DESCRIPTION + "PMU and PMV specific objects" + ::= { rsXx9TxGroups 205 } + + + txObjsNonFM OBJECT-GROUP + OBJECTS { txInpAutoPreferredInput, txInpAutoMuteOnInputFail, txInpAutoFailDetection } + STATUS current + DESCRIPTION + "Objects for all modulation modes except FM." + ::= { rsXx9TxGroups 207 } + + + txObjsPHR901 OBJECT-GROUP + OBJECTS { txPhr901PwrIn, txPhr901PwrDrv, txPhr901I12, txPhr901I34, txPhr901I56, + txPhr901I78 } + STATUS current + DESCRIPTION + "PHR901 specific objects" + ::= { rsXx9TxGroups 208 } + + + txObjsNonBand2 OBJECT-GROUP + OBJECTS { txInpAutoInputFailDelay, txInpAutoSeamlessOpMode, txInpAutoSeamlessPossible } + STATUS current + DESCRIPTION + "Non band II objects." + ::= { rsXx9TxGroups 209 } + + + txObjsPMV901 OBJECT-GROUP + OBJECTS { txPmxDohertyActive } + STATUS current + DESCRIPTION + "PMV901 specific objects" + ::= { rsXx9TxGroups 210 } + + + txObjsPMU901 OBJECT-GROUP + OBJECTS { txPmxFrequencyFail } + STATUS current + DESCRIPTION + "PMU901 specific objects" + ::= { rsXx9TxGroups 211 } + + + txObjsPHx902 OBJECT-GROUP + OBJECTS { txAmpStI3B, txAmpStI2B, txAmpStI1B, txAmpStI3A, txAmpStI2A, + txAmpStI1A, txPhxDohertyActive, txPhxFreqIDString } + STATUS current + DESCRIPTION + "PHU902, PHU903 and PHV902 specific objects" + ::= { rsXx9TxGroups 212 } + + + txObjsNonAtv OBJECT-GROUP + OBJECTS { txTransStPaEfficiency } + STATUS current + DESCRIPTION + "Non ATV objects." + ::= { rsXx9TxGroups 213 } + + + txObjsTransparentTs OBJECT-GROUP + OBJECTS { txInpAutoTransparentTs } + STATUS current + DESCRIPTION + "Transparent TS objects. (DVB-T only)" + ::= { rsXx9TxGroups 214 } + + + txObjsNonAnalog OBJECT-GROUP + OBJECTS { txInpAutoDetectLostPackets } + STATUS current + DESCRIPTION + "Non FM or ATV objects." + ::= { rsXx9TxGroups 215 } + + + txObjsDvbt2 OBJECT-GROUP + OBJECTS { txSfnStateTimestampState } + STATUS current + DESCRIPTION + "DVB-T2 specific objects." + ::= { rsXx9TxGroups 216 } + + + txObjsPaTlx OBJECT-GROUP + OBJECTS { txAmpNotificationName, txAmpNotificationMask, txAmpNotificationPriority, txAmpNotificationState, txAmpStPwrOut, + txAmpStReflOut, txAmpStVPlusMon, txAmpTlxFanFail, txAmpStTemperature, txAmpTlxV12Mon, + txAmpTlxSupplyFail } + STATUS current + DESCRIPTION + "TLx power amplifier specific objects." + ::= { rsXx9TxGroups 217 } + + + txObjsPHU901 OBJECT-GROUP + OBJECTS { txAmpStI1A, txAmpStI2A, txAmpStI3A, txAmpStI1B, txAmpStI2B, + txAmpStI3B } + STATUS current + DESCRIPTION + "PHU901 specific objects." + ::= { rsXx9TxGroups 218 } + + + txObjsPMU905 OBJECT-GROUP + OBJECTS { txPmxDohertyActive } + STATUS current + DESCRIPTION + "PMU905 specific objects" + ::= { rsXx9TxGroups 219 } + + + txObjsLinPrecorrection OBJECT-GROUP + OBJECTS { txPrecorrLinStateStatus, txPrecorrLinStateSignalLevel, txPrecorrLinStateAmplitudeRipple, txPrecorrLinStateGroupDelayRipple, txPrecorrLinStateAmplitudeRippleLimit, + txPrecorrLinStateGroupDelayRippleLimit, txPrecorrLinSetupOpMode, txPrecorrLinSetupReset, txPrecorrLinSetupAmplitudeRippleLimit, txPrecorrLinSetupGroupDelayRippleLimit, + txPrecorrLinSetupEquipmentSlope } + STATUS current + DESCRIPTION + "Linear precorrection objects group." + ::= { rsXx9TxGroups 220 } + + + txObjsNonLinPrecorrection OBJECT-GROUP + OBJECTS { txPrecorrNonLinStateStatus, txPrecorrNonLinStateSignalLevel, txPrecorrNonLinStateShoulderLeft, txPrecorrNonLinStateShoulderRight, txPrecorrNonLinSetupOpMode, + txPrecorrNonLinSetupReset, txPrecorrNonLinSetupShoulderDistance } + STATUS current + DESCRIPTION + "Nonlinear precorrection objects group." + ::= { rsXx9TxGroups 221 } + + + txObjsPrecorrectionCfr OBJECT-GROUP + OBJECTS { txPrecorrCfrEnable, txPrecorrCfrLevel, txPrecorrCfrInbandNoise, txPrecorrCfrOutbandNoise } + STATUS current + DESCRIPTION + "Crest factor reduction objects group." + ::= { rsXx9TxGroups 222 } + + + txObjsInputExgine OBJECT-GROUP + OBJECTS { txExgineMode, txExgineStatus, txExgineMute, txExgineSyncInputSrc, txExgineSyncInputStatus, + txExgineMpxInput, txExgineE2xInput, txExgineSupply1Status, txExgineSupply2Status } + STATUS current + DESCRIPTION + "Description." + ::= { rsXx9TxGroups 223 } + + + txObjsSignalQuality OBJECT-GROUP + OBJECTS { txPrecorrSigQualPapr, txPrecorrSigQualMer, txPrecorrSigQualMerWarnLimit } + STATUS current + DESCRIPTION + "Signal Quality objects group." + ::= { rsXx9TxGroups 224 } + + + txObjsDigitalHighPower OBJECT-GROUP + OBJECTS { txExcCmdRfSlope } + STATUS current + DESCRIPTION + "Non TLx objects (THx, TMx) and non Band-II." + ::= { rsXx9TxGroups 225 } + + + txObjsOutputStageNonTlx OBJECT-GROUP + OBJECTS { txOstCmdDcControl } + STATUS current + DESCRIPTION + "Output stage objects group for medium and high power." + ::= { rsXx9TxGroups 226 } + + + txNotifyExciterAutomatic NOTIFICATION-GROUP + NOTIFICATIONS { txExciterAutomaticSwitchedOver, txExciterAutomaticRfSwitchSummary, txExciterAutomaticSummary, txExciterAutomaticReady, txExciterAutomaticOn + } + STATUS current + DESCRIPTION + "Exciter automatic notifications group." + ::= { rsXx9TxGroups 300 } + + + txNotifyLinPrecorrection NOTIFICATION-GROUP + NOTIFICATIONS { txPrecorrLinSummary } + STATUS current + DESCRIPTION + "Linear precorrection notifications group." + ::= { rsXx9TxGroups 301 } + + + txNotifyNonLinPrecorrection NOTIFICATION-GROUP + NOTIFICATIONS { txPrecorrNonLinSummary } + STATUS current + DESCRIPTION + "Nonlinear precorrection notifications group." + ::= { rsXx9TxGroups 302 } + + + txNotifySignalQuality NOTIFICATION-GROUP + NOTIFICATIONS { txPrecorrMerState } + STATUS current + DESCRIPTION + "Signal quality notifications group." + ::= { rsXx9TxGroups 303 } + + + txObjsPMxObsoleted OBJECT-GROUP + OBJECTS { txPmxFreqID, txPmxvRefPowerMax, txPmxAirFilterFail } + STATUS obsolete + DESCRIPTION + "obsolete PMU and PMV specific objects" + ::= { rsXx9TxGroups 400 } + + + txObjsPHxObsoleted OBJECT-GROUP + OBJECTS { txPhxFreqID } + STATUS obsolete + DESCRIPTION + "obsolete PHU and PHV specific objects" + ::= { rsXx9TxGroups 401 } + + + txObjsInputAutomaticObsoleted OBJECT-GROUP + OBJECTS { txInpAutoMaxDelayInput1To2 } + STATUS obsolete + DESCRIPTION + "obsolete Input automatic objects group." + ::= { rsXx9TxGroups 402 } + + + txObjsAmplifierObsoleted OBJECT-GROUP + OBJECTS { txAmpStVReg, txPhr901PwrA, txPhr901PwrB, txPhr901PwrOutAv, txPhr901ReflOutAv, + txPhr901PwrAbs } + STATUS obsolete + DESCRIPTION + "obsolete common amplifier objects group." + ::= { rsXx9TxGroups 403 } + + + txObjsInputSatFeedObsoleted OBJECT-GROUP + OBJECTS { txSatFeedInputServiceDecryptedAt, txSatBtsDecompEnable, txSatBtsRegionalization } + STATUS obsolete + DESCRIPTION + "obsoleted SAT receiver notifications group." + ::= { rsXx9TxGroups 404 } + + + txObjsPrecorrectionObsoleted OBJECT-GROUP + OBJECTS { txPrecorrNonLinSetupSignalLimit } + STATUS obsolete + DESCRIPTION + "Obsoleted precorrection objects group." + ::= { rsXx9TxGroups 405 } + + + txNotifyAmplifierObsoleted NOTIFICATION-GROUP + NOTIFICATIONS { txAmpDriverFail } + STATUS obsolete + DESCRIPTION + "obsolete Amplifier Notification group." + ::= { rsXx9TxGroups 500 } + + + + END + +-- +-- RS-XX9-TX-MIB.mi2 +-- From 3012ef91eceea5ef56ed54adf9656c55f84a936e Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Mon, 9 Sep 2024 10:32:53 +0000 Subject: [PATCH 6/6] chore(release): 1.15.12-beta.1 ## [1.15.12-beta.1](https://github.com/pysnmp/mibs/compare/v1.15.11...v1.15.12-beta.1) (2024-09-09) ### Bug Fixes * add rs mib ([#152](https://github.com/pysnmp/mibs/issues/152)) ([c740b8b](https://github.com/pysnmp/mibs/commit/c740b8bb21461c22873e8b40b42781c4d4319882)) --- charts/mibserver/Chart.yaml | 4 ++-- pyproject.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/charts/mibserver/Chart.yaml b/charts/mibserver/Chart.yaml index 5a3d5e13ea4e..af5bf35980c4 100644 --- a/charts/mibserver/Chart.yaml +++ b/charts/mibserver/Chart.yaml @@ -13,9 +13,9 @@ type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: 1.15.11 +version: 1.15.12-beta.1 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. Versions are not expected to # follow Semantic Versioning. They should reflect the version the application is using. # It is recommended to use it with quotes. -appVersion: "1.15.11" +appVersion: "1.15.12-beta.1" diff --git a/pyproject.toml b/pyproject.toml index cdbbad371f96..76dd5019c9ad 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "pysnmp-mibs" -version = "1.15.11" +version = "1.15.12-beta.1" description = "" authors = ["rfaircloth-splunk "] license = "BSD-2-Clause"