From: Pablo Neira Ayuso pablo@gnumonks.org
This patchset includes several cleanups previous to another patchset that will contain the namespace pollution fix (to appear soon).
They're available in the branch pablo/cleanups in libosmocore.
Please merge it.
Pablo Neira Ayuso (4): bitvec: add bitvec_find_first_bit_pos() from gsm/rxlev_stat.c write_queue: use full path of includes in osmocom/core/write_queue.h vty: move vty_out_rate_ctr_group prototype to osmocom/vty/misc.h utils: move OSMO_SNPRINT_RET() macro definition to osmocom/core/utils.h
include/osmocom/core/bitvec.h | 2 ++ include/osmocom/core/rate_ctr.h | 3 --- include/osmocom/core/utils.h | 9 +++++++++ include/osmocom/core/write_queue.h | 4 ++-- include/osmocom/vty/Makefile.am | 2 +- include/osmocom/vty/misc.h | 10 ++++++++++ src/bitvec.c | 14 ++++++++++++++ src/gsm/rxlev_stat.c | 12 ------------ src/logging.c | 26 ++++++++------------------ 9 files changed, 46 insertions(+), 36 deletions(-) create mode 100644 include/osmocom/vty/misc.h
Hi Pablo,
On Mon, Mar 28, 2011 at 07:26:42PM +0200, pablo@gnumonks.org wrote:
This patchset includes several cleanups previous to another patchset that will contain the namespace pollution fix (to appear soon).
Thanks, applied. Also your single follow-up patch for openbsc.git