Skip to content

Loading builds...

Changes

#8235 (Apr 12, 2026, 5:40:09 PM)

firmware/se_k2xx: add board specific RF tables

SE K2xx phones use a different PA than GTA0x/FCDEV3B, so the
compiled-in Tx ramp templates must match the actual hardware.
Replace the previously copied GTA0x ramps with values extracted
from the SE K2xx official firmware using the calextract tool
from the freecalypso-reveng repository:

https://www.freecalypso.org/hg/freecalypso-reveng/

The Tx levels tables are left unchanged, as they are believed to
be the same TI internal defaults across these designs.

Change-Id: If90973ae6bf9af1cd15e2d80e0b99fe098b648bd
Related: OS#5822
Vadim Yanitskiy at
firmware/se_k2xx: add board specific AFC params

Set afc_slope to 405 and afc_initial_dac_value to -370, derived from
AFC parameter averages computed across TIFFS readings of 7 unique
SE K2xx units (5 x K200i + 1 x K205i + 1 x K220i).

Change-Id: Iee2569c124dd0160f16457e0171cfd48d961045e
Related: OS#5822
Vadim Yanitskiy at

#8175 (Mar 16, 2026, 8:55:06 AM)

mobile: gsm48_cc_tx_release_compl(): actually send the message

The message buffer is allocated, filled in, and then leaked when
`trans_free(trans)` is called.  The RELEASE COMPLETE message is
never transmitted to the network.

Change-Id: Ic754fe1ddd7e2908627374590f01e6fc81a73c77
Vadim Yanitskiy at
mobile: gsm48_mmxx_msg_names[]: fix some strings

Change-Id: Iab3e249acc18057416a5c1fc00322b597df403d4
Vadim Yanitskiy at

#8174 (Mar 16, 2026, 12:20:07 AM)

firmware/layer1: l1s_tch_{cmd,resp}(): fix misspelled FACCH

Change-Id: I85646a8a0b37478ca517407fcca92d0b89d6aaca
Vadim Yanitskiy at
firmware/layer1: l1a_rach_compl(): fix copy-pasted comment

Change-Id: I8000218836bcb58946db48184360f821617dc93f
Vadim Yanitskiy at
firmware/layer1: toa_input(): minor formatting fix

Change-Id: Iba061badfde8a3875cbf7e7cd19ef89064922f57
Vadim Yanitskiy at
layer23: gsm48_sysinfo_dump(): remove unused print argument

Change-Id: I0a26d5ac3183dc7ccb2e7d3d77ab41b58ad5b871
Vadim Yanitskiy at
layer23: gsm_mncc_names[]: fix whitespace in a string

Change-Id: I93b5445db267985f3d8c53cde08ff28f166ae79c
Vadim Yanitskiy at