summaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2010-04-28Merge commit '100224df0b711c7bf6c1150ce18cf595350cf0bd'Harald Welte8-3/+655
2010-04-28gsm 08.08: Fix some u_int8_t -> uint8_tSylvain Munaut1-2/+2
2010-04-25Added new application "mobile" to layer23.Andreas Eversberg24-9/+13290
2010-04-25Removed the code from gsm48-andreas.Andreas Eversberg22-11468/+16
2010-04-25Changes to layer23:Andreas Eversberg2-4/+10
2010-04-25Added new IE definitions to gsm_04_08.h of libosmocore.Andreas Eversberg3-20/+554
2010-04-25Added single octet TV (type + value) to libosmocore.Andreas Eversberg2-0/+9
2010-04-25l1ctl_tx_ccch_req() now uses arfcn as parameter.Andreas Eversberg6-13/+12
2010-04-25Wrapper for file access.Andreas Eversberg1-0/+33
2010-04-24sercomm: implemented a trivial echo dlci.Ingo Albrecht2-0/+4
2010-04-21osmocom: Fix serial init (CSIZE field)Sylvain Munaut1-1/+1
2010-04-17gsm0808: Port asiggnment_complete msg creation to libosmocore.Holger Hans Peter Freyther1-0/+48
2010-04-17gsm0808: Port cipher_complete to be part of libosmocore.Holger Hans Peter Freyther1-0/+31
2010-04-17gsm0808: Add the TLV definition for some of the 0808 IEsHolger Hans Peter Freyther1-0/+28
2010-04-15Add GSM0808 utilities to Osmocore.Holger Hans Peter Freyther2-1/+189
2010-04-12UART initialisation, serial port errorsChristian Vogel1-0/+10
2010-04-11select.c: Make the ugly hacker uglier...Holger Hans Peter Freyther1-1/+2
2010-04-10fix disabling of the calypso bootrom on targets with nIBOOT tied to low:Steve Markgraf1-4/+3
2010-04-09layer1: move FB and SB detection into prim_fbsb.cHarald Welte5-421/+477
2010-04-09layer1: move normal burst receive code to prim_rx_nb.cHarald Welte5-134/+184
2010-04-09layer1: move transmit normal burst routines to prim_tx_nb.cHarald Welte3-144/+189
2010-04-09layer1: reorganize code, introduce prim_{pm,rach}.cHarald Welte7-214/+333
2010-04-09layer1: fix off-by-one error when transmitting bursts in the uplinkHarald Welte1-0/+6
2010-04-09layer23: fix building against user-defined LIBOSMOCOREHarald Welte1-4/+4
2010-04-09Merge commit '163d0ea85b99a2c581b1f861bf9445a9a14bfc6f'Harald Welte2-4/+5
2010-04-09remove references to u_int*_t and use uint*_t insteadHarald Welte1-3/+4
2010-04-09Merge commit '1ef041ff1e390adcd0f97075f1ed52177b7ed3e0'Harald Welte6-3/+55
2010-04-09libosmocore: don't make local changes in this repositoryHarald Welte3-4/+3
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