mirror of
https://github.com/Telecominfraproject/OpenCellular.git
synced 2025-11-06 13:28:51 +00:00
Copying host file updates from OCWare repo
This commit is contained in:
@@ -175,8 +175,7 @@ int32_t ocmw_frame_postTable_from_schema(const Component *root);
|
|||||||
*
|
*
|
||||||
* @return NONE
|
* @return NONE
|
||||||
*/
|
*/
|
||||||
inline void ocmw_free_global_pointer(void **ptr);
|
extern inline void ocmw_free_global_pointer(void **ptr);
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* @param root an output value (by pointer)
|
* @param root an output value (by pointer)
|
||||||
* @param systemInfo an output value (by pointer)
|
* @param systemInfo an output value (by pointer)
|
||||||
|
|||||||
@@ -81,12 +81,10 @@ void * ocwdg_thread_comm_with_ec(void *pthreadData)
|
|||||||
ecMsgHeader.ocmpTimestamp = OCWDG_NUMBER_ZERO;
|
ecMsgHeader.ocmpTimestamp = OCWDG_NUMBER_ZERO;
|
||||||
|
|
||||||
/* Frame the Core packet for sending data to ec */
|
/* Frame the Core packet for sending data to ec */
|
||||||
/*ecCoreMsg.action = OCMP_AXN_TYPE_REPLY;
|
ecCoreMsg.action = OCMP_AXN_TYPE_REPLY;
|
||||||
ecCoreMsg.msgtype = WATCHDOG;
|
ecCoreMsg.msgtype = OCMP_MSG_TYPE_WATCHDOG;
|
||||||
ecCoreMsg.componentID = WD;
|
ecCoreMsg.parameters = 0;
|
||||||
ecCoreMsg.parameters = OCWDG_NUMBER_ZERO;
|
|
||||||
ecCoreMsg.subsystem = WD;
|
|
||||||
*/
|
|
||||||
/* Construct the final packet */
|
/* Construct the final packet */
|
||||||
ecMsgFrame.header = ecMsgHeader;
|
ecMsgFrame.header = ecMsgHeader;
|
||||||
ecMsgFrame.message = ecCoreMsg;
|
ecMsgFrame.message = ecCoreMsg;
|
||||||
|
|||||||
Reference in New Issue
Block a user