osmocom-bb.git
2011-05-15 Pablo Neira... src: use namespace prefix osmo_fd* and osmo_select*
2011-05-15 Pablo Neira... src: use namespace prefix osmo_timer*
2011-05-15 Pablo Neira... Merge commit 'ba01fa44feb6deb0f0359f381eafe866991c06c1...
2011-05-12 Holger Hans... app: Introduce some routines to help with application...
2011-05-10 Harald Welteupdate debian changelog to 0.3.0
2011-05-10 Harald Welteupdate include paths in debian packaging spec
2011-05-08 Harald Weltelibosmocore: bump library interface version to '1'...
2011-05-07 Pablo Neira... msgfile: use namespace prefix osmo_* and use more descr...
2011-05-07 Pablo Neira... plugin: use namespace prefix osmo_*
2011-05-07 Pablo Neira... backtrace: use namespace prefix osmo_*
2011-05-07 Pablo Neira... crc: use namespace prefix osmo_*
2011-05-07 Pablo Neira... utils: use namespace prefix osmo_*
2011-05-07 Pablo Neira... statistics: use namespace prefix osmo_counter*
2011-05-07 Pablo Neira... write-queue: use namespace prefix osmo_wqueue*
2011-05-07 Pablo Neira... signal: use namespace prefix osmo_signal*
2011-05-07 Pablo Neira... select: use namespace prefix osmo_fd* and osmo_select*
2011-05-07 Pablo Neira... timer: use namespace prefix osmo_timer*
2011-05-05 Wolfram Sangtarget/boards: add infrastructure for loaders for Media...
2011-05-05 Wolfram Sanguart.h: move header out of calypso-directory
2011-05-05 Wolfram Sangcfi_flash: delete unused defines
2011-05-05 Wolfram Sanglib: move delay.c from calypso to lib
2011-05-05 Wolfram Sangcomm: msgb: don't set backlight on error
2011-05-04 Harald WelteGSMTAP: add function to create a 'sink' for gsmtap...
2011-05-04 Pablo Neira... logging: make sure the output is null-terminated
2011-05-04 Pablo Neira... logging: remove workaround now that _output() has been...
2011-05-04 Pablo Neira... logging: rework _output() function
2011-05-04 Pablo Neira... logging: several memory allocation belong to tall_log_c...
2011-05-04 Pablo Neira... logging: fix missing description of global loglevel
2011-05-02 Nico Golde[sim] Fixed path handling in sim client and mobile...
2011-05-02 Wolfram Sanglinuxlist.h: silence a noisy warning
2011-04-28 Sylvain Munautcore/conv: Only consider error for non-zero soft values
2011-04-28 Wolfram Sangtarget/firmware: make build less verbose like the rest...
2011-04-26 Sylvain Munautcore/conv: Add some generic code for convolutional...
2011-04-26 Sylvain Munautgsm/a5: Add a A5 1&2 implementation
2011-04-26 Pablo Neira... include: fix missing extern in osmo_panic* declarations
2011-04-26 Pablo Neira... src: use new libosmogsm and include/osmocom/[gsm|core...
2011-04-25 Pablo Neira... Merge commit '28dbfe9bf7a799ab1da2563fd5e007d007b54168'
2011-04-24 Sylvain Munautfw/calypso: Add a new driver for the buzzer control
2011-04-23 Holger Hans... target: Hint configure we don't have a select.h
2011-04-18 Holger Hans... misc: Remove the sys/types.h include from various files
2011-04-18 Holger Hans... stats: Fix the compiler warnings
2011-04-09 Daniel WillmannAdd a function to search for a counter by name
2011-04-09 Daniel WillmannAdd functions to search for rate counters by name
2011-03-29 Holger Hans... logging: Add the 'all' category back to the log level...
2011-03-29 Holger Hans... vty: Fix a memory leak in the vty description command
2011-03-28 Pablo Neira... utils: move OSMO_SNPRINT_RET() macro definition to...
2011-03-28 Pablo Neira... vty: move vty_out_rate_ctr_group prototype to osmocom...
2011-03-28 Pablo Neira... write_queue: use full path of includes in osmocom/core...
2011-03-28 Pablo Neira... bitvec: add bitvec_find_first_bit_pos() from gsm/rxlev_...
2011-03-27 Sylvain Munautcore/bits: Make sbit_t a signed type (so that the math...
2011-03-23 Pablo Neira... include: reorganize headers file to include/osmocom...
2011-03-23 Pablo Neira... This patch moves the GSM-specific functions to the...
2011-03-20 Andreas Eversbergfw/layer1: Adding TAO loop to correct TPU window offset
2011-03-19 Pablo Neira... vty: integration with logging framework
2011-03-19 Steve Markgraftarget/fw/dsp: add delay as workaround for dsp_dump
2011-03-12 Peter StugeAllow top-level Makefile to use arm-none-eabi toolchain
2011-03-09 Dario Lombardo[PATCH] Added runtime selection of gps device.
2011-03-05 Harald WelteTLV: Add tv_fixed_put() and msgb_tv_fixed_put()
2011-03-02 Harald WelteMerge branch 'master' of git.osmocom.org:libosmocore
2011-03-02 Harald Weltemobile: Store N.ba files in same directory as config...
2011-03-02 Harald Weltemobile: Use config file in ~/.osmocom/bb/mobile.cfg
2011-02-24 Harald WelteLOGGING: Use host.app_info->name instead of FIXME
2011-02-19 Harald Welterxlev_stat: Fix compiler warning
2011-02-19 Harald Weltevty: Revert Makefile.am change for libosmocore dependency
2011-02-18 Harald WelteLOGGING: remove duplicated code between vty-logging...
2011-02-18 Harald WelteLOGGING: Add missing 'nat' subsystem
2011-02-18 Harald WelteLOGGING: configure logging from the vty
2011-02-17 Harald WelteLOGGING: Add syslog log target
2011-02-17 Harald WelteLOGGING: Pass the log level down to the log target...
2011-02-16 Dario LombardoAdded gpsd support.
2011-02-16 Dario LombardoRenamed gps_* functions to osmo_gps_* functions to...
2011-02-15 Holger Hans... write_queue: Only pop the queue if it is not empty
2011-02-08 Harald Welte[utils] introduce ubit_dump to dump buffers of unpacked...
2011-02-08 Harald Welte[utils] add 'bitdump' function for bitfields
2011-02-06 Steve Markgraftarget/fw: correct IO_CNTL_REG name and small cosmetic...
2011-01-28 Holger Hans... gsmtap: The TETRA_AACH was defined twice, remove one...
2011-01-27 Andreas.Eversberg[l1ctl] Adding missing msgb_free()
2011-01-26 Alex Badeawireshark: update SMSCB dissector patch
2011-01-26 Dario Lombardocell_log: Added command line switches to change default...
2011-01-24 Steve Markgraffirmware: Add support for the Pirelli DP-L10 triband...
2011-01-24 Steve Markgraffw/app/layer1: unset the inverted attribute of the...
2011-01-24 Steve Markgraffw/board/gta0x: move rffe configuration to board/gta0x
2011-01-24 Steve Markgraffw/makefile: enable generation of Compal E86 images...
2011-01-24 Steve Markgraffw/board/gta0x: remove unused define in RFFE configuration
2011-01-24 Steve Markgraffw/board/gta0x: implement TX support for gta0x devices
2011-01-24 Steve Markgraftarget/fw: set the TRF6151 tsp IDs from the rffe initia...
2011-01-23 Holger Hans... ccch: Print paging of tyep2
2011-01-23 Holger Hans... ccch: Decode the paging1 type paging requests
2011-01-23 Holger Hans... ccch: Print the decoded immediate assignment again...
2011-01-23 Holger Hans... ccch: Stop using fprintf for the SI
2011-01-23 Holger Hans... logging: Move DRSL, DLAPDM, DL1C to LOGL_NOTICE as...
2011-01-23 Holger Hans... misc: Ignore two misc application binaries
2011-01-23 Holger Hans... ccch: Stop following assignment requests and sending LUs
2011-01-23 Holger Hans... ccch: Fix the cast of the frequency list
2011-01-23 Holger Hans... ccch: Remove the app_phone.c, move it to the app_ccch_s...
2011-01-23 Holger Hans... ccch: Add a copyright header to that file.
2011-01-23 Holger Hans... layer23: Rename layer23 to ccch_scan as discussed on...
2011-01-22 Holger Hans... logging: Add isup,m2ua,pcap from the cellmgr.
2011-01-22 Christian Vogelubit2pbit flushes at the wrong moment, added one note...
2011-01-21 Sylvain Munautbits: Add extended options version of pbit2ubit and...
next