From: Maxim Mamontov Date: Mon, 8 Aug 2011 18:26:28 +0000 (+0300) Subject: Tariff users table index fixed X-Git-Tag: 2.408-alpha~47 X-Git-Url: https://git.stg.codes/stg.git/commitdiff_plain/45beea6e493c10b35e7cf0f694a1ae778e323c5d Tariff users table index fixed --- 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."