init ems server code

This commit is contained in:
2024-09-27 15:39:34 +08:00
parent 9d4009aaca
commit 9930e4e58f
1551 changed files with 110216 additions and 102864 deletions

12
plat/scf/src/scfdef.h Normal file
View 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