Fix timers issue with GR-303
git-svn-id: https://origsvn.digium.com/svn/libpri/trunk@162 2fbb986a-6c06-0410-b554-c9c1f0a7f128
This commit is contained in:
parent
56dc30315b
commit
b75e9f8355
@ -67,6 +67,9 @@
|
|||||||
#define PRI_TIMERS_NI1 PRI_TIMERS_DEFAULT
|
#define PRI_TIMERS_NI1 PRI_TIMERS_DEFAULT
|
||||||
#define PRI_TIMERS_GR303_EOC PRI_TIMERS_DEFAULT
|
#define PRI_TIMERS_GR303_EOC PRI_TIMERS_DEFAULT
|
||||||
#define PRI_TIMERS_GR303_TMC PRI_TIMERS_DEFAULT
|
#define PRI_TIMERS_GR303_TMC PRI_TIMERS_DEFAULT
|
||||||
|
#define PRI_TIMERS_QSIG PRI_TIMERS_DEFAULT
|
||||||
|
#define __PRI_TIMERS_GR303_EOC_INT PRI_TIMERS_DEFAULT
|
||||||
|
#define __PRI_TIMERS_GR303_TMC_INT PRI_TIMERS_DEFAULT
|
||||||
|
|
||||||
#define PRI_TIMERS_ALL { PRI_TIMERS_UNKNOWN, \
|
#define PRI_TIMERS_ALL { PRI_TIMERS_UNKNOWN, \
|
||||||
PRI_TIMERS_NI2, \
|
PRI_TIMERS_NI2, \
|
||||||
@ -77,7 +80,10 @@
|
|||||||
PRI_TIMERS_EUROISDN_T1, \
|
PRI_TIMERS_EUROISDN_T1, \
|
||||||
PRI_TIMERS_NI1, \
|
PRI_TIMERS_NI1, \
|
||||||
PRI_TIMERS_GR303_EOC, \
|
PRI_TIMERS_GR303_EOC, \
|
||||||
PRI_TIMERS_GR303_TMC \
|
PRI_TIMERS_GR303_TMC, \
|
||||||
|
PRI_TIMERS_QSIG, \
|
||||||
|
__PRI_TIMERS_GR303_EOC_INT, \
|
||||||
|
__PRI_TIMERS_GR303_TMC_INT, \
|
||||||
}
|
}
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
Reference in New Issue
Block a user