mirror of
https://github.com/Telecominfraproject/OpenCellular.git
synced 2025-11-02 19:38:08 +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
|
||||
*/
|
||||
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 systemInfo an output value (by pointer)
|
||||
|
||||
@@ -81,12 +81,10 @@ void * ocwdg_thread_comm_with_ec(void *pthreadData)
|
||||
ecMsgHeader.ocmpTimestamp = OCWDG_NUMBER_ZERO;
|
||||
|
||||
/* Frame the Core packet for sending data to ec */
|
||||
/*ecCoreMsg.action = OCMP_AXN_TYPE_REPLY;
|
||||
ecCoreMsg.msgtype = WATCHDOG;
|
||||
ecCoreMsg.componentID = WD;
|
||||
ecCoreMsg.parameters = OCWDG_NUMBER_ZERO;
|
||||
ecCoreMsg.subsystem = WD;
|
||||
*/
|
||||
ecCoreMsg.action = OCMP_AXN_TYPE_REPLY;
|
||||
ecCoreMsg.msgtype = OCMP_MSG_TYPE_WATCHDOG;
|
||||
ecCoreMsg.parameters = 0;
|
||||
|
||||
/* Construct the final packet */
|
||||
ecMsgFrame.header = ecMsgHeader;
|
||||
ecMsgFrame.message = ecCoreMsg;
|
||||
|
||||
Reference in New Issue
Block a user