FreeCalypso > hg > freecalypso-tools
view rvinterf/include/tch_feature.h @ 4:971906d7763d
fc-shell tch commands: changed to raw hex file format
This "backward" change is needed for two reasons:
1) to support EFR in addition to 06.10
2) to preserve the DSP status words for the downlink
| author | Mychaela Falconia <falcon@freecalypso.org> |
|---|---|
| date | Tue, 14 Jun 2016 01:02:48 +0000 |
| parents | e7502631a0f9 |
| children | 8171c5c0d804 |
line wrap: on
line source
/* * This header file contains definitions for the * custom voice TCH rerouting feature that * has been implemented as an experiment in the * FreeCalypso GSM firmware. */ #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
