1281 lines
32 KiB
Plaintext
1281 lines
32 KiB
Plaintext
--
|
|
-- LGC-SS-SCCP-MIB.my
|
|
-- MIB generated by MG-SOFT Visual MIB Builder Version 7.0 Build 209
|
|
-- Monday, August 22, 2011 at 13:38:48
|
|
--
|
|
|
|
LGC-SS-SCCP-MIB DEFINITIONS ::= BEGIN
|
|
|
|
IMPORTS
|
|
lgcSS, DisplayString16, RowStatus
|
|
FROM LGC-MIB
|
|
IpAddress, OBJECT-TYPE, MODULE-IDENTITY
|
|
FROM SNMPv2-SMI;
|
|
|
|
|
|
-- 1.3.6.1.4.1.1373.2.3.2.3
|
|
sccp MODULE-IDENTITY
|
|
LAST-UPDATED "200706291606Z" -- June 29, 2007 at 16:06 GMT
|
|
ORGANIZATION
|
|
"LGC Wireless"
|
|
CONTACT-INFO
|
|
"lcrd
|
|
lcrdsupport@lgcwireless.com"
|
|
DESCRIPTION
|
|
"Description."
|
|
REVISION "200706051219Z" -- June 05, 2007 at 12:19 GMT
|
|
DESCRIPTION
|
|
"This is the first release version of the MSC MIB"
|
|
::= { plat 3 }
|
|
|
|
|
|
|
|
--
|
|
-- Type definitions
|
|
--
|
|
|
|
AvailStateChoices ::= INTEGER
|
|
{
|
|
inTest(0),
|
|
failed(1),
|
|
powerOff(2),
|
|
offLine(3),
|
|
onLine(4),
|
|
dependency(5),
|
|
degraded(6),
|
|
notInstalled(7)
|
|
}
|
|
|
|
|
|
|
|
--
|
|
-- Node definitions
|
|
--
|
|
|
|
-- Node definitions
|
|
--
|
|
-- The MIB module for WXC2.
|
|
-- 1.3.6.1.4.1.1373.1.3
|
|
-- 1.3.6.1.4.1.1373.2.3
|
|
wxc2 OBJECT IDENTIFIER ::= { lgcSS 3 }
|
|
|
|
|
|
-- 1.3.6.1.4.1.1373.1.3.3
|
|
-- 1.3.6.1.4.1.1373.2.3.2
|
|
plat OBJECT IDENTIFIER ::= { wxc2 2 }
|
|
|
|
|
|
-- 1.3.6.1.4.1.1373.1.3.3.2.2
|
|
-- 1.3.6.1.4.1.1373.2.3.2.3.2
|
|
parameter OBJECT IDENTIFIER ::= { sccp 2 }
|
|
|
|
|
|
-- 1.3.6.1.4.1.1373.2.3.2.3.2.1
|
|
system OBJECT IDENTIFIER ::= { parameter 1 }
|
|
|
|
|
|
-- 1.3.6.1.4.1.1373.2.3.2.3.2.1.1
|
|
version OBJECT-TYPE
|
|
SYNTAX INTEGER
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"Name:Version
|
|
Remark:Version of SCCP software."
|
|
::= { system 1 }
|
|
|
|
|
|
-- 1.3.6.1.4.1.1373.2.3.2.3.2.1.2
|
|
systemCommand OBJECT-TYPE
|
|
SYNTAX INTEGER { reset(0) }
|
|
MAX-ACCESS read-write
|
|
STATUS current
|
|
DESCRIPTION
|
|
"Description."
|
|
::= { system 2 }
|
|
|
|
|
|
-- 1.3.6.1.4.1.1373.1.3.3.2.2.1
|
|
-- 1.3.6.1.4.1.1373.2.3.2.3.2.2
|
|
localNode OBJECT IDENTIFIER ::= { parameter 2 }
|
|
|
|
|
|
-- 1.3.6.1.4.1.1373.1.3.3.2.2.1.4
|
|
-- 1.3.6.1.4.1.1373.2.3.2.3.2.2.1
|
|
localNodeTable OBJECT-TYPE
|
|
SYNTAX SEQUENCE OF LocalNodeEntry
|
|
MAX-ACCESS not-accessible
|
|
STATUS current
|
|
DESCRIPTION
|
|
"Description."
|
|
::= { localNode 1 }
|
|
|
|
|
|
-- 1.3.6.1.4.1.1373.1.3.3.2.2.1.4.1
|
|
-- 1.3.6.1.4.1.1373.2.3.2.3.2.2.1.1
|
|
localNodeEntry OBJECT-TYPE
|
|
SYNTAX LocalNodeEntry
|
|
MAX-ACCESS not-accessible
|
|
STATUS current
|
|
DESCRIPTION
|
|
"level:1"
|
|
INDEX { lnIndex }
|
|
::= { localNodeTable 1 }
|
|
|
|
|
|
LocalNodeEntry ::=
|
|
SEQUENCE {
|
|
lnIndex
|
|
INTEGER,
|
|
lnTitle
|
|
OCTET STRING,
|
|
lnNetworkIndicator
|
|
INTEGER,
|
|
lnMSISDN
|
|
OCTET STRING,
|
|
lnIP0
|
|
IpAddress,
|
|
lnIP1
|
|
IpAddress,
|
|
acnVersionId
|
|
INTEGER,
|
|
lnRowStatus
|
|
RowStatus
|
|
}
|
|
|
|
-- Route Selection RZS Index
|
|
-- 1.3.6.1.4.1.1373.2.3.3.2.2.1.4.1.1
|
|
-- 1.3.6.1.4.1.1373.2.3.2.3.2.2.1.1.1
|
|
lnIndex OBJECT-TYPE
|
|
SYNTAX INTEGER (1..31)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"Key Parameter:Yes Name:Index
|
|
Remark:The Sub-System Number (SSN) of this local node."
|
|
::= { localNodeEntry 1 }
|
|
|
|
|
|
-- Title
|
|
-- 1.3.6.1.4.1.1373.2.3.3.2.2.1.4.1.3
|
|
-- 1.3.6.1.4.1.1373.2.3.2.3.2.2.1.1.2
|
|
lnTitle OBJECT-TYPE
|
|
SYNTAX OCTET STRING (SIZE (0..16))
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"Key Parameter:Yes Name:Title
|
|
Remark:Local Node name for identification."
|
|
::= { localNodeEntry 2 }
|
|
|
|
|
|
-- National Destination Code
|
|
-- 1.3.6.1.4.1.1373.2.3.3.2.2.2.1.1.5
|
|
-- 1.3.6.1.4.1.1373.2.3.2.3.2.2.1.1.3
|
|
lnNetworkIndicator OBJECT-TYPE
|
|
SYNTAX INTEGER
|
|
{
|
|
international(0),
|
|
internationalSpare(1),
|
|
national(2),
|
|
nationalSpare(3)
|
|
}
|
|
MAX-ACCESS read-write
|
|
STATUS current
|
|
DESCRIPTION
|
|
"Key Parameter:Yes Name:NI
|
|
Remark:Network Indicator identifies the type of network."
|
|
::= { localNodeEntry 3 }
|
|
|
|
|
|
-- 1.3.6.1.4.1.1373.2.3.2.3.2.2.1.1.4
|
|
lnMSISDN OBJECT-TYPE
|
|
SYNTAX OCTET STRING (SIZE (0..18))
|
|
MAX-ACCESS read-write
|
|
STATUS current
|
|
DESCRIPTION
|
|
"Key Parameter:Yes Name:MSISDN
|
|
Remark:The E.164 node address of this local node."
|
|
::= { localNodeEntry 4 }
|
|
|
|
|
|
-- DPC
|
|
-- 1.3.6.1.4.1.1373.2.3.3.2.2.3.1.1.7
|
|
-- 1.3.6.1.4.1.1373.2.3.2.3.2.2.1.1.5
|
|
lnIP0 OBJECT-TYPE
|
|
SYNTAX IpAddress
|
|
MAX-ACCESS read-write
|
|
STATUS current
|
|
DESCRIPTION
|
|
"Key Parameter:Yes Name:IP 0
|
|
Remark:The IP address of the local node server 0."
|
|
::= { localNodeEntry 5 }
|
|
|
|
|
|
-- DPC
|
|
-- 1.3.6.1.4.1.1373.2.3.3.2.2.3.1.1.7
|
|
-- 1.3.6.1.4.1.1373.2.3.2.3.2.2.1.1.6
|
|
lnIP1 OBJECT-TYPE
|
|
SYNTAX IpAddress
|
|
MAX-ACCESS read-write
|
|
STATUS current
|
|
DESCRIPTION
|
|
"Key Parameter:Yes Name:IP 1
|
|
Remark:The IP address of the local node server 1."
|
|
::= { localNodeEntry 6 }
|
|
|
|
|
|
-- Route Selection RZS Index
|
|
-- 1.3.6.1.4.1.1373.2.3.3.2.2.1.4.1.1
|
|
-- 1.3.6.1.4.1.1373.2.3.2.3.2.2.1.1.7
|
|
acnVersionId OBJECT-TYPE
|
|
SYNTAX INTEGER (1..31)
|
|
MAX-ACCESS read-only
|
|
STATUS current
|
|
DESCRIPTION
|
|
"Key Parameter:Yes
|
|
Remark:Routing Zone Set Index for the Routing Selection."
|
|
::= { localNodeEntry 7 }
|
|
|
|
|
|
-- Row Status
|
|
-- 1.3.6.1.4.1.1373.2.3.3.2.2.1.4.1.11
|
|
-- 1.3.6.1.4.1.1373.2.3.2.3.2.2.1.1.8
|
|
lnRowStatus OBJECT-TYPE
|
|
SYNTAX RowStatus
|
|
MAX-ACCESS read-write
|
|
STATUS current
|
|
DESCRIPTION
|
|
"Key Parameter:Yes"
|
|
::= { localNodeEntry 8 }
|
|
|
|
|
|
-- 1.3.6.1.4.1.1373.1.3.3.2.2.2
|
|
-- 1.3.6.1.4.1.1373.2.3.2.3.2.3
|
|
gTT OBJECT IDENTIFIER ::= { parameter 3 }
|
|
|
|
|
|
-- 1.3.6.1.4.1.1373.1.3.3.2.2.2.1
|
|
-- 1.3.6.1.4.1.1373.2.3.2.3.2.3.1
|
|
gTTTable OBJECT-TYPE
|
|
SYNTAX SEQUENCE OF GTTEntry
|
|
MAX-ACCESS not-accessible
|
|
STATUS current
|
|
DESCRIPTION
|
|
"Description."
|
|
::= { gTT 1 }
|
|
|
|
|
|
-- 1.3.6.1.4.1.1373.1.3.3.2.2.2.1.1
|
|
-- 1.3.6.1.4.1.1373.2.3.2.3.2.3.1.1
|
|
gTTEntry OBJECT-TYPE
|
|
SYNTAX GTTEntry
|
|
MAX-ACCESS not-accessible
|
|
STATUS current
|
|
DESCRIPTION
|
|
"level:1"
|
|
INDEX { gttIndex }
|
|
::= { gTTTable 1 }
|
|
|
|
|
|
GTTEntry ::=
|
|
SEQUENCE {
|
|
gttIndex
|
|
INTEGER,
|
|
gttGTTState
|
|
INTEGER,
|
|
gttNumberPlan
|
|
INTEGER,
|
|
gttTranslationType
|
|
INTEGER,
|
|
gttStartNumber
|
|
OCTET STRING,
|
|
gttEndNumber
|
|
OCTET STRING,
|
|
gttNetworkIndicate
|
|
INTEGER,
|
|
gttDPC
|
|
INTEGER,
|
|
gttSSN
|
|
INTEGER,
|
|
gttRouteIndicator
|
|
INTEGER,
|
|
gttAddressIndicator
|
|
INTEGER,
|
|
gttReplaceStartDigit
|
|
INTEGER,
|
|
gttReplaceEndDigit
|
|
INTEGER,
|
|
gttReplacingNumberPlan
|
|
INTEGER,
|
|
gttReplacingDigits
|
|
OCTET STRING,
|
|
acnVersionID
|
|
INTEGER,
|
|
gttRowStatus
|
|
RowStatus
|
|
}
|
|
|
|
-- Index
|
|
-- 1.3.6.1.4.1.1373.2.3.3.2.2.2.1.1.1
|
|
-- 1.3.6.1.4.1.1373.2.3.2.3.2.3.1.1.1
|
|
gttIndex OBJECT-TYPE
|
|
SYNTAX INTEGER (0..1023)
|
|
MAX-ACCESS read-write
|
|
STATUS current
|
|
DESCRIPTION
|
|
"Key Parameter:Yes Name:Index
|
|
Remark:GTT index number ranges from 0 to 1023."
|
|
::= { gTTEntry 1 }
|
|
|
|
|
|
-- Country Code
|
|
-- 1.3.6.1.4.1.1373.2.3.3.2.2.2.1.1.4
|
|
-- 1.3.6.1.4.1.1373.2.3.2.3.2.3.1.1.2
|
|
gttGTTState OBJECT-TYPE
|
|
SYNTAX INTEGER
|
|
{
|
|
disable(0),
|
|
enable(1)
|
|
}
|
|
MAX-ACCESS read-write
|
|
STATUS current
|
|
DESCRIPTION
|
|
"Key Parameter:Yes Name:Admin State
|
|
Remark:Control the operation of this Global Title Translation (GTT) entry."
|
|
::= { gTTEntry 2 }
|
|
|
|
|
|
-- International Prefix
|
|
-- 1.3.6.1.4.1.1373.2.3.3.2.2.2.1.1.6
|
|
-- 1.3.6.1.4.1.1373.2.3.2.3.2.3.1.1.3
|
|
gttNumberPlan OBJECT-TYPE
|
|
SYNTAX INTEGER
|
|
{
|
|
imsi-or-msisdn-ansi(0),
|
|
msisdn(1),
|
|
imsi(6),
|
|
gt(7)
|
|
}
|
|
MAX-ACCESS read-write
|
|
STATUS current
|
|
DESCRIPTION
|
|
"Key Parameter:Yes Name:Input Numbering Plan
|
|
Remark:Type of the input number."
|
|
::= { gTTEntry 3 }
|
|
|
|
|
|
-- National Prefix
|
|
-- 1.3.6.1.4.1.1373.2.3.3.2.2.2.1.1.7
|
|
-- 1.3.6.1.4.1.1373.2.3.2.3.2.3.1.1.4
|
|
gttTranslationType OBJECT-TYPE
|
|
SYNTAX INTEGER (0..255)
|
|
MAX-ACCESS read-write
|
|
STATUS current
|
|
DESCRIPTION
|
|
"Key Parameter:Yes Name:Translation Type
|
|
Remark:Translation examines the destination address and decides how to identify it over the network."
|
|
::= { gTTEntry 4 }
|
|
|
|
|
|
-- 1.3.6.1.4.1.1373.2.3.2.3.2.3.1.1.5
|
|
gttStartNumber OBJECT-TYPE
|
|
SYNTAX OCTET STRING (SIZE (0..16))
|
|
MAX-ACCESS read-write
|
|
STATUS current
|
|
DESCRIPTION
|
|
"Key Parameter:Yes Name:Number Start
|
|
Remark:The beginning of the number range for this GTT entry."
|
|
::= { gTTEntry 5 }
|
|
|
|
|
|
-- 1.3.6.1.4.1.1373.2.3.2.3.2.3.1.1.6
|
|
gttEndNumber OBJECT-TYPE
|
|
SYNTAX OCTET STRING (SIZE (0..16))
|
|
MAX-ACCESS read-write
|
|
STATUS current
|
|
DESCRIPTION
|
|
"Key Parameter:Yes Name:Number End
|
|
Remark:The end of the number range for this GTT entry."
|
|
::= { gTTEntry 6 }
|
|
|
|
|
|
-- National Destination Code
|
|
-- 1.3.6.1.4.1.1373.2.3.3.2.2.2.1.1.5
|
|
-- 1.3.6.1.4.1.1373.2.3.2.3.2.3.1.1.7
|
|
gttNetworkIndicate OBJECT-TYPE
|
|
SYNTAX INTEGER
|
|
{
|
|
international(0),
|
|
internationalSpare(1),
|
|
national(2),
|
|
nationalSpare(3)
|
|
}
|
|
UNITS "0"
|
|
MAX-ACCESS read-write
|
|
STATUS current
|
|
DESCRIPTION
|
|
"Key Parameter:Yes Name:Network Indicator
|
|
Remark:Network Indicator identifies the type of network."
|
|
::= { gTTEntry 7 }
|
|
|
|
|
|
-- MSRN Range Start
|
|
-- 1.3.6.1.4.1.1373.2.3.3.2.2.1.1.1.6
|
|
-- 1.3.6.1.4.1.1373.2.3.2.3.2.3.1.1.8
|
|
gttDPC OBJECT-TYPE
|
|
SYNTAX INTEGER (0..16777215)
|
|
MAX-ACCESS read-write
|
|
STATUS current
|
|
DESCRIPTION
|
|
"Key Parameter:Yes Name:DPC
|
|
Remark:Destination Point Code in decimal format."
|
|
::= { gTTEntry 8 }
|
|
|
|
|
|
-- 1.3.6.1.4.1.1373.2.3.2.3.2.3.1.1.9
|
|
gttSSN OBJECT-TYPE
|
|
SYNTAX INTEGER (0..255)
|
|
MAX-ACCESS read-write
|
|
STATUS current
|
|
DESCRIPTION
|
|
"Key Parameter:Yes Name:SSN
|
|
Remark:Sub-System Number in decimal format."
|
|
::= { gTTEntry 9 }
|
|
|
|
|
|
-- 1.3.6.1.4.1.1373.2.3.2.3.2.3.1.1.10
|
|
gttRouteIndicator OBJECT-TYPE
|
|
SYNTAX INTEGER
|
|
{
|
|
onGT(0),
|
|
onSSN(1)
|
|
}
|
|
MAX-ACCESS read-write
|
|
STATUS current
|
|
DESCRIPTION
|
|
"Key Parameter:Yes Name:Routing Indicator
|
|
Remark:SSN for subsystem, GT for global title.<br>- For IMSI and MSISDN, select Route on SSN. <br>- For the connected network, select Route on GT."
|
|
::= { gTTEntry 10 }
|
|
|
|
|
|
-- 1.3.6.1.4.1.1373.2.3.2.3.2.3.1.1.11
|
|
gttAddressIndicator OBJECT-TYPE
|
|
SYNTAX INTEGER
|
|
{
|
|
null(0),
|
|
dpcSSN(3),
|
|
gtSSN(6),
|
|
gtDPCSSN(7)
|
|
}
|
|
MAX-ACCESS read-write
|
|
STATUS current
|
|
DESCRIPTION
|
|
"Name:Address Indicator
|
|
Remark:Contribution of SCCP address."
|
|
::= { gTTEntry 11 }
|
|
|
|
|
|
-- Operability Status
|
|
-- 1.3.6.1.4.1.1373.2.3.3.2.2.3.1.1.5
|
|
-- 1.3.6.1.4.1.1373.2.3.2.3.2.3.1.1.12
|
|
gttReplaceStartDigit OBJECT-TYPE
|
|
SYNTAX INTEGER (0..16)
|
|
MAX-ACCESS read-write
|
|
STATUS current
|
|
DESCRIPTION
|
|
"Name:Replace Digits Start
|
|
Remark:If the number is going to replace digits, start with this digit (position from left to right).<br>- Range = 0 - 16, 0 means void."
|
|
::= { gTTEntry 12 }
|
|
|
|
|
|
-- Operability Status
|
|
-- 1.3.6.1.4.1.1373.2.3.3.2.2.3.1.1.5
|
|
-- 1.3.6.1.4.1.1373.2.3.2.3.2.3.1.1.13
|
|
gttReplaceEndDigit OBJECT-TYPE
|
|
SYNTAX INTEGER (0..16)
|
|
MAX-ACCESS read-write
|
|
STATUS current
|
|
DESCRIPTION
|
|
"Name:Replace Digits End
|
|
Remark:If the number is going to replace digits, end on this digit (position from left to right).<br>- Range = 0 - 16, 0 means void."
|
|
::= { gTTEntry 13 }
|
|
|
|
|
|
-- International Prefix
|
|
-- 1.3.6.1.4.1.1373.2.3.3.2.2.2.1.1.6
|
|
-- 1.3.6.1.4.1.1373.2.3.2.3.2.3.1.1.14
|
|
gttReplacingNumberPlan OBJECT-TYPE
|
|
SYNTAX INTEGER
|
|
{
|
|
msisdn(1),
|
|
imsi(6),
|
|
gt(7)
|
|
}
|
|
MAX-ACCESS read-write
|
|
STATUS current
|
|
DESCRIPTION
|
|
"Name:Output Numbering Plan
|
|
Remark:Type of the output number."
|
|
::= { gTTEntry 14 }
|
|
|
|
|
|
-- 1.3.6.1.4.1.1373.2.3.2.3.2.3.1.1.15
|
|
gttReplacingDigits OBJECT-TYPE
|
|
SYNTAX OCTET STRING (SIZE (0..16))
|
|
MAX-ACCESS read-write
|
|
STATUS current
|
|
DESCRIPTION
|
|
"Name:Replace Digits
|
|
Remark:If the number is going to replace digits, replace them with this string."
|
|
::= { gTTEntry 15 }
|
|
|
|
|
|
-- Index
|
|
-- 1.3.6.1.4.1.1373.2.3.3.2.2.2.1.1.1
|
|
-- 1.3.6.1.4.1.1373.2.3.2.3.2.3.1.1.16
|
|
acnVersionID OBJECT-TYPE
|
|
SYNTAX INTEGER (0..1023)
|
|
MAX-ACCESS read-write
|
|
STATUS current
|
|
DESCRIPTION
|
|
"Key Parameter:Yes Name:ACN Version Index
|
|
Remark:Index number range from 0 to 1023."
|
|
::= { gTTEntry 16 }
|
|
|
|
|
|
-- Row Status
|
|
-- 1.3.6.1.4.1.1373.2.3.3.2.2.1.4.1.11
|
|
-- 1.3.6.1.4.1.1373.2.3.2.3.2.3.1.1.17
|
|
gttRowStatus OBJECT-TYPE
|
|
SYNTAX RowStatus
|
|
MAX-ACCESS read-write
|
|
STATUS current
|
|
DESCRIPTION
|
|
"Key Parameter:Yes"
|
|
::= { gTTEntry 17 }
|
|
|
|
|
|
-- 1.3.6.1.4.1.1373.1.3.3.2.2.2
|
|
-- 1.3.6.1.4.1.1373.2.3.2.3.2.4
|
|
acnVersion OBJECT IDENTIFIER ::= { parameter 4 }
|
|
|
|
|
|
-- 1.3.6.1.4.1.1373.1.3.3.2.2.2.1
|
|
-- 1.3.6.1.4.1.1373.2.3.2.3.2.4.1
|
|
acnVersionTable OBJECT-TYPE
|
|
SYNTAX SEQUENCE OF AcnVersionEntry
|
|
MAX-ACCESS not-accessible
|
|
STATUS current
|
|
DESCRIPTION
|
|
"Description."
|
|
::= { acnVersion 1 }
|
|
|
|
|
|
-- 1.3.6.1.4.1.1373.1.3.3.2.2.2.1.1
|
|
-- 1.3.6.1.4.1.1373.2.3.2.3.2.4.1.1
|
|
acnVersionEntry OBJECT-TYPE
|
|
SYNTAX AcnVersionEntry
|
|
MAX-ACCESS not-accessible
|
|
STATUS current
|
|
DESCRIPTION
|
|
"level:1 Name:ACN Version"
|
|
INDEX { acnIndex }
|
|
::= { acnVersionTable 1 }
|
|
|
|
|
|
AcnVersionEntry ::=
|
|
SEQUENCE {
|
|
acnIndex
|
|
INTEGER,
|
|
acnVersionState
|
|
INTEGER,
|
|
acnLocationUpdating
|
|
INTEGER,
|
|
acnLocationCancellation
|
|
INTEGER,
|
|
acnRoamingNumberEnquiry
|
|
INTEGER,
|
|
acnLocationInfoRetrieval
|
|
INTEGER,
|
|
acnResetContext
|
|
INTEGER,
|
|
acnHandoverControl
|
|
INTEGER,
|
|
acnEquipmentManagement
|
|
INTEGER,
|
|
acnInfoRetrieval
|
|
INTEGER,
|
|
acnInterVLRInfoRetrieval
|
|
INTEGER,
|
|
acnSubscriberDataManagement
|
|
INTEGER,
|
|
acnTracing
|
|
INTEGER,
|
|
acnNetworkFunctionalSS
|
|
INTEGER,
|
|
acnNetworkUnstructuredSS
|
|
INTEGER,
|
|
acnShortMessageGateway
|
|
INTEGER,
|
|
acnMOShortMessageRelay
|
|
INTEGER,
|
|
acnShortMessageAlert
|
|
INTEGER,
|
|
acnShortMessageWDM
|
|
INTEGER,
|
|
acnMTShortMessageRelay
|
|
INTEGER,
|
|
acnIMSIRetrieval
|
|
INTEGER,
|
|
acnMSPurging
|
|
INTEGER,
|
|
acnSubscriberInfoEnquiry
|
|
INTEGER,
|
|
acnAnyTimeInfoEnquiry
|
|
INTEGER,
|
|
acnCallControlTransfer
|
|
INTEGER,
|
|
acnSSInvocationNotification
|
|
INTEGER,
|
|
acnGroupCallControl
|
|
INTEGER,
|
|
acnGPRSLocationUpdating
|
|
INTEGER,
|
|
acnGPRSLocationInfoRetrieval
|
|
INTEGER,
|
|
acnFailureReporting
|
|
INTEGER,
|
|
acnGPRSNotifying
|
|
INTEGER,
|
|
acnReporting
|
|
INTEGER,
|
|
acnCallCompletion
|
|
INTEGER,
|
|
acnInternalSIWFSAllocation
|
|
INTEGER,
|
|
acnInternalSecurityTriplets
|
|
INTEGER,
|
|
acnInternalSubscriberInterrogating
|
|
INTEGER,
|
|
acnInternalHLRSubscriberManagement
|
|
INTEGER,
|
|
acnInternalHLRPingAUC
|
|
INTEGER,
|
|
acnSupportedCamelPhases
|
|
INTEGER,
|
|
acnRowStatus
|
|
RowStatus
|
|
}
|
|
|
|
-- Index
|
|
-- 1.3.6.1.4.1.1373.2.3.3.2.2.2.1.1.1
|
|
-- 1.3.6.1.4.1.1373.2.3.2.3.2.4.1.1.1
|
|
acnIndex OBJECT-TYPE
|
|
SYNTAX INTEGER (0..1023)
|
|
MAX-ACCESS read-write
|
|
STATUS current
|
|
DESCRIPTION
|
|
"Key Parameter:Yes
|
|
Remark:Index number range from 0 to 1023."
|
|
::= { acnVersionEntry 1 }
|
|
|
|
|
|
-- 1.3.6.1.4.1.1373.2.3.2.3.2.4.1.1.2
|
|
acnVersionState OBJECT-TYPE
|
|
SYNTAX INTEGER
|
|
{
|
|
disable(0),
|
|
enable(1)
|
|
}
|
|
MAX-ACCESS read-write
|
|
STATUS current
|
|
DESCRIPTION
|
|
"Key Parameter:Yes Name:Version State
|
|
Remark:GTT State."
|
|
::= { acnVersionEntry 2 }
|
|
|
|
|
|
-- 1.3.6.1.4.1.1373.2.3.2.3.2.4.1.1.3
|
|
acnLocationUpdating OBJECT-TYPE
|
|
SYNTAX INTEGER
|
|
{
|
|
version1(1),
|
|
version2(2),
|
|
version3(3)
|
|
}
|
|
MAX-ACCESS read-write
|
|
STATUS current
|
|
DESCRIPTION
|
|
"Key Parameter:Yes Name:Location Updating
|
|
Remark:Numbering Plan. Describe which numbering plan will be used for the global title. The numbering plan chosen will aid the routing system in determining the correct network system to direct the message."
|
|
::= { acnVersionEntry 3 }
|
|
|
|
|
|
-- 1.3.6.1.4.1.1373.2.3.2.3.2.4.1.1.4
|
|
acnLocationCancellation OBJECT-TYPE
|
|
SYNTAX INTEGER
|
|
{
|
|
version1(1),
|
|
version2(2),
|
|
version3(3)
|
|
}
|
|
MAX-ACCESS read-write
|
|
STATUS current
|
|
DESCRIPTION
|
|
"Key Parameter:Yes
|
|
Remark:Numbering Plan. Describe which numbering plan will be used for the global title. The numbering plan chosen will aid the routing system in determining the correct network system to direct the message."
|
|
::= { acnVersionEntry 4 }
|
|
|
|
|
|
-- 1.3.6.1.4.1.1373.2.3.2.3.2.4.1.1.5
|
|
acnRoamingNumberEnquiry OBJECT-TYPE
|
|
SYNTAX INTEGER
|
|
{
|
|
version1(1),
|
|
version2(2),
|
|
version3(3)
|
|
}
|
|
MAX-ACCESS read-write
|
|
STATUS current
|
|
DESCRIPTION
|
|
"Key Parameter:Yes Name:Roaming Number Enquiry
|
|
Remark:Numbering Plan. Describe which numbering plan will be used for the global title. The numbering plan chosen will aid the routing system in determining the correct network system to direct the message."
|
|
::= { acnVersionEntry 5 }
|
|
|
|
|
|
-- 1.3.6.1.4.1.1373.2.3.2.3.2.4.1.1.6
|
|
acnLocationInfoRetrieval OBJECT-TYPE
|
|
SYNTAX INTEGER
|
|
{
|
|
version1(1),
|
|
version2(2),
|
|
version3(3)
|
|
}
|
|
MAX-ACCESS read-write
|
|
STATUS current
|
|
DESCRIPTION
|
|
"Key Parameter:Yes
|
|
Remark:Numbering Plan. Describe which numbering plan will be used for the global title. The numbering plan chosen will aid the routing system in determining the correct network system to direct the message."
|
|
::= { acnVersionEntry 6 }
|
|
|
|
|
|
-- 1.3.6.1.4.1.1373.2.3.2.3.2.4.1.1.7
|
|
acnResetContext OBJECT-TYPE
|
|
SYNTAX INTEGER
|
|
{
|
|
version1(1),
|
|
version2(2),
|
|
version3(3)
|
|
}
|
|
MAX-ACCESS read-write
|
|
STATUS current
|
|
DESCRIPTION
|
|
"Key Parameter:Yes
|
|
Remark:Numbering Plan. Describe which numbering plan will be used for the global title. The numbering plan chosen will aid the routing system in determining the correct network system to direct the message."
|
|
::= { acnVersionEntry 7 }
|
|
|
|
|
|
-- 1.3.6.1.4.1.1373.2.3.2.3.2.4.1.1.8
|
|
acnHandoverControl OBJECT-TYPE
|
|
SYNTAX INTEGER
|
|
{
|
|
version1(1),
|
|
version2(2),
|
|
version3(3)
|
|
}
|
|
MAX-ACCESS read-write
|
|
STATUS current
|
|
DESCRIPTION
|
|
"Key Parameter:Yes
|
|
Remark:Numbering Plan. Describe which numbering plan will be used for the global title. The numbering plan chosen will aid the routing system in determining the correct network system to direct the message."
|
|
::= { acnVersionEntry 8 }
|
|
|
|
|
|
-- 1.3.6.1.4.1.1373.2.3.2.3.2.4.1.1.9
|
|
acnEquipmentManagement OBJECT-TYPE
|
|
SYNTAX INTEGER
|
|
{
|
|
version1(1),
|
|
version2(2),
|
|
version3(3)
|
|
}
|
|
MAX-ACCESS read-write
|
|
STATUS current
|
|
DESCRIPTION
|
|
"Key Parameter:Yes
|
|
Remark:Numbering Plan. Describe which numbering plan will be used for the global title. The numbering plan chosen will aid the routing system in determining the correct network system to direct the message."
|
|
::= { acnVersionEntry 9 }
|
|
|
|
|
|
-- 1.3.6.1.4.1.1373.2.3.2.3.2.4.1.1.10
|
|
acnInfoRetrieval OBJECT-TYPE
|
|
SYNTAX INTEGER
|
|
{
|
|
version1(1),
|
|
version2(2),
|
|
version3(3)
|
|
}
|
|
MAX-ACCESS read-write
|
|
STATUS current
|
|
DESCRIPTION
|
|
"Key Parameter:Yes
|
|
Remark:Numbering Plan. Describe which numbering plan will be used for the global title. The numbering plan chosen will aid the routing system in determining the correct network system to direct the message."
|
|
::= { acnVersionEntry 10 }
|
|
|
|
|
|
-- 1.3.6.1.4.1.1373.2.3.2.3.2.4.1.1.11
|
|
acnInterVLRInfoRetrieval OBJECT-TYPE
|
|
SYNTAX INTEGER
|
|
{
|
|
version1(1),
|
|
version2(2),
|
|
version3(3)
|
|
}
|
|
MAX-ACCESS read-write
|
|
STATUS current
|
|
DESCRIPTION
|
|
"Remark:Numbering Plan. Describe which numbering plan will be used for the global title. The numbering plan chosen will aid the routing system in determining the correct network system to direct the message."
|
|
::= { acnVersionEntry 11 }
|
|
|
|
|
|
-- 1.3.6.1.4.1.1373.2.3.2.3.2.4.1.1.12
|
|
acnSubscriberDataManagement OBJECT-TYPE
|
|
SYNTAX INTEGER
|
|
{
|
|
version1(1),
|
|
version2(2),
|
|
version3(3)
|
|
}
|
|
MAX-ACCESS read-write
|
|
STATUS current
|
|
DESCRIPTION
|
|
"Remark:Numbering Plan. Describe which numbering plan will be used for the global title. The numbering plan chosen will aid the routing system in determining the correct network system to direct the message."
|
|
::= { acnVersionEntry 12 }
|
|
|
|
|
|
-- 1.3.6.1.4.1.1373.2.3.2.3.2.4.1.1.13
|
|
acnTracing OBJECT-TYPE
|
|
SYNTAX INTEGER
|
|
{
|
|
version1(1),
|
|
version2(2),
|
|
version3(3)
|
|
}
|
|
MAX-ACCESS read-write
|
|
STATUS current
|
|
DESCRIPTION
|
|
"Remark:Numbering Plan. Describe which numbering plan will be used for the global title. The numbering plan chosen will aid the routing system in determining the correct network system to direct the message."
|
|
::= { acnVersionEntry 13 }
|
|
|
|
|
|
-- 1.3.6.1.4.1.1373.2.3.2.3.2.4.1.1.14
|
|
acnNetworkFunctionalSS OBJECT-TYPE
|
|
SYNTAX INTEGER
|
|
{
|
|
version1(1),
|
|
version2(2),
|
|
version3(3)
|
|
}
|
|
MAX-ACCESS read-write
|
|
STATUS current
|
|
DESCRIPTION
|
|
"Remark:Numbering Plan. Describe which numbering plan will be used for the global title. The numbering plan chosen will aid the routing system in determining the correct network system to direct the message."
|
|
::= { acnVersionEntry 14 }
|
|
|
|
|
|
-- 1.3.6.1.4.1.1373.2.3.2.3.2.4.1.1.15
|
|
acnNetworkUnstructuredSS OBJECT-TYPE
|
|
SYNTAX INTEGER
|
|
{
|
|
version1(1),
|
|
version2(2),
|
|
version3(3)
|
|
}
|
|
MAX-ACCESS read-write
|
|
STATUS current
|
|
DESCRIPTION
|
|
"Remark:Numbering Plan. Describe which numbering plan will be used for the global title. The numbering plan chosen will aid the routing system in determining the correct network system to direct the message."
|
|
::= { acnVersionEntry 15 }
|
|
|
|
|
|
-- 1.3.6.1.4.1.1373.2.3.2.3.2.4.1.1.16
|
|
acnShortMessageGateway OBJECT-TYPE
|
|
SYNTAX INTEGER
|
|
{
|
|
version1(1),
|
|
version2(2),
|
|
version3(3)
|
|
}
|
|
MAX-ACCESS read-write
|
|
STATUS current
|
|
DESCRIPTION
|
|
"Remark:Numbering Plan. Describe which numbering plan will be used for the global title. The numbering plan chosen will aid the routing system in determining the correct network system to direct the message."
|
|
::= { acnVersionEntry 16 }
|
|
|
|
|
|
-- 1.3.6.1.4.1.1373.2.3.2.3.2.4.1.1.17
|
|
acnMOShortMessageRelay OBJECT-TYPE
|
|
SYNTAX INTEGER
|
|
{
|
|
version1(1),
|
|
version2(2),
|
|
version3(3)
|
|
}
|
|
MAX-ACCESS read-write
|
|
STATUS current
|
|
DESCRIPTION
|
|
"Remark:Numbering Plan. Describe which numbering plan will be used for the global title. The numbering plan chosen will aid the routing system in determining the correct network system to direct the message."
|
|
::= { acnVersionEntry 17 }
|
|
|
|
|
|
-- 1.3.6.1.4.1.1373.2.3.2.3.2.4.1.1.18
|
|
acnShortMessageAlert OBJECT-TYPE
|
|
SYNTAX INTEGER
|
|
{
|
|
version1(1),
|
|
version2(2),
|
|
version3(3)
|
|
}
|
|
MAX-ACCESS read-write
|
|
STATUS current
|
|
DESCRIPTION
|
|
"Remark:Numbering Plan. Describe which numbering plan will be used for the global title. The numbering plan chosen will aid the routing system in determining the correct network system to direct the message."
|
|
::= { acnVersionEntry 18 }
|
|
|
|
|
|
-- 1.3.6.1.4.1.1373.2.3.2.3.2.4.1.1.19
|
|
acnShortMessageWDM OBJECT-TYPE
|
|
SYNTAX INTEGER
|
|
{
|
|
version1(1),
|
|
version2(2),
|
|
version3(3)
|
|
}
|
|
MAX-ACCESS read-write
|
|
STATUS current
|
|
DESCRIPTION
|
|
"Remark:Numbering Plan. Describe which numbering plan will be used for the global title. The numbering plan chosen will aid the routing system in determining the correct network system to direct the message."
|
|
::= { acnVersionEntry 19 }
|
|
|
|
|
|
-- 1.3.6.1.4.1.1373.2.3.2.3.2.4.1.1.20
|
|
acnMTShortMessageRelay OBJECT-TYPE
|
|
SYNTAX INTEGER
|
|
{
|
|
version1(1),
|
|
version2(2),
|
|
version3(3)
|
|
}
|
|
MAX-ACCESS read-write
|
|
STATUS current
|
|
DESCRIPTION
|
|
"Remark:Numbering Plan. Describe which numbering plan will be used for the global title. The numbering plan chosen will aid the routing system in determining the correct network system to direct the message."
|
|
::= { acnVersionEntry 20 }
|
|
|
|
|
|
-- 1.3.6.1.4.1.1373.2.3.2.3.2.4.1.1.21
|
|
acnIMSIRetrieval OBJECT-TYPE
|
|
SYNTAX INTEGER
|
|
{
|
|
version1(1),
|
|
version2(2),
|
|
version3(3)
|
|
}
|
|
MAX-ACCESS read-write
|
|
STATUS current
|
|
DESCRIPTION
|
|
"Remark:Numbering Plan. Describe which numbering plan will be used for the global title. The numbering plan chosen will aid the routing system in determining the correct network system to direct the message."
|
|
::= { acnVersionEntry 21 }
|
|
|
|
|
|
-- 1.3.6.1.4.1.1373.2.3.2.3.2.4.1.1.22
|
|
acnMSPurging OBJECT-TYPE
|
|
SYNTAX INTEGER
|
|
{
|
|
version1(1),
|
|
version2(2),
|
|
version3(3)
|
|
}
|
|
MAX-ACCESS read-write
|
|
STATUS current
|
|
DESCRIPTION
|
|
"Remark:Numbering Plan. Describe which numbering plan will be used for the global title. The numbering plan chosen will aid the routing system in determining the correct network system to direct the message."
|
|
::= { acnVersionEntry 22 }
|
|
|
|
|
|
-- 1.3.6.1.4.1.1373.2.3.2.3.2.4.1.1.23
|
|
acnSubscriberInfoEnquiry OBJECT-TYPE
|
|
SYNTAX INTEGER
|
|
{
|
|
version1(1),
|
|
version2(2),
|
|
version3(3)
|
|
}
|
|
MAX-ACCESS read-write
|
|
STATUS current
|
|
DESCRIPTION
|
|
"Remark:Numbering Plan. Describe which numbering plan will be used for the global title. The numbering plan chosen will aid the routing system in determining the correct network system to direct the message."
|
|
::= { acnVersionEntry 23 }
|
|
|
|
|
|
-- 1.3.6.1.4.1.1373.2.3.2.3.2.4.1.1.24
|
|
acnAnyTimeInfoEnquiry OBJECT-TYPE
|
|
SYNTAX INTEGER
|
|
{
|
|
version1(1),
|
|
version2(2),
|
|
version3(3)
|
|
}
|
|
MAX-ACCESS read-write
|
|
STATUS current
|
|
DESCRIPTION
|
|
"Remark:Numbering Plan. Describe which numbering plan will be used for the global title. The numbering plan chosen will aid the routing system in determining the correct network system to direct the message."
|
|
::= { acnVersionEntry 24 }
|
|
|
|
|
|
-- 1.3.6.1.4.1.1373.2.3.2.3.2.4.1.1.25
|
|
acnCallControlTransfer OBJECT-TYPE
|
|
SYNTAX INTEGER
|
|
{
|
|
version1(1),
|
|
version2(2),
|
|
version3(3)
|
|
}
|
|
MAX-ACCESS read-write
|
|
STATUS current
|
|
DESCRIPTION
|
|
"Remark:Numbering Plan. Describe which numbering plan will be used for the global title. The numbering plan chosen will aid the routing system in determining the correct network system to direct the message."
|
|
::= { acnVersionEntry 25 }
|
|
|
|
|
|
-- 1.3.6.1.4.1.1373.2.3.2.3.2.4.1.1.26
|
|
acnSSInvocationNotification OBJECT-TYPE
|
|
SYNTAX INTEGER
|
|
{
|
|
version1(1),
|
|
version2(2),
|
|
version3(3)
|
|
}
|
|
MAX-ACCESS read-write
|
|
STATUS current
|
|
DESCRIPTION
|
|
"Remark:Numbering Plan. Describe which numbering plan will be used for the global title. The numbering plan chosen will aid the routing system in determining the correct network system to direct the message."
|
|
::= { acnVersionEntry 26 }
|
|
|
|
|
|
-- 1.3.6.1.4.1.1373.2.3.2.3.2.4.1.1.27
|
|
acnGroupCallControl OBJECT-TYPE
|
|
SYNTAX INTEGER
|
|
{
|
|
version1(1),
|
|
version2(2),
|
|
version3(3)
|
|
}
|
|
MAX-ACCESS read-write
|
|
STATUS current
|
|
DESCRIPTION
|
|
"Remark:Numbering Plan. Describe which numbering plan will be used for the global title. The numbering plan chosen will aid the routing system in determining the correct network system to direct the message."
|
|
::= { acnVersionEntry 27 }
|
|
|
|
|
|
-- 1.3.6.1.4.1.1373.2.3.2.3.2.4.1.1.28
|
|
acnGPRSLocationUpdating OBJECT-TYPE
|
|
SYNTAX INTEGER
|
|
{
|
|
version1(1),
|
|
version2(2),
|
|
version3(3)
|
|
}
|
|
MAX-ACCESS read-write
|
|
STATUS current
|
|
DESCRIPTION
|
|
"Remark:Numbering Plan. Describe which numbering plan will be used for the global title. The numbering plan chosen will aid the routing system in determining the correct network system to direct the message."
|
|
::= { acnVersionEntry 28 }
|
|
|
|
|
|
-- 1.3.6.1.4.1.1373.2.3.2.3.2.4.1.1.29
|
|
acnGPRSLocationInfoRetrieval OBJECT-TYPE
|
|
SYNTAX INTEGER
|
|
{
|
|
version1(1),
|
|
version2(2),
|
|
version3(3)
|
|
}
|
|
MAX-ACCESS read-write
|
|
STATUS current
|
|
DESCRIPTION
|
|
"Remark:Numbering Plan. Describe which numbering plan will be used for the global title. The numbering plan chosen will aid the routing system in determining the correct network system to direct the message."
|
|
::= { acnVersionEntry 29 }
|
|
|
|
|
|
-- 1.3.6.1.4.1.1373.2.3.2.3.2.4.1.1.30
|
|
acnFailureReporting OBJECT-TYPE
|
|
SYNTAX INTEGER
|
|
{
|
|
version1(1),
|
|
version2(2),
|
|
version3(3)
|
|
}
|
|
MAX-ACCESS read-write
|
|
STATUS current
|
|
DESCRIPTION
|
|
"Remark:Numbering Plan. Describe which numbering plan will be used for the global title. The numbering plan chosen will aid the routing system in determining the correct network system to direct the message."
|
|
::= { acnVersionEntry 30 }
|
|
|
|
|
|
-- 1.3.6.1.4.1.1373.2.3.2.3.2.4.1.1.31
|
|
acnGPRSNotifying OBJECT-TYPE
|
|
SYNTAX INTEGER
|
|
{
|
|
version1(1),
|
|
version2(2),
|
|
version3(3)
|
|
}
|
|
MAX-ACCESS read-write
|
|
STATUS current
|
|
DESCRIPTION
|
|
"Remark:Numbering Plan. Describe which numbering plan will be used for the global title. The numbering plan chosen will aid the routing system in determining the correct network system to direct the message."
|
|
::= { acnVersionEntry 31 }
|
|
|
|
|
|
-- 1.3.6.1.4.1.1373.2.3.2.3.2.4.1.1.32
|
|
acnReporting OBJECT-TYPE
|
|
SYNTAX INTEGER
|
|
{
|
|
version1(1),
|
|
version2(2),
|
|
version3(3)
|
|
}
|
|
MAX-ACCESS read-write
|
|
STATUS current
|
|
DESCRIPTION
|
|
"Remark:Numbering Plan. Describe which numbering plan will be used for the global title. The numbering plan chosen will aid the routing system in determining the correct network system to direct the message."
|
|
::= { acnVersionEntry 32 }
|
|
|
|
|
|
-- 1.3.6.1.4.1.1373.2.3.2.3.2.4.1.1.33
|
|
acnCallCompletion OBJECT-TYPE
|
|
SYNTAX INTEGER
|
|
{
|
|
version1(1),
|
|
version2(2),
|
|
version3(3)
|
|
}
|
|
MAX-ACCESS read-write
|
|
STATUS current
|
|
DESCRIPTION
|
|
"Remark:Numbering Plan. Describe which numbering plan will be used for the global title. The numbering plan chosen will aid the routing system in determining the correct network system to direct the message."
|
|
::= { acnVersionEntry 33 }
|
|
|
|
|
|
-- 1.3.6.1.4.1.1373.2.3.2.3.2.4.1.1.34
|
|
acnInternalSIWFSAllocation OBJECT-TYPE
|
|
SYNTAX INTEGER
|
|
{
|
|
version1(1),
|
|
version2(2),
|
|
version3(3)
|
|
}
|
|
MAX-ACCESS read-write
|
|
STATUS current
|
|
DESCRIPTION
|
|
"Remark:Numbering Plan. Describe which numbering plan will be used for the global title. The numbering plan chosen will aid the routing system in determining the correct network system to direct the message."
|
|
::= { acnVersionEntry 34 }
|
|
|
|
|
|
-- 1.3.6.1.4.1.1373.2.3.2.3.2.4.1.1.35
|
|
acnInternalSecurityTriplets OBJECT-TYPE
|
|
SYNTAX INTEGER
|
|
{
|
|
version1(1),
|
|
version2(2),
|
|
version3(3)
|
|
}
|
|
MAX-ACCESS read-write
|
|
STATUS current
|
|
DESCRIPTION
|
|
"Remark:Numbering Plan. Describe which numbering plan will be used for the global title. The numbering plan chosen will aid the routing system in determining the correct network system to direct the message."
|
|
::= { acnVersionEntry 35 }
|
|
|
|
|
|
-- 1.3.6.1.4.1.1373.2.3.2.3.2.4.1.1.36
|
|
acnInternalSubscriberInterrogating OBJECT-TYPE
|
|
SYNTAX INTEGER
|
|
{
|
|
version1(1),
|
|
version2(2),
|
|
version3(3)
|
|
}
|
|
MAX-ACCESS read-write
|
|
STATUS current
|
|
DESCRIPTION
|
|
"Remark:Numbering Plan. Describe which numbering plan will be used for the global title. The numbering plan chosen will aid the routing system in determining the correct network system to direct the message."
|
|
::= { acnVersionEntry 36 }
|
|
|
|
|
|
-- 1.3.6.1.4.1.1373.2.3.2.3.2.4.1.1.37
|
|
acnInternalHLRSubscriberManagement OBJECT-TYPE
|
|
SYNTAX INTEGER
|
|
{
|
|
version1(1),
|
|
version2(2),
|
|
version3(3)
|
|
}
|
|
MAX-ACCESS read-write
|
|
STATUS current
|
|
DESCRIPTION
|
|
"Remark:Numbering Plan. Describe which numbering plan will be used for the global title. The numbering plan chosen will aid the routing system in determining the correct network system to direct the message."
|
|
::= { acnVersionEntry 37 }
|
|
|
|
|
|
-- 1.3.6.1.4.1.1373.2.3.2.3.2.4.1.1.38
|
|
acnInternalHLRPingAUC OBJECT-TYPE
|
|
SYNTAX INTEGER
|
|
{
|
|
version1(1),
|
|
version2(2),
|
|
version3(3)
|
|
}
|
|
MAX-ACCESS read-write
|
|
STATUS current
|
|
DESCRIPTION
|
|
"Remark:Numbering Plan. Describe which numbering plan will be used for the global title. The numbering plan chosen will aid the routing system in determining the correct network system to direct the message."
|
|
::= { acnVersionEntry 38 }
|
|
|
|
|
|
-- 1.3.6.1.4.1.1373.2.3.2.3.2.4.1.1.39
|
|
acnSupportedCamelPhases OBJECT-TYPE
|
|
SYNTAX INTEGER
|
|
{
|
|
phase1(1),
|
|
phase12(3),
|
|
phase123(7)
|
|
}
|
|
MAX-ACCESS read-write
|
|
STATUS current
|
|
DESCRIPTION
|
|
"Name:VLR Supported Camel Phases
|
|
Remark:Numbering Plan. Describe which numbering plan will be used for the global title. The numbering plan chosen will aid the routing system in determining the correct network system to direct the message."
|
|
::= { acnVersionEntry 39 }
|
|
|
|
|
|
-- Row Status
|
|
-- 1.3.6.1.4.1.1373.2.3.3.2.2.1.4.1.11
|
|
-- 1.3.6.1.4.1.1373.2.3.2.3.2.4.1.1.40
|
|
acnRowStatus OBJECT-TYPE
|
|
SYNTAX RowStatus
|
|
MAX-ACCESS read-write
|
|
STATUS current
|
|
DESCRIPTION
|
|
"Key Parameter:Yes"
|
|
::= { acnVersionEntry 40 }
|
|
|
|
|
|
|
|
END
|
|
|
|
--
|
|
-- LGC-SS-SCCP-MIB.my
|
|
--
|