mirror of
https://github.com/Telecominfraproject/OpenCellular.git
synced 2026-01-27 10:22:08 +00:00
Update ocmp_util.h
This commit is contained in:
@@ -25,7 +25,6 @@
|
||||
** RETURN TYPE : OCMPMessageFrame
|
||||
**
|
||||
*****************************************************************************/
|
||||
|
||||
OCMPMessageFrame *OCMP_mallocFrame(uint16_t len);
|
||||
|
||||
/*****************************************************************************
|
||||
@@ -38,10 +37,12 @@ OCMPMessageFrame *OCMP_mallocFrame(uint16_t len);
|
||||
** RETURN TYPE : OCMPMessageFrame
|
||||
**
|
||||
*****************************************************************************/
|
||||
OCMPMessageFrame *
|
||||
create_ocmp_msg_frame(OCMPSubsystem subSystem, OCMPMsgType msgtype,
|
||||
OCMPActionType actionType, uint8_t componentId,
|
||||
uint16_t parameters, uint8_t payloadSize);
|
||||
OCMPMessageFrame *create_ocmp_msg_frame(OCMPSubsystem subSystem,
|
||||
OCMPMsgType msgtype,
|
||||
OCMPActionType actionType,
|
||||
uint8_t componentId,
|
||||
uint16_t parameters,
|
||||
uint8_t payloadSize);
|
||||
|
||||
/*****************************************************************************
|
||||
** FUNCTION NAME : create_ocmp_alert_from_Evt
|
||||
|
||||
Reference in New Issue
Block a user