summaryrefslogtreecommitdiffstats
path: root/src/target/firmware/layer1/sync.c
Commit message (Expand)AuthorAgeFilesLines
* layer1: introduce concept of a 'l1 completion'Harald Welte2010-05-171-0/+10
* fw/layer1: Encapsulate mframe scheduler function betterSylvain Munaut2010-04-281-2/+2
* 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
* layer1: move FB and SB detection into prim_fbsb.cHarald Welte2010-04-091-420/+5Star
* layer1: move normal burst receive code to prim_rx_nb.cHarald Welte2010-04-091-133/+1Star
* layer1: move transmit normal burst routines to prim_tx_nb.cHarald Welte2010-04-091-143/+0Star
* layer1: reorganize code, introduce prim_{pm,rach}.cHarald Welte2010-04-091-188/+64Star
* 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-061-0/+12
* l1ctl protocol: Introduce multi-part message DONE flagHarald Welte2010-04-051-0/+2
* layer1: include last ARFCN of PM range in reportHarald Welte2010-03-271-1/+1
* Implement L23-triggered L1 power measurement scanHarald Welte2010-03-271-5/+36
* L1A/L23 interface (L1CTL) cleanupHarald Welte2010-03-211-4/+6
* remove 'l1s.task' value for local DSP task checkingHarald Welte2010-03-171-8/+4Star
* start to use libosmocore within the firmwareHarald Welte2010-03-071-5/+13
* fix even more compiler warningsHarald Welte2010-03-071-1/+1
* fix compiler warningsHarald Welte2010-03-071-0/+1
* layer1/sync: denote unused function arguments with __unusedHarald Welte2010-03-071-10/+20
* ensure RF_ARFCN is part of l1ctl messages sent to hostHarald Welte2010-03-041-2/+2
* Layer1: various fixes + debugging aidHarald Welte2010-03-031-7/+11
* fix merge artefacts, make firmware build againHarald Welte2010-03-021-6/+8
* Inter-Layer intergration workHarald Welte2010-03-021-7/+10
* Include channel number and link identifier in L1 DL infoHarald Welte2010-03-011-2/+21
* extend TDMA scheduler functions to use third parameter (p3)Harald Welte2010-03-011-36/+36
* Add and use gsmtime scheduler to L1SHarald Welte2010-03-011-0/+7
* Layer1 Sync support for TX of Normal Burst and RACH burstHarald Welte2010-03-011-1/+171
* layer1/sync: Add msgb queues for transmit/uplink to l1s data structureHarald Welte2010-03-011-0/+5
* Use new multiframe scheduler for scheduling of normal burstsHarald Welte2010-02-281-10/+4Star
* Add multiframe-level scheduler (mframe_sched.[ch])Harald Welte2010-02-281-1/+11
* tdma_sched: Explicitly advance the bucket at end of l1_sync()Harald Welte2010-02-281-0/+2
* explicitly terminate the TDMA scheduler set with SCHED_END_SET()Harald Welte2010-02-271-5/+4Star
* frequency error is actually twice of what we thought.Harald Welte2010-02-181-1/+2
* Initial import of OsmocomBB into git repositoryHarald Welte2010-02-181-0/+911