40 lines
964 B
C
40 lines
964 B
C
/* XAPP coding test function head file */
|
|
/* created by Liu Wei 2006-01-13 */
|
|
/* Version 1.0 */
|
|
/* ------------------------------------- */
|
|
|
|
#ifndef _XAPP_OP_TEST_
|
|
|
|
#define _XAPP_OP_TEST_
|
|
|
|
enum XAPP_TEST_OP
|
|
{
|
|
MAPP_TEST_SENDPARA =1,
|
|
MAPP_TEST_NOTSUBPRE,
|
|
MAPP_TEST_PROCUSSD,
|
|
MAPP_TEST_BEGINACT,
|
|
MAPP_TEST_REGISTERSS ,
|
|
MAPP_TEST_HANDOVER,
|
|
MAPP_TEST_PERFORMSUBSEQUENTHANDOVER,
|
|
MAPP_TEST_NOTEINERNALHANDOVER,
|
|
MAPP_TEST_TRACESUBSCRIBERACTIVITY,
|
|
MAPP_TEST_FOWARDSM,
|
|
MAPP_TEST_SENDROUTINGINFOFORSM,
|
|
MAPP_TEST_CANCELLOC,
|
|
MAPP_TEST_CANCELLOCv3,
|
|
CAPP_TEST_INITDP,
|
|
//CAPP_TEST_ACTTEST,
|
|
CAPP_TEST_CONNECT,
|
|
//CAPP_TEST_CONTINUE,
|
|
//CAPP_TEST_REPORTBCSM,
|
|
//CAPP_TEST_CALLREL,
|
|
CAPP_TEST_REQREPORTBCSM,
|
|
XAPP_TEST_LAST_IDLE,
|
|
|
|
//Please add here , add behind the XAPP_TEST_LAST_IDLE
|
|
|
|
};
|
|
|
|
void Test_func();
|
|
#endif
|