# %CopyrightBegin%
#
# SPDX-License-Identifier: Apache-2.0
# 
# Copyright Ericsson AB 1996-2025. All Rights Reserved.
# 
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
#     http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
# 
# %CopyrightEnd%


MIBs ending with *-error.mib should give compilation error. No others.

All standards MIBs should be original, without modifications.
*If* there is some small modification for some reason you shall be
able to find a comment about it by searching "erlsnmpmodification".
Tickets are found in comments (search "OTP-<no>").

One good compilation order:

snmpc:compile("RMON-MIB").           
snmpc:compile("RFC1271-MIB").
snmpc:compile("TOKEN-RING-RMON-MIB").
snmpc:compile("SNMPv2-TC").
snmpc:compile("RMON2-MIB").
snmpc:compile("ENTITY-MIB").
snmpc:compile("SNMPv2-MIB").
snmpc:compile("SNMPv2-USEC-MIB").
snmpc:compile("STANDARD-MIB").
snmpc:compile("INTERNAL-MIB").
