Go to the source code of this file.
|
int | pack_imsa_SLQSRegisterIMSAIndication (pack_qmi_t *pCtx, uint8_t *pReqBuf, uint16_t *pLen, pack_imsa_SLQSRegisterIMSAIndication_t *reqParam) |
|
int | unpack_imsa_SLQSRegisterIMSAIndication (uint8_t *pResp, uint16_t respLen, unpack_imsa_SLQSRegisterIMSAIndication_t *pOutput) |
|
int | pack_imsa_SLQSGetIMSARegStatus (pack_qmi_t *pCtx, uint8_t *pReqBuf, uint16_t *pLen) |
|
int | unpack_imsa_SLQSGetIMSARegStatus (uint8_t *pResp, uint16_t respLen, unpack_imsa_SLQSGetIMSARegStatus_t *pOutput) |
|
int | pack_imsa_SLQSGetIMSAServiceStatus (pack_qmi_t *pCtx, uint8_t *pReqBuf, uint16_t *pLen) |
|
int | unpack_imsa_SLQSGetIMSAServiceStatus (uint8_t *pResp, uint16_t respLen, unpack_imsa_SLQSGetIMSAServiceStatus_t *pOutput) |
|
int | unpack_imsa_SLQSImsaSvcStatusCallBack_ind (uint8_t *pResp, uint16_t respLen, unpack_imsa_SLQSImsaSvcStatusCallBack_ind_t *pOutput) |
|
int | unpack_imsa_SLQSImsaRegStatusCallBack_ind (uint8_t *pResp, uint16_t respLen, unpack_imsa_SLQSImsaRegStatusCallBack_ind_t *pOutput) |
|
int | unpack_imsa_SLQSImsaRatStatusCallBack_ind (uint8_t *pResp, uint16_t respLen, unpack_imsa_SLQSImsaRatStatusCallBack_ind_t *pOutput) |
|
int | unpack_imsa_SLQSImsaPdpStatusCallBack_ind (uint8_t *pResp, uint16_t respLen, unpack_imsa_SLQSImsaPdpStatusCallBack_ind_t *pOutput) |
|
#define MAX_ERROR_CODE_LEN 256 |
int pack_imsa_SLQSGetIMSARegStatus |
( |
pack_qmi_t * |
pCtx, |
|
|
uint8_t * |
pReqBuf, |
|
|
uint16_t * |
pLen |
|
) |
| |
Function to pack Get IMSA Registration Status command.
- Parameters
-
pCtx | [OUT]
|
pReqBuf | [IN/OUT]
- Buffer for packed QMI command to be provided by the host application
- Minimum expected size is 2048 bytes
|
pLen | [IN/OUT]
- 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
int pack_imsa_SLQSGetIMSAServiceStatus |
( |
pack_qmi_t * |
pCtx, |
|
|
uint8_t * |
pReqBuf, |
|
|
uint16_t * |
pLen |
|
) |
| |
Function to pack Get IMSA Service Status command
- Parameters
-
pCtx | [OUT]
|
pReqBuf | [IN/OUT]
- Buffer for packed QMI command to be provided by the host application
- Minimum expected size is 2048 bytes
|
pLen | [IN/OUT]
- 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
Function to pack Register IMSA Indication command
- Parameters
-
pCtx | [OUT]
|
pReqBuf | [IN/OUT]
- Buffer for packed QMI command to be provided by the host application
- Minimum expected size is 2048 bytes
|
pLen | [IN/OUT]
- On input, size of pReqBuf
- On ouptut, number of bytes actually packed
|
reqParam | [IN]
|
- Returns
- eQCWWAN_ERR_NONE on success, eQCWWAN_xxx error value otherwise
- See Also
- See qmerrno.h for eQCWWAN_xxx error values
Function to unpack Get IMSA Registration Status response from modem. *
- Parameters
-
pResp | [IN]
|
respLen | [IN]
- Length of pResp from modem
|
pOutput | [OUT]
|
- Returns
- eQCWWAN_ERR_NONE on success, eQCWWAN_xxx error value otherwise
- See Also
- See qmerrno.h for eQCWWAN_xxx error values
Function to unpack Get IMSA Service Status response from modem
- Parameters
-
pResp | [IN]
|
respLen | [IN]
- Length of pResp from modem
|
pOutput | [OUT]
|
- Returns
- eQCWWAN_ERR_NONE on success, eQCWWAN_xxx error value otherwise
- See Also
- See qmerrno.h for eQCWWAN_xxx error values
Unpack indication about IMSA PDP status info
- Parameters
-
[in] | pResp | qmi response |
[in] | respLen | qmi response length |
[out] | pOutput | unpacked response |
- Returns
- eQCWWAN_ERR_NONE on success, eQCWWAN_xxx error value otherwise
- See Also
- See qmerrno.h for eQCWWAN_xxx error values
Unpack indication about IMSA RAT status info
- Parameters
-
[in] | pResp | qmi response |
[in] | respLen | qmi response length |
[out] | pOutput | unpacked response |
- Returns
- eQCWWAN_ERR_NONE on success, eQCWWAN_xxx error value otherwise
- See Also
- See qmerrno.h for eQCWWAN_xxx error values
Unpack indication about IMSA registration status info
- Parameters
-
[in] | pResp | qmi response |
[in] | respLen | qmi response length |
[out] | pOutput | unpacked response |
- Returns
- eQCWWAN_ERR_NONE on success, eQCWWAN_xxx error value otherwise
- See Also
- See qmerrno.h for eQCWWAN_xxx error values
Unpack indication about IMSA service status info
- Parameters
-
[in] | pResp | qmi response |
[in] | respLen | qmi response length |
[out] | pOutput | unpacked response |
- Returns
- eQCWWAN_ERR_NONE on success, eQCWWAN_xxx error value otherwise
- See Also
- See qmerrno.h for eQCWWAN_xxx error values
Function to unpack Register IMSA Indication response from modem
- Parameters
-
pResp | [IN]
|
respLen | [IN]
- Length of pResp from modem
|
pOutput | [OUT]
|
- Returns
- eQCWWAN_ERR_NONE on success, eQCWWAN_xxx error value otherwise
- See Also
- See qmerrno.h for eQCWWAN_xxx error values