-- vim: ft=mib comments=\f\:\",\b\:\-\-,\:\-\-,\f\b\:- fo+=tcqlornw tw=72 nocin nosi sts=4 sw=4 -- ============================================================================= -- -- @(#) $RCSfile: OPENSS7-M3UA-TC.mib,v $ $Name: $($Revision: 1.1.2.2 $) $Date: 2011-07-18 19:42:19 $ -- -- ----------------------------------------------------------------------------- -- -- Copyright (c) 2008-2009 Monavacon Limited -- Copyright (c) 2001-2008 OpenSS7 Corporation -- Copyright (c) 1997-2001 Brian F. G. Bidulock -- -- All Rights Reserved. -- -- This program is free software; you can redistribute it and/or modify it under -- the terms of the GNU Affero General Public License as published by the Free -- Software Foundation; version 3 of the License. -- -- This program is distributed in the hope that it will be useful, but WITHOUT -- ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or -- FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License -- for more details. -- -- You should have received a copy of the GNU Affero General Public License -- along with this program. If not, see , or -- write to the Free Software Foundation, Inc., 675 Mass Ave, Cambridge, MA -- 02139, USA. -- -- ----------------------------------------------------------------------------- -- -- Note well: notwithstanding this AGPL license, you are not permitted to make -- modifications under the OpenSS7 project's enterprise object identifier arc: -- 1.3.6.1.4.1.29591. Modifications must be made only within an object -- identifier arc under your control. -- -- ----------------------------------------------------------------------------- -- -- U.S. GOVERNMENT RESTRICTED RIGHTS. If you are licensing this Software on -- behalf of the U.S. Government ("Government"), the following provisions apply -- to you. If the Software is supplied by the Department of Defense ("DoD"), it -- is classified as "Commercial Computer Software" under paragraph 252.227-7014 -- of the DoD Supplement to the Federal Acquisition Regulations ("DFARS") (or any -- successor regulations) and the Government is acquiring only the license rights -- granted herein (the license rights customarily provided to non-Government -- users). If the Software is supplied to any unit or agency of the Government -- other than DoD, it is classified as "Restricted Computer Software" and the -- Government's rights in the Software are defined in paragraph 52.227-19 of the -- Federal Acquisition Regulations ("FAR") (or any successor regulations) or, in -- the cases of NASA, in paragraph 18.52.227-86 of the NASA Supplement to the FAR -- (or any successor regulations). -- -- ----------------------------------------------------------------------------- -- -- Commercial licensing and support of this software is available from OpenSS7 -- Corporation at a fee. See http://www.openss7.com/ -- -- ----------------------------------------------------------------------------- -- -- Last Modified $Date: 2011-07-18 19:42:19 $ by $Author: brian $ -- -- ----------------------------------------------------------------------------- -- -- $Log: OPENSS7-M3UA-TC.mib,v $ -- Revision 1.1.2.2 2011-07-18 19:42:19 brian -- - added documentation -- -- Revision 1.1.2.1 2009-06-21 11:39:30 brian -- - added files to new distro -- -- ============================================================================= OPENSS7-M3UA-TC DEFINITIONS ::= BEGIN IMPORTS MODULE-IDENTITY, OBJECT-IDENTITY FROM SNMPv2-SMI TEXTUAL-CONVENTION FROM SNMPv2-TC openss7Modules FROM OPENSS7-SMI; m3uaTC MODULE-IDENTITY LAST-UPDATED "200709300000Z" ORGANIZATION "The OpenSS7 Project" CONTACT-INFO "Brian Bidulock OpenSS7 Corporation 1469 Jefferys Crescent Edmonton, Alberta T6L 6T1 CANADA Tel: +1 780 490 1141 Fax: +1 780 490 1241 Mob: +1 780 953 0557 Email: bidulock@openss7.org" DESCRIPTION "Provides textual conventions for M3UA. Copyright (c) 2008-2011 Monavacon Limited Copyright (c) 2001-2008 OpenSS7 Corporation Copyright (c) 1997-2001 Brian F. G. Bidulock All Rights Reserved. This program is free software; you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation; version 3 of the License. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more details. You should have received a copy of the GNU Affero General Public License along with this program. If not, see , or write to the Free Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. Note well: notwithstanding this AGPL license, you are not permitted to make modifications under the OpenSS7 project's enterprise object identifier arc: 1.3.6.1.4.1.29591. Modifications must be made only within an object identifier arc under your control." ::= { openss7Modules 33 } m3uaObjectIds OBJECT IDENTIFIER ::= { m3uaTC 1 } M3uaVersion ::= TEXTUAL-CONVENTION STATUS current DESCRIPTION "" SYNTAX OBJECT IDENTIFIER m3uaVersionInteroperable OBJECT-IDENTITY STATUS current DESCRIPTION "" ::= { m3uaObjectIds 1 } m3uaVersionRFC3332 OBJECT-IDENTITY STATUS current DESCRIPTION "" ::= { m3uaObjectIds 2 } END -- vim: ft=mib comments=\f\:\",\b\:\-\-,\:\-\-,\f\b\:- fo+=tcqlornw tw=72 nocin nosi sts=4 sw=4