summaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2010-04-09gsm48: introduce MM_CONNECTION_PEND stateAndreas Eversberg1-2/+2
2010-04-09gsm48-ie.c: Fix year in copyright messageHarald Welte1-1/+1
2010-04-08write_queue: Add callback for exceptions as well.Holger Hans Peter Freyther1-0/+3
2010-04-08firmware: whitespace fixes in calypso_uart.SHarald Welte1-2/+2
2010-04-08firmware: proper namespace in manifest.Ingo Albrecht2-4/+8
2010-04-08firmware: simplified makefile a little, fixing a dependency bug on the way.Ingo Albrecht1-12/+13
2010-04-08firmware: Allow for selective board and environment builds.Ingo Albrecht1-2/+2
2010-04-08firmware: section symbols.Ingo Albrecht2-2/+23
2010-04-08firmware: correct linker scripts, more commonplace section naming, reorganize...Ingo Albrecht6-147/+157
2010-04-08firmware: linker script indentation and comments.Ingo Albrecht1-11/+6
2010-04-08firmware: make dependencies for linker scriptsIngo Albrecht1-2/+4
2010-04-08firmware: removed old board.cIngo Albrecht1-4/+0
2010-04-08firmware: Fixed osmoload linker script so it works in some situations.Ingo Albrecht1-3/+3
2010-04-08firmware: Fixed ramload linker script to include additional rodata sections.Ingo Albrecht1-1/+1
2010-04-08firmware: Introduced a build manifest.Ingo Albrecht3-6/+26
2010-04-08firmware: Support for building for multiple target environments.Ingo Albrecht3-7/+88
2010-04-07Added queue to messages from RSL to RR.Andreas Eversberg1-4/+8
2010-04-07layer1: bsic should be uint8_t, not uint32_tHarald Welte1-1/+1
2010-04-07osmocon: fix c140xor, fix compiler warnings due to unhandled cases, cleanupSteve Markgraf1-15/+20
2010-04-07layer1: add 'struct mon_state' argument to read_{fb,sb}_result()Harald Welte1-24/+25
2010-04-07layer1: coding style cleanupHarald Welte1-36/+39
2010-04-07layer1: reset l1s.sb.count to 0 in l1s_rest()Harald Welte1-0/+1
2010-04-07layer1: remove sb_cnt and sb_once static global variablesHarald Welte2-9/+11
2010-04-07layer1: remove static global variable last_task_fnrHarald Welte1-8/+4
2010-04-07layer1: cosmetic cleanupHarald Welte1-8/+6
2010-04-07layer1: replace fb_once with l1s.fb.modeHarald Welte2-12/+15
2010-04-06Minor correction of issues.txt. I wrote the opposite of what I wanted to say...Andreas Eversberg1-1/+1
2010-04-06layer1: add l1s_cell_info (sync info) for neighbor cellsHarald Welte1-0/+4
2010-04-06layer1: more comments about l1s data structure fieldsHarald Welte1-3/+16
2010-04-06osmocon: use git-version-gen and PACKAGE_VERSION for 'osmocon -v'Harald Welte5-6/+165
2010-04-06osmocon: cosmetic cleanup (mostly 80character line length)osmocon_v0.0.0Harald Welte1-80/+128
2010-04-06osmocon: * introduce support for "non-secure" romloader inside Calypso/Calyps...Steve Markgraf1-31/+464
2010-04-06layer1: properly reset fb_once and sb_once when syncing to new cellHarald Welte3-3/+16
2010-04-06layer1: deactivate all mframe tasks at L1CTL_DM_EST_REQ timeHarald Welte1-0/+1
2010-04-05layer23: first version of a 'scan all BCCHs' applicationHarald Welte3-3/+300
2010-04-05layer23: signal the L1CTL DONE flag at the end of a power measurementHarald Welte2-0/+3
2010-04-05l1ctl protocol: Introduce multi-part message DONE flagHarald Welte2-0/+5
2010-04-05layer23: Introduce signals to indicate PM RES and L1 RESET to appHarald Welte5-3/+63
2010-04-05layer23: split into liblayer23 and 'apps'Harald Welte13-40/+210
2010-04-05Work on Radio Ressource: RSL-SAP interface on L3 side.Andreas Eversberg2-27/+80
2010-04-05RR:Andreas Eversberg1-50/+67
2010-04-04Mobility Management: Corrected some issues about RR abort timer (T3240).Andreas Eversberg1-7/+24
2010-04-04Work on layer 3: finished Call Control layerAndreas Eversberg8-912/+1079
2010-04-04Adopted transaction.c and transaction.h from OpenBSC.Andreas Eversberg5-45/+232
2010-04-04Added minimal call application as required in GSM 04.08.Andreas Eversberg1-0/+53
2010-04-04Work on layer 3, finished Mobility Management part.Andreas Eversberg8-584/+1242
2010-04-03Work on layer 3 process, finished Location updating procedure (including IMSI...Andreas Eversberg7-388/+999
2010-04-02Work on message handling of layer 3.Andreas Eversberg6-230/+596
2010-04-01Work on message handling of layer 3.Andreas Eversberg3-351/+395
2010-03-31Added README for informing about the current development process.Andreas Eversberg1-0/+47