smilint output for ./LOWPAN-TC-MIB
Message Severities |
Severity | Count |
error | 2 |
warning | 2 |
Message Types |
Type | Count |
bad-identifier-case (error) | 1 |
object-identifier-not-prefix (error) | 1 |
type-unref (warning) | 2 |
Messages:
LOWPAN-TC-MIB
1: -- extracted from draft-daniel-lowpan-mib-00.txt
2: -- at Thu Mar 1 06:08:22 2007
3:
4: LOWPAN-TC-MIB DEFINITIONS ::= BEGIN
5: IMPORTS
6: TEXTUAL-CONVENTION
7: FROM SNMPv2-TC
8: MODULE-IDENTITY, mib-2
9: FROM SNMPv2-SMI;
10:
11:
12: -- definition of textual conventions
13:
14: lowpanTCMIB MODULE-IDENTITY
15: LAST-UPDATED "200701231307Z"
16: ORGANIZATION "IETF 6lowpan Working Group"
17: CONTACT-INFO "Ki-Hyung Kim, Editor
18: Ajou University
19: San 5 Wonchun-dong, Yeongtong-gu
20: Suwon-si, Gyeonggi-do 442-749
21: KOREA
22:
23: Phone: +82 31 219 2433
24: Email: kkim86@ajou.ac.kr
25:
26:
27: Seung Wha Yoo
28: Ajou University
29: San 5 Wonchun-dong, Yeongtong-gu
30: Suwon-si, Gyeonggi-do 442-749
31: KOREA
32:
33: Phone: +82 31 219 1603
34: Email: swyoo@ajou.ac.kr
35:
36:
37: Hamid Mukhtar
38: Ajou University
39: San 5 Wonchun-dong, Yeongtong-gu
40: Suwon-si, Gyeonggi-do 442-749
41: KOREA
42:
43: Phone: +82 10 2892 2469
44: Email: hamid@ajou.ac.kr
45:
46:
47: Soohong Daniel Park, Editor
48: Mobile Platform Laboratory, SAMSUNG Electronics
49: 416 Maetan-3dong, Yeongtong-gu
50: Suwon-si, Gyeonggi-do 442-742
51: KOREA
52:
53: Phone: +82 31 200 4508
54: Email: soohong.park@samsung.com
55:
56: Support Group E-mail: 6lowpan@ietf.org"
57:
58: DESCRIPTION "A MIB module containing textual conventions
59: for 6lowpan data types. This module
60: addresses an immediate need for data types not
61: directly supported in the SMIv2.
62:
63: Copyright (C) The Internet Society 2007. This
64: version of this MIB module is part of RFC XXXX;
65: see the RFC itself for full legal notices."
66: -- RFC Ed.: replace XXXX with actual RFC number & remove this note
67:
68: REVISION "200701231307Z"
69: DESCRIPTION "Initial version, published as RFC XXXX."
70: -- RFC Ed.: replace XXXX with actual RFC number & remove this note
71:
72: ::= { mib-2 XXX } -- will be assigned by IANA
72: error -
`XXX' should start with a lower case letter
72: error -
Object identifier element `XXX' name only allowed as first element
73:
74: -- IANA Reg.: Please assign a value for "XXX" under the 'mib-2'
75: -- subtree and record the assignment in the SMI Numbers registry.
76:
77: -- RFC Ed.: When the above assignment has been made, please
78: -- remove the above note
79: -- replace "XXX" here with the assigned value and
80: -- remove this note.
81:
82: LowpanIEEEEUI64Address ::= TEXTUAL-CONVENTION
82: warning -
warning: current type `LowpanIEEEEUI64Address' is not referenced in this module
83: DISPLAY-HINT "1x:"
84: STATUS current
85: DESCRIPTION
86: "The IEEE defined 64-bit extended unique
87: identifier (EUI-64) is a concatenation of the
88: 24-bit company_id value by the IEEE Registration
89: Authority and a 40-bit extension identifier
90: assigned by the organization with that company_id
91: assignment."
92: REFERENCE
93: "IEEE 64-BIT GLOBAL IDENTIFIER (EUI64)"
94: SYNTAX OCTET STRING (SIZE (8))
95:
96: LowpanShortAddress ::= TEXTUAL-CONVENTION
96: warning -
warning: current type `LowpanShortAddress' is not referenced in this module
97: DISPLAY-HINT "1x:"
98: STATUS current
99: DESCRIPTION
100: "The 16-bit Short Address used for 802.15.4
101: networks."
102: REFERENCE
103: "IEEE Std 802.15.4 specifications"
104: SYNTAX OCTET STRING (SIZE (2))
105:
106: END
107:
108: --
109: -- Copyright (C) The IETF Trust (2007).
110: --
111: -- This document is subject to the rights, licenses and restrictions
112: -- contained in BCP 78, and except as set forth therein, the authors
113: -- retain all their rights.
114: --
115: -- This document and the information contained herein are provided on an
116: -- "AS IS" basis and THE CONTRIBUTOR, THE ORGANIZATION HE/SHE REPRESENTS
117: -- OR IS SPONSORED BY (IF ANY), THE INTERNET SOCIETY, THE IETF TRUST AND
118: -- THE INTERNET ENGINEERING TASK FORCE DISCLAIM ALL WARRANTIES, EXPRESS
119: -- OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTY THAT THE USE OF
120: -- THE INFORMATION HEREIN WILL NOT INFRINGE ANY RIGHTS OR ANY IMPLIED
121: -- WARRANTIES OF MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE.
122: --
123: -- Intellectual Property
124: --
125: -- The IETF takes no position regarding the validity or scope of any
126: -- Intellectual Property Rights or other rights that might be claimed to
127: -- pertain to the implementation or use of the technology described in
128: -- this document or the extent to which any license under such rights
129: -- might or might not be available; nor does it represent that it has
130: -- made any independent effort to identify any such rights. Information
131: -- on the procedures with respect to rights in RFC documents can be
132: -- found in BCP 78 and BCP 79.
133: --
134: -- Copies of IPR disclosures made to the IETF Secretariat and any
135: -- assurances of licenses to be made available, or the result of an
136: -- attempt made to obtain a general license or permission for the use of
137: -- such proprietary rights by implementers or users of this
138: -- specification can be obtained from the IETF on-line IPR repository at
139: -- http://www.ietf.org/ipr.
140: --
141: -- The IETF invites any interested party to bring to its attention any
142: -- copyrights, patents or patent applications, or other proprietary
143: -- rights that may cover technology that may be required to implement
144: -- this standard. Please address the information to the IETF at
145: -- ietf-ipr@ietf.org.
146: --
147: