zte's code,first commit

Change-Id: I9a04da59e459a9bc0d67f101f700d9d7dc8d681b
diff --git a/ap/app/goahead/interface5.0/zte_web_cell_broadcast.h b/ap/app/goahead/interface5.0/zte_web_cell_broadcast.h
new file mode 100644
index 0000000..f479b46
--- /dev/null
+++ b/ap/app/goahead/interface5.0/zte_web_cell_broadcast.h
@@ -0,0 +1,22 @@
+/******************************************************
+* 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
+
+