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 "Osmocom BTS-side code (Abis, scheduling, ...)".
The branch, master has been updated
via 3aeb9301f4075f3211bdeca0140c5571f06219be (commit)
via efbef50efc170caccf6354360638cda762dd7fc3 (commit)
from 9c1d3f9606bee1f8549b95037fba04a9fab534cf (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-bts/commit/?id=3aeb9301f4075f3211bdeca0140c5571f06219be
commit 3aeb9301f4075f3211bdeca0140c5571f06219be
Author: Max <msuraev at sysmocom.de>
Date: Fri May 19 14:15:30 2017 +0200
Remove redundant test
After switching to libosmocoding there's no need in low-level bursts
test which is part of libosmocoding anyway.
Change-Id: Icb8caf62ac653a39a7a82f2225e8edeab7f5afb5
http://cgit.osmocom.org/osmo-bts/commit/?id=efbef50efc170caccf6354360638cda762dd7fc3
commit efbef50efc170caccf6354360638cda762dd7fc3
Author: Max <msuraev at sysmocom.de>
Date: Fri May 19 14:21:00 2017 +0200
osmo-bts-trx: use libosmocoding
Remove built-in functions and use libosmocoding instead.
Change-Id: I1b41bb1a8de655639107ec1f3b75afc240fd316f
-----------------------------------------------------------------------
Summary of changes:
.gitignore | 1 -
configure.ac | 2 +-
src/osmo-bts-trx/Makefile.am | 8 +-
src/osmo-bts-trx/gsm0503_coding.c | 2698 -------------------------------
src/osmo-bts-trx/gsm0503_coding.h | 75 -
src/osmo-bts-trx/gsm0503_interleaving.c | 555 -------
src/osmo-bts-trx/gsm0503_interleaving.h | 49 -
src/osmo-bts-trx/gsm0503_mapping.c | 272 ----
src/osmo-bts-trx/gsm0503_mapping.h | 31 -
src/osmo-bts-trx/gsm0503_parity.c | 126 --
src/osmo-bts-trx/gsm0503_parity.h | 14 -
src/osmo-bts-trx/gsm0503_tables.c | 1713 --------------------
src/osmo-bts-trx/gsm0503_tables.h | 50 -
src/osmo-bts-trx/scheduler_trx.c | 40 +-
tests/Makefile.am | 2 +-
tests/bursts/Makefile.am | 14 -
tests/bursts/bursts_test.c | 498 ------
tests/bursts/bursts_test.ok | 21 -
tests/testsuite.at | 6 -
19 files changed, 26 insertions(+), 6149 deletions(-)
delete mode 100644 src/osmo-bts-trx/gsm0503_coding.c
delete mode 100644 src/osmo-bts-trx/gsm0503_coding.h
delete mode 100644 src/osmo-bts-trx/gsm0503_interleaving.c
delete mode 100644 src/osmo-bts-trx/gsm0503_interleaving.h
delete mode 100644 src/osmo-bts-trx/gsm0503_mapping.c
delete mode 100644 src/osmo-bts-trx/gsm0503_mapping.h
delete mode 100644 src/osmo-bts-trx/gsm0503_parity.c
delete mode 100644 src/osmo-bts-trx/gsm0503_parity.h
delete mode 100644 src/osmo-bts-trx/gsm0503_tables.c
delete mode 100644 src/osmo-bts-trx/gsm0503_tables.h
delete mode 100644 tests/bursts/Makefile.am
delete mode 100644 tests/bursts/bursts_test.c
delete mode 100644 tests/bursts/bursts_test.ok
hooks/post-receive
--
Osmocom BTS-side code (Abis, scheduling, ...)