1-- This file is corresponding to Release 9.1.10.101 from 2014/08/11 00:00:00 2 3 4-- (c) Copyright 2000-2014 bintec elmeg GmbH 5-- All Rights reserved 6-- $RCSfile: mib-mobile,v $ 7-- $Revision: 1.17 $ 8-- $Date: 2014-03-25 12:10:50 $ 9-- Author: Peter.Kietzmann@teldat.de 10-------------------------------------------------------------------------- 11BINTEC-MOBILE-MIB DEFINITIONS ::= BEGIN 12 13IMPORTS 14 MODULE-IDENTITY, OBJECT-TYPE, NOTIFICATION-TYPE, 15 Integer32, Unsigned32, Counter32, Counter64, IpAddress, TimeTicks, 16 mib-2, enterprises 17 FROM SNMPv2-SMI 18 19 DisplayString, TimeStamp 20 FROM SNMPv2-TC 21 22 tty, Date, BitValue, HexValue 23 FROM BINTEC-MIB 24 25 MODULE-COMPLIANCE, OBJECT-GROUP, NOTIFICATION-GROUP 26 FROM SNMPv2-CONF; 27 28 29mobileMIB MODULE-IDENTITY 30 LAST-UPDATED "2014032500Z" 31 ORGANIZATION "bintec elmeg GmbH" 32 CONTACT-INFO 33 "EMail: info@bintec-elmeg.com 34 Web: www.bintec-elmeg.com 35 " 36 DESCRIPTION 37 "MIB for GSM/UMTS/LTE-Modem support" 38 REVISION "2011012000Z" 39 DESCRIPTION 40 "MIB group for mobile devices. 41 Holds configuration information and statistic data." 42 ::= { tty 4 } 43 44mobile OBJECT IDENTIFIER ::= { mobileMIB 1 } 45 46-- 47 48 mobileDevCfgTable OBJECT-TYPE 49 SYNTAX SEQUENCE OF MobileDevCfgEntry 50 MAX-ACCESS not-accessible 51 STATUS current 52 DESCRIPTION 53 "The mobileDevCfgTable configures the detected mobile device 54 identified by the IMEI (International Mobile Equipment Identity). 55 " 56 ::= { mobile 20 } 57 58 mobileDevCfgEntry OBJECT-TYPE 59 SYNTAX MobileDevCfgEntry 60 MAX-ACCESS not-accessible 61 STATUS current 62 DESCRIPTION 63 "A single mobileDevCfgTable entry. 64 " 65 INDEX { mobileDevCfgIMEI } 66 ::= { mobileDevCfgTable 1 } 67 68 MobileDevCfgEntry ::= 69 SEQUENCE { 70 mobileDevCfgIMEI DisplayString, 71 mobileDevCfgInit DisplayString, 72 mobileDevCfgGPSEnable INTEGER, 73 mobileDevCfgModulation INTEGER 74 } 75 76 mobileDevCfgIMEI OBJECT-TYPE 77 SYNTAX DisplayString (SIZE(0..32)) 78 MAX-ACCESS read-write 79 STATUS current 80 DESCRIPTION 81 "The IMEI (International Mobile Equipment Identity) 82 of the mobile device to configure. 83 " 84 ::= { mobileDevCfgEntry 1 } 85 86 mobileDevCfgInit OBJECT-TYPE 87 SYNTAX DisplayString (SIZE(0..80)) 88 MAX-ACCESS read-write 89 STATUS current 90 DESCRIPTION 91 "Additional Modem hardware init sequence. 92 This sequence will be send to the modem to initialize it. 93 Normally this string should be empty (un-used). 94 " 95 ::= { mobileDevCfgEntry 2 } 96 97 mobileDevCfgGPSEnable OBJECT-TYPE 98 SYNTAX INTEGER { 99 disabled(1), 100 enabled(2), 101 delete(3) 102 } 103 MAX-ACCESS read-write 104 STATUS current 105 DESCRIPTION 106 "Enables or disables the creation and periodic update 107 of a mobileGPSInfoTable entry. 108 The UMTS Modem Hardware must support GPS functionality. 109 This is indicated by the Object `mobileStatGpsSupport'. 110 " 111 DEFVAL { disabled } 112 ::= { mobileDevCfgEntry 3 } 113 114 mobileDevCfgModulation OBJECT-TYPE 115 SYNTAX INTEGER { 116 auto(1), 117 mdm-9600(2), 118 mdm-14400(3), 119 v110-9600(4), 120 v110-14400(5), 121 v120(6), 122 gprs(7) 123 } 124 MAX-ACCESS read-write 125 STATUS current 126 DESCRIPTION 127 "The Modulation to be used by the modem. 128 With auto(1) the modulation will be automatically chosen. 129 mdm_9600(2) sets the modulation to 9600 bps (V.32). 130 mdm_14400(3) sets the modulation to 14400 bps (V.34). 131 The values v110_9600(4) and v110_14400(5) set the 132 modulation to V110 encapsulation with the corresponding 133 speed (9600 or 14400 bps). 134 Setting the value to v120(6) v120 will be used. 135 If the value is set to gprs(7) the modulation for GSM 136 capable modems is taken from mobileConfigAccessType. 137 " 138 DEFVAL { auto } 139 ::= { mobileDevCfgEntry 4 } 140 141-- 142 143 mobileSimCfgTable OBJECT-TYPE 144 SYNTAX SEQUENCE OF MobileSimCfgEntry 145 MAX-ACCESS not-accessible 146 STATUS current 147 DESCRIPTION 148 "The mobileSimCfgTable configures each corresponding 149 SIM-Card identified by the cards unique ICC-ID. 150 " 151 ::= { mobile 21 } 152 153 mobileSimCfgEntry OBJECT-TYPE 154 SYNTAX MobileSimCfgEntry 155 MAX-ACCESS not-accessible 156 STATUS current 157 DESCRIPTION 158 "A single mobileSimCfgTable entry. 159 " 160 INDEX { mobileSimCfgIccId } 161 ::= { mobileSimCfgTable 1 } 162 163 MobileSimCfgEntry ::= 164 SEQUENCE { 165 mobileSimCfgIccId DisplayString, 166 mobileSimCfgPIN DisplayString, 167 mobileSimCfgPUK DisplayString, 168 mobileSimCfgAPN DisplayString, 169 mobileSimCfgAccessMode INTEGER, 170 mobileSimCfgRoamingMode INTEGER, 171 mobileSimCfgRoamingPLMN INTEGER, 172 mobileSimCfgDispatch INTEGER, 173 mobileSimCfgGsmFallback DisplayString, 174 mobileSimCfgCugAddr IpAddress, 175 mobileSimCfgCugAuth INTEGER, 176 mobileSimCfgCugUser DisplayString, 177 mobileSimCfgCugPwd DisplayString, 178 mobileSimCfgOperatorScan INTEGER, 179 mobileSimCfgPinData OCTET STRING, -- FT special 180 mobileSimCfgCugAPN DisplayString 181 } 182 183 mobileSimCfgIccId OBJECT-TYPE 184 SYNTAX DisplayString (SIZE(0..32)) 185 MAX-ACCESS read-write 186 STATUS current 187 DESCRIPTION 188 "The ICC-ID of the used SIM-Card to configure. 189 190 Unfortunately some UMTS modem vendors offer no capability 191 to read this ID before entering the valid PIN :-( 192 " 193 ::= { mobileSimCfgEntry 1 } 194 195 mobileSimCfgPIN OBJECT-TYPE 196 SYNTAX DisplayString (SIZE(0..8)) 197 MAX-ACCESS read-write 198 STATUS current 199 DESCRIPTION 200 "The PIN code of the SIM card. This is used to 201 authorize the access to the SIM-Card. 202 " 203 ::= { mobileSimCfgEntry 2 } 204 205 mobileSimCfgPUK OBJECT-TYPE 206 SYNTAX DisplayString (SIZE(0..16)) 207 MAX-ACCESS read-write 208 STATUS current 209 DESCRIPTION 210 "The PUK code of the SIM card. 211 Needed in case of wrong PIN input for three times in a row. 212 " 213 ::= { mobileSimCfgEntry 3 } 214 215 mobileSimCfgAPN OBJECT-TYPE 216 SYNTAX DisplayString (SIZE(0..80)) 217 MAX-ACCESS read-write 218 STATUS current 219 DESCRIPTION 220 "GPRS APN (Access Point Name) used by this SIM-Card. 221 " 222 ::= { mobileSimCfgEntry 4 } 223 224 mobileSimCfgAccessMode OBJECT-TYPE 225 SYNTAX INTEGER { 226 auto(1), -- factory default settings 227 gprs-only(2), -- GPRS only (no UMTS/LTE) 228 umts-only(3), -- UMTS only (no GPRS/LTE) 229 gprs-pref(4), -- GPRS preferred (Priority 2G/3G/xxx) 230 umts-pref(5), -- UMTS preferred (Priority 3G/2G/xxx) 231 delete(6), 232 lte-only(7), -- LTE only 233 lte-pref(8), -- LTE preferred (Priority 4G/3G/2G) 234 lte-umts(9), -- Priority 4G/3G, no GPRS 235 lte-gprs(10), -- Priority 4G/2G, no UMTS 236 lte-gprs-umts(11), -- Priority 4G/2G/3G 237 umts-lte(12), -- Priority 3G/4G, no GPRS 238 umts-gprs(13), -- Priority 3G/2G, no LTE 239 umts-lte-gprs(14), -- Priority 3G/4G/2G 240 gprs-lte(15), -- Priority 2G/4G, no UMTS 241 gprs-umts(16), -- Priority 2G/3G, no LTE 242 gprs-lte-umts(17) -- Priority 2G/4G/3G 243 } 244 MAX-ACCESS read-write 245 STATUS current 246 DESCRIPTION 247 "The default Access Type to be used by the GPRS/UMTS/LTE Modem. 248 This setting depends on local network availability and 249 therefore it's bound to the network operator specific 250 SIM-Card. Possible settings are: 251 auto(1) -- factory default settings 252 gprs-only(2) -- GPRS only (no UMTS/LTE) 253 umts-only(3) -- UMTS only (no GPRS/LTE) 254 gprs-pref(4) -- GPRS preferred (Priority 2G/3G/xxx) 255 umts-pref(5) -- UMTS preferred (Priority 3G/2G/xxx) 256 lte-only(7) -- LTE only 257 lte-pref(8) -- LTE preferred (Priority 4G/3G/2G) 258 lte-umts(9) -- Priority 4G/3G, no GPRS 259 lte-gprs(10) -- Priority 4G/2G, no UMTS 260 lte-gprs-umts(11) -- Priority 4G/2G/3G 261 umts-lte(12) -- Priority 3G/4G, no GPRS 262 umts-gprs(13) -- Priority 3G/2G, no LTE 263 umts-lte-gprs(14) -- Priority 3G/4G/2G 264 gprs-lte(15) -- Priority 2G/4G, no UMTS 265 gprs-umts(16) -- Priority 2G/3G, no LTE 266 gprs-lte-umts(17) -- Priority 2G/4G/3G 267 Not all possible settings make sense and/or are supported 268 by all LTE capable Modems. 269 " 270 DEFVAL { auto } 271 ::= { mobileSimCfgEntry 5 } 272 273 mobileSimCfgRoamingMode OBJECT-TYPE 274 SYNTAX INTEGER { 275 disabled(1), 276 auto(2), 277 unrestricted(3), 278 international(4), 279 national(5), 280 fixed(6), 281 full-auto(7) 282 } 283 MAX-ACCESS read-write 284 STATUS current 285 DESCRIPTION 286 "The Roaming configuration for this mobile interface. 287 Possible values are: 288 disabled - no roaming at all 289 auto - roaming decision by modems factory defaults 290 unrestricted - no restrictions for roaming decision 291 international - international roaming only 292 national - national roaming only 293 fixed - use mobileConfigRoamingPLMN exclusively 294 full-auto - let the modem select the roaming partner 295 " 296 DEFVAL { auto } 297 ::= { mobileSimCfgEntry 6 } 298 299 mobileSimCfgRoamingPLMN OBJECT-TYPE 300 SYNTAX INTEGER 301 MAX-ACCESS read-write 302 STATUS current 303 DESCRIPTION 304 "The PLMN (Public Land Mobile Netword) code used for Roaming. 305 Used only if mobileDevCfgRoamingMode_fixed is selected. 306 " 307 ::= { mobileSimCfgEntry 7 } 308 309 mobileSimCfgDispatch OBJECT-TYPE 310 SYNTAX INTEGER { 311 ppp(1), -- route call to PPP daemon 312 isdnlogin(2), -- route call to ISDNlogin daemon 313 none(3), -- ignore incoming calls 314 ppp-modem(13), 315 ppp-v110-1200(15), 316 ppp-v110-2400(16), 317 ppp-v110-4800(17), 318 ppp-v110-9600(18), 319 ppp-v110-14400(19), 320 ppp-v110-19200(20), 321 ppp-v110-38400(21), 322 ppp-v120(23), 323 ppp-modem-profile-1(26), 324 ppp-modem-profile-2(27), 325 ppp-modem-profile-3(28), 326 ppp-modem-profile-4(29), 327 ppp-modem-profile-5(30), 328 ppp-modem-profile-6(31), 329 ppp-modem-profile-7(32), 330 ppp-modem-profile-8(33), 331 ipsec(60) 332 } 333 MAX-ACCESS read-write 334 STATUS current 335 DESCRIPTION 336 "The dispatch service the Modem should be used for. 337 The SIM-Card should support/enable basic functionality 338 to use the service (eg access circuit switched networks 339 to use V.110 and/or V.120). 340 Routing tasks (IP, IPX, X.25, bridging, ...) should use ppp(1). 341 For isdnlogin program use the isdnlogin(2) item. 342 For IPSec callback use item ipsec(60). 343 " 344 DEFVAL { isdnlogin } 345 ::= { mobileSimCfgEntry 8 } 346 347 mobileSimCfgGsmFallback OBJECT-TYPE 348 SYNTAX DisplayString (SIZE(0..32)) 349 MAX-ACCESS read-write 350 STATUS current 351 DESCRIPTION 352 "If the Router is called using the GsmFallback number 353 the actual connection is dropped and the Access Type 354 is switched back from UMTS to GSM. 355 " 356 ::= { mobileSimCfgEntry 9 } 357 358-- Closed User Group handling 359 360 mobileSimCfgCugAddr OBJECT-TYPE 361 SYNTAX IpAddress 362 MAX-ACCESS read-write 363 STATUS current 364 DESCRIPTION 365 "The provider assigned IP-Address if any. 366 " 367 ::= { mobileSimCfgEntry 15 } 368 369 mobileSimCfgCugAuth OBJECT-TYPE 370 SYNTAX INTEGER { 371 none(1), 372 pap(2), 373 chap(3), 374 pap-chap(4) 375 } 376 MAX-ACCESS read-write 377 STATUS current 378 DESCRIPTION 379 "The authentication method to be used. 380 " 381 DEFVAL { pap-chap } 382 ::= { mobileSimCfgEntry 16 } 383 384 mobileSimCfgCugUser OBJECT-TYPE 385 SYNTAX DisplayString 386 MAX-ACCESS read-write 387 STATUS current 388 DESCRIPTION 389 "The provider assigned user name. 390 " 391 ::= { mobileSimCfgEntry 17 } 392 393 mobileSimCfgCugPwd OBJECT-TYPE 394 SYNTAX DisplayString 395 MAX-ACCESS read-write 396 STATUS current 397 DESCRIPTION 398 "The provider assigned password. 399 " 400 ::= { mobileSimCfgEntry 18 } 401 402 mobileSimCfgOperatorScan OBJECT-TYPE 403 SYNTAX INTEGER { 404 never(1), 405 startup(2), 406 always(3) 407 } 408 MAX-ACCESS read-write 409 STATUS current 410 DESCRIPTION 411 "Handling of scanning available Providers (PLMN) 412 never - use only home or fixed PLMN 413 startup - scan on startup, only for information 414 always - used for using roaming PLMN outside own country 415 " 416 DEFVAL { never } 417 ::= { mobileSimCfgEntry 19 } 418 419-- Hidden Data 420 421 mobileSimCfgPinData OBJECT-TYPE 422 SYNTAX OCTET STRING (SIZE(0..16)) 423 MAX-ACCESS not-accessible 424 STATUS current 425 DESCRIPTION 426 "Not accessible entry for storing the PIN permanently. 427 This is a security feature (?) used by France Telecom. 428 " 429 ::= { mobileSimCfgEntry 20 } 430 431 mobileSimCfgCugAPN OBJECT-TYPE 432 SYNTAX DisplayString (SIZE(0..80)) 433 MAX-ACCESS read-write 434 STATUS current 435 DESCRIPTION 436 "Closed User Group authentication APN, 437 may be different from registration APN. 438 " 439 ::= { mobileSimCfgEntry 21 } 440 441 442 mobileStatTable OBJECT-TYPE 443 SYNTAX SEQUENCE OF MobileStatEntry 444 MAX-ACCESS not-accessible 445 STATUS current 446 DESCRIPTION 447 "The mobileStatTable holds statistics about the actually 448 detected and/or used mobile device. 449 " 450 ::= { mobile 22 } 451 452 mobileStatEntry OBJECT-TYPE 453 SYNTAX MobileStatEntry 454 MAX-ACCESS not-accessible 455 STATUS current 456 DESCRIPTION 457 "A single mobileStatTable entry. 458 " 459 INDEX { mobileStatIfIndex } 460 ::= { mobileStatTable 1 } 461 462 MobileStatEntry ::= 463 SEQUENCE { 464 mobileStatIfIndex INTEGER, 465 -- Hardware dependent dynamic objects 466 mobileStatOperStatus INTEGER, 467 mobileStatErrorCode INTEGER, 468 mobileStatCommand DisplayString, 469 mobileStatAnswer DisplayString, 470 mobileStatInDiscards INTEGER, 471 -- Network dependent dynamic objects 472 mobileStatSelectedPLMN INTEGER, 473 mobileStatNetwork DisplayString, 474 mobileStatLocationAreaCode DisplayString, 475 mobileStatCellId DisplayString, 476 mobileStatAccessType INTEGER, 477 mobileStatCSQ INTEGER, 478 mobileStatBand INTEGER, 479 -- Hardware dependent static objects 480 mobileStatIMEI DisplayString, 481 mobileStatCtrlIfIndex INTEGER, 482 mobileStatGpsSupport INTEGER, 483 mobileStatLteSupport INTEGER, 484 mobileStatSmsStorageBits BITS, 485 -- SIM card dependent static objects 486 mobileStatIccId DisplayString, 487 mobileStatHomePLMN INTEGER, 488 mobileStatSubscriberNumber DisplayString, 489 mobileStatServiceCenterAddr DisplayString, 490 -- Administrative special Action 491 mobileStatAction INTEGER, 492 mobileStatATexec DisplayString 493 494 } 495 496 mobileStatIfIndex OBJECT-TYPE 497 SYNTAX INTEGER 498 MAX-ACCESS read-only 499 STATUS current 500 DESCRIPTION 501 "The interface index of the corresponding TTY interface. 502 " 503 ::= { mobileStatEntry 1 } 504 505-- Hardware dependent dynamic objects 506 507 mobileStatOperStatus OBJECT-TYPE 508 SYNTAX INTEGER { 509 up(1), 510 down(2), 511 init(3), 512 called(4), 513 calling(5), 514 connect(6), 515 simwait(7), 516 pinwait(8), 517 error(9), 518 disconnected(10), 519 pukwait(11), 520 regwait(12), 521 apnwait(13) 522 } 523 MAX-ACCESS read-only 524 STATUS current 525 DESCRIPTION 526 "The operational status of the GSM modem. The following 527 states can occur: 528 - up(1) the device is up - initialization finished 529 - down(2) the device is down 530 - init(3) initialization state 531 - called(4) incoming call received 532 - calling(5) dialout is performed 533 - connect(6) connection established 534 - simwait(7) modem is detected - SIM card not ready 535 - pinwait(8) modem is waiting for non-empty PIN entry 536 - error(9) error - for details consult ErrorCode 537 - disconnected(10) the device isn't available (unplugged) 538 - pukwait(11) waiting for PUK entry after PIN invalidated 539 - regwait(12) wating for network operator registration 540 - apnwait(13) waiting for APN entry if APN is empty 541 The initial OperStatus is down(2). 542 " 543 DEFVAL { down } 544 ::= { mobileStatEntry 2 } 545 546 mobileStatErrorCode OBJECT-TYPE 547 SYNTAX INTEGER { 548 none(1), 549 unspecified(2), 550 pinerror(3), 551 pukerror(4), 552 apnerror(5), 553 simerror(6), 554 reg-denied(7) 555 } 556 MAX-ACCESS read-only 557 STATUS current 558 DESCRIPTION 559 "If an error occurs (OperStatus is set to error) this variable 560 shows the reason for the error. Currently the following error 561 codes are possible: 562 - none(1) no error occured 563 - unspecified(2) error can't be specified any further 564 - pinerror(3) PIN was wrong PUK needed 565 - pukerror(4) PUK was wrong 566 - apnerror(5) APN was wrong 567 - simerror(6) SIM card not present or damaged 568 - reg-denied(7) Network registration denied 569 The initial ErrorCode is none(1). 570 " 571 DEFVAL { none } 572 ::= { mobileStatEntry 3 } 573 574 mobileStatCommand OBJECT-TYPE 575 SYNTAX DisplayString (SIZE (0..60)) 576 MAX-ACCESS read-only 577 STATUS current 578 DESCRIPTION 579 "The last command that was sent to the mobile device. 580 " 581 ::= { mobileStatEntry 4 } 582 583 mobileStatAnswer OBJECT-TYPE 584 SYNTAX DisplayString (SIZE (0..60)) 585 MAX-ACCESS read-only 586 STATUS current 587 DESCRIPTION 588 "The last answer received from the mobile device. 589 " 590 ::= { mobileStatEntry 5 } 591 592 mobileStatInDiscards OBJECT-TYPE 593 SYNTAX INTEGER 594 MAX-ACCESS read-only 595 STATUS current 596 DESCRIPTION 597 "The number of frames which can't be enqueued upstream. 598 " 599 ::= { mobileStatEntry 6 } 600 601-- Network dependent dynamic objects 602 603 mobileStatSelectedPLMN OBJECT-TYPE 604 SYNTAX INTEGER 605 MAX-ACCESS read-only 606 STATUS current 607 DESCRIPTION 608 "The PLMN (Public Land Mobile Network) code of the Network 609 currently selected. 610 " 611 ::= { mobileStatEntry 7 } 612 613 mobileStatNetwork OBJECT-TYPE 614 SYNTAX DisplayString (SIZE (0..60)) 615 MAX-ACCESS read-only 616 STATUS current 617 DESCRIPTION 618 "The name of the PLMN (Public Land Mobile Network) 619 actually being used. 620 " 621 ::= { mobileStatEntry 8 } 622 623 mobileStatLocationAreaCode OBJECT-TYPE 624 SYNTAX DisplayString (SIZE (0..16)) 625 MAX-ACCESS read-only 626 STATUS current 627 DESCRIPTION 628 "The actual Location Area Code the UMTS-Modem is registered. 629 " 630 ::= { mobileStatEntry 9 } 631 632 mobileStatCellId OBJECT-TYPE 633 SYNTAX DisplayString (SIZE (0..16)) 634 MAX-ACCESS read-only 635 STATUS current 636 DESCRIPTION 637 "The actual Cell-ID the UMTS-Modem is registered. 638 " 639 ::= { mobileStatEntry 10 } 640 641 mobileStatAccessType OBJECT-TYPE 642 SYNTAX INTEGER { 643 unknown(1), 644 gsm(2), 645 compact-gsm(3), 646 umts(4), 647 gsm-edge(5), 648 umts-hsdpa(6), 649 umts-hsupa(7), 650 umts-hspa(8), 651 lte(9), 652 hspa-plus(10), 653 cdma-rev0(11), 654 cdma-revA(12), 655 cdma-revB(13) 656 } 657 MAX-ACCESS read-only 658 STATUS current 659 DESCRIPTION 660 "The Access Type the modem actually registers on. 661 Normally the `edge' or `hs*pa' Access Types aren't 662 provided in detail by the network operator and/or modem. 663 Possible Access Types are: 664 unknown(1) 665 gsm(2) -- GSM 666 compact-gsm(3) -- CGSM 667 umts(4) -- UMTS 668 gsm-edge(5) -- GPRS/EDGE 669 umts-hsdpa(6) -- HSDPA 670 umts-hsupa(7) -- HSUPA 671 umts-hspa(8) -- HSPA 672 lte(9) -- LTE 673 hspa-plus(10) -- HSPA+ 674 cdma-rev0(11) -- CDMA 1xEV-DO Rev. 0 675 cdma-revA(12) -- CDMA 1xEV-DO Rev. A 676 cdma-revB(13) -- CDMA 1xEV-DO Rev. B 677 " 678 DEFVAL { unknown } 679 ::= { mobileStatEntry 11 } 680 681 mobileStatCSQ OBJECT-TYPE 682 SYNTAX INTEGER 683 UNITS "dBm" 684 MAX-ACCESS read-only 685 STATUS current 686 DESCRIPTION 687 "The GSM receive signal level in decibel (db). 688 A value below -100 signals a very low signal quality. 689 A value between -100 and -80 means that signal quality is low. 690 If the value is between -80 and -70 the quality is ok. The 691 interval from -70 to -60 signals a good quality and if the 692 value is above -60 the quality is excellent. The default e.g. 693 initial value is -113. 694 " 695 ::= { mobileStatEntry 12 } 696 697 mobileStatBand OBJECT-TYPE 698 SYNTAX INTEGER { 699 cdma-band-0(0), -- CDMA Band Class 0 700 cdma-band-1(1), -- CDMA Band Class 1 701 cdma-band-3(3), -- CDMA Band Class 3 702 cdma-band-4(4), -- CDMA Band Class 4 703 cdma-band-5(5), -- CDMA Band Class 5 704 cdma-band-6(6), -- CDMA Band Class 6 705 cdma-band-7(7), -- CDMA Band Class 7 706 cdma-band-8(8), -- CDMA Band Class 8 707 cdma-band-9(9), -- CDMA Band Class 9 708 cdma-band-10(10), -- CDMA Band Class 10 709 cdma-band-11(11), -- CDMA Band Class 11 710 cdma-band-12(12), -- CDMA Band Class 12 711 cdma-band-13(13), -- CDMA Band Class 13 712 cdma-band-14(14), -- CDMA Band Class 14 713 cdma-band-15(15), -- CDMA Band Class 15 714 cdma-band-16(16), -- CDMA Band Class 16 715 gsm-450(40), -- GSM 450 716 gsm-480(41), -- GSM 480 717 gsm-750(42), -- GSM 750 718 gsm-850(43), -- GSM 850 719 gsm-900-ext(44), -- GSM 900 (Extended) 720 gsm-900-pri(45), -- GSM 900 (Primary) 721 gsm-900-rway(46), -- GSM 900 (Railways) 722 gsm-1800(47), -- GSM 1800 723 gsm-1900(48), -- GSM 1900 724 wcdma-2100(80), -- WCDMA 2100 725 wcdma-pcs-1900(81), -- WCDMA PCS 1900 726 wcdma-dcs-1800(82), -- WCDMA DCS 1800 727 wcdma-1700-us(83), -- WCDMA 1700 (US) 728 wcdma-650(84), -- WCDMA 850 729 wcdma-800(85), -- WCDMA 800 730 wcdma-2600(86), -- WCDMA 2600 731 wcdma-900(87), -- WCDMA 900 732 wcdma-1700-jp(88), -- WCDMA 1700 (Japan) 733 e-utra-band-1(120), -- LTE E-UTRA Band 1 734 e-utra-band-2(121), -- LTE E-UTRA Band 2 735 e-utra-band-3(122), -- LTE E-UTRA Band 3 736 e-utra-band-4(123), -- LTE E-UTRA Band 4 737 e-utra-band-5(124), -- LTE E-UTRA Band 5 738 e-utra-band-6(125), -- LTE E-UTRA Band 6 739 e-utra-band-7(126), -- LTE E-UTRA Band 7 740 e-utra-band-8(127), -- LTE E-UTRA Band 8 741 e-utra-band-9(128), -- LTE E-UTRA Band 9 742 e-utra-band-10(129),-- LTE E-UTRA Band 10 743 e-utra-band-11(130),-- LTE E-UTRA Band 11 744 e-utra-band-12(131),-- LTE E-UTRA Band 12 745 e-utra-band-13(132),-- LTE E-UTRA Band 13 746 e-utra-band-14(133),-- LTE E-UTRA Band 14 747 e-utra-band-17(134),-- LTE E-UTRA Band 17 748 e-utra-band-33(135),-- LTE E-UTRA Band 33 749 e-utra-band-34(136),-- LTE E-UTRA Band 34 750 e-utra-band-35(137),-- LTE E-UTRA Band 35 751 e-utra-band-36(138),-- LTE E-UTRA Band 36 752 e-utra-band-47(139),-- LTE E-UTRA Band 37 753 e-utra-band-38(140),-- LTE E-UTRA Band 38 754 e-utra-band-39(141),-- LTE E-UTRA Band 39 755 e-utra-band-40(142),-- LTE E-UTRA Band 40 756 e-utra-band-18(143),-- LTE E-UTRA Band 18 757 e-utra-band-19(144),-- LTE E-UTRA Band 19 758 e-utra-band-20(145),-- LTE E-UTRA Band 20 759 e-utra-band-21(146),-- LTE E-UTRA Band 21 760 unknown(255) 761 } 762 MAX-ACCESS read-only 763 STATUS current 764 DESCRIPTION 765 "The Band Class currently used. 766 " 767 DEFVAL { unknown } 768 ::= { mobileStatEntry 21 } 769 770-- Hardware dependent static objects 771 772 mobileStatIMEI OBJECT-TYPE 773 SYNTAX DisplayString (SIZE(0..32)) 774 MAX-ACCESS read-only 775 STATUS current 776 DESCRIPTION 777 "The IMEI (International Mobile Equipment Identity) 778 of the detected mobile device. 779 " 780 ::= { mobileStatEntry 13 } 781 782 mobileStatCtrlIfIndex OBJECT-TYPE 783 SYNTAX INTEGER 784 MAX-ACCESS read-only 785 STATUS current 786 DESCRIPTION 787 "If the UMTS card provides several channels and one could 788 be used to control the card e.g. get status information 789 from the card like the signal quality a dedicated daemon 790 uses the mobileStatCtrlIfIndex for this purpose. 791 If mobileStatCtrlIfIndex is set to 0 no interface 792 is available for this task. 793 " 794 DEFVAL { 0 } 795 ::= { mobileStatEntry 14 } 796 797 mobileStatGpsSupport OBJECT-TYPE 798 SYNTAX INTEGER { 799 none(1), 800 available(2) 801 } 802 MAX-ACCESS read-only 803 STATUS current 804 DESCRIPTION 805 "Signals for configuration software if the hardware 806 is capable to deliver GPS information. 807 - none(1) no GPS support 808 - available(2) GPS support available 809 " 810 DEFVAL { none } 811 ::= { mobileStatEntry 15 } 812 813 mobileStatLteSupport OBJECT-TYPE 814 SYNTAX INTEGER { 815 none(1), 816 available(2) 817 } 818 MAX-ACCESS read-only 819 STATUS current 820 DESCRIPTION 821 "Signals for configuration software if the hardware 822 is capable to attach to LTE networks. 823 - none(1) no LTE support 824 - available(2) LTE support available 825 " 826 DEFVAL { none } 827 ::= { mobileStatEntry 20 } 828 829 mobileStatSmsStorageBits OBJECT-TYPE 830 SYNTAX BITS { 831 sm(1), -- use SIM card storage 832 me(2), -- use Mobile Equipment storage 833 mt(3), -- use one of the ME associated storages 834 bm(4), -- use Broadcast Message storage 835 ta(5), -- use Terminal Adapter storage 836 sr(6) -- use Status Report storage 837 } 838 MAX-ACCESS read-only 839 STATUS current 840 DESCRIPTION 841 "The SMS storage types supported by the modem hardware." 842 ::= { mobileStatEntry 22 } 843 844-- SIM card dependent static objects 845 846 mobileStatIccId OBJECT-TYPE 847 SYNTAX DisplayString (SIZE(0..32)) 848 MAX-ACCESS read-only 849 STATUS current 850 DESCRIPTION 851 "The ICC-ID of the SIM-Card found in the mobile device 852 which is actually enumerated with mobileStatIfIndex. 853 854 Some UMTS modem vendors offer no capability to 855 read this ID before entering a valid PIN :-( 856 In this case the default configuration is choosen. 857 " 858 ::= { mobileStatEntry 16 } 859 860 mobileStatHomePLMN OBJECT-TYPE 861 SYNTAX INTEGER 862 MAX-ACCESS read-only 863 STATUS current 864 DESCRIPTION 865 "The PLMN (Public Land Mobile Network) code of the Home PLMN. 866 " 867 ::= { mobileStatEntry 17 } 868 869 mobileStatSubscriberNumber OBJECT-TYPE 870 SYNTAX DisplayString (SIZE (0..32)) 871 MAX-ACCESS read-only 872 STATUS current 873 DESCRIPTION 874 "The Subscriber Number stored on the SIM card. 875 " 876 ::= { mobileStatEntry 18 } 877 878 mobileStatServiceCenterAddr OBJECT-TYPE 879 SYNTAX DisplayString (SIZE (0..32)) 880 MAX-ACCESS read-only 881 STATUS current 882 DESCRIPTION 883 "The Service Center Address stored on the SIM card. 884 " 885 ::= { mobileStatEntry 19 } 886 887 mobileStatAction OBJECT-TYPE 888 SYNTAX INTEGER { 889 idle(1), 890 reset(2), 891 qmi(3), 892 dip(4), 893 dhcprelay(5) 894 } 895 MAX-ACCESS read-write 896 STATUS current 897 DESCRIPTION 898 "Perform extern triggered Action on sierra wireless modems 899 - idle no waiting Action 900 - reset reset the modem 901 - qmi switch modem into qmi mode 902 - dip switch modem into direct IP mode 903 - dhcprelay enable DHCP relay through the modem 904 " 905 DEFVAL { idle } 906 ::= { mobileStatEntry 23 } 907 908 mobileStatATexec OBJECT-TYPE 909 SYNTAX DisplayString ( SIZE(0..255)) 910 MAX-ACCESS read-write 911 STATUS current 912 DESCRIPTION 913 "Perform a User requested AT Command in idle state" 914 DEFVAL { "" } 915 ::= { mobileStatEntry 24 } 916 917 918-- 919 mobileOperatorTable OBJECT-TYPE 920 SYNTAX SEQUENCE OF MobileOperatorEntry 921 MAX-ACCESS not-accessible 922 STATUS current 923 DESCRIPTION 924 "The mobileOperatorTable shows the actually available 925 network provider and the registration status. 926 " 927 ::= { mobile 23 } 928 929 mobileOperatorEntry OBJECT-TYPE 930 SYNTAX MobileOperatorEntry 931 MAX-ACCESS not-accessible 932 STATUS current 933 DESCRIPTION 934 "A single mobileOperatorTable entry. 935 " 936 INDEX { mobileOperatorIfIndex, mobileOperatorCode, mobileOperatorAcT } 937 ::= { mobileOperatorTable 1 } 938 939 MobileOperatorEntry ::= 940 SEQUENCE { 941 mobileOperatorIfIndex INTEGER, 942 mobileOperatorCode INTEGER, 943 mobileOperatorAcT INTEGER, 944 mobileOperatorStatus INTEGER, 945 mobileOperatorName DisplayString, 946 mobileOperatorPriority INTEGER, 947 mobileOperatorPreference INTEGER, 948 mobileOperatorCurrentOrder INTEGER 949 } 950 951 mobileOperatorIfIndex OBJECT-TYPE 952 SYNTAX INTEGER 953 MAX-ACCESS read-only 954 STATUS current 955 DESCRIPTION 956 "The index of the corresponding TTY interface. 957 " 958 ::= { mobileOperatorEntry 1 } 959 960 mobileOperatorCode OBJECT-TYPE 961 SYNTAX INTEGER 962 MAX-ACCESS read-only 963 STATUS current 964 DESCRIPTION 965 "The PLMN code of the network operator. 966 " 967 ::= { mobileOperatorEntry 2 } 968 969 mobileOperatorAcT OBJECT-TYPE 970 SYNTAX INTEGER { 971 unknown(1), 972 gsm(2), 973 compact-gsm(3), 974 umts(4), 975 gsm-edge(5), 976 umts-hsdpa(6), 977 umts-hsupa(7), 978 umts-hspa(8), 979 lte(9), 980 hspa-plus(10), 981 cdma-rev0(11), 982 cdma-revA(12), 983 cdma-revB(13) 984 } 985 MAX-ACCESS read-only 986 STATUS current 987 DESCRIPTION 988 "The Access Type the modem actually registers on. 989 Normally the `edge' or `hs*pa' Access Types aren't 990 provided in detail by the network operator and/or modem. 991 Possible Access Types are: 992 unknown(1) 993 gsm(2) -- GSM 994 compact-gsm(3) -- CGSM 995 umts(4) -- UMTS 996 gsm-edge(5) -- GPRS/EDGE 997 umts-hsdpa(6) -- HSDPA 998 umts-hsupa(7) -- HSUPA 999 umts-hspa(8) -- HSPA 1000 lte(9) -- LTE 1001 hspa-plus(10) -- HSPA+ 1002 cdma-rev0(11) -- CDMA 1xEV-DO Rev. 0 1003 cdma-revA(12) -- CDMA 1xEV-DO Rev. A 1004 cdma-revB(13) -- CDMA 1xEV-DO Rev. B 1005 " 1006 DEFVAL { gsm } 1007 ::= { mobileOperatorEntry 3 } 1008 1009 mobileOperatorStatus OBJECT-TYPE 1010 SYNTAX INTEGER { 1011 unknown(1), 1012 available(2), 1013 current(3), 1014 forbidden(4) 1015 } 1016 MAX-ACCESS read-only 1017 STATUS current 1018 DESCRIPTION 1019 "The registration status depending on the network operator. 1020 The following states can occur: 1021 - unknown(1) -- no idea 1022 - available(2) -- registration possible 1023 - current(3) -- successfully registered 1024 - forbidden(4) -- no roaming possible 1025 " 1026 DEFVAL { unknown } 1027 ::= { mobileOperatorEntry 4 } 1028 1029 mobileOperatorName OBJECT-TYPE 1030 SYNTAX DisplayString (SIZE (0..60)) 1031 MAX-ACCESS read-only 1032 STATUS current 1033 DESCRIPTION 1034 "The name of the network operator. 1035 " 1036 ::= { mobileOperatorEntry 5 } 1037 1038 mobileOperatorPriority OBJECT-TYPE 1039 SYNTAX INTEGER 1040 MAX-ACCESS read-only 1041 STATUS current 1042 DESCRIPTION 1043 "The Priority of the Operator to use in roaming mode. There are 1044 different priority value ranges for the following types of 1045 operator entries: 1046 1047 - Home Operator (from SIM card) 1048 - Priviledged Operator (from SIM card) 1049 - Administrative Operator 1050 - Preferred Operator 1051 - Practicable Operator 1052 1053 The start and the size of each priority range is predefined but 1054 variable and will be configurable in future via the global 1055 mobile settings. 1056 " 1057 DEFVAL { 256 } 1058 ::= { mobileOperatorEntry 6 } 1059 1060 mobileOperatorPreference OBJECT-TYPE 1061 SYNTAX INTEGER { 1062 home(1), 1063 privileged(2), 1064 preferred(3), 1065 practicable(4), 1066 banned(5), 1067 administrative(6) 1068 } 1069 MAX-ACCESS read-only 1070 STATUS current 1071 DESCRIPTION 1072 "The registration priority for the network operator. 1073 The following states can occur: 1074 - home(1) -- home operator 1075 - privileged(2) -- home operators best roaming partner 1076 - preferred(3) -- home operators roaming partner 1077 - practicable(4) -- roaming possible but not preferred 1078 - banned(5) -- no roaming to this operator possible 1079 - administrative(6) -- configured via mobileAdmOperatorTable 1080 " 1081 DEFVAL { banned } 1082 ::= { mobileOperatorEntry 7 } 1083 1084 mobileOperatorCurrentOrder OBJECT-TYPE 1085 SYNTAX INTEGER 1086 MAX-ACCESS read-only 1087 STATUS current 1088 DESCRIPTION 1089 "The order of the entry in the currently used internal roaming 1090 list, the value '-1' indicates an unused (ignored) entry. 1091 " 1092 DEFVAL { -1 } 1093 ::= { mobileOperatorEntry 8 } 1094 1095 1096-- 1097 1098 mobileSmsSendTable OBJECT-TYPE 1099 SYNTAX SEQUENCE OF MobileSmsSendEntry 1100 MAX-ACCESS not-accessible 1101 STATUS current 1102 DESCRIPTION 1103 "The mobileSmsSendTable holds all information to send 1104 a SMS (Short Message Service) via a GSM/UMTS modem. 1105 " 1106 ::= { mobile 24 } 1107 1108 mobileSmsSendEntry OBJECT-TYPE 1109 SYNTAX MobileSmsSendEntry 1110 MAX-ACCESS not-accessible 1111 STATUS current 1112 DESCRIPTION 1113 "A single mobileSmsSendTable entry. 1114 This entry is temporary until it's successfully sent. 1115 After being successfully sent this entry is copied to 1116 the mobileSmsTable. Since the GSM/UMTS modem stores 1117 the SMS internally or on the SIM-Card this table 1118 is a NOSAVE table. 1119 " 1120 INDEX { mobileSmsSendId } 1121 ::= { mobileSmsSendTable 1 } 1122 1123 MobileSmsSendEntry ::= 1124 SEQUENCE { 1125 mobileSmsSendId INTEGER, 1126 mobileSmsSendIfIndex INTEGER, 1127 mobileSmsSendMsgStorage INTEGER, 1128 mobileSmsSendMsgSlot INTEGER, 1129 mobileSmsSendMsgStatus INTEGER, 1130 mobileSmsSendDestAddr DisplayString, 1131 mobileSmsSendMsgFormat INTEGER, 1132 mobileSmsSendMsgCoding INTEGER, 1133 mobileSmsSendMsgData OCTET STRING 1134 } 1135 1136 mobileSmsSendId OBJECT-TYPE 1137 SYNTAX INTEGER 1138 MAX-ACCESS read-write 1139 STATUS current 1140 DESCRIPTION 1141 "A unique ID generated by the application 1142 which triggers the SMS send request. 1143 " 1144 ::= { mobileSmsSendEntry 1 } 1145 1146 mobileSmsSendIfIndex OBJECT-TYPE 1147 SYNTAX INTEGER 1148 MAX-ACCESS read-write 1149 STATUS current 1150 DESCRIPTION 1151 "The interface index of the mobile device 1152 which should transmit the SMS. 1153 " 1154 ::= { mobileSmsSendEntry 2 } 1155 1156 mobileSmsSendMsgStorage OBJECT-TYPE 1157 SYNTAX INTEGER { 1158 sm(1), -- use SIM card storage 1159 me(2) -- use Mobile Equipment storage 1160 } 1161 MAX-ACCESS read-write 1162 STATUS current 1163 DESCRIPTION 1164 "This object specifies the storage which holds the SMS. 1165 Available storages are: 1166 sm(1) -- SIM card storage 1167 me(2) -- Mobile Equipment storage 1168 The default of this object is 'me' because mobile 1169 equipment offers more storage normally. 1170 " 1171 DEFVAL { me } 1172 ::= { mobileSmsSendEntry 3 } 1173 1174 mobileSmsSendMsgSlot OBJECT-TYPE 1175 SYNTAX INTEGER (-1..65535) 1176 MAX-ACCESS read-only 1177 STATUS current 1178 DESCRIPTION 1179 "The actual index to address the SMS in 'mobileSmsSendMsgStorage'. 1180 This index is returned by the mobile device after the store 1181 operation is successfully finished. 1182 " 1183 DEFVAL { -1 } 1184 ::= { mobileSmsSendEntry 4 } 1185 1186 mobileSmsSendMsgStatus OBJECT-TYPE 1187 SYNTAX INTEGER { 1188 transmit(1), -- start transmission 1189 success(2), -- transmission successful 1190 error(3), -- transmission failed 1191 delete(5) 1192 } 1193 MAX-ACCESS read-write 1194 STATUS current 1195 DESCRIPTION 1196 "The Status of the SMS. 1197 To start transmission of the SMS set Status to `transmit(1)'. 1198 1199 On successful transmission the Status is set to `success(2)'. 1200 Afterwards the SMS is moved to the 'mobileSmsTable'. 1201 1202 When transmission fails the Status changes to `error(3)'. 1203 The SMS stays in 'mobileSmsSendTable' for retransmissions. 1204 1205 If the SMS should be deleted from the 'mobileSmsSendTable' 1206 and the mobile device storage specified in 1207 'mobileSmsSendMsgStorage' the Status should be set to `delete(5)'. 1208 " 1209 DEFVAL { transmit } 1210 ::= { mobileSmsSendEntry 5 } 1211 1212 mobileSmsSendDestAddr OBJECT-TYPE 1213 SYNTAX DisplayString (SIZE (0..64)) 1214 MAX-ACCESS read-write 1215 STATUS current 1216 DESCRIPTION 1217 "The destination address of this SMS. 1218 " 1219 ::= { mobileSmsSendEntry 6 } 1220 1221 mobileSmsSendMsgFormat OBJECT-TYPE 1222 SYNTAX INTEGER { 1223 pdu(1), 1224 txt(2) 1225 } 1226 MAX-ACCESS read-write 1227 STATUS current 1228 DESCRIPTION 1229 "The message format of the SMS. 1230 Traditional SMS use plain `txt(2)' format. 1231 Special or Unicode SMS use `pdu(1)' format. 1232 " 1233 DEFVAL { txt } 1234 ::= { mobileSmsSendEntry 7 } 1235 1236 mobileSmsSendMsgCoding OBJECT-TYPE 1237 SYNTAX INTEGER { 1238 ira(1), -- International Reference Alphabet 1239 gsm(2), -- GSM 03.38 7 bit default alphabet 1240 ucs2(3), -- unicode 16 bit 1241 pc437(4), 1242 iso8859-1(5) 1243 } 1244 MAX-ACCESS read-write 1245 STATUS current 1246 DESCRIPTION 1247 "This object specifies the coding of the SMS user data section. 1248 " 1249 DEFVAL { iso8859-1 } 1250 ::= { mobileSmsSendEntry 8 } 1251 1252 mobileSmsSendMsgData OBJECT-TYPE 1253 SYNTAX OCTET STRING (SIZE (0..160)) 1254 MAX-ACCESS read-write 1255 STATUS current 1256 DESCRIPTION 1257 "The raw text data of the SMS depending on the coding. 1258 " 1259 ::= { mobileSmsSendEntry 9 } 1260 1261-- 1262 1263 mobileSmsTable OBJECT-TYPE 1264 SYNTAX SEQUENCE OF MobileSmsEntry 1265 MAX-ACCESS not-accessible 1266 STATUS current 1267 DESCRIPTION 1268 "The mobileSmsTable holds all SMS (Short Message Service) 1269 which are stored in the GSM/UMTS modem and/or on the SIM- 1270 Card used. 1271 " 1272 ::= { mobile 25 } 1273 1274 mobileSmsEntry OBJECT-TYPE 1275 SYNTAX MobileSmsEntry 1276 MAX-ACCESS not-accessible 1277 STATUS current 1278 DESCRIPTION 1279 "A single mobileSmsTable entry. 1280 Each entry is a copy of a SMS stored in the GSM/UMTS modem 1281 and/or on the SIM-Card used. 1282 Status information like 'received-unread', 'received-read', 1283 'stored-unsent' and 'stored-sent' is additionally available. 1284 After being successfully sent an entry in the 1285 mobileSmsSendTable is moved to the mobileSmsTable. 1286 Since space in the GSM/UMTS modem and SIM-Card is limited 1287 applications have to delete entries from time to time. 1288 " 1289 INDEX { mobileSmsIfIndex, mobileSmsMsgStorage, mobileSmsMsgSlot } 1290 ::= { mobileSmsTable 1 } 1291 1292 MobileSmsEntry ::= 1293 SEQUENCE { 1294 mobileSmsIfIndex INTEGER, 1295 mobileSmsMsgStorage INTEGER, 1296 mobileSmsMsgSlot INTEGER, 1297 mobileSmsMsgStatus INTEGER, 1298 mobileSmsServiceCenterTimeStamp DisplayString, 1299 mobileSmsServiceCenterAddress DisplayString, 1300 mobileSmsPhoneNumber DisplayString, 1301 mobileSmsMsgFormat INTEGER, 1302 mobileSmsMsgCoding INTEGER, 1303 mobileSmsMsgData OCTET STRING 1304 } 1305 1306 mobileSmsIfIndex OBJECT-TYPE 1307 SYNTAX INTEGER 1308 MAX-ACCESS read-only 1309 STATUS current 1310 DESCRIPTION 1311 "The interface index of the mobile device 1312 which received the SMS or should transmit it. 1313 " 1314 ::= { mobileSmsEntry 1 } 1315 1316 mobileSmsMsgStorage OBJECT-TYPE 1317 SYNTAX INTEGER { 1318 sm(1), -- use SIM card storage 1319 me(2), -- use Mobile Equipment storage 1320 mt(3), -- use one of the ME associated storages 1321 bm(4), -- use Broadcast Message storage 1322 ta(5), -- use Terminal Adapter storage 1323 sr(6) -- use Status Report storage 1324 } 1325 MAX-ACCESS read-only 1326 STATUS current 1327 DESCRIPTION 1328 "This object specifies the storage which holds the SMS. 1329 Available storages are: 1330 sm(1) -- SIM card storage 1331 me(2) -- Mobile Equipment storage 1332 mt(3) -- one of the ME associated storages 1333 bm(4) -- Broadcast Message storage 1334 ta(5) -- Terminal Adapter storage 1335 sr(6) -- Status Report storage 1336 " 1337 ::= { mobileSmsEntry 2 } 1338 1339 mobileSmsMsgSlot OBJECT-TYPE 1340 SYNTAX INTEGER (0..65535) 1341 MAX-ACCESS read-only 1342 STATUS current 1343 DESCRIPTION 1344 "The actual index to address the SMS in 'mobileSmsMsgStorage'. 1345 " 1346 ::= { mobileSmsEntry 3 } 1347 1348 mobileSmsMsgStatus OBJECT-TYPE 1349 SYNTAX INTEGER { 1350 rec-unread(1), -- received unread 1351 rec-read(2), -- received read 1352 sto-unsent(3), -- stored unsent 1353 sto-sent(4), -- stored sent 1354 delete(5) 1355 } 1356 MAX-ACCESS read-write 1357 STATUS current 1358 DESCRIPTION 1359 "The status of the SMS. 1360 The first four states correspond with 3GPP TS27.005. 1361 For incoming SMS the Status is set to `rec-unread(1)'. 1362 After reading the SMS the Status is set to `rec-read(2)'. 1363 On storing one SMS for sending the Status is `sto-unsent(3)'. 1364 If SMS was sent successfully Status changes to `sto-sent(4)'. 1365 1366 In order to delete the SMS permanently set Status to `delete(5)'. 1367 This object can only be set to `delete'. 1368 Other settings are ignored silently. 1369 " 1370 ::= { mobileSmsEntry 4 } 1371 1372 mobileSmsServiceCenterTimeStamp OBJECT-TYPE 1373 SYNTAX DisplayString (SIZE (0..64)) 1374 MAX-ACCESS read-only 1375 STATUS current 1376 DESCRIPTION 1377 "The date/time the SMS is sent or received. 1378 " 1379 ::= { mobileSmsEntry 5 } 1380 1381 mobileSmsServiceCenterAddress OBJECT-TYPE 1382 SYNTAX DisplayString (SIZE (0..64)) 1383 MAX-ACCESS read-only 1384 STATUS current 1385 DESCRIPTION 1386 "The Service Center Address used to send or receive this SMS. 1387 " 1388 ::= { mobileSmsEntry 6 } 1389 1390 mobileSmsPhoneNumber OBJECT-TYPE 1391 SYNTAX DisplayString (SIZE (0..64)) 1392 MAX-ACCESS read-only 1393 STATUS current 1394 DESCRIPTION 1395 "The origination or destination address of this SMS 1396 depending on the value of 'mobileSmsMsgStatus'. 1397 " 1398 ::= { mobileSmsEntry 7 } 1399 1400 mobileSmsMsgFormat OBJECT-TYPE 1401 SYNTAX INTEGER { 1402 pdu(1), 1403 txt(2) 1404 } 1405 MAX-ACCESS read-only 1406 STATUS current 1407 DESCRIPTION 1408 "The message format of the SMS. 1409 Traditional SMS use plain `txt(2)' format. 1410 Special or Unicode SMS use `pdu(1)' format. 1411 " 1412 DEFVAL { pdu } 1413 ::= { mobileSmsEntry 8 } 1414 1415 mobileSmsMsgCoding OBJECT-TYPE 1416 SYNTAX INTEGER { 1417 ira(1), -- International Reference Alphabet 1418 gsm(2), -- GSM 03.38 7 bit default alphabet 1419 ucs2(3), -- unicode 16 bit 1420 pc437(4), 1421 iso8859-1(5), 1422 uh-7bit(6), -- user header with 7 bit encoding 1423 uh-8bit(7) -- user header with 8 bit encoding 1424 } 1425 MAX-ACCESS read-only 1426 STATUS current 1427 DESCRIPTION 1428 "This object specifies the coding of the SMS user data section. 1429 " 1430 DEFVAL { ira } 1431 ::= { mobileSmsEntry 9 } 1432 1433 mobileSmsMsgData OBJECT-TYPE 1434 SYNTAX OCTET STRING (SIZE (0..160)) 1435 MAX-ACCESS read-only 1436 STATUS current 1437 DESCRIPTION 1438 "The raw data of the complete SMS. 1439 " 1440 ::= { mobileSmsEntry 10 } 1441 1442-- 1443 1444 mobileGPSInfoTable OBJECT-TYPE 1445 SYNTAX SEQUENCE OF MobileGPSInfoEntry 1446 MAX-ACCESS not-accessible 1447 STATUS current 1448 DESCRIPTION 1449 "The mobileGPSInfoTable shows the actually available 1450 GPS information if supported by the Hardware. 1451 " 1452 ::= { mobile 26 } 1453 1454 mobileGPSInfoEntry OBJECT-TYPE 1455 SYNTAX MobileGPSInfoEntry 1456 MAX-ACCESS not-accessible 1457 STATUS current 1458 DESCRIPTION 1459 "A single mobileGPSInfoTable entry. 1460 " 1461 INDEX { mobileGPSInfoIfIndex } 1462 ::= { mobileGPSInfoTable 1 } 1463 1464 MobileGPSInfoEntry ::= 1465 SEQUENCE { 1466 mobileGPSInfoIfIndex INTEGER, 1467 mobileGPSInfoOperStatus INTEGER, 1468 mobileGPSInfoDate DisplayString, 1469 mobileGPSInfoTime DisplayString, 1470 mobileGPSInfoLatitude DisplayString, 1471 mobileGPSInfoLongitude DisplayString, 1472 mobileGPSInfoSpeedOverGround INTEGER, 1473 mobileGPSInfoNumberOfSatelites INTEGER 1474 } 1475 1476 mobileGPSInfoIfIndex OBJECT-TYPE 1477 SYNTAX INTEGER 1478 MAX-ACCESS read-only 1479 STATUS current 1480 DESCRIPTION 1481 "The index of the corresponding TTY interface. 1482 " 1483 ::= { mobileGPSInfoEntry 1 } 1484 1485 mobileGPSInfoOperStatus OBJECT-TYPE 1486 SYNTAX INTEGER { 1487 unknown(1), 1488 down(2), 1489 init(3), 1490 up(4) 1491 } 1492 MAX-ACCESS read-only 1493 STATUS current 1494 DESCRIPTION 1495 "The operation status of the UMTS modems internal GPS module. 1496 The following states can occur: 1497 - unknown(1) -- initialization failed 1498 - down(2) -- GPS module disabled 1499 - init(3) -- GPS module is looking for satelites 1500 - up(4) -- GPS module is providing GPS info 1501 " 1502 DEFVAL { unknown } 1503 ::= { mobileGPSInfoEntry 2 } 1504 1505 mobileGPSInfoDate OBJECT-TYPE 1506 SYNTAX DisplayString (SIZE (0..16)) 1507 MAX-ACCESS read-only 1508 STATUS current 1509 DESCRIPTION 1510 "The actual date calculated from GPS info. 1511 " 1512 ::= { mobileGPSInfoEntry 3 } 1513 1514 mobileGPSInfoTime OBJECT-TYPE 1515 SYNTAX DisplayString (SIZE (0..16)) 1516 MAX-ACCESS read-only 1517 STATUS current 1518 DESCRIPTION 1519 "The actual time calculated from GPS info. 1520 " 1521 ::= { mobileGPSInfoEntry 4 } 1522 1523 mobileGPSInfoLatitude OBJECT-TYPE 1524 SYNTAX DisplayString (SIZE (0..32)) 1525 MAX-ACCESS read-only 1526 STATUS current 1527 DESCRIPTION 1528 "The actual Latitude calculated from GPS info. 1529 " 1530 ::= { mobileGPSInfoEntry 5 } 1531 1532 mobileGPSInfoLongitude OBJECT-TYPE 1533 SYNTAX DisplayString (SIZE (0..32)) 1534 MAX-ACCESS read-only 1535 STATUS current 1536 DESCRIPTION 1537 "The actual Longitude calculated from GPS info. 1538 " 1539 ::= { mobileGPSInfoEntry 6 } 1540 1541 mobileGPSInfoSpeedOverGround OBJECT-TYPE 1542 SYNTAX INTEGER (0..65535) 1543 MAX-ACCESS read-only 1544 STATUS current 1545 DESCRIPTION 1546 "The actually detected Speed over Ground. 1547 " 1548 ::= { mobileGPSInfoEntry 7 } 1549 1550 mobileGPSInfoNumberOfSatelites OBJECT-TYPE 1551 SYNTAX INTEGER (0..34) 1552 MAX-ACCESS read-only 1553 STATUS current 1554 DESCRIPTION 1555 "The number of satelites actually found by the GPS module. 1556 " 1557 ::= { mobileGPSInfoEntry 8 } 1558 1559-- 1560 1561 mobilePLMNTable OBJECT-TYPE 1562 SYNTAX SEQUENCE OF MobilePLMNEntry 1563 MAX-ACCESS not-accessible 1564 STATUS current 1565 DESCRIPTION 1566 "The mobilePLMNTable holds the PLMN (Public Land 1567 Mobile Network) codes known by the mobile device. 1568 This table is used to translate PLMN code into name. 1569 " 1570 ::= { mobile 27 } 1571 1572 mobilePLMNEntry OBJECT-TYPE 1573 SYNTAX MobilePLMNEntry 1574 MAX-ACCESS not-accessible 1575 STATUS current 1576 DESCRIPTION 1577 "A single mobilePLMNTable entry. 1578 " 1579 INDEX { mobilePLMNCode } 1580 ::= { mobilePLMNTable 1 } 1581 1582 MobilePLMNEntry ::= 1583 SEQUENCE { 1584 mobilePLMNCode INTEGER, 1585 mobilePLMNName DisplayString 1586 } 1587 1588 mobilePLMNCode OBJECT-TYPE 1589 SYNTAX INTEGER 1590 MAX-ACCESS read-only 1591 STATUS current 1592 DESCRIPTION 1593 "The PLMN (Public Land Mobile Network) code of the network operator. 1594 This code is merged from the MCC (Mobile Country Code) 1595 and MNC (Mobile Network Code) of the network operator. 1596 " 1597 ::= { mobilePLMNEntry 1 } 1598 1599 mobilePLMNName OBJECT-TYPE 1600 SYNTAX DisplayString (SIZE (0..20)) 1601 MAX-ACCESS read-only 1602 STATUS current 1603 DESCRIPTION 1604 "The name of the network operator. 1605 " 1606 ::= { mobilePLMNEntry 2 } 1607 1608-- 1609 1610 mobileOperatorPLMNTable OBJECT-TYPE 1611 SYNTAX SEQUENCE OF MobileOperatorPLMNEntry 1612 MAX-ACCESS not-accessible 1613 STATUS current 1614 DESCRIPTION 1615 "The mobileOperatorPLMNTable shows the Operator_controlled_PLMN 1616 (Public Land Mobile Networks) codes accessible by the SIM-Card. 1617 " 1618 ::= { mobile 28 } 1619 1620 mobileOperatorPLMNEntry OBJECT-TYPE 1621 SYNTAX MobileOperatorPLMNEntry 1622 MAX-ACCESS not-accessible 1623 STATUS current 1624 DESCRIPTION 1625 "A single mobileOperatorPLMNTable entry. 1626 " 1627 INDEX { mobileOperatorPLMNIccId, mobileOperatorPLMNCode } 1628 ::= { mobileOperatorPLMNTable 1 } 1629 1630 MobileOperatorPLMNEntry ::= 1631 SEQUENCE { 1632 mobileOperatorPLMNIccId DisplayString, 1633 mobileOperatorPLMNCode INTEGER, 1634 mobileOperatorPLMNName DisplayString, 1635 mobileOperatorPLMNAllowGSM INTEGER, 1636 mobileOperatorPLMNAllowUMTS INTEGER 1637 } 1638 1639 mobileOperatorPLMNIccId OBJECT-TYPE 1640 SYNTAX DisplayString (SIZE (0..20)) 1641 MAX-ACCESS read-only 1642 STATUS current 1643 DESCRIPTION 1644 "The ICC-ID of the SIM-Card. 1645 The Operator PLMN List is copied from this SIM-Card. 1646 " 1647 ::= { mobileOperatorPLMNEntry 1 } 1648 1649 mobileOperatorPLMNCode OBJECT-TYPE 1650 SYNTAX INTEGER 1651 MAX-ACCESS read-only 1652 STATUS current 1653 DESCRIPTION 1654 "The PLMN Code is built from a 3 digit MCC (Mobile Country 1655 Code) and 2 or 3 digit MNC (Mobile Network Code). 1656 " 1657 ::= { mobileOperatorPLMNEntry 2 } 1658 1659 mobileOperatorPLMNName OBJECT-TYPE 1660 SYNTAX DisplayString (SIZE (0..40)) 1661 MAX-ACCESS read-only 1662 STATUS current 1663 DESCRIPTION 1664 "The name of the network operator. 1665 " 1666 ::= { mobileOperatorPLMNEntry 3 } 1667 1668 mobileOperatorPLMNAllowGSM OBJECT-TYPE 1669 SYNTAX INTEGER { 1670 allowed(1), 1671 denied(2) 1672 } 1673 MAX-ACCESS read-only 1674 STATUS current 1675 DESCRIPTION 1676 "The Access Right to register to GSM Access Technology. 1677 " 1678 DEFVAL { allowed } 1679 ::= { mobileOperatorPLMNEntry 4 } 1680 1681 mobileOperatorPLMNAllowUMTS OBJECT-TYPE 1682 SYNTAX INTEGER { 1683 allowed(1), 1684 denied(2) 1685 } 1686 MAX-ACCESS read-only 1687 STATUS current 1688 DESCRIPTION 1689 "The Access Right to register to UMTS Access Technology. 1690 " 1691 DEFVAL { allowed } 1692 ::= { mobileOperatorPLMNEntry 5 } 1693 1694-- 1695 1696 mobilePdpContextTable OBJECT-TYPE 1697 SYNTAX SEQUENCE OF MobilePdpContextEntry 1698 MAX-ACCESS not-accessible 1699 STATUS current 1700 DESCRIPTION 1701 "The mobilePdpContextTable shows the PDP (Packet Data Protocol) 1702 context stored in the detected mobile device. The mobile device 1703 is identified by the unique IMEI (International Mobile Equipment 1704 Identity). 1705 " 1706 ::= { mobile 29 } 1707 1708 mobilePdpContextEntry OBJECT-TYPE 1709 SYNTAX MobilePdpContextEntry 1710 MAX-ACCESS not-accessible 1711 STATUS current 1712 DESCRIPTION 1713 "A single mobilePdpContextTable entry. 1714 " 1715 INDEX { mobilePdpContextIndex } 1716 ::= { mobilePdpContextTable 1 } 1717 1718 MobilePdpContextEntry ::= 1719 SEQUENCE { 1720 mobilePdpContextIndex INTEGER, 1721 mobilePdpContextIfIndex INTEGER, 1722 mobilePdpContextPrimaryId INTEGER, 1723 mobilePdpContextSecondaryId INTEGER, 1724 mobilePdpContextType INTEGER, 1725 mobilePdpContextAPN DisplayString, 1726 mobilePdpContextPreferredAddress DisplayString, 1727 mobilePdpContextDataCompression INTEGER, 1728 mobilePdpContextHeaderCompression INTEGER 1729 } 1730 1731 mobilePdpContextIndex OBJECT-TYPE 1732 SYNTAX INTEGER 1733 MAX-ACCESS read-only 1734 STATUS current 1735 DESCRIPTION 1736 "A unique index for this entry. 1737 " 1738 ::= { mobilePdpContextEntry 1 } 1739 1740 mobilePdpContextIfIndex OBJECT-TYPE 1741 SYNTAX INTEGER 1742 MAX-ACCESS read-only 1743 STATUS current 1744 DESCRIPTION 1745 "The interface index of the corresponding TTY interface. 1746 " 1747 ::= { mobilePdpContextEntry 2 } 1748 1749 mobilePdpContextPrimaryId OBJECT-TYPE 1750 SYNTAX INTEGER (1..16) 1751 MAX-ACCESS read-only 1752 STATUS current 1753 DESCRIPTION 1754 "The primary PDP context identifier. 1755 " 1756 ::= { mobilePdpContextEntry 3 } 1757 1758 mobilePdpContextSecondaryId OBJECT-TYPE 1759 SYNTAX INTEGER (0..16) 1760 MAX-ACCESS read-only 1761 STATUS current 1762 DESCRIPTION 1763 "Shows the secondary PDP context identifier (non-zero). 1764 In case of a primary PDP context this object is zero. 1765 " 1766 ::= { mobilePdpContextEntry 4 } 1767 1768 mobilePdpContextType OBJECT-TYPE 1769 SYNTAX INTEGER { 1770 ipv4(1), 1771 ppp(2), 1772 ipv6(3), 1773 ipv4v6(4) 1774 } 1775 MAX-ACCESS read-only 1776 STATUS current 1777 DESCRIPTION 1778 "The protocol type of the PDP context. 1779 This object is unused in case of a secondary PDP context. 1780 " 1781 DEFVAL { ppp } 1782 ::= { mobilePdpContextEntry 5 } 1783 1784 mobilePdpContextAPN OBJECT-TYPE 1785 SYNTAX DisplayString (SIZE(0..128)) 1786 MAX-ACCESS read-only 1787 STATUS current 1788 DESCRIPTION 1789 "The APN (Access Point Name) used by the PDP context. 1790 This object is unused in case of a secondary PDP context. 1791 " 1792 ::= { mobilePdpContextEntry 6 } 1793 1794 mobilePdpContextPreferredAddress OBJECT-TYPE 1795 SYNTAX DisplayString (SIZE(0..64)) 1796 MAX-ACCESS read-only 1797 STATUS current 1798 DESCRIPTION 1799 "The preferred (IP-)Address assigned to the PDP context. 1800 " 1801 ::= { mobilePdpContextEntry 7 } 1802 1803 mobilePdpContextDataCompression OBJECT-TYPE 1804 SYNTAX INTEGER { 1805 off(1), -- default, if value is unspecified 1806 on(2), -- manufacturer preferred compression 1807 v42bis(3), 1808 v44(4) 1809 } 1810 MAX-ACCESS read-only 1811 STATUS current 1812 DESCRIPTION 1813 "The data compression used for data connections. 1814 This object is normally unused in 2G/3G/4G networks. 1815 " 1816 DEFVAL { off } 1817 ::= { mobilePdpContextEntry 8 } 1818 1819 mobilePdpContextHeaderCompression OBJECT-TYPE 1820 SYNTAX INTEGER { 1821 off(1), -- default, if value is unspecified 1822 on(2), -- manufacturer preferred compression 1823 rfc1144(3), 1824 rfc2507(4), 1825 rfc3095(5) 1826 } 1827 MAX-ACCESS read-only 1828 STATUS current 1829 DESCRIPTION 1830 "The header compression used for data connections. 1831 This object is normally unused in 2G/3G/4G networks. 1832 " 1833 DEFVAL { off } 1834 ::= { mobilePdpContextEntry 9 } 1835-- 1836 mobileAdmOperatorTable OBJECT-TYPE 1837 SYNTAX SEQUENCE OF MobileAdmOperatorEntry 1838 MAX-ACCESS not-accessible 1839 STATUS current 1840 DESCRIPTION 1841 "The mobileAdmOperatorTable shows the configured preferred PLMNs. 1842 " 1843 ::= { mobile 30 } 1844 1845 mobileAdmOperatorEntry OBJECT-TYPE 1846 SYNTAX MobileAdmOperatorEntry 1847 MAX-ACCESS not-accessible 1848 STATUS current 1849 DESCRIPTION 1850 "A single mobileAdmOperatorTable entry. 1851 " 1852 INDEX { mobileAdmOperatorIccId, mobileAdmOperatorCode } 1853 ::= { mobileAdmOperatorTable 1 } 1854 1855 MobileAdmOperatorEntry ::= 1856 SEQUENCE { 1857 mobileAdmOperatorIccId DisplayString, 1858 mobileAdmOperatorCode INTEGER, 1859 mobileAdmOperatorName DisplayString, 1860 mobileAdmOperatorAcT BITS, 1861 mobileAdmOperatorPriority INTEGER, 1862 mobileAdmOperatorStatus INTEGER 1863 } 1864 1865 mobileAdmOperatorIccId OBJECT-TYPE 1866 SYNTAX DisplayString (SIZE (0..20)) 1867 MAX-ACCESS read-write 1868 STATUS current 1869 DESCRIPTION 1870 "The ICC-ID of the SIM-Card. 1871 The operator is assigned to this SIM Id. 1872 " 1873 ::= { mobileAdmOperatorEntry 1 } 1874 1875 mobileAdmOperatorCode OBJECT-TYPE 1876 SYNTAX Unsigned32 1877 MAX-ACCESS read-write 1878 STATUS current 1879 DESCRIPTION 1880 "The PLMN Code is built from a 3 digit MCC (Mobile Country 1881 Code) and 2 or 3 digit MNC (Mobile Network Code). 1882 " 1883 ::= { mobileAdmOperatorEntry 2 } 1884 1885 mobileAdmOperatorName OBJECT-TYPE 1886 SYNTAX DisplayString (SIZE (0..40)) 1887 MAX-ACCESS read-write 1888 STATUS current 1889 DESCRIPTION 1890 "The name of the network operator. 1891 " 1892 ::= { mobileAdmOperatorEntry 3 } 1893 1894 mobileAdmOperatorAcT OBJECT-TYPE 1895 SYNTAX BITS { 1896 gsm(1), 1897 umts(2), 1898 lte(3) 1899 } 1900 MAX-ACCESS read-write 1901 STATUS current 1902 DESCRIPTION 1903 "The AcT defines the Access technologies 1904 gsm - G2 connectivity 1905 umts - G3 connectivity 1906 lte - G4 connectivity 1907 " 1908 ::= { mobileAdmOperatorEntry 4 } 1909 1910 mobileAdmOperatorPriority OBJECT-TYPE 1911 SYNTAX INTEGER 1912 MAX-ACCESS read-write 1913 STATUS current 1914 DESCRIPTION 1915 "This value represents the relative priority of this entry. 1916 it is added to the admistrative base priority (see 1917 'mobileOperatorPriority') to be used afterwards for the operator 1918 selection procedure. Under normal circumstances it's intended 1919 that this resulting priority is higher than the priority values 1920 associated with the priviledged and preferred operators read 1921 from SIM card. 1922 " 1923 DEFVAL { 0 } 1924 ::= { mobileAdmOperatorEntry 5 } 1925 1926 mobileAdmOperatorStatus OBJECT-TYPE 1927 SYNTAX INTEGER { 1928 permit(1), -- PLMN is preferred used for roaming 1929 deny(2), -- PLMN is not allowed for usage 1930 delete(8) 1931 } 1932 MAX-ACCESS read-write 1933 STATUS current 1934 DESCRIPTION 1935 "The operator's status. 1936 permit - the operator is allowed for roaming. 1937 deny - the operator is forbidden to use. 1938 delete - delete this entry 1939 " 1940 DEFVAL { permit } 1941 ::= { mobileAdmOperatorEntry 6 } 1942 1943END 1944