LinuxQMISDK  SLQS03.03.16
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Fields
_SLQSOMADMSettings Struct Reference

Data Fields

ULONGpOMADMEnabled
 
BYTEpFOTAdownload
 
BYTEpFOTAUpdate
 
BYTEpAutosdm
 
BYTEpFwAutoCheck
 

Detailed Description

Structure containing the OMA DM settings retrieved from the device

Parameters
pOMADMEnabled[OUT]
  • 4 byte parameter indicating OMADM service enabled
    • 0x00000001 - Client-initiated device configuration
    • 0x00000002 - Network-initiated device configuration
    • 0x00000010 - Client-initiated FUMO
    • 0x00000020 - Network-initiated FUMO
  • function SLQSOMADMGetSettings2() returns a default value 0xFFFFFFFF in case this parameter is not returned by the modem.
pFOTAdownload[OUT]
  • 1 Byte parameter indicating support for FOTA Automatic download
    • 0x00 - Host permission required before downloading
    • 0x01 - Automatically start downloading, no host permission required
    • 0x02 - Automatically start downloading, while not roaming
    • 0x03 - Automatically reject download
    • 0x04 - Automatically reject download with “Enterprise Reject Policy”
  • function SLQSOMADMGetSettings2() returns a default value 0xFF in case this parameter is not returned by the modem.
pFOTAUpdate[OUT]
  • 1 byte parameter indicating FOTA Automatic update
    • 0x00 - User permission required before updating firmware
    • 0x01 - No user permission required before updating firmware
    • 0x02 - User permission required, auto update on power up
  • function SLQSOMADMGetSettings2() returns a default value 0xFF in case this parameter is not returned by the modem.
pAutosdm[OUT]
  • 1 byte parameter indicating OMA Automatic UI Alert Response
    • 0x00 - Disabled
    • 0x01 - Enabled Accept
    • 0x02 - Enabled Reject
  • function SLQSOMADMGetSettings2() returns a default value 0xFF in case this parameter is not returned by the modem.
pFwAutoCheck[OUT]
  • Optional 1 byte parameter indicating OMA Automatic Check for Firmware Update on Power-Up Response
    • 0x00 - Disabled
    • 0x01 - Enabled
  • function SLQSOMADMGetSettings2() returns a default value 0xFF in case this parameter is not returned by the modem.
Returns
eQCWWAN_ERR_NONE on success, eQCWWAN_xxx error value otherwise
See Also
See qmerrno.h for eQCWWAN_xxx error values

Field Documentation

BYTE* _SLQSOMADMSettings::pAutosdm
BYTE* _SLQSOMADMSettings::pFOTAdownload
BYTE* _SLQSOMADMSettings::pFOTAUpdate
BYTE* _SLQSOMADMSettings::pFwAutoCheck
ULONG* _SLQSOMADMSettings::pOMADMEnabled

Copyright (c) 2011-2015 Sierra Wireless, Inc. All rights reserved