Module: sip-router Branch: master Commit: 4490351bdea670fe407f67649fba4f900110c56f URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=4490351b...
Author: Daniel-Constantin Mierla miconda@gmail.com Committer: Daniel-Constantin Mierla miconda@gmail.com Date: Mon Sep 28 21:42:28 2009 +0200
snmpstats(k): updated enterprise number
- IANA assignment for kamailio.org is 34352
---
modules_k/snmpstats/mibs/OPENSER-REG-MIB | 50 +++++++++++++++--------------- modules_k/snmpstats/snmpstats_globals.h | 2 +- 2 files changed, 26 insertions(+), 26 deletions(-)
diff --git a/modules_k/snmpstats/mibs/OPENSER-REG-MIB b/modules_k/snmpstats/mibs/OPENSER-REG-MIB index 7f32dd8..3a1b41e 100644 --- a/modules_k/snmpstats/mibs/OPENSER-REG-MIB +++ b/modules_k/snmpstats/mibs/OPENSER-REG-MIB @@ -1,5 +1,5 @@ -- ******************************************************************* --- OPENSER-REG-MIB: OpenSER Global Registration MIB file +-- OPENSER-REG-MIB: Kamailio Global Registration MIB file -- -- Date of Creation: March 2006 -- Mike Varley @@ -22,29 +22,29 @@ IMPORTS FROM SNMPv2-SMI;
openserRegMibModule MODULE-IDENTITY - LAST-UPDATED "200702150430Z" - ORGANIZATION "OpenSER" + LAST-UPDATED "200909280430Z" + ORGANIZATION "Kamailio" CONTACT-INFO - "http://www.openser.org open source project." + "http://www.kamailio.org open source project." DESCRIPTION - "OpenSER Global Registration MIB" + "Kamailio Global Registration MIB"
- REVISION "200702150430Z" + REVISION "200909280430Z" DESCRIPTION - "Moved the OpenSER MIBs from the experimental branch to the IANA - assigned enterprise branch 27483" + "Moved the Kamailio MIBs from the experimental branch to the IANA + assigned enterprise branch 34352"
REVISION "200603211200Z" DESCRIPTION - "Initial OpenSER Mib Release" + "Initial Kamailio Mib Release" ::= { openserModules 1 }
-- top level enterprise identification openser OBJECT-IDENTITY STATUS current DESCRIPTION - "The IANA has assigned enterprise branch 27483 to OpenSER." - ::= { enterprises 27483 } + "The IANA has assigned enterprise branch 34352 to Kamailio." + ::= { enterprises 34352 }
-- namespace management sub-trees openserReg OBJECT-IDENTITY @@ -56,13 +56,13 @@ openserReg OBJECT-IDENTITY openserGeneric OBJECT-IDENTITY STATUS current DESCRIPTION - "Sub-tree for objects and events common to OpenSER products." + "Sub-tree for objects and events common to Kamailio products." ::= { openser 2 }
openserProducts OBJECT-IDENTITY STATUS current DESCRIPTION - "Sub-tree for objects and events for specific OpenSER products and modules." + "Sub-tree for objects and events for specific Kamailio products and modules." ::= { openser 3 }
-- Agent implementation profiles: Agents which implement the product MIBs @@ -106,7 +106,7 @@ openserPlugins OBJECT-IDENTITY
-- -- Generic Sub-tree: currently there are no generic object or event definitions --- for the openSER group. +-- for the Kamailio group. --
-- @@ -117,13 +117,13 @@ openserPlugins OBJECT-IDENTITY openserCoreMIB OBJECT-IDENTITY STATUS current DESCRIPTION - "Sub-tree for all objects and events related to the core OpenSER MIBs" + "Sub-tree for all objects and events related to the core Kamailio MIBs" ::= { openserProducts 1 }
openserPluginMIB OBJECT-IDENTITY STATUS current DESCRIPTION - "Sub-tree for all objects and events related to plugins for OpenSER." + "Sub-tree for all objects and events related to plugins for Kamailio." ::= { openserProducts 2 }
-- @@ -152,21 +152,21 @@ openserPluginMIB OBJECT-IDENTITY
-- openserRegMibModule ::= { openserModules 1 } is this files MODULE-IDENTITY
--- The Text Conventions used by the OpenSER product tree. +-- The Text Conventions used by the Kamailio product tree. openserTcModule OBJECT IDENTIFIER ::= { openserModules 2 }
--- The OpenSER version of the SIP-COMMON-MIB. +-- The Kamailio version of the SIP-COMMON-MIB. openserSIPCommonModule OBJECT IDENTIFIER ::= { openserModules 3 }
--- The OpenSER version of the SIP-SERVER-MIB. +-- The Kamailio version of the SIP-SERVER-MIB. openserSIPServerModule OBJECT IDENTIFIER ::= { openserModules 4 }
--- The OpenSER MIB Module, containing internal statistics and state +-- The Kamailio MIB Module, containing internal statistics and state -- information. openserModule OBJECT IDENTIFIER ::= { openserModules 5 }
-- --- Plugin Module Registrations: add any OpenSER plugin MIB Module registrations +-- Plugin Module Registrations: add any Kamailio plugin MIB Module registrations -- here, under openserPlugins. --
@@ -178,25 +178,25 @@ openserModule OBJECT IDENTIFIER ::= { openserModules 5 } openserSIPCommonMIB OBJECT-IDENTITY STATUS current DESCRIPTION - "The OpenSER version of the SIP-COMMON-MIB. All objects and events are + "The Kamailio version of the SIP-COMMON-MIB. All objects and events are defined under this branch." ::= { openserCoreMIB 1 }
openserSIPServerMIB OBJECT-IDENTITY STATUS current DESCRIPTION - "The OpenSER version of the SIP-SERVER-MIB. All objects and events are + "The Kamailio version of the SIP-SERVER-MIB. All objects and events are defined under this branch." ::= { openserCoreMIB 2 }
openserMIB OBJECT-IDENTITY STATUS current DESCRIPTION - "The OpenSER MIB object and event definitons." + "The Kamailio MIB object and event definitons." ::= { openserCoreMIB 3 }
-- --- Product Plugin MIBs: add any specific OpenSER plugin MIBs here, under +-- Product Plugin MIBs: add any specific Kamailio plugin MIBs here, under -- openserPluginMIB --
diff --git a/modules_k/snmpstats/snmpstats_globals.h b/modules_k/snmpstats/snmpstats_globals.h index 7929374..5e12df4 100644 --- a/modules_k/snmpstats/snmpstats_globals.h +++ b/modules_k/snmpstats/snmpstats_globals.h @@ -41,7 +41,7 @@
#include "../../sr_module.h"
-#define OPENSER_OID 1,3,6,1,4,1,27483 +#define OPENSER_OID 1,3,6,1,4,1,34352
/*************************************************************** * Textual Conventions for BITS types - begins