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 "An utility library for Open Source Mobile Communications". The branch, neels/vty has been updated discards 1f907733f4b716c6cdc875cb937c19a0227239a9 (commit) discards 9ed1f0dad651f75ddb4b3bba45579f8570f851c2 (commit) discards 2e8d2147845d2f82a9a36ca2fc1e30f4b68e4def (commit) discards 091107cfbc01904a4b080ee04a7a0ca58cc4c680 (commit) discards 2093fe9a3d5bcc3b9c787b45d46db7a1b2cca475 (commit) discards 03865c92cf747d9212109a89c9712eed7e2f32ca (commit) discards 5398d66442700708a20edc2679608f1d14851806 (commit) discards 07c6a36c6e4dcf6721bec378797130a083738bd7 (commit) discards 3f57ea1d3adb5a1b23a829efd02c1e28636fa10f (commit) via 28f61d5c5fdd21b25fa2ec346852463c19fa34fe (commit) via 3026f917182b5715f0064c080a58fd3e20495b0f (commit) via 32e5641dbbfd91b650a9ec8cf62d28fd22109e9e (commit) via 9dd3bf0cb4e780b54772f4abe1e2966b09f99301 (commit) via 893979cb08848aed23cc542ca73db8ce268143aa (commit) via a99e110106cb1d2a7b25d74585e704c1bd73db76 (commit) via dc75b114b4caf2692b145b7b254e2f6cfa627831 (commit) via a73656501a21c42223abdecc4c5df7bbe62c802c (commit) via 3b6815715f119e7c12c710deda6bc57738d46e37 (commit) via 453e37e3c8322cd200a6f803579c55753e866c7f (commit) via f7162771d78efb2d9d81caae0b10801771a39645 (commit) via 69054e28adf4c76371b82a34588e07211d264966 (commit) via 53aa0f51b8fffbaaa994b048fd18b63473bf4a79 (commit) This update added new revisions after undoing existing revisions. That is to say, the old revision is not a strict subset of the new revision. This situation occurs when you --force push a change and generate a repository containing something like this: * -- * -- B -- O -- O -- O (1f907733f4b716c6cdc875cb937c19a0227239a9) \ N -- N -- N (28f61d5c5fdd21b25fa2ec346852463c19fa34fe) When this happens we assume that you've already had alert emails for all of the O revisions, and so we here report only the revisions in the N branch from the common base, B. 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/libosmocore/commit/?id=28f61d5c5fdd21b25fa2ec346852463c19fa34fe commit 28f61d5c5fdd21b25fa2ec346852463c19fa34fe Author: Neels Hofmeyr <neels at hofmeyr.de> Date: Sat Dec 9 05:54:17 2017 +0100 logging vty: tweak general 'logging' command doc 'logging' is not only for terminals, also for stderr and other log targets. Change-Id: If1ee59c7d1073502259b7d60008206ac3d8e87a3 http://cgit.osmocom.org/libosmocore/commit/?id=3026f917182b5715f0064c080a58fd3e20495b0f commit 3026f917182b5715f0064c080a58fd3e20495b0f Author: Neels Hofmeyr <neels at hofmeyr.de> Date: Sat Dec 9 05:53:18 2017 +0100 logging vty: describe 'logging set-log-mask' command, add OSMO_STRINGIFY_VAL() Change-Id: I73ac5873ede858da44e1486d8a5c81da1ed5b19f ----------------------------------------------------------------------- Summary of changes: TODO-RELEASE | 1 + debian/copyright | 16 +- include/osmocom/coding/gsm0503_coding.h | 7 +- src/coding/gsm0503_coding.c | 80 +- src/coding/libosmocoding.map | 2 + src/gsm/lapd_core.c | 19 +- src/gsm/lapdm.c | 9 +- src/gsm/libosmogsm.map | 1 + src/vty/logging_vty.c | 1 - tests/coding/coding_test.c | 41 +- tests/coding/coding_test.ok | 30720 ++++++++++++++++++++++++++++++ tests/conv/conv_gsm0503_test.ok | 8 + tests/fr/fr_test.c | 9 +- tests/lapd/lapd_test.c | 8 +- tests/lapd/lapd_test.ok | 2 +- tests/logging/logging_test.c | 9 +- tests/loggingrb/loggingrb_test.c | 9 +- utils/conv_codes_gsm.py | 11 +- 18 files changed, 30880 insertions(+), 73 deletions(-) hooks/post-receive -- An utility library for Open Source Mobile Communications