diff options
author | Björn-Egil Dahlberg <[email protected]> | 2013-07-22 11:42:54 +0200 |
---|---|---|
committer | Björn-Egil Dahlberg <[email protected]> | 2013-07-22 11:42:54 +0200 |
commit | c2a371423621960cfdb49d29bd17e2ae235f7015 (patch) | |
tree | 00c4f7f74bb6045999cf31b736f3d85866c244f8 /lib/otp_mibs/mibs/OTP-TC.mib | |
parent | da126f703a10f91e2417aa9f6f201117f1c87f59 (diff) | |
parent | 92fa944c70d5eb2ce8585004c947dbe958d37cfd (diff) | |
download | otp-c2a371423621960cfdb49d29bd17e2ae235f7015.tar.gz otp-c2a371423621960cfdb49d29bd17e2ae235f7015.tar.bz2 otp-c2a371423621960cfdb49d29bd17e2ae235f7015.zip |
Merge branch 'ts/otp_mibs_fix_type_overflows/OTP-11203'
* ts/otp_mibs_fix_type_overflows/OTP-11203:
[otp_mibs] Add type based integer value truncation/reset.
[otp_mibs] Add test suite for range checks and reduction value overflow.
[otp_mibs] Update types of applicable MIB objects to 64bit based types.
Diffstat (limited to 'lib/otp_mibs/mibs/OTP-TC.mib')
-rw-r--r-- | lib/otp_mibs/mibs/OTP-TC.mib | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/otp_mibs/mibs/OTP-TC.mib b/lib/otp_mibs/mibs/OTP-TC.mib index 38c4d05846..9b80e1ccac 100644 --- a/lib/otp_mibs/mibs/OTP-TC.mib +++ b/lib/otp_mibs/mibs/OTP-TC.mib @@ -29,7 +29,7 @@ IMPORTS ; otpTcModule MODULE-IDENTITY - LAST-UPDATED "0305090900Z" + LAST-UPDATED "200305090900Z" ORGANIZATION "Ericsson" CONTACT-INFO "Contact: Erlang Support see license agreement for Erlang/OTP." @@ -37,13 +37,13 @@ otpTcModule MODULE-IDENTITY "This MIB is part of the OTP MIB. It defines common Textual Conventions used in other OTP mib modules." - REVISION "0305090900Z" + REVISION "200305090900Z" DESCRIPTION "Changed CONTACT-INFO as it was outdated, made it more generic to avoid such changes in the future." - REVISION "9712010900Z" + REVISION "199712010900Z" DESCRIPTION "The initial version of this module." ::= { otpModules 2 } |