summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2021-10-23fw: use proper delay routines, adapt all delayssteve-m/trx_rebasedSteve Markgraf17-39/+64
2021-10-23fw: fix build with arm-none-eabi-gcc 11.2.0Steve Markgraf1-1/+1
2021-10-23fw/trx: read rf calibration valuesSteve Markgraf1-0/+2
2021-10-23layer23/transceiver: send 'RSP ERR 1' on receipt of an unknown commandVadim Yanitskiy1-1/+2
2021-10-23layer23/transceiver: fix: always include command arguments in the responseVadim Yanitskiy1-5/+4
2021-10-23layer23/transceiver: pass status as a parameter to _trx_ctrl_send_resp()Vadim Yanitskiy1-23/+26
2021-10-23layer23/transceiver: remove copy-pasted entry from trx_handlers[]Vadim Yanitskiy1-1/+0
2021-10-23build: Fix typo in the CFLAGS-variable for libosmodspMartin Hauke1-1/+1
2021-10-23transceiver: Fix RSP SETSLOT formatPau Espin Pedrol1-1/+1
2021-10-23fw/calypso/dsp: Make dsp_extcode only load with trx appAndreas Eversberg7-16/+20
2021-10-23host/transceiver: Fix leak in AB processing codepathAndreas Eversberg1-4/+14
2021-10-23osmocon: Add option to set SCHED_RR and prorityAndreas Eversberg1-1/+21
2021-10-23transceiver: Add option to set SCHED_RR and prorityAndreas Eversberg1-1/+21
2021-10-23Add handover support to calypso BTSAndreas Eversberg9-28/+128
2021-10-23fixup 687bc2318d18073d02756ef6ea5b96799f4b9aa7Andreas Eversberg1-3/+2
2021-10-23Fix: Allow TRX command with trailing '\0' and withoutAndreas Eversberg1-3/+5
2021-10-23Transceiver application will resync and configure TRX after restart of phoneAndreas Eversberg1-0/+1
2021-10-23Remove filler table from calypso BTSAndreas Eversberg2-61/+21
2021-10-23Transceiver application rejects RXTUNE/TXTUNE, if given ARFCN is invalidAndreas Eversberg1-0/+2
2021-10-23Disable compalram linking for trx application, because image is too largeAndreas Eversberg1-0/+1
2021-10-23Set BTS mode at transceiver application only after successful sync to cellAndreas Eversberg2-1/+14
2021-10-23Add option to transceiver application, to use second phone for TS 1Andreas Eversberg1-1/+24
2021-10-23Allow transceiver application to handle multiple TRX and multiple phonesAndreas Eversberg7-52/+83
2021-10-23Calypso BTS uses tx_mask and rx_mask to define which slots to TX or RXAndreas Eversberg4-11/+70
2021-10-23Calypso BTS receives access bursts on all frames of slot type 4 (BCCH+CCCH)Andreas Eversberg1-1/+3
2021-10-23Tansceiver checks quality of RACH, before forwarding it to TRX interfaceAndreas Eversberg2-3/+10
2021-10-23Always forward the strongest received access burst of one multiframeAndreas Eversberg1-21/+36
2021-10-23Tranceiver application forwards TOA from layer 1 to TRX interfaceAndreas Eversberg1-2/+5
2021-10-23Calypso BTS sends RSSI with each received bustAndreas Eversberg2-5/+11
2021-10-23Tranceiver application forwards RSSI from layer 1 to TRX interfaceAndreas Eversberg3-5/+8
2021-10-23Calypso BTS sends RSSI with each received bustAndreas Eversberg2-0/+8
2021-10-23Get stealing flags from received burst indications of BTS taskAndreas Eversberg1-2/+4
2021-10-23Transceiver application uses SETSLOT command to configure slot typeAndreas Eversberg4-9/+25
2021-10-23Set slot types for calypso BTS, handle filler table accordinglyAndreas Eversberg6-18/+52
2021-10-23New sync task for calypso BTS, using a single frame per multiframeAndreas Eversberg7-3/+338
2021-10-23Turn off calypso BTS app by pressing power button shortlyAndreas Eversberg1-0/+24
2021-10-23Add gain support to transceiver applicationAndreas Eversberg4-6/+19
2021-10-23Add gain control to calypso BTS codeAndreas Eversberg4-0/+11
2021-10-23Add loglevel command to transceiver applicationAndreas Eversberg1-1/+6
2021-10-23Add command line options parsing to transceiver applicationAndreas Eversberg1-10/+89
2021-10-23host/layer23: Initial import of the transceiver applicationSylvain Munaut21-0/+2824
2021-10-23fw/trx: Initial import of the TRX firmware applicationSylvain Munaut7-1/+1222
2021-10-23fw/l1/l23_api: Wire the L1CTL to the internal TRX interface & prim_btsSylvain Munaut1-0/+47
2021-10-23fw/l1: Initial import of new BTS primitiveSylvain Munaut5-0/+356
2021-10-23l1ctl: Add BTS mode message definitionsSylvain Munaut1-0/+34
2021-10-23fw/l1: Add 'TRX' internal interfaceSylvain Munaut3-2/+90
2021-10-23fw/l1/tpu: Add function to open multi slot TX TPU windowSylvain Munaut2-0/+46
2021-10-23fw/calypso/dsp: Enable multi-slot TX mode of the ABBSylvain Munaut1-1/+1
2021-10-23fw/calypso/dsp: Import and load DSP extension patchSylvain Munaut2-3/+199
2021-10-23fw/calypso/uart: Tweak the RX irq threshold to avoid overrunSylvain Munaut1-1/+3