summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2020-08-01firmware/layer1: remove redundant l1a_*_req declarationsfixeria/trxVadim Yanitskiy1-6/+0
2020-08-01firmware: fix compilation with arm-none-eabi-gcc 10.1.0Vadim Yanitskiy2-7/+0
2020-02-21layer23/transceiver: send 'RSP ERR 1' on receipt of an unknown commandVadim Yanitskiy1-1/+2
2020-02-21layer23/transceiver: fix: always include command arguments in the responseVadim Yanitskiy1-5/+4
2020-02-21layer23/transceiver: pass status as a parameter to _trx_ctrl_send_resp()Vadim Yanitskiy1-23/+26
2020-02-21layer23/transceiver: remove copy-pasted entry from trx_handlers[]Vadim Yanitskiy1-1/+0
2020-02-21firmware/solve_envs.py: fix compatibility with Python3Vadim Yanitskiy1-1/+1
2020-02-21firmware/Makefile.inc: fix sections with overlapping VMAHarald Welte2-4/+4
2020-02-21fw: tell linker to add init_array to ctor sectionSteve Markgraf5-0/+5
2018-02-19build: Fix typo in the CFLAGS-variable for libosmodspjolly/testingMartin Hauke1-1/+1
2018-02-14transceiver: Fix RSP SETSLOT formatPau Espin Pedrol1-1/+1
2014-12-29mobile/SS: Fixed bug in parsing of known supplemenary service codesAndreas Eversberg1-5/+5
2013-12-27fw/calypso/dsp: Make dsp_extcode only load with trx appAndreas Eversberg7-16/+20
2013-06-20host/transceiver: Fix leak in AB processing codepathAndreas Eversberg1-4/+14
2013-06-19osmocon: Improve performance by handling several serial bytes at a timeAndreas Eversberg1-8/+19
2013-06-16osmocon: Add option to set SCHED_RR and prorityAndreas Eversberg1-1/+21
2013-06-16transceiver: Add option to set SCHED_RR and prorityAndreas Eversberg1-1/+21
2013-06-12Add handover support to calypso BTSAndreas Eversberg9-28/+129
2013-04-07fixup 687bc2318d18073d02756ef6ea5b96799f4b9aa7Andreas Eversberg1-3/+2
2013-04-07Fix: Allow TRX command with trailing '\0' and withoutAndreas Eversberg1-3/+5
2013-03-02fw: remove deprecated chainload appSteve Markgraf2-56/+1
2013-03-02osmocon: embed chainloaderSteve Markgraf1-44/+65
2013-03-01Transceiver application will resync and configure TRX after restart of phoneAndreas Eversberg1-0/+1
2013-03-01Remove filler table from calypso BTSAndreas Eversberg3-62/+21
2013-02-27Transceiver application rejects RXTUNE/TXTUNE, if given ARFCN is invalidAndreas Eversberg1-0/+2
2013-02-27Disable compalram linking for trx application, because image is too largeAndreas Eversberg1-0/+1
2013-02-27Set BTS mode at transceiver application only after successful sync to cellAndreas Eversberg2-1/+14
2013-02-27Add option to transceiver application, to use second phone for TS 1Andreas Eversberg1-1/+24
2013-02-27Allow transceiver application to handle multiple TRX and multiple phonesAndreas Eversberg7-52/+83
2013-02-27Calypso BTS uses tx_mask and rx_mask to define which slots to TX or RXAndreas Eversberg4-11/+70
2013-02-27Calypso BTS receives access bursts on all frames of slot type 4 (BCCH+CCCH)Andreas Eversberg1-1/+3
2013-02-27Tansceiver checks quality of RACH, before forwarding it to TRX interfaceAndreas Eversberg2-3/+10
2013-02-27Always forward the strongest received access burst of one multiframeAndreas Eversberg1-21/+36
2013-02-27Tranceiver application forwards TOA from layer 1 to TRX interfaceAndreas Eversberg1-2/+5
2013-02-27Calypso BTS sends RSSI with each received bustAndreas Eversberg2-5/+11
2013-02-27Tranceiver application forwards RSSI from layer 1 to TRX interfaceAndreas Eversberg3-5/+8
2013-02-27Calypso BTS sends RSSI with each received bustAndreas Eversberg2-0/+8
2013-02-27Get stealing flags from received burst indications of BTS taskAndreas Eversberg1-2/+4
2013-02-27Transceiver application uses SETSLOT command to configure slot typeAndreas Eversberg4-9/+25
2013-02-27Set slot types for calypso BTS, handle filler table accordinglyAndreas Eversberg6-18/+52
2013-02-27New sync task for calypso BTS, using a single frame per multiframeAndreas Eversberg7-3/+338
2013-02-26Turn off calypso BTS app by pressing power button shortlyAndreas Eversberg1-0/+24
2013-02-26Add gain support to transceiver applicationAndreas Eversberg4-6/+19
2013-02-26Add gain control to calypso BTS codeAndreas Eversberg4-0/+11
2013-02-26Add loglevel command to transceiver applicationAndreas Eversberg1-1/+6
2013-02-24Add command line options parsing to transceiver applicationAndreas Eversberg1-10/+89
2013-01-16host/layer23: Initial import of the transceiver applicationSylvain Munaut21-0/+2824
2013-01-16fw/trx: Initial import of the TRX firmware applicationSylvain Munaut7-1/+1222
2013-01-16fw/l1/l23_api: Wire the L1CTL to the internal TRX interface & prim_btsSylvain Munaut1-0/+47
2013-01-16fw/l1: Initial import of new BTS primitiveSylvain Munaut5-0/+356