blob: f479b4698d8d2ce3a408a66aec1760f877348cb8 [file] [log] [blame]
/******************************************************
* Description: constants, interface for cell broadcast module
* Modify Date Version Author Modification
* 2013/01.08 V1.0 chenyi create
*******************************************************/
#ifndef _ZTE_WEB_CELL_BROADCAST_H
#define _ZTE_WEB_CELL_BROADCAST_H
/********************************Constant************************/
#define CB_MSG "cb_msg"
#define CB_READ_RECORD_MAX_NUM 10
#define CB_MSG_ID "id"
#define CB_MSG_CHANNEL "channel"
#define CB_MSG_CONTENT "content"
/****************************************************************/
#endif