summaryrefslogtreecommitdiffstats
path: root/src/target/firmware/layer1
Commit message (Expand)AuthorAgeFilesLines
...
* fw/layer1: Add a 'flags' field to sched_items and the infra to use itSylvain Munaut2010-09-172-1/+25
* fw/layer1: Add a priority field for sched_itemSylvain Munaut2010-09-178-48/+87
* layer1: Make rfch_get_params tolerate NULL ptr for unwanted paramsSylvain Munaut2010-09-141-13/+23
* fw/layer1: Use the proper RF params for the burst specific partSylvain Munaut2010-09-141-4/+10
* [layer1] Fixed memory leak issue after releasing dedicated modeAndreas.Eversberg2010-09-142-0/+14
* [layer1] Fixed double IRQ bugAndreas.Eversberg2010-09-124-6/+18
* [layer1] Added frequency change control to layer 1 (L1CTL_FREQ_REQ)Andreas.Eversberg2010-09-113-1/+144
* [layer23 / layer1] Added interface for changing crypto mode of DSPAndreas.Eversberg2010-09-111-0/+17
* include: Rename l1a_l23_interface.h to l1ctl_proto.hSylvain Munaut2010-07-277-7/+7
* layer1/l23_api: Fix the L3_MSG_SIZE to include l1ctl header sizeSylvain Munaut2010-07-271-1/+1
* layer1: Fix DM_REL_REQ to release all dedicated stateSylvain Munaut2010-07-151-0/+1
* [Layer1] Allow for some jitter in TDMA lost interrupt detectionHarald Welte2010-07-151-1/+9
* [layer 1] L1CTL_PARAM_REQ is introduced to change TX power and TA.Andreas.Eversberg2010-07-132-1/+19
* [layer 1] Reset option for scheduled frames.Andreas.Eversberg2010-07-131-0/+5
* [layer1] Added mf_off to shedule next RACH request.Andreas.Eversberg2010-07-132-3/+4
* layer1/l23_api: Use the fn51 given in the l1a_rach_reqSylvain Munaut2010-06-281-2/+2
* layer1/l2a_api: Update DM EST REQ limitationsSylvain Munaut2010-06-281-7/+6Star
* layer1/tpu_window: Add experimental support for TS != 0Sylvain Munaut2010-06-286-13/+16
* fw/layer1: Add hopping support in rfch utils.Sylvain Munaut2010-06-281-1/+94
* [layer23] Fixed DM est./release for current supported channel types.Andreas.Eversberg2010-06-261-2/+2
* [layer1] set RF frontend gain during power measurementHarald Welte2010-06-251-0/+6
* [l1ctl] add dedicated mode release requestHarald Welte2010-06-251-0/+12
* [layer1] fix AGC computation (dbm vs. dbm8 mistakes)Harald Welte2010-06-251-1/+1
* [layer1] correctly compute dBm input level for RX normal burstHarald Welte2010-06-251-1/+2
* [layer1] remove superfluous rx_window callHarald Welte2010-06-251-4/+0Star
* [layer1] Activate AGC implementationHarald Welte2010-06-252-0/+6
* [layer1] An actual AGC implementationHarald Welte2010-06-251-6/+1Star
* [layer1] Power Measurement updatesHarald Welte2010-06-251-9/+20
* [layer23] use the TSC that is passed from L1 when going in dedicated modeHarald Welte2010-06-241-2/+2
* fw/layer1: Add some RFCH utilities to get channel parametersSylvain Munaut2010-06-244-8/+68
* layer1: Introduce a decicated channel state in l1sSylvain Munaut2010-06-241-1/+34
* l1a_l23_interface: Update DM EST REQ formatSylvain Munaut2010-06-241-4/+4
* [layer1] use __attribute__ ((constructor)) for completion initializersHarald Welte2010-06-243-2/+12
* fw/layer1/l23_api: Process each message in a functionSylvain Munaut2010-06-221-61/+98
* fw/layer1: Fix compiler warning about mismatched ptr typesSylvain Munaut2010-06-221-1/+1
* fw/layer1: Add support CCCH combined/non-combinedSylvain Munaut2010-06-222-1/+45
* fw/layer1: When resetting hw, reset both SYNCHRO & OFFSET to l1s.tpu_offsetSylvain Munaut2010-06-221-1/+1
* [layer1] add missing break statment at end of switch()Harald Welte2010-06-201-0/+1
* [L1CTL] Introduce completion for transmit of L2 frameHarald Welte2010-06-201-0/+17
* [layer1] Fix RACH completion (don't use FB completion callback)Harald Welte2010-06-201-2/+2
* [L1CTL] rename primitives to comply with official naming s/_REQ/_CONF/Harald Welte2010-06-204-10/+10
* [L1CTL] Introduce L1CTL_RESET_RESPHarald Welte2010-06-202-7/+35
* [layer1] Introduce function to reset the gsmtime schedulerHarald Welte2010-06-202-0/+12
* [L1CTL] rename L1CTL_RESET to L1CTL_RESET_INDHarald Welte2010-06-201-1/+4
* [layer1] Add L1CTL_RACH_RESP to confirm that a RACH request was sentHarald Welte2010-06-201-0/+23
* [layer1] FBSB: abort FB0 acquisition after 30 failing attemptsHarald Welte2010-06-201-4/+13
* [layer1] FBSB: re-try FB0/FB1 request up to 3 timesHarald Welte2010-06-201-3/+12
* layer1: remove second memory copy on normal burst receiveHarald Welte2010-05-291-35/+46
* layer1: disable FB0/FB1 SNR thresholds for nowHarald Welte2010-05-291-0/+5
* Make new L1CTL_FBSB_REQ work reliablyHarald Welte2010-05-202-79/+92