FreeCalypso > hg > freecalypso-tools
annotate scripts/gtm900b-ffs-clean @ 1014:961efadd530a default tip
fc-shell TCH DL handler: add support for CSD modes
TCH DL capture mechanism in FC Tourmaline firmware has been extended
to support CSD modes in addition to speech - add the necessary support
on the host tools side.
It needs to be noted that this mechanism in its present state does NOT
provide the debug utility value that was sought: as we learned only
after the code was implemented, TI's DSP has a misfeature in that the
buffer we are reading (a_dd_0[]) is zeroed out when the IDS block
is enabled, i.e., we are reading all zeros and not the real DL bits
we were after. But since the code has already been written, we are
keeping it - perhaps we can do some tests with IDS disabled.
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Tue, 26 Nov 2024 06:27:43 +0000 |
parents | d5abcbbf7432 |
children |
rev | line source |
---|---|
603
f1ee6c480432
scripts/gtm900[bp]-ffs-clean added
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff
changeset
|
1 # This fc-fsio command script should be executed as part of the procedure |
f1ee6c480432
scripts/gtm900[bp]-ffs-clean added
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff
changeset
|
2 # for converting a Huawei GTM900-B (EU frequency bands) modem to FreeCalypso; |
f1ee6c480432
scripts/gtm900[bp]-ffs-clean added
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff
changeset
|
3 # it should be executed after FreeCalypso fw has been flashed with fc-loadtool, |
f1ee6c480432
scripts/gtm900[bp]-ffs-clean added
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff
changeset
|
4 # when the newly flashed fw is booted for the first time. |
f1ee6c480432
scripts/gtm900[bp]-ffs-clean added
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff
changeset
|
5 |
f1ee6c480432
scripts/gtm900[bp]-ffs-clean added
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff
changeset
|
6 # delete Huawei files which are wrong for FreeCalypso fw |
f1ee6c480432
scripts/gtm900[bp]-ffs-clean added
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff
changeset
|
7 cleandir /aud |
f1ee6c480432
scripts/gtm900[bp]-ffs-clean added
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff
changeset
|
8 rm -f /gsm/com/baseprofile0 |
f1ee6c480432
scripts/gtm900[bp]-ffs-clean added
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff
changeset
|
9 rm -f /gsm/com/cmdList |
f1ee6c480432
scripts/gtm900[bp]-ffs-clean added
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff
changeset
|
10 rm -f /gsm/com/profile0 |
f1ee6c480432
scripts/gtm900[bp]-ffs-clean added
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff
changeset
|
11 rm -f /gsm/l3/rr_sc_arfcn |
f1ee6c480432
scripts/gtm900[bp]-ffs-clean added
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff
changeset
|
12 rm -f /pcm/BAUDRATE |
607
d5abcbbf7432
scripts/gtm900[bp]-ffs-clean: remove some more wrong files
Mychaela Falconia <falcon@freecalypso.org>
parents:
603
diff
changeset
|
13 rm -f /pcm/LDN |
d5abcbbf7432
scripts/gtm900[bp]-ffs-clean: remove some more wrong files
Mychaela Falconia <falcon@freecalypso.org>
parents:
603
diff
changeset
|
14 rm -f /pcm/LMN |
d5abcbbf7432
scripts/gtm900[bp]-ffs-clean: remove some more wrong files
Mychaela Falconia <falcon@freecalypso.org>
parents:
603
diff
changeset
|
15 rm -f /pcm/LRN |
603
f1ee6c480432
scripts/gtm900[bp]-ffs-clean added
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff
changeset
|
16 rm -f /pcm/SMS |
607
d5abcbbf7432
scripts/gtm900[bp]-ffs-clean: remove some more wrong files
Mychaela Falconia <falcon@freecalypso.org>
parents:
603
diff
changeset
|
17 cleandir /mmi |
603
f1ee6c480432
scripts/gtm900[bp]-ffs-clean added
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff
changeset
|
18 |
f1ee6c480432
scripts/gtm900[bp]-ffs-clean added
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff
changeset
|
19 # new RF band configuration and ID string |
f1ee6c480432
scripts/gtm900[bp]-ffs-clean added
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff
changeset
|
20 set-rfcap dual-eu |
f1ee6c480432
scripts/gtm900[bp]-ffs-clean added
Mychaela Falconia <falcon@freecalypso.org>
parents:
diff
changeset
|
21 set-pcm-string CGMM GTM900-B-FC |