summaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)AuthorFilesLines
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 Eversberg3-11/+68
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 Eversberg1-4/+9
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 Eversberg1-0/+7
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 Eversberg5-18/+51
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 Eversberg3-0/+10
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
2013-01-16fw/l1: Add 'TRX' internal interfaceSylvain Munaut3-2/+90
2013-01-16fw/l1/tpu: Add function to open multi slot TX TPU windowSylvain Munaut2-0/+46
2013-01-16fw/calypso/dsp: Enable multi-slot TX mode of the ABBSylvain Munaut1-1/+1
2013-01-16fw/calypso/dsp: Import and load DSP extension patchSylvain Munaut2-3/+199
2013-01-16fw/calypso/uart: Tweak the RX irq threshold to avoid overrunSylvain Munaut1-1/+3
2013-01-16build: Use a template system for the various host appsSylvain Munaut1-32/+12
2013-01-16fw/l1: add CBCH flag to dedicated modeAlex Badea7-14/+36
2013-01-16[WIP] Ugly hack to compensate lost time on TS change (high TS -> low TS)Sylvain Munaut1-0/+22
2013-01-13layer23: Be sure to close mncc socket on exit of mobile instanceAndreas Eversberg1-5/+5
2013-01-12layer23: Send SIM APDUs via GSMTAP, if enabledAndreas Eversberg1-1/+18
2013-01-10mobile: Fixed CLIR invokation / suppressionAndreas Eversberg1-2/+4
2013-01-08misc: Fix typosDario Lombardo2-2/+2
2013-01-08mobile: Fixed ignoring of MDL-ERROR-INDAndreas Eversberg1-0/+1
2013-01-08fix: Use only single CCCH block to determine path lossAndreas Eversberg1-0/+7
2013-01-07mobile: Allow test card to be maked as already attachedAndreas Eversberg5-16/+73
2013-01-07mobile: Improved exit of mobile process, reset phoneAndreas Eversberg3-19/+62
2013-01-05fw: pirelli_dpl10: initialize address line 22 for flash accessSteve Markgraf1-0/+6
2013-01-05fw: apps/loader: initialize framebuffer and show somethingSteve Markgraf1-0/+23
2013-01-05fw: keypad driver overhaul, support for different keymapsSteve Markgraf10-80/+90
2013-01-05fw: introduce per-board uart mappingSteve Markgraf17-65/+123
2013-01-05fw: introduce with_irq parameter for board_init()Steve Markgraf15-64/+53
2013-01-05osmocon: make romloader output much less verboseSteve Markgraf1-20/+5
2013-01-02target: Add support for IQ swap when requiredSylvain Munaut12-8/+82