13 lines
344 B
C
13 lines
344 B
C
#ifndef _SCF_HEAD
|
|
#define _SCF_HEAD
|
|
|
|
#define TB_SCF 100 /* timer basis is 10ms */
|
|
#define TIMER_INIT (TB_SCF*2)
|
|
/*2s timer after tcap_begin , the first operation should be received or sent*/
|
|
#define TIMER_SHORT (TB_SCF*10)
|
|
#define TIMER_MEDIUM (TB_SCF*30)
|
|
#define TIMER_LONG (TB_SCF*600)
|
|
|
|
#define SSN_SCF 0x93
|
|
#endif
|