summaryrefslogtreecommitdiffstats
path: root/src/target/firmware/layer1
Commit message (Expand)AuthorAgeFilesLines
* cosmetic/whitespace changeHarald Welte2010-05-171-3/+3
* layer1/mframe_sched: Make task update saferSylvain Munaut2010-04-281-5/+30
* fw/layer1: Encapsulate mframe scheduler function betterSylvain Munaut2010-04-285-11/+43
* fw/layer1: Change the tdma_schedule_set return value to # frames spannedSylvain Munaut2010-04-281-3/+4
* Remove some gsm time keeping utils now in libosmocoreSylvain Munaut2010-04-281-7/+0Star
* fw/layer1: Fix a printf warning uint32_t is 'long unsigned'Sylvain Munaut2010-04-281-1/+1
* target/layer1: Fix typo in l23 message reception debugSylvain Munaut2010-04-281-1/+1
* layer1: move FB and SB detection into prim_fbsb.cHarald Welte2010-04-093-421/+467
* layer1: move normal burst receive code to prim_rx_nb.cHarald Welte2010-04-093-134/+174
* layer1: move transmit normal burst routines to prim_tx_nb.cHarald Welte2010-04-093-144/+189
* layer1: reorganize code, introduce prim_{pm,rach}.cHarald Welte2010-04-095-214/+314
* layer1: fix off-by-one error when transmitting bursts in the uplinkHarald Welte2010-04-091-0/+6
* layer1: add 'struct mon_state' argument to read_{fb,sb}_result()Harald Welte2010-04-071-24/+25
* layer1: coding style cleanupHarald Welte2010-04-071-36/+39
* layer1: reset l1s.sb.count to 0 in l1s_rest()Harald Welte2010-04-071-0/+1
* layer1: remove sb_cnt and sb_once static global variablesHarald Welte2010-04-071-9/+5Star
* layer1: remove static global variable last_task_fnrHarald Welte2010-04-071-8/+4Star
* layer1: cosmetic cleanupHarald Welte2010-04-071-8/+6Star
* layer1: replace fb_once with l1s.fb.modeHarald Welte2010-04-071-12/+12
* layer1: properly reset fb_once and sb_once when syncing to new cellHarald Welte2010-04-062-3/+13
* layer1: deactivate all mframe tasks at L1CTL_DM_EST_REQ timeHarald Welte2010-04-061-0/+1
* l1ctl protocol: Introduce multi-part message DONE flagHarald Welte2010-04-052-0/+5
* layer1: include last ARFCN of PM range in reportHarald Welte2010-03-271-1/+1
* Implement L23-triggered L1 power measurement scanHarald Welte2010-03-272-14/+65
* L1A/L23 interface (L1CTL) cleanupHarald Welte2010-03-212-11/+30
* remove 'l1s.task' value for local DSP task checkingHarald Welte2010-03-171-8/+4Star
* Fix some compiler warnings...Holger Hans Peter Freyther2010-03-081-1/+1
* fix framenumber byte-orderingHarald Welte2010-03-071-1/+3
* start to use libosmocore within the firmwareHarald Welte2010-03-0710-135/+27Star
* layer1: allocate large enough msgb's for the payload we send over L1CTLHarald Welte2010-03-071-1/+1
* fix even more compiler warningsHarald Welte2010-03-073-2/+7
* fix compiler warningsHarald Welte2010-03-071-0/+1
* layer1/sync: denote unused function arguments with __unusedHarald Welte2010-03-071-10/+20
* New build system.Ingo Albrecht2010-03-071-25/+4Star
* layer1/init.c: Pass 0 as arcfn to fix the compilation.Holger Hans Peter Freyther2010-03-041-1/+1
* ensure RF_ARFCN is part of l1ctl messages sent to hostHarald Welte2010-03-042-3/+5
* Layer1: various fixes + debugging aidHarald Welte2010-03-032-15/+41
* fix Makefile dependencies to C filesHarald Welte2010-03-031-3/+11
* sched_gsmtime uses const for 'struct tdma_sched_item *'Harald Welte2010-03-031-1/+1
* Layer1 CTL interface improvements: Don't hardcode SDCCH4/0Harald Welte2010-03-021-5/+47
* Introduce CONFIG_TX_ENABLE and disable Tx support by defaultHarald Welte2010-03-022-0/+6
* fix merge artefacts, make firmware build againHarald Welte2010-03-023-9/+11
* Inter-Layer intergration workHarald Welte2010-03-022-22/+41
* Include channel number and link identifier in L1 DL infoHarald Welte2010-03-012-10/+80
* extend TDMA scheduler functions to use third parameter (p3)Harald Welte2010-03-015-46/+52
* add test mode mframe task: Send Normal Burst in every TDMA frameHarald Welte2010-03-011-0/+7
* add an actual Layer1 asynchronous (L1A) API that can be called from higher la...Harald Welte2010-03-014-1/+149
* Add and use gsmtime scheduler to L1SHarald Welte2010-03-011-0/+7
* Add new one-shot gsmtime schedulerHarald Welte2010-03-012-1/+108
* Layer1 Sync support for TX of Normal Burst and RACH burstHarald Welte2010-03-011-1/+171