Go to the source code of this file.
|
| int | pack_swiavms_SLQSAVMSStartSession (pack_qmi_t *pCtx, uint8_t *pReqBuf, uint16_t *pLen, pack_swiavms_SLQSAVMSStartSession_t reqParam) |
| |
| int | unpack_swiavms_SLQSAVMSStartSession (uint8_t *pResp, uint16_t respLen, unpack_swiavms_SLQSAVMSStartSession_t *pResponse) |
| |
| int | pack_swiavms_SLQSAVMSStopSession (pack_qmi_t *pCtx, uint8_t *pReqBuf, uint16_t *pLen, pack_swiavms_SLQSAVMSStopSession_t reqParam) |
| |
| int | unpack_swiavms_SLQSAVMSStopSession (uint8_t *pResp, uint16_t respLen, unpack_swiavms_SLQSAVMSStopSession_t *pResponse) |
| |
| int | pack_swiavms_SLQSAVMSSetSettings (pack_qmi_t *pCtx, uint8_t *pReqBuf, uint16_t *pLen, pack_swiavms_SLQSAVMSSetSettings_t reqParam) |
| |
| int | unpack_swiavms_SLQSAVMSSetSettings (uint8_t *pResp, uint16_t respLen, unpack_swiavms_SLQSAVMSSetSettings_t *pResponse) |
| |
| int | pack_swiavms_SLQSAVMSSetSettingsNoAutoRebootField (pack_qmi_t *pCtx, uint8_t *pReqBuf, uint16_t *pLen, pack_swiavms_SLQSAVMSSetSettings_t reqParam) |
| |
| int | pack_swiavms_SLQSAVMSGetSettings (pack_qmi_t *pCtx, uint8_t *pReqBuf, uint16_t *pLen) |
| |
| int | unpack_swiavms_SLQSAVMSGetSettings (uint8_t *pResp, uint16_t respLen, unpack_swiavms_SLQSAVMSGetSettings_t *pResponse) |
| |
| int | pack_swiavms_SLQSAVMSSendSelection (pack_qmi_t *pCtx, uint8_t *pReqBuf, uint16_t *pLen, pack_swiavms_SLQSAVMSSendSelection_t reqParam) |
| |
| int | unpack_swiavms_SLQSAVMSSendSelection (uint8_t *pResp, uint16_t respLen, unpack_swiavms_SLQSAVMSSendSelection_t *pResponse) |
| |
| int | pack_swiavms_SLQSAvmsSetEventReport (pack_qmi_t *pCtx, uint8_t *pReqBuf, uint16_t *pLen) |
| |
| int | unpack_swiavms_SLQSAvmsSetEventReport (uint8_t *pResp, uint16_t respLen, unpack_swiavms_SLQSAvmsSetEventReport_t *pResponse) |
| |
| int | pack_swiavms_SLQSAVMSSessionGetInfo (pack_qmi_t *pCtx, uint8_t *pReqBuf, uint16_t *pLen) |
| |
| int | unpack_swiavms_SLQSAVMSSessionGetInfo (uint8_t *pResp, uint16_t respLen, unpack_swiavms_SLQSAVMSSessionGetInfo_t *pResponse) |
| |
| int | unpack_swiavms_SLQSAVMSEventReportInd (uint8_t *pResp, uint16_t respLen, unpack_swiavms_SLQSAVMSEventReportInd_t *pResponse) |
| |
| #define LITEQMI_MAX_SWIOMA_STR_LEN 255 |
| #define MAX_AVMS_SETTINGS_RETRY_TIMER_NUMBER 8 |
| #define MAX_PACK_SWI_AVMS_SESSIONGETINFO_BINARYUPDATESESSIONINFO_DESC_LENGTH 1024 |
| #define MAX_PACK_SWI_AVMS_SESSIONGETINFO_BINARYUPDATESESSIONINFO_NAME_LENGTH 128 |
| #define MAX_PACK_SWI_AVMS_SESSIONGETINFO_BINARYUPDATESESSIONINFO_VERSION_LENGTH 128 |
| #define MAX_PACK_SWI_AVMS_SESSIONGETINFO_CONFIG_ALERT_MSG_LENGTH 200 |
| #define MAX_PACK_SWI_AVMS_SET_SETTING_APN_LENGTH 49 |
| #define MAX_PACK_SWI_AVMS_SET_SETTING_CONNECTION_RETRY_TIMMERS 8 |
| #define MAX_PACK_SWI_AVMS_SET_SETTING_PWD_LENGTH 29 |
| #define MAX_PACK_SWI_AVMS_SET_SETTING_UNAME_LENGTH 29 |
| int pack_swiavms_SLQSAVMSGetSettings |
( |
pack_qmi_t * |
pCtx, |
|
|
uint8_t * |
pReqBuf, |
|
|
uint16_t * |
pLen |
|
) |
| |
Function to pack AVMS Get settings command This maps to SLQSAVMSSetSettings
- Parameters
-
| [out] | pCtx |
|
| [in,out] | pReqBuf |
- Buffer for packed QMI command to be provided by the host application
- Minimum expected size is 2048 bytes
|
| [in,out] | pLen |
- On input, size of pReqBuf
- On ouptut, number of bytes actually packed
|
- Returns
- eQCWWAN_ERR_NONE on success, eQCWWAN_xxx error value otherwise
- See Also
- See qmerrno.h for eQCWWAN_xxx error values
- Note
- Timeout: 2 seconds
Function to pack AVMS send selection command This maps to SLQSAVMSSendSelection
- Parameters
-
| [out] | pCtx |
|
| [in,out] | pReqBuf |
- Buffer for packed QMI command to be provided by the host application
- Minimum expected size is 2048 bytes
|
| [in,out] | pLen |
- On input, size of pReqBuf
- On ouptut, number of bytes actually packed
|
| [in] | reqParam |
|
- Returns
- eQCWWAN_ERR_NONE on success, eQCWWAN_xxx error value otherwise
- See Also
- See qmerrno.h for eQCWWAN_xxx error values
- Note
- Timeout: 2 seconds
| int pack_swiavms_SLQSAVMSSessionGetInfo |
( |
pack_qmi_t * |
pCtx, |
|
|
uint8_t * |
pReqBuf, |
|
|
uint16_t * |
pLen |
|
) |
| |
Function to pack AVMS get session info command This maps to SLQSAVMSSessionGetInfo
- Parameters
-
| [out] | pCtx |
|
| [in,out] | pReqBuf |
- Buffer for packed QMI command to be provided by the host application
- Minimum expected size is 2048 bytes
|
| [in,out] | pLen |
- On input, size of pReqBuf
- On ouptut, number of bytes actually packed
|
- Returns
- eQCWWAN_ERR_NONE on success, eQCWWAN_xxx error value otherwise
- See Also
- See qmerrno.h for eQCWWAN_xxx error values
- Note
- Timeout: 2 seconds
| int pack_swiavms_SLQSAvmsSetEventReport |
( |
pack_qmi_t * |
pCtx, |
|
|
uint8_t * |
pReqBuf, |
|
|
uint16_t * |
pLen |
|
) |
| |
Function to pack AVMS set event report command This maps to SLQSAVMSSetEventReport
- Parameters
-
| [out] | pCtx |
|
| [in,out] | pReqBuf |
- Buffer for packed QMI command to be provided by the host application
- Minimum expected size is 2048 bytes
|
| [in,out] | pLen |
- On input, size of pReqBuf
- On ouptut, number of bytes actually packed
|
- Returns
- eQCWWAN_ERR_NONE on success, eQCWWAN_xxx error value otherwise
- See Also
- See qmerrno.h for eQCWWAN_xxx error values
- Note
- Timeout: 2 seconds
Function to pack AVMS Set settings command This maps to SLQSAVMSSetSettings
- Parameters
-
| [out] | pCtx |
|
| [in,out] | pReqBuf |
- Buffer for packed QMI command to be provided by the host application
- Minimum expected size is 2048 bytes
|
| [in,out] | pLen |
- On input, size of pReqBuf
- On ouptut, number of bytes actually packed
|
| [in] | reqParam |
|
- Returns
- eQCWWAN_ERR_NONE on success, eQCWWAN_xxx error value otherwise
- See Also
- See qmerrno.h for eQCWWAN_xxx error values
- Note
- Timeout: 2 seconds
Function to pack AVMS Set settings without Auto Reobot field command This maps to SLQSAVMSSetSettingsIgnoreAutoReboot
- Parameters
-
| [out] | pCtx |
|
| [in,out] | pReqBuf |
- Buffer for packed QMI command to be provided by the host application
- Minimum expected size is 2048 bytes
|
| [in,out] | pLen |
- On input, size of pReqBuf
- On ouptut, number of bytes actually packed
|
| [in] | reqParam |
|
- Returns
- eQCWWAN_ERR_NONE on success, eQCWWAN_xxx error value otherwise
- See Also
- See qmerrno.h for eQCWWAN_xxx error values
- Note
- Timeout: 2 seconds
Function to pack Start AVMS session command This maps to SLQSAVMSStartSession
- Parameters
-
| [out] | pCtx |
|
| [in,out] | pReqBuf |
- Buffer for packed QMI command to be provided by the host application
- Minimum expected size is 2048 bytes
|
| [in,out] | pLen |
- On input, size of pReqBuf
- On ouptut, number of bytes actually packed
|
| [in] | reqParam |
|
- Returns
- eQCWWAN_ERR_NONE on success, eQCWWAN_xxx error value otherwise
- See Also
- See qmerrno.h for eQCWWAN_xxx error values
- Note
- Timeout: 2 seconds
Function to pack cancel AVMS session command This maps to SLQSAVMSStopSession
- Parameters
-
| [out] | pCtx |
|
| [in,out] | pReqBuf |
- Buffer for packed QMI command to be provided by the host application
- Minimum expected size is 2048 bytes
|
| [in,out] | pLen |
- On input, size of pReqBuf
- On ouptut, number of bytes actually packed
|
| [in] | reqParam |
|
- Returns
- eQCWWAN_ERR_NONE on success, eQCWWAN_xxx error value otherwise
- See Also
- See qmerrno.h for eQCWWAN_xxx error values
- Note
- Timeout: 2 seconds
Function to unpack AVMS event report Indication command This maps to SLQSAVMSSetEventReport
- Parameters
-
| [in] | pResp |
|
| [in] | respLen |
- Length of pResp from modem
|
| [out] | pResponse |
|
- Returns
- eQCWWAN_ERR_NONE on success, eQCWWAN_xxx error value otherwise
- See Also
- See qmerrno.h for eQCWWAN_xxx error values
Function to unpack AVMS set settings command This maps to SLQSAVMSGetSettings
- Parameters
-
| [in] | pResp |
|
| [in] | respLen |
- Length of pResp from modem
|
| [out] | pResponse |
|
- Returns
- eQCWWAN_ERR_NONE on success, eQCWWAN_xxx error value otherwise
- See Also
- See qmerrno.h for eQCWWAN_xxx error values
Function to unpack AVMS send selection command This maps to SLQSAVMSSendSelection
- Parameters
-
| [in] | pResp |
|
| [in] | respLen |
- Length of pResp from modem
|
| [out] | pResponse |
|
- Returns
- eQCWWAN_ERR_NONE on success, eQCWWAN_xxx error value otherwise
- See Also
- See qmerrno.h for eQCWWAN_xxx error values
Function to unpack AVMS event report Indication command This maps to SLQSAVMSSetEventReport
- Parameters
-
| [in] | pResp |
|
| [in] | respLen |
- Length of pResp from modem
|
| [out] | pResponse |
|
- Returns
- eQCWWAN_ERR_NONE on success, eQCWWAN_xxx error value otherwise
- See Also
- See qmerrno.h for eQCWWAN_xxx error values
Function to unpack AVMS set event report command This maps to SLQSAVMSSetEventReport
- Parameters
-
| [in] | pResp |
|
| [in] | respLen |
- Length of pResp from modem
|
| [out] | pResponse |
|
- Returns
- eQCWWAN_ERR_NONE on success, eQCWWAN_xxx error value otherwise
- See Also
- See qmerrno.h for eQCWWAN_xxx error values
Function to unpack AVMS Set settings command This maps to SLQSAVMSSetSettings
- Parameters
-
| [in] | pResp |
|
| [in] | respLen |
- Length of pResp from modem
|
| [out] | pResponse |
|
- Returns
- eQCWWAN_ERR_NONE on success, eQCWWAN_xxx error value otherwise
- See Also
- See qmerrno.h for eQCWWAN_xxx error values
Function to unpack Start AVMS session response from modem This maps to SLQSAVMSStartSession
- Parameters
-
| [in] | pResp |
|
| [in] | respLen |
- Length of pResp from modem
|
| [out] | pResponse |
|
- Returns
- eQCWWAN_ERR_NONE on success, eQCWWAN_xxx error value otherwise
- See Also
- See qmerrno.h for eQCWWAN_xxx error values
Function to pack stop AVMS session command This maps to SLQSAVMSStopSession
- Parameters
-
| [in] | pResp |
|
| [in] | respLen |
- Length of pResp from modem
|
| [out] | pResponse |
|
- Returns
- eQCWWAN_ERR_NONE on success, eQCWWAN_xxx error value otherwise
- See Also
- See qmerrno.h for eQCWWAN_xxx error values