summaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2010-03-27sercomm: ESCAPE every NUL (0x00) byte in the data streamHarald Welte1-1/+2
2010-03-27sercomm: Fix ESCAPE'd character at end of bufferHarald Welte1-8/+15
2010-03-27sercomm: avoid overflow of sercomm msgb on PC RX sideHarald Welte1-1/+2
2010-03-27apps/hello_world: cosmetic fixHarald Welte1-7/+5
2010-03-27layer23: convert to libosmocore logging APIHarald Welte9-71/+219
2010-03-27remove remaining bits of libosmocom. It's all in libosmocore nowHarald Welte3-595/+0
2010-03-27layer23: remove debug.c and thus last remnants of libosmocomHarald Welte8-13/+6
2010-03-27Merge commit 'a3b844cf45dc4d6a6a3686e8ce6e2447643b878e'Harald Welte1-0/+8
2010-03-27logging: only compile stderr target if we actualy have stderrHarald Welte1-0/+8
2010-03-26Merge commit '01fd5cb3f0da802ca82d3b6aef46d2a3d8e6c15c'Harald Welte1-0/+5
2010-03-26only include strings.h if it is actually preentHarald Welte1-0/+5
2010-03-26Merge commit 'cc6313cc697f4c90cf0fc1c5b01cb1871a075f26'Harald Welte6-2/+500
2010-03-26logging: fix default initialization of per-category loglevelsHarald Welte1-2/+12
2010-03-26rename 'debug' interface to 'logging' interfaceHarald Welte2-55/+55
2010-03-26debug: remove unneeded 'number' member of 'struct debug_info_cat'Harald Welte1-10/+5
2010-03-26debug.c: fix no-color-printing in case .color = NULLHarald Welte1-3/+6
2010-03-26Import 'debug' support from OpenBSC into libosmocoreHarald Welte2-1/+349
2010-03-26write_queue: Add a method to clear the queue.Holger Hans Peter Freyther1-0/+11
2010-03-25gsm48-andreas: Use value_string wherever possibleHarald Welte2-30/+20
2010-03-25Merge commit '52b4abdcb351830f5493a50c4181ef3947f3feab'Harald Welte11-139/+291
2010-03-25replace rsl_rlm_cause_strs with rsl_rlm_cause_name()Harald Welte1-3/+8
2010-03-25replace gsm48_cc_msg_names[] with gsm48_cc_msg_name()Harald Welte1-68/+52
2010-03-25use more value_string in gsm48 and rslHarald Welte2-61/+54
2010-03-25get_value_string(): return "unknown 0x..." instead of "unknown"Harald Welte1-1/+5
2010-03-22Merge commit 'cbc8062ef8ba10690aa64b433d0efdccb46f496a'Harald Welte11-9/+849
2010-03-22fix compiler warnings (itsme <itsme@xs4all.nl>)Harald Welte1-1/+1
2010-03-22misc compiler warning fixesHarald Welte6-7/+8
2010-03-21calypsu UART: add additional debug output in UART RX error caseHarald Welte1-1/+22
2010-03-21hello_world app: print L1CTL messages as hexdump to consoleHarald Welte1-0/+12
2010-03-21L1A/L23 interface (L1CTL) cleanupHarald Welte3-28/+58
2010-03-19Merge remote branch 'origin/master'Harald Welte1-2/+2
2010-03-19Two more small patchesErik Ekman1-2/+2
2010-03-17remove 'l1s.task' value for local DSP task checkingHarald Welte2-10/+4
2010-03-16Work on Radio RessourceAndreas Eversberg3-846/+921
2010-03-15Work on Radio RessourceAndreas Eversberg3-14/+105
2010-03-15Work on Radio Ressource.Andreas Eversberg2-3/+40
2010-03-14Classmark 3 encoding (Radio Ressource) now uses bit-vector API.Andreas Eversberg1-88/+51
2010-03-14Work on Radio Ressource layer.Andreas Eversberg2-102/+108
2010-03-14Merge branch 'master' of gitosis@git.osmocom.org:osmocom-bbAndreas Eversberg4-6/+35
2010-03-14Work on Radio Ressource layer.Andreas Eversberg6-62/+1152
2010-03-15firmware: fixed bootrom disablingIngo Albrecht1-2/+1
2010-03-15firmware: watchdog-based system resetIngo Albrecht2-3/+33
2010-03-14Makefile.inc: Use the right $(AR) command for the targetHolger Hans Peter Freyther1-1/+1
2010-03-13Merge branch 'master' of gitosis@git.osmocom.org:osmocom-bbAndreas Eversberg18-376/+197
2010-03-13Work on Radio Ressource layer.Andreas Eversberg8-517/+1687
2010-03-12Introduce LCD display_driver infrastructureHarald Welte15-103/+190
2010-03-12uwire: add a chip-select for CS0, needed by the J100i displaySteve Markgraf1-0/+7
2010-03-12remove bogus source files in top level src directoryHarald Welte2-271/+0
2010-03-12apps/loader: remove #include reference to file that doesn't existHarald Welte1-2/+0
2010-03-09layer23: fill in signal level and dBm fields of gsmtapHarald Welte3-6/+8