FreeCalypso > hg > freecalypso-sw
annotate rvinterf/include/tch_feature.h @ 1026:f511bbac0efa
fc-shell: beginning of TCH code expansion
| author | Mychaela Falconia <falcon@freecalypso.org> |
|---|---|
| date | Mon, 30 May 2016 22:45:48 +0000 |
| parents | 0511507bf6e7 |
| children |
| rev | line source |
|---|---|
|
1003
9b147d0b2cab
gsm-fw feature tch-reroute: started laying the foundation
Mychaela Falconia <falcon@ivan.Harhan.ORG>
parents:
diff
changeset
|
1 /* |
|
1014
0511507bf6e7
fc-shell: tch-dl control command implemented
Mychaela Falconia <falcon@ivan.Harhan.ORG>
parents:
1003
diff
changeset
|
2 * This header file contains definitions for the |
|
0511507bf6e7
fc-shell: tch-dl control command implemented
Mychaela Falconia <falcon@ivan.Harhan.ORG>
parents:
1003
diff
changeset
|
3 * custom voice TCH rerouting feature that |
|
0511507bf6e7
fc-shell: tch-dl control command implemented
Mychaela Falconia <falcon@ivan.Harhan.ORG>
parents:
1003
diff
changeset
|
4 * has been implemented as an experiment in the |
|
0511507bf6e7
fc-shell: tch-dl control command implemented
Mychaela Falconia <falcon@ivan.Harhan.ORG>
parents:
1003
diff
changeset
|
5 * FreeCalypso GSM firmware. |
|
1003
9b147d0b2cab
gsm-fw feature tch-reroute: started laying the foundation
Mychaela Falconia <falcon@ivan.Harhan.ORG>
parents:
diff
changeset
|
6 */ |
|
9b147d0b2cab
gsm-fw feature tch-reroute: started laying the foundation
Mychaela Falconia <falcon@ivan.Harhan.ORG>
parents:
diff
changeset
|
7 |
|
9b147d0b2cab
gsm-fw feature tch-reroute: started laying the foundation
Mychaela Falconia <falcon@ivan.Harhan.ORG>
parents:
diff
changeset
|
8 #define TCH_CONFIG_REQ 0x11 |
|
9b147d0b2cab
gsm-fw feature tch-reroute: started laying the foundation
Mychaela Falconia <falcon@ivan.Harhan.ORG>
parents:
diff
changeset
|
9 #define TCH_CONFIG_CONF 0x12 |
|
9b147d0b2cab
gsm-fw feature tch-reroute: started laying the foundation
Mychaela Falconia <falcon@ivan.Harhan.ORG>
parents:
diff
changeset
|
10 #define TCH_ULBITS_REQ 0x13 |
|
9b147d0b2cab
gsm-fw feature tch-reroute: started laying the foundation
Mychaela Falconia <falcon@ivan.Harhan.ORG>
parents:
diff
changeset
|
11 #define TCH_ULBITS_CONF 0x14 |
|
9b147d0b2cab
gsm-fw feature tch-reroute: started laying the foundation
Mychaela Falconia <falcon@ivan.Harhan.ORG>
parents:
diff
changeset
|
12 #define TCH_DLBITS_IND 0x15 |
