FreeCalypso > hg > freecalypso-citrine
view L1/include/tch_feature.h @ 8:b36540edb046
L1/cfile/l1_*.c: initial import from tcs211-l1-reconst
| author | Mychaela Falconia <falcon@freecalypso.org> |
|---|---|
| date | Thu, 09 Jun 2016 05:45:03 +0000 |
| parents | 75a11d740a02 |
| children |
line wrap: on
line source
/* * This header file is a FreeCalypso addition; it contains definitions * for the custom voice TCH rerouting feature. */ #define TCH_CONFIG_REQ 0x11 #define TCH_CONFIG_CONF 0x12 #define TCH_ULBITS_REQ 0x13 #define TCH_ULBITS_CONF 0x14 #define TCH_DLBITS_IND 0x15
