[PATCH 0/4] libosmocore: namespace pollution fixes (2/*)

This is merely a historical archive of years 2008-2021, before the migration to mailman3.

A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/OpenBSC@lists.osmocom.org/.

pablo at gnumonks.org pablo at gnumonks.org
Sat May 7 11:22:02 UTC 2011


From: Pablo Neira Ayuso <pablo at gnumonks.org>

This patchset fixes the namespace pollution spotted by Harald:

* bcd2char, char2bcd -> osmo_bcd2char, osmo_char2bcd
* crc16 -> osmo_crc16
* generate_backtrace -> osmo_generate_backtrace
* plugin_load_all -> osmo_plugin_load_all
* msg_entry_parse -> osmo_config_list

This patchset is a follow up, it comes after:

[PATCH 0/5] libosmocore: namespace pollution fixes (1/*) 2nd try

You can find the whole branch at pablo/namespace.

Please, merge it.
Thanks!

Pablo Neira Ayuso (4):
  crc: use namespace prefix osmo_*
  backtrace: use namespace prefix osmo_*
  plugin: use namespace prefix osmo_*
  msgfile: use namespace prefix osmo_* and use more descriptive names

 include/osmocom/core/backtrace.h |    2 +-
 include/osmocom/core/crc16.h     |    8 ++++----
 include/osmocom/core/msgfile.h   |    8 ++++----
 include/osmocom/core/plugin.h    |    2 +-
 src/backtrace.c                  |    2 +-
 src/crc16.c                      |    6 +++---
 src/gsm/gprs_cipher_core.c       |    2 +-
 src/msgfile.c                    |   22 ++++++++++++----------
 src/panic.c                      |    2 +-
 src/plugin.c                     |    4 ++--
 tests/msgfile/msgfile_test.c     |    8 ++++----
 11 files changed, 34 insertions(+), 32 deletions(-)

-- 
1.7.2.3





More information about the OpenBSC mailing list