init ems server code
This commit is contained in:
12
plat/scf/src/scfdef.h
Normal file
12
plat/scf/src/scfdef.h
Normal file
@@ -0,0 +1,12 @@
|
||||
#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
|
||||
Reference in New Issue
Block a user