summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* | fix disabling of the calypso bootrom on targets with nIBOOT tied to low:Steve Markgraf2010-04-101-4/+3Star
* | layer1: move FB and SB detection into prim_fbsb.cHarald Welte2010-04-095-421/+477
* | layer1: move normal burst receive code to prim_rx_nb.cHarald Welte2010-04-095-134/+184
* | 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-097-214/+333
* | layer1: fix off-by-one error when transmitting bursts in the uplinkHarald Welte2010-04-091-0/+6
* | layer23: fix building against user-defined LIBOSMOCOREHarald Welte2010-04-091-4/+4
* | Merge commit '163d0ea85b99a2c581b1f861bf9445a9a14bfc6f'Harald Welte2010-04-092-4/+5
|\|
| * remove references to u_int*_t and use uint*_t insteadHarald Welte2010-04-091-3/+4
* | Merge commit '1ef041ff1e390adcd0f97075f1ed52177b7ed3e0'Harald Welte2010-04-096-3/+55
|\|
| * gsm48: introduce MM_CONNECTION_PEND stateAndreas Eversberg2010-04-091-2/+2
| * gsm48-ie.c: Fix year in copyright messageHarald Welte2010-04-091-1/+1
| * write_queue: Add callback for exceptions as well.Holger Hans Peter Freyther2010-04-081-0/+3
| * import gsm48_mi_to_string() from OpenBSCHarald Welte2010-03-281-0/+43
* | libosmocore: don't make local changes in this repositoryHarald Welte2010-04-093-4/+3Star
* | firmware: whitespace fixes in calypso_uart.SHarald Welte2010-04-081-2/+2
* | firmware: proper namespace in manifest.Ingo Albrecht2010-04-082-4/+8
* | firmware: simplified makefile a little, fixing a dependency bug on the way.Ingo Albrecht2010-04-081-12/+13
* | firmware: Allow for selective board and environment builds.Ingo Albrecht2010-04-081-2/+2
* | firmware: section symbols.Ingo Albrecht2010-04-082-2/+23
* | firmware: correct linker scripts, more commonplace section naming, reorganize...Ingo Albrecht2010-04-086-147/+157
* | firmware: linker script indentation and comments.Ingo Albrecht2010-04-081-11/+6Star
* | firmware: make dependencies for linker scriptsIngo Albrecht2010-04-081-2/+4
* | firmware: removed old board.cIngo Albrecht2010-04-081-4/+0Star
* | firmware: Fixed osmoload linker script so it works in some situations.Ingo Albrecht2010-04-081-3/+3
* | firmware: Fixed ramload linker script to include additional rodata sections.Ingo Albrecht2010-04-081-1/+1
* | firmware: Introduced a build manifest.Ingo Albrecht2010-04-083-6/+26
* | firmware: Support for building for multiple target environments.Ingo Albrecht2010-04-083-7/+88
* | Added queue to messages from RSL to RR.Andreas Eversberg2010-04-071-4/+8
* | layer1: bsic should be uint8_t, not uint32_tHarald Welte2010-04-071-1/+1
* | osmocon: fix c140xor, fix compiler warnings due to unhandled cases, cleanupSteve Markgraf2010-04-071-15/+20
* | 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-072-9/+11
* | 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-072-12/+15
* | Minor correction of issues.txt. I wrote the opposite of what I wanted to say...Andreas Eversberg2010-04-061-1/+1
* | layer1: add l1s_cell_info (sync info) for neighbor cellsHarald Welte2010-04-061-0/+4
* | layer1: more comments about l1s data structure fieldsHarald Welte2010-04-061-3/+16
* | osmocon: use git-version-gen and PACKAGE_VERSION for 'osmocon -v'Harald Welte2010-04-065-6/+165
* | osmocon: cosmetic cleanup (mostly 80character line length)Harald Welte2010-04-061-80/+128
* | osmocon: * introduce support for "non-secure" romloader inside Calypso/Calyps...Steve Markgraf2010-04-061-31/+464
* | layer1: properly reset fb_once and sb_once when syncing to new cellHarald Welte2010-04-063-3/+16
* | layer1: deactivate all mframe tasks at L1CTL_DM_EST_REQ timeHarald Welte2010-04-061-0/+1
* | layer23: first version of a 'scan all BCCHs' applicationHarald Welte2010-04-053-3/+300
* | layer23: signal the L1CTL DONE flag at the end of a power measurementHarald Welte2010-04-052-0/+3
* | l1ctl protocol: Introduce multi-part message DONE flagHarald Welte2010-04-052-0/+5
* | layer23: Introduce signals to indicate PM RES and L1 RESET to appHarald Welte2010-04-055-3/+63