]> git.stg.codes - stg.git/commitdiff
Tariff users table index fixed
authorMaxim Mamontov <faust.madf@gmail.com>
Mon, 8 Aug 2011 18:26:28 +0000 (21:26 +0300)
committerMaxim Mamontov <faust.madf@gmail.com>
Mon, 8 Aug 2011 18:26:28 +0000 (21:26 +0300)
projects/stargazer/plugins/other/smux/STG-MIB.mib

index cb48ecbcce7d9b1e30fe4b64bf5d268005c470cf..d41edc529bafb9563730e0cb03e7018a08776ebf 100644 (file)
@@ -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."