summaryrefslogtreecommitdiffstats
path: root/src/target
AgeCommit message (Expand)AuthorFilesLines
2021-10-03trx_toolkit: support setting artificial delay for TRXCVadim Yanitskiy2-0/+16
2021-06-16trx_toolkit/transceiver.py: allow NOPE.ind on inactive timeslotsVadim Yanitskiy1-1/+2
2021-06-02trx_toolkit: add primary/shadow indicator for TRXDv2 PDUsVadim Yanitskiy1-1/+2
2021-05-03trx_toolkit: use RxMsg/TxMsg instead of TRX2L1/L12TRXVadim Yanitskiy12-121/+117
2021-05-03trx_toolkit/data_msg.py: remove obsolete documentationVadim Yanitskiy1-170/+3
2021-05-03trx_toolkit/data_msg.py: update entries in enum ModulationVadim Yanitskiy1-5/+7
2021-05-03trx_toolkit/test_codec.py: add missing sub-test with key=0x88Vadim Yanitskiy1-0/+4
2021-05-03trx_toolkit/ctrl_if_trx.py: fix undefined variable 'trx'Vadim Yanitskiy1-1/+1
2021-05-03trx_toolkit/fake_trx.py: use raw string notation for regexVadim Yanitskiy1-1/+1
2021-04-30trx_toolkit/gsm_shared.py: s/GSM_BURST_LEN/GMSK_BURST_LEN/gVadim Yanitskiy3-7/+7
2021-04-30trx_toolkit/trxd_proto.py: fix missing field name for codec.SpareVadim Yanitskiy1-2/+2
2021-04-30trx_toolkit/trxd_proto.py: fix encoding of TRXDv0 Tx PDUsVadim Yanitskiy1-3/+4
2021-04-15trx_toolkit: change coding of 'PWR' and 'SCPIR' fieldsVadim Yanitskiy1-31/+6
2021-04-12trx_toolkit: define TRXDv2 PDUs using declarative codecVadim Yanitskiy1-6/+88
2021-04-08trx_toolkit: define TRXDv0/v1 PDUs using declarative codecVadim Yanitskiy1-0/+120
2021-04-08trx_toolkit: make codec.py work with EOL Python 3.5Vadim Yanitskiy1-12/+12
2021-04-08trx_toolkit: check in simple declarative codecVadim Yanitskiy2-0/+1000
2021-04-08trx_toolkit/data_msg.py: add type hints to static methodsVadim Yanitskiy1-4/+5
2021-03-14trx_toolkit/udp_link.py: cosmetic: setblocking() takes boolVadim Yanitskiy1-1/+1
2021-03-01trx_toolkit/data_msg.py: use uppercase for KNOWN_VERSIONSVadim Yanitskiy4-8/+8
2021-03-01trx_toolkit/data_msg.py: use tuple for DATAMSG.known_versionsVadim Yanitskiy1-1/+1
2021-03-01trx_toolkit/data_msg.py: decorate abstract methods as suchVadim Yanitskiy1-6/+7
2021-03-01trx_toolkit/data_msg.py: convert comments into docstringsVadim Yanitskiy1-47/+75
2021-03-01trx_toolkit/data_msg.py: do not instantiate abstract class DATAMSGVadim Yanitskiy1-5/+5
2020-12-25trx_toolkit/clck_gen.py: fix: Thread.isAlive() was removedVadim Yanitskiy1-1/+1
2020-12-01firmware/layer1: invalidate hard-coded Measurement resultsVadim Yanitskiy1-2/+2
2020-12-01firmware/layer1: clarify the content of Measurement resultsVadim Yanitskiy1-3/+15
2020-10-25tpu: Fix TPU_DEBUG: keep local cache of instructionsHarald Welte1-35/+35
2020-10-24tpu: Fix msgb-write-beyond-tailroom in TPU_DEBUGHarald Welte1-1/+1
2020-10-01firmware: gtm900b: fix flash-based hardware variant autodetectionMychaela Falconia2-33/+72
2020-10-01firmware: gtm900b: fix MEMIF configurationMychaela Falconia1-3/+19
2020-10-01firmware: gtm900b: fix GPIO configurationMychaela Falconia1-6/+4
2020-10-01firmware: calibration: proper support for gtm900b targetMychaela Falconia3-596/+49
2020-10-01firmware: calibration: split afcparams.c from rf_tables.c for gta0xMychaela Falconia3-29/+55
2020-10-01firmware: implement reading of factory RF calibration valuesMychaela Falconia29-351/+4023
2020-09-30Menu App to select highram images from phone's flash memoryAndreas Eversberg2-1/+339
2020-09-27fix compilation with arm-none-eabi 8.3.1 20190703 on Debian unstableHarald Welte1-1/+1
2020-08-26fake_trx: Implement RFMUTE TRXC cmdPau Espin Pedrol4-2/+20
2020-08-06firmware/makefile: Add GIT_SHORTHASHMartin Hauke1-0/+4
2020-08-04firmware/app: Initial commit for the game SnakeMarcel `sdrfnord` McKinnon1-0/+521
2020-08-04firmware/fb: Implemtented fb_bw8_line and fb_set_p(uint16_t x,uint16_t y)Marcel `sdrfnord` McKinnon4-19/+60
2020-08-02firmware/abb: Wrote twl3025_power_off_now to restart the phone if the power b...Marcel `sdrfnord` McKinnon2-0/+10
2020-07-31firmware/layer1: fix properly apply secondary multi-frame taskVadim Yanitskiy1-3/+5
2020-07-31firmware/layer1: refactor multi-frame task mask compositionVadim Yanitskiy1-5/+10
2020-07-31firmware: add possibility to configure TCH loops in the DSPVadim Yanitskiy3-3/+9
2020-07-27trx_toolkit/data_if.py: fix: handle encoding exceptionsVadim Yanitskiy1-2/+8
2020-07-27trx_toolkit/data_if.py: do not validate TRXD message twiceVadim Yanitskiy1-4/+1
2020-07-22Revert "trx_toolkit/transceiver.py: implement the transmit burst queue"Vadim Yanitskiy2-74/+4
2020-07-16trx_toolkit/clck_gen.py: remove unused import of 'time' moduleVadim Yanitskiy1-1/+0
2020-07-16trx_toolkit: get rid of Python2 specific workaroundsVadim Yanitskiy2-4/+1