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/osmocom-commitlog@lists.osmocom.org/.
gitosis at osmocom.org gitosis at osmocom.orgThis is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "UNNAMED PROJECT". The branch, master has been updated via 78ce59137fa0bd0e6b11bfc9ea24c93e6b2a8d2a (commit) via de9da39b336e2b8e05efb59ecabf666f85f39a16 (commit) via d34646a865364fa51213e0da406aeea2ab7d944b (commit) from 53f0b4deb6026b0c83a10d6a915a3a0c2e7caaf5 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- http://cgit.osmocom.org/osmo-pcu/commit/?id=78ce59137fa0bd0e6b11bfc9ea24c93e6b2a8d2a commit 78ce59137fa0bd0e6b11bfc9ea24c93e6b2a8d2a Author: Neels Hofmeyr <nhofmeyr at sysmocom.de> Date: Wed Feb 8 17:07:31 2017 +0100 main, tests: use msgb_talloc_ctx_init() (new) msgb_set_talloc_ctx() is deprecated since libosmocore commit f45334be29016a36594aacc07c90e262e4994525 / change-id I747fbbf977c4d2c868c8dead64cfc5fd86eb8d4c Change-Id: I8d40abec428b739460ed545c9983d1b63021bd08 http://cgit.osmocom.org/osmo-pcu/commit/?id=de9da39b336e2b8e05efb59ecabf666f85f39a16 commit de9da39b336e2b8e05efb59ecabf666f85f39a16 Author: Neels Hofmeyr <nhofmeyr at sysmocom.de> Date: Wed Feb 8 17:34:56 2017 +0100 tests: edge, tbf: assert return values Numerous calls assign a return value without asserting its value. Add assertions and thus also eliminate compiler warnings about unused values. Change-Id: I7f14198cfd747dae68b8aaa3b8d6ff7fc49ab824 http://cgit.osmocom.org/osmo-pcu/commit/?id=d34646a865364fa51213e0da406aeea2ab7d944b commit d34646a865364fa51213e0da406aeea2ab7d944b Author: Neels Hofmeyr <nhofmeyr at sysmocom.de> Date: Wed Feb 8 17:07:40 2017 +0100 Fix dozens of compiler warnings across the board Change-Id: I166109dc05d3323b92cd2a42f0c7e6009950e15d ----------------------------------------------------------------------- Summary of changes: src/pcu_main.cpp | 2 +- src/pcu_vty.c | 1 + src/tbf.cpp | 8 ++-- tests/alloc/AllocTest.cpp | 4 +- tests/bitcomp/BitcompTest.cpp | 4 +- tests/edge/EdgeTest.cpp | 33 +++++++--------- tests/emu/pcu_emu.cpp | 2 +- tests/llc/LlcTest.cpp | 4 +- tests/ms/MsTest.cpp | 2 +- tests/tbf/TbfTest.cpp | 89 ++++++++++++++++--------------------------- 10 files changed, 61 insertions(+), 88 deletions(-) hooks/post-receive -- UNNAMED PROJECT