QMI LOC bug fix on SGLTE OOS IND
Change-Id: I4408beede3d05d6cfb1a9a5ead3a44a31b1263cf
This commit is contained in:
parent
af0b025a0a
commit
0a28a39125
2 changed files with 10967 additions and 10967 deletions
6
loc_api/loc_api_v02/location_service_v02.c
Normal file → Executable file
6
loc_api/loc_api_v02/location_service_v02.c
Normal file → Executable file
|
@ -39,7 +39,7 @@ GENERAL DESCRIPTION
|
||||||
*====*====*====*====*====*====*====*====*====*====*====*====*====*====*====*/
|
*====*====*====*====*====*====*====*====*====*====*====*====*====*====*====*/
|
||||||
|
|
||||||
/* This file was generated with Tool version 5.5
|
/* This file was generated with Tool version 5.5
|
||||||
It was generated on: Thu Sep 20 2012
|
It was generated on: Thu Sep 27 2012
|
||||||
From IDL File: location_service_v02.idl */
|
From IDL File: location_service_v02.idl */
|
||||||
|
|
||||||
#include "stdint.h"
|
#include "stdint.h"
|
||||||
|
@ -2994,7 +2994,7 @@ static const qmi_idl_service_message_table_entry loc_service_indication_messages
|
||||||
{QMI_LOC_GET_NI_GEOFENCE_ID_LIST_IND_V02, TYPE16(0, 127), 82},
|
{QMI_LOC_GET_NI_GEOFENCE_ID_LIST_IND_V02, TYPE16(0, 127), 82},
|
||||||
{QMI_LOC_INJECT_GSM_CELL_INFO_IND_V02, TYPE16(0, 129), 7},
|
{QMI_LOC_INJECT_GSM_CELL_INFO_IND_V02, TYPE16(0, 129), 7},
|
||||||
{QMI_LOC_INJECT_NETWORK_INITIATED_MESSAGE_IND_V02, TYPE16(0, 131), 7},
|
{QMI_LOC_INJECT_NETWORK_INITIATED_MESSAGE_IND_V02, TYPE16(0, 131), 7},
|
||||||
{QMI_LOC_WWAN_OUT_OF_SERVICE_NOTIFICATION_IND_V02, TYPE16(0, 132), 0}
|
{QMI_LOC_WWAN_OUT_OF_SERVICE_NOTIFICATION_IND_V02, TYPE16(0, 133), 7}
|
||||||
};
|
};
|
||||||
|
|
||||||
/*Service Object*/
|
/*Service Object*/
|
||||||
|
@ -3008,7 +3008,7 @@ struct qmi_idl_service_object loc_qmi_idl_service_object_v02 = {
|
||||||
sizeof(loc_service_indication_messages_v02)/sizeof(qmi_idl_service_message_table_entry) },
|
sizeof(loc_service_indication_messages_v02)/sizeof(qmi_idl_service_message_table_entry) },
|
||||||
{ loc_service_command_messages_v02, loc_service_response_messages_v02, loc_service_indication_messages_v02},
|
{ loc_service_command_messages_v02, loc_service_response_messages_v02, loc_service_indication_messages_v02},
|
||||||
&loc_qmi_idl_type_table_object_v02,
|
&loc_qmi_idl_type_table_object_v02,
|
||||||
0x0F,
|
0x10,
|
||||||
NULL
|
NULL
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
4
loc_api/loc_api_v02/location_service_v02.h
Normal file → Executable file
4
loc_api/loc_api_v02/location_service_v02.h
Normal file → Executable file
|
@ -63,7 +63,7 @@
|
||||||
*====*====*====*====*====*====*====*====*====*====*====*====*====*====*====*/
|
*====*====*====*====*====*====*====*====*====*====*====*====*====*====*====*/
|
||||||
|
|
||||||
/* This file was generated with Tool version 5.5
|
/* This file was generated with Tool version 5.5
|
||||||
It was generated on: Thu Sep 20 2012
|
It was generated on: Thu Sep 27 2012
|
||||||
From IDL File: location_service_v02.idl */
|
From IDL File: location_service_v02.idl */
|
||||||
|
|
||||||
/** @defgroup loc_qmi_consts Constant values defined in the IDL */
|
/** @defgroup loc_qmi_consts Constant values defined in the IDL */
|
||||||
|
@ -89,7 +89,7 @@ extern "C" {
|
||||||
/** Major Version Number of the IDL used to generate this file */
|
/** Major Version Number of the IDL used to generate this file */
|
||||||
#define LOC_V02_IDL_MAJOR_VERS 0x02
|
#define LOC_V02_IDL_MAJOR_VERS 0x02
|
||||||
/** Revision Number of the IDL used to generate this file */
|
/** Revision Number of the IDL used to generate this file */
|
||||||
#define LOC_V02_IDL_MINOR_VERS 0x0F
|
#define LOC_V02_IDL_MINOR_VERS 0x10
|
||||||
/** Major Version Number of the qmi_idl_compiler used to generate this file */
|
/** Major Version Number of the qmi_idl_compiler used to generate this file */
|
||||||
#define LOC_V02_IDL_TOOL_VERS 0x05
|
#define LOC_V02_IDL_TOOL_VERS 0x05
|
||||||
/** Maximum Defined Message ID */
|
/** Maximum Defined Message ID */
|
||||||
|
|
Loading…
Reference in a new issue