summaryrefslogtreecommitdiffstats
path: root/src/target/firmware/layer1
AgeCommit message (Expand)AuthorFilesLines
2013-01-02fw/build: Add ENV_ APP_ BOARD_ prefix to variables to cleanup namespaceSylvain Munaut1-4/+4
2012-11-20Tell L1CTL_FBSB_REQ the expected received signal levelHarald Welte1-1/+2
2012-03-29fw/prim_tch: Fix regression introduced in f04f53d3b7909cc77d1b451bc8596c4d69c...Sylvain Munaut1-1/+1
2012-03-29Fixed neighbour cell measurement task for SDCCH/8 multiframesAndreas Eversberg2-6/+13
2012-02-12firmware: add missing includesSteve Markgraf6-2/+9
2012-02-04Improvement of neighbour cell power measurement task.Andreas Eversberg3-4/+13
2012-01-28layer1: Fixed power measurement, adding ARFCN wrappingAndreas Eversberg2-3/+4
2012-01-28target/rf: Make the trf6151_set_arfcn use ARFCN_UPLINK flag to select UL/DLSylvain Munaut3-4/+4
2012-01-28firmware/layer1: Using queue to process received l23 frames in main loopAndreas Eversberg1-1/+24
2012-01-28Added callback function to forward L1CTL packets to rather than SERCOMAndreas Eversberg1-2/+9
2011-11-13target/fw/sim: SIM Layer 1 driverSylvain Munaut1-0/+24
2011-09-16fw/layer1/tpu_window: Open and close RFFE tx_window at the right point of timeSteve Markgraf1-3/+10
2011-08-31fw/layer1/fbsb: fix newline in a printf()-callSteve Markgraf1-1/+1
2011-07-28fw/prim_tch: Add support for sending frame from l23 (TRAFFIC_REQ/CONF)Sylvain Munaut1-3/+73
2011-07-28fw/prim_tch: Add support for sending traffic frames to l23 (TRAFFIC_IND)Sylvain Munaut1-2/+28
2011-07-28fw/layer1/l23_api: Add processing of the new audio_modeSylvain Munaut2-10/+29
2011-07-28fw/l1: Add a queue for traffic frame to send to network (TRAFFIC_REQ)Sylvain Munaut1-0/+27
2011-07-28l1ctl: Add definition for TRAFFIC_{REQ,CONF,IND}Sylvain Munaut1-1/+1
2011-07-17[layer1] Adding neighbour cell measurement code to layer1.Andreas Eversberg3-9/+172
2011-07-17[rf] Adding rffe_set_gain() and rffe_get_gain() to get/set computed gainAndreas Eversberg4-5/+8
2011-07-16tpu_window: Fix int16_t overflow in tpu_window calculationHarald Welte1-2/+3
2011-06-25fw/l1a: Add a message to safely count the length of a txqueueAndreas Eversberg1-0/+15
2011-04-26src: use new libosmogsm and include/osmocom/[gsm|core] path to headersPablo Neira Ayuso19-31/+31
2011-03-20fw/layer1: Adding TAO loop to correct TPU window offsetAndreas Eversberg6-2/+100
2011-01-24target/fw: set the TRF6151 tsp IDs from the rffe initializationSteve Markgraf1-1/+0
2011-01-11fixed typos in commentsThomas Waldmann4-6/+6
2010-12-27fw/layer1: Resync TCH primitive on mode changesSylvain Munaut1-0/+2
2010-11-28fw/layer1: Fix reset of dedicated channel stateSylvain Munaut1-0/+3
2010-11-24fw/layer1: Fix missing include in prim_pm.cSylvain Munaut1-0/+1
2010-11-14fw/l1/mframe_sched: Fix the TCH_A entries to include the MF_F_SACCH flagSylvain Munaut1-4/+8
2010-11-14fw/layer1: Use dbm2rxlev instead of just '+110' so that overflows are handledSylvain Munaut2-3/+3
2010-11-07target/fw/l1: Fix TCH/H1 by properly loading the TCH mode during TCH_A taskSylvain Munaut1-3/+3
2010-11-07target/fw/l1: Fix TCH/H by properly scheduling the TCHD task during 'off' slotsSylvain Munaut2-0/+62
2010-10-30target/fw/layer1: Change L1CTL RACH req to properly use all slotsAndreas.Eversberg2-7/+31
2010-10-25target/fw/layer1: correctly initialize afc_retriesSteve Markgraf1-0/+1
2010-10-25target/fw/l23_api: Enable/Disable audio path appropriatelySylvain Munaut1-0/+14
2010-10-25target/fw/l23_api: Properly sync tch in DM EST REQSylvain Munaut1-2/+14
2010-10-25target/fw/layer1: Add support for the various TCH multi frame tasksSylvain Munaut2-2/+79
2010-10-25target/fw/layer1: Add initial version of TCH primitivesSylvain Munaut2-1/+599
2010-10-25target/fw/layer1: Store the GSM48 constants in l1s.tch_mode instead of DSP csteSylvain Munaut1-6/+3
2010-10-25target/fw/layer1: Fix msgb leak when prim_rx is half executedSylvain Munaut1-1/+4
2010-10-25target/fw/layer1: Use common DSP API memcpy instead of repeating codeSylvain Munaut2-18/+4
2010-09-28fw/layer1: Process the tch_mode and store it for later useSylvain Munaut2-0/+53
2010-09-28fw/layer1: Add support for proper meas. report (and use in prim_tx_nb)Sylvain Munaut3-13/+41
2010-09-28fw/layer1: Add support for measurement messages from layer2/3Andreas.Eversberg3-4/+26
2010-09-28fw/layer1: Introduce prim_utils.c for shared helper betwee primitivesSylvain Munaut3-4/+44
2010-09-28fw/layer1: Introduce prim.h for all primitive related thingsSylvain Munaut2-2/+2
2010-09-28fw/layer1: Fix type of p3 in tdma window setup/cleanup sched itemsSylvain Munaut1-2/+2
2010-09-26Remove the various checks for high TS as those should now workSylvain Munaut1-7/+0
2010-09-26fw/layer1: New TPU window sync methodSylvain Munaut1-2/+9