crc: use namespace prefix osmo_*
[osmocom-bb.git] / src /
2011-05-07 Pablo Neira Ayusocrc: use namespace prefix osmo_*
2011-05-07 Pablo Neira Ayusoutils: use namespace prefix osmo_*
2011-05-07 Pablo Neira Ayusostatistics: use namespace prefix osmo_counter*
2011-05-07 Pablo Neira Ayusowrite-queue: use namespace prefix osmo_wqueue*
2011-05-07 Pablo Neira Ayusosignal: use namespace prefix osmo_signal*
2011-05-07 Pablo Neira Ayusoselect: use namespace prefix osmo_fd* and osmo_select*
2011-05-07 Pablo Neira Ayusotimer: use namespace prefix osmo_timer*
2011-05-04 Harald WelteGSMTAP: add function to create a 'sink' for gsmtap...
2011-05-04 Pablo Neira Ayusologging: make sure the output is null-terminated
2011-05-04 Pablo Neira Ayusologging: remove workaround now that _output() has been...
2011-05-04 Pablo Neira Ayusologging: rework _output() function
2011-05-04 Pablo Neira Ayusologging: several memory allocation belong to tall_log_c...
2011-05-04 Pablo Neira Ayusologging: fix missing description of global loglevel
2011-04-28 Sylvain Munautcore/conv: Only consider error for non-zero soft values
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-18 Holger Hans Peter... misc: Remove the sys/types.h include from various files
2011-04-18 Holger Hans Peter... 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 Peter... logging: Add the 'all' category back to the log level...
2011-03-29 Holger Hans Peter... vty: Fix a memory leak in the vty description command
2011-03-28 Pablo Neira Ayusoutils: move OSMO_SNPRINT_RET() macro definition to...
2011-03-28 Pablo Neira Ayusobitvec: add bitvec_find_first_bit_pos() from gsm/rxlev_...
2011-03-23 Pablo Neira Ayusoinclude: reorganize headers file to include/osmocom...
2011-03-23 Pablo Neira AyusoThis patch moves the GSM-specific functions to the...
2011-03-19 Pablo Neira Ayusovty: integration with logging framework
2011-03-02 Harald WelteMerge branch 'master' of git.osmocom.org:libosmocore
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-15 Holger Hans Peter... 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-01-22 Holger Hans Peter... 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...
2011-01-19 Harald Welte[BITS] introduce new packed/unpacked bit conversion...
2011-01-03 Sylvain Munautvty: Fix typo testing return value of bind
2010-12-24 Harald WelteUse the app_info->name instead of the hostname
2010-12-20 Holger Hans Peter... rate_ctr: No need to include the inttypes.h
2010-11-19 Holger Hans Peter... utils: Fix typo. It is ascii.
2010-11-13 Sylvain MunautMove the generate backtrace call from MSGB_ABORT to...
2010-11-13 Sylvain Munautpanic: Fix type warning - osmo_panic_handler_t is alrea...
2010-11-13 Sylvain Munautgsm_utils: Define 4 upper bits as "flags" and mask...
2010-11-04 Holger Hans Peter... gsm0808: Move the clear request from bsc_msc_ip to...
2010-11-04 Holger Hans Peter... gsm0808: Add a method to create a new DTAP message...
2010-10-31 Harald Welteselect.c: Change license terms from GPLv2 (from ulogd...
2010-10-27 Holger Hans Peter... gsm0808: Fix the format of the clear IE...
2010-10-27 Holger Hans Peter... gsm0808: Add a method to create a clear command message.
2010-10-26 Holger Hans Peter... msgfile: Allow to have comments in the simple CSV file
2010-10-24 Andreas.Eversbergbitvec: Fix decoding of H / L values
2010-10-18 Holger Hans Peter... msgb: Add non-inlined helper functions to ease with...
2010-10-18 Holger Hans Peter... gsm0480: Add method create own number response
2010-10-15 Sylvain Munautcodec: Add bit ordering tables from specs for HR,FR...
2010-10-11 Holger Hans Peter... ussd: gsm_7bit_decode will null terminate the string
2010-10-11 Holger Hans Peter... ussd: Make sure that we at least have 8 bytes when...
2010-10-11 Holger Hans Peter... ussd: Add size checks to the parse_ss_invoke calls
2010-10-11 Holger Hans Peter... ussd: Make sure the component fits.
2010-10-11 Holger Hans Peter... ussd: Work with uint16_t for the length
2010-10-11 Holger Hans Peter... ussd: Check the structure of the IE.
2010-10-11 Holger Hans Peter... ussd: Add a test case, switch parsing to use a gsm48_hd...
2010-10-08 Holger Hans Peter... gsm0480: Move the USSD parsing code to libosmocore
2010-10-08 Holger Hans Peter... msgfile: Add a file parser for a simple file format
2010-09-30 Holger Hans Peter... gsm0480: Add USSD format functions to libosmocore
2010-09-20 Sylvain Munautgsm48: Fix gsm48_encode_called - Set no extension bit
2010-09-19 Holger Hans Peter... gsm0808: Fix the TLV definition of CIC and Service...
2010-09-17 Sylvain MunautMake sure we don't user std{err,in,out} if they don...
2010-09-13 Holger Hans Peter... vty: Add functions to access index and node
2010-09-11 Holger Hans Peter... vty: Use the copyright string from the app_info.
2010-09-10 Holger Hans Peter... vty: Link osmovty to osmocore as it is using the symbols
2010-09-04 Holger Hans Peter... vty: Everything <= CONFIG_NODE is not a child of config
2010-08-31 Holger Hans Peter... plugin: Blind build fix for OSX...
2010-08-26 Holger Hans Peter... vty: Handle nodes part of the lib in the lib, for the...
2010-08-26 Holger Hans Peter... vty: Add a new callback to let code decide if it is...
2010-08-26 Holger Hans Peter... vty: Move the assumption of the config nodes into a...
2010-08-25 Harald WelteAdd helper function 'osmo_daemonize()' to convert proce...
2010-08-25 Harald Weltelogging: add log target logging into text file and...
2010-08-25 Harald Weltelogging: rename tgt_stdout to tgt_file
2010-08-05 Holger Hans Peter... bsc_fd: Add a build option to be able to debug fd list...
2010-08-04 Holger Hans Peter... gsm0808: Add some more TLV definitions coming from...
2010-08-04 Harald WelteImport gsm48_decode_freq_list() from osmocom-bb/layer23
2010-07-30 Harald Weltelogging: Make sure we don't use "end of color" code...
2010-07-30 Harald Welteadd new hexdump_nospc() function
2010-07-30 Harald Weltemove hexdump() from logging.c to utils.c
2010-07-30 Harald WelteImport 'hexparse' function from OpenBSC
2010-07-25 Sylvain Munautcore: Add some generic panic handling
2010-07-25 Sylvain Munautosmocore: Add utility function rsl_chan_nr_str to RSL
2010-07-23 Holger Hans Peter... gsm0808: Why should there be a lchan in the parameter...
2010-07-23 Holger Hans Peter... gsm0808: Import unaligned mem access fix from on-waves...
2010-07-23 Holger Hans Peter... gsm_utils: Move the gsm_7bit_alphabet into the impl...
2010-07-20 Holger Hans Peter... gsm_7bit_decode: rtext does not hold a null byte, reduc...
2010-07-20 Nico Goldetests: don't hardcode length values of expected encodin...
2010-07-19 Holger Hans Peter... gsm_7bit_decode: Handle the case of the last charachter...
2010-07-19 Nico Golde* rewrite GSM 7bit default encoding/decoding based...
next