summaryrefslogtreecommitdiffstats
path: root/src/target/firmware/layer1
AgeCommit message (Expand)AuthorFilesLines
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
2010-09-26fw/layer1: Fix RX TPU window - no TA dependencySylvain Munaut1-1/+0
2010-09-26target/layer1: Implement host-driven Tx power controlSylvain Munaut6-7/+73
2010-09-26fw/layer1: Display diff in hwtimer value when lost interrupt is detectedSylvain Munaut1-1/+1
2010-09-17fw/l23_api: Fix cut&paste typo in commentSylvain Munaut1-1/+1
2010-09-17fw/layer1: Properly set/reset ciphering parameters when neededSylvain Munaut1-1/+6
2010-09-17fw/dsp: Add function to load dsp ciphering parametersSylvain Munaut1-0/+3
2010-09-17fw/layer1: Properly load the tch dsp param (including various fn) in RXSylvain Munaut1-2/+6
2010-09-17fw: Update dsl_load_tch_params to set the fn_sid, fn_report and fn_a5Sylvain Munaut1-6/+11
2010-09-17fw: Move channel type/mode definitions in common headerSylvain Munaut1-18/+0
2010-09-17fw & layer23: Remove limitation about the SDCCH subchannel 4..8Sylvain Munaut1-7/+0
2010-09-17fw/layer1: Add common TPU win setup/cleanup codeSylvain Munaut5-18/+45
2010-09-17fw/layer1: Convert primitives to use common DSP/TPU scenario endingSylvain Munaut5-27/+15
2010-09-17fw/layer1: Add some sched items flags to signal DSP & TPU scenariosSylvain Munaut1-1/+5
2010-09-17fw/layer1: Add a 'flags' field to sched_items and the infra to use itSylvain Munaut2-1/+25
2010-09-17fw/layer1: Add a priority field for sched_itemSylvain Munaut8-48/+87
2010-09-14layer1: Make rfch_get_params tolerate NULL ptr for unwanted paramsSylvain Munaut1-13/+23
2010-09-14fw/layer1: Use the proper RF params for the burst specific partSylvain Munaut1-4/+10
2010-09-14[layer1] Fixed memory leak issue after releasing dedicated modeAndreas.Eversberg2-0/+14
2010-09-12[layer1] Fixed double IRQ bugAndreas.Eversberg4-6/+18
2010-09-11[layer1] Added frequency change control to layer 1 (L1CTL_FREQ_REQ)Andreas.Eversberg3-1/+144
2010-09-11[layer23 / layer1] Added interface for changing crypto mode of DSPAndreas.Eversberg1-0/+17
2010-07-27include: Rename l1a_l23_interface.h to l1ctl_proto.hSylvain Munaut7-7/+7
2010-07-27layer1/l23_api: Fix the L3_MSG_SIZE to include l1ctl header sizeSylvain Munaut1-1/+1
2010-07-15layer1: Fix DM_REL_REQ to release all dedicated stateSylvain Munaut1-0/+1
2010-07-15[Layer1] Allow for some jitter in TDMA lost interrupt detectionHarald Welte1-1/+9
2010-07-13[layer 1] L1CTL_PARAM_REQ is introduced to change TX power and TA.Andreas.Eversberg2-1/+19
2010-07-13[layer 1] Reset option for scheduled frames.Andreas.Eversberg1-0/+5
2010-07-13[layer1] Added mf_off to shedule next RACH request.Andreas.Eversberg2-3/+4
2010-06-28layer1/l23_api: Use the fn51 given in the l1a_rach_reqSylvain Munaut1-2/+2
2010-06-28layer1/l2a_api: Update DM EST REQ limitationsSylvain Munaut1-7/+6
2010-06-28layer1/tpu_window: Add experimental support for TS != 0Sylvain Munaut6-13/+16
2010-06-28fw/layer1: Add hopping support in rfch utils.Sylvain Munaut1-1/+94
2010-06-26[layer23] Fixed DM est./release for current supported channel types.Andreas.Eversberg1-2/+2
2010-06-25[layer1] set RF frontend gain during power measurementHarald Welte1-0/+6
2010-06-25[l1ctl] add dedicated mode release requestHarald Welte1-0/+12