summaryrefslogtreecommitdiffstats
path: root/src/target/firmware/layer1/async.c
Commit message (Expand)AuthorAgeFilesLines
* fw/layer1/l23_api: Add processing of the new audio_modeSylvain Munaut2011-07-281-0/+7
* fw/l1a: Add a message to safely count the length of a txqueueAndreas Eversberg2011-06-251-0/+15
* src: use new libosmogsm and include/osmocom/[gsm|core] path to headersPablo Neira Ayuso2011-04-261-2/+2
* target/fw/layer1: Store the GSM48 constants in l1s.tch_mode instead of DSP csteSylvain Munaut2010-10-251-6/+3Star
* fw/layer1: Process the tch_mode and store it for later useSylvain Munaut2010-09-281-0/+20
* fw/layer1: Add support for measurement messages from layer2/3Andreas.Eversberg2010-09-281-1/+12
* [layer1] Fixed memory leak issue after releasing dedicated modeAndreas.Eversberg2010-09-141-0/+12
* [layer1] Fixed double IRQ bugAndreas.Eversberg2010-09-121-2/+4
* layer1: Disable FIQ as well as IRQ for locking between L1S and L1AHarald Welte2010-05-171-1/+1
* layer1: add missing header includes for local_irq_save()Harald Welte2010-05-171-0/+1
* layer1: introduce concept of a 'l1 completion'Harald Welte2010-05-171-0/+23
* fw/layer1: Encapsulate mframe scheduler function betterSylvain Munaut2010-04-281-4/+11
* layer1: reorganize code, introduce prim_{pm,rach}.cHarald Welte2010-04-091-26/+1Star
* start to use libosmocore within the firmwareHarald Welte2010-03-071-1/+1
* extend TDMA scheduler functions to use third parameter (p3)Harald Welte2010-03-011-1/+1
* add an actual Layer1 asynchronous (L1A) API that can be called from higher la...Harald Welte2010-03-011-0/+89