From 45beea6e493c10b35e7cf0f694a1ae778e323c5d Mon Sep 17 00:00:00 2001
From: Maxim Mamontov <faust.madf@gmail.com>
Date: Mon, 8 Aug 2011 21:26:28 +0300
Subject: [PATCH] Tariff users table index fixed

---
 projects/stargazer/plugins/other/smux/STG-MIB.mib | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/projects/stargazer/plugins/other/smux/STG-MIB.mib b/projects/stargazer/plugins/other/smux/STG-MIB.mib
index cb48ecbc..d41edc52 100644
--- a/projects/stargazer/plugins/other/smux/STG-MIB.mib
+++ b/projects/stargazer/plugins/other/smux/STG-MIB.mib
@@ -87,18 +87,18 @@ usersByTariff OBJECT-TYPE
     STATUS      current
     DESCRIPTION
         "A row describing a given tariff"
-    INDEX   { tariffId }
+    INDEX   { tariffIndex }
     ::= {tariffUsers 1 }
 
 UsersByTariff ::= SEQUENCE {
-    tariffId Integer32,
+    tariffIndex Integer32,
     tariffName DisplayString,
     userCount Integer32
 }
 
-tariffId OBJECT-TYPE
+tariffIndex OBJECT-TYPE
     SYNTAX      Integer32 (0..255)
-    MAX-ACCESS  read-only
+    MAX-ACCESS  not-accessible
     STATUS      current
     DESCRIPTION
         "The id of the tariff this table describes."
-- 
2.44.2