This 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, jerlbeck/wip/pdch-alloc has been updated
via 6b36049b1adc63886cbb9c4b51185caaba1c675d (commit)
via b01199cc6d95be9dee18a5e476d528f5eba91a99 (commit)
from 01213ceba8b84da093dbe9aa50828696a00e688f (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=6b36049b1adc63886cbb9c4b51185ca…
commit 6b36049b1adc63886cbb9c4b51185caaba1c675d
Author: Jacob Erlbeck <jerlbeck(a)sysmocom.de>
Date: Fri Jul 17 16:39:09 2015 +0200
llc: Use CoDel to drop packages from the LLC queue (TODO)
Currently packages are only dropped if they have reached their life
time. This leads to queues being constantly filled under load,
increasing the latency a lot.
...
http://cgit.osmocom.org/osmo-pcu/commit/?id=b01199cc6d95be9dee18a5e476d528f…
commit b01199cc6d95be9dee18a5e476d528f5eba91a99
Author: Jacob Erlbeck <jerlbeck(a)sysmocom.de>
Date: Mon Jul 20 12:40:42 2015 +0200
llc: Add CoDel AQM implementation
This commit adds an implementation of the CoDel algorithm based on
the reference pseudocode presented in
http://queue.acm.org/appendices/codel.html. Instead of abstracting
the queue itself, the implementation provides a time stamp based
automaton which is invoked after a package has been dequeued.
Sponsored-by: On-Waves ehf
-----------------------------------------------------------------------
Summary of changes:
.gitignore | 1 +
src/Makefile.am | 6 +-
src/bts.h | 4 ++
src/gprs_codel.c | 167 ++++++++++++++++++++++++++++++++++++++++++++++
src/gprs_codel.h | 92 +++++++++++++++++++++++++
src/gprs_ms.cpp | 18 ++++-
src/gprs_ms.h | 9 +++
src/pcu_vty.c | 51 ++++++++++++++
src/tbf_dl.cpp | 9 +++
tests/Makefile.am | 8 ++-
tests/codel/codel_test.c | 147 ++++++++++++++++++++++++++++++++++++++++
tests/codel/codel_test.ok | 29 ++++++++
tests/testsuite.at | 6 ++
13 files changed, 543 insertions(+), 4 deletions(-)
create mode 100644 src/gprs_codel.c
create mode 100644 src/gprs_codel.h
create mode 100644 tests/codel/codel_test.c
create mode 100644 tests/codel/codel_test.ok
hooks/post-receive
--
UNNAMED PROJECT
This 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 "OpenBTS' transceiver retro-fit".
The branch, fairwaves/master has been updated
discards 6e2f7fb0156b3f33793d5b54d841ecee1763648a (commit)
discards fbf90a286c2863df3356504a507d59832aab4005 (commit)
via 835841853ff6b3234541fefa0c3213b90bf759ce (commit)
via e7c25a3677bbe495acb188f3af1c7ac8bb83e449 (commit)
via 6d17a6a7e6e2560715286629bfbb6a1bf24f368e (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 (6e2f7fb0156b3f33793d5b54d841ecee1763648a)
\
N -- N -- N (835841853ff6b3234541fefa0c3213b90bf759ce)
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/osmo-trx/commit/?id=835841853ff6b3234541fefa0c3213b…
commit 835841853ff6b3234541fefa0c3213b90bf759ce
Author: Kirill Zakharenko <earwin(a)gmail.com>
Date: Sat Jul 18 01:28:50 2015 +0200
debian: compile for atom arch with SSE3 optimizations
http://cgit.osmocom.org/osmo-trx/commit/?id=e7c25a3677bbe495acb188f3af1c7ac…
commit e7c25a3677bbe495acb188f3af1c7ac8bb83e449
Author: Kirill Zakharenko <earwin(a)gmail.com>
Date: Sat Jul 18 01:27:03 2015 +0200
transceiver/x86: don’t use -march=native to build x86 specialized code
when this option is used, it is impossible to cross-compile for x86
variants like atom.
http://cgit.osmocom.org/osmo-trx/commit/?id=6d17a6a7e6e2560715286629bfbb6a1…
commit 6d17a6a7e6e2560715286629bfbb6a1bf24f368e
Author: Kirill Zakharenko <earwin(a)gmail.com>
Date: Sat Jul 18 01:25:23 2015 +0200
debian: whitespace changes, more correct hardening stanza
-----------------------------------------------------------------------
Summary of changes:
hooks/post-receive
--
OpenBTS' transceiver retro-fit
This 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 "OpenBTS' transceiver retro-fit".
The branch, fairwaves/master has been updated
via 6e2f7fb0156b3f33793d5b54d841ecee1763648a (commit)
via fbf90a286c2863df3356504a507d59832aab4005 (commit)
from bb8d46adaa9b8571be30c6d1c75c6aadd4f0b43d (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-trx/commit/?id=6e2f7fb0156b3f33793d5b54d841ece…
commit 6e2f7fb0156b3f33793d5b54d841ecee1763648a
Author: Kirill Zakharenko <earwin(a)gmail.com>
Date: Sat Jul 18 01:11:44 2015 +0200
debian: build for atom arch with SSE3 optimizations
http://cgit.osmocom.org/osmo-trx/commit/?id=fbf90a286c2863df3356504a507d598…
commit fbf90a286c2863df3356504a507d59832aab4005
Author: Kirill Zakharenko <earwin(a)gmail.com>
Date: Sat Jul 18 01:10:57 2015 +0200
don't use -march=native to build x86 code
-----------------------------------------------------------------------
Summary of changes:
Transceiver52M/x86/Makefile.am | 2 +-
debian/rules | 12 ++++++------
2 files changed, 7 insertions(+), 7 deletions(-)
hooks/post-receive
--
OpenBTS' transceiver retro-fit
This 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 "GNU Radio block for interfacing with various radio hardware".
The branch, master has been updated
via 86ad584204762eeb01f07daa683673f1ec3f1df5 (commit)
via 43a00ae785ba5e9703b28e079b2ba78f7021ebb0 (commit)
from ac1d8ec02def12a31168a1d06683c027cecdfe0e (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/gr-osmosdr/commit/?id=86ad584204762eeb01f07daa68367…
commit 86ad584204762eeb01f07daa683673f1ec3f1df5
Author: Jon Szymaniak <jon.szymaniak(a)gmail.com>
Date: Thu Jul 16 14:03:20 2015 -0400
bladeRF: Support opening via a (subset of a) serial number, using any backend
The bladerf=X,[arguments] string now supports the following, where X is:
- The "device instance" which represents the Nth bladeRF connected.
This is 0-indexed, in the order displayed by `bladeRF-cli --probe`.
- The device's serial number.
For libbladeRF >= 1.4.1, a subset of the serial number is
supported. The subset must be at least the first three
characters of the serial number.
The backend specifier has been changed from "libusb" to the wildcard
("*"), allowing any available backend to be used.
http://cgit.osmocom.org/gr-osmosdr/commit/?id=43a00ae785ba5e9703b28e079b2ba…
commit 43a00ae785ba5e9703b28e079b2ba78f7021ebb0
Author: Jon Szymaniak <jon.szymaniak(a)gmail.com>
Date: Mon Jun 22 17:38:03 2015 -0400
bladeRF: Added SOB/EOB stream tag handling support to bladerf_sink
When running with metadata mode enabled, the bladerf_sink supports 'tx_sob' and
'tx_eob' stream tags. Anything not in the burst will be dropped, and a warning
will be printed.
Use of the bladeRF metadata can be enabled via a 'enable_metadata'
device argument. If running full-duplex, this must be provided to both
the source and the sink. This does not currently any additional features
to the sink.
-----------------------------------------------------------------------
Summary of changes:
lib/bladerf/bladerf_common.cc | 87 ++++++++++++++++++-----
lib/bladerf/bladerf_common.h | 2 +
lib/bladerf/bladerf_sink_c.cc | 152 +++++++++++++++++++++++++++++++++++++++-
lib/bladerf/bladerf_sink_c.h | 8 +++
lib/bladerf/bladerf_source_c.cc | 10 ++-
5 files changed, 239 insertions(+), 20 deletions(-)
hooks/post-receive
--
GNU Radio block for interfacing with various radio hardware
This 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, jerlbeck/master has been updated
via 7f79f0d332316acb306682ecac0a1b812d6023d1 (commit)
from 77da35515ce40baf2305cf7cf5e4008f6b478e36 (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 -----------------------------------------------------------------
-----------------------------------------------------------------------
Summary of changes:
src/gprs_bssgp_pcu.cpp | 7 +++++--
src/gprs_rlcmac.h | 3 +++
src/gprs_rlcmac_ts_alloc.cpp | 21 +++++++++++++++++++++
3 files changed, 29 insertions(+), 2 deletions(-)
hooks/post-receive
--
UNNAMED PROJECT
This 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, fairwaves/master-old has been deleted
was a6ad0b44ae45a2fd51b6a55507e8295605431e92
-----------------------------------------------------------------------
a6ad0b44ae45a2fd51b6a55507e8295605431e92 handover fix: we can receive handover rach on trx == bts->c0
-----------------------------------------------------------------------
hooks/post-receive
--
Osmocom BTS-side code (Abis, scheduling, ...)
This 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, achemeris/2sector has been updated
discards eb1d1f977372f76c66fa2d2ea89ba6ddac3acf5a (commit)
discards 2c060ab9ad4a8a018784236487168f2ac468160e (commit)
discards cfe6649d724409090f862cba5d657ce4a319a4b2 (commit)
discards 90fb92cb57526c6cb8867935df89b2e91929f1cf (commit)
discards e1b76f598ef80ea6397cd532ee58f65bdad1c02a (commit)
discards 825811ebf508d29d6c69e9079e390e40942b4cbf (commit)
discards f4076e1291f7af76ad6c1a7b47ee48e68e1f0766 (commit)
discards 99a213d34e528927de320e0e57e6ab5dc0ed59aa (commit)
discards 36de62b2b4cc2016f809cd7f5347aec6518f6810 (commit)
discards 771f09c378f0a008bd69ad25bbaab66360404b19 (commit)
discards 9c5cd51116ff2257ae27e31362085ffe6e9acd6e (commit)
discards c3bbf75524836c28c4eb1bf91f04409dab8beb01 (commit)
discards 073bfb2e594a99c69b96300c2fe68ec01932d7e9 (commit)
discards d32949931e1125810551525484c5cdeabe8cd41b (commit)
via 313143b312c60ac9b858ccf55e8f38f2db87081b (commit)
via ecb861822ef75248618508ad8dcb9dd5cd3082e5 (commit)
via b2d07bc0845c834df9f95d29fa69fe414e41f071 (commit)
via 19a84badef3c4d18de6ba31e2652bbcbbfaae45f (commit)
via 8ae3f5fb3202dd1bb6fbbe67c19e088831c6d899 (commit)
via 7821f2fa4c0a0d6155ba5bc762fe14cb0311efed (commit)
via 4fdac6ab5ec0f0c1fc13dd1b651aa4b5b9f7ae04 (commit)
via 5b817423010c80846f3fbf05e9d8363e8abb7a59 (commit)
via 89cebb5afb08b01472be5b6bf59407784b17f82f (commit)
via eb733e6b6f3cd02cbd01960ca2959f999ddf35ee (commit)
via 5bb48d0c75fee2b2d4965a0a282f7daf8e711e38 (commit)
via 82b4fbd5071ac4065455dea391bba4949a5f9f38 (commit)
via f2f20ad82a41466d5db3796feac77ff43f9ef498 (commit)
via cefa52b42170032b2f2d6eca1ff63cb7d8030040 (commit)
via c35c0cd6c8b055f9487661751866f437b34a8e3b (commit)
via d2448c697f9a86ad83e81590c1074b590767f1d0 (commit)
via 68923685eaaa61b97d9d3642599c314c09763b5e (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 (eb1d1f977372f76c66fa2d2ea89ba6ddac3acf5a)
\
N -- N -- N (313143b312c60ac9b858ccf55e8f38f2db87081b)
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/osmo-bts/commit/?id=313143b312c60ac9b858ccf55e8f38f…
commit 313143b312c60ac9b858ccf55e8f38f2db87081b
Author: Alexander Chemeris <Alexander.Chemeris(a)gmail.com>
Date: Tue Jun 30 22:34:42 2015 -0400
hack: 2nd sector BTS. Needs code cleanup and more testing.
-----------------------------------------------------------------------
Summary of changes:
configure.ac | 2 +-
debian/autoreconf | 1 +
debian/changelog | 5 +
debian/compat | 1 +
debian/control | 22 ++
debian/copyright | 39 ++
debian/docs | 1 +
debian/osmo-bts.default | 2 +
debian/osmo-bts.dirs | 3 +
debian/osmo-bts.examples | 1 +
debian/osmo-bts.init | 152 ++++++++
debian/osmo-bts.install | 1 +
debian/rules | 32 ++
debian/source/format | 1 +
include/openbsc/gsm_data_shared.h | 789 ++++++++++++++++++++++++++++++++++++++
src/common/gsm_data_shared.c | 522 ++++++++++++++++++++++++-
16 files changed, 1572 insertions(+), 2 deletions(-)
create mode 100644 debian/autoreconf
create mode 100644 debian/changelog
create mode 100644 debian/compat
create mode 100644 debian/control
create mode 100644 debian/copyright
create mode 100644 debian/docs
create mode 100644 debian/osmo-bts.default
create mode 100644 debian/osmo-bts.dirs
create mode 100644 debian/osmo-bts.examples
create mode 100755 debian/osmo-bts.init
create mode 100644 debian/osmo-bts.install
create mode 100755 debian/rules
create mode 100644 debian/source/format
create mode 100644 include/openbsc/gsm_data_shared.h
hooks/post-receive
--
Osmocom BTS-side code (Abis, scheduling, ...)
This 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, achemeris/loopback has been updated
discards 0ad55510642e32752d8f265bff42028537cfe5a2 (commit)
discards 7cd7f8aa4d7ce5aecd015f0482237aed4d463332 (commit)
discards 370760f77721a171ec35dbff4532fcb5dcaeecd6 (commit)
discards 7dc52db3c159b8a2c36af04ab189be73c3229a75 (commit)
discards aad5bbffb11a1f919da8e4c0b79cea99b90d7f97 (commit)
discards 7ea565c40e440902e53a5f127103925206b05835 (commit)
discards 32d4afb4033b9912ab1c49767436cdd8d275a934 (commit)
discards a3cd829c9ae3660c7a0ff2cbd2a91042cfa0e5b1 (commit)
discards 66e94045a1ed2075cf02a7c9ea89aecc1f89f704 (commit)
via ecb861822ef75248618508ad8dcb9dd5cd3082e5 (commit)
via b2d07bc0845c834df9f95d29fa69fe414e41f071 (commit)
via 19a84badef3c4d18de6ba31e2652bbcbbfaae45f (commit)
via 8ae3f5fb3202dd1bb6fbbe67c19e088831c6d899 (commit)
via 7821f2fa4c0a0d6155ba5bc762fe14cb0311efed (commit)
via 4fdac6ab5ec0f0c1fc13dd1b651aa4b5b9f7ae04 (commit)
via 5b817423010c80846f3fbf05e9d8363e8abb7a59 (commit)
via 89cebb5afb08b01472be5b6bf59407784b17f82f (commit)
via eb733e6b6f3cd02cbd01960ca2959f999ddf35ee (commit)
via 5bb48d0c75fee2b2d4965a0a282f7daf8e711e38 (commit)
via 82b4fbd5071ac4065455dea391bba4949a5f9f38 (commit)
via f2f20ad82a41466d5db3796feac77ff43f9ef498 (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 (0ad55510642e32752d8f265bff42028537cfe5a2)
\
N -- N -- N (ecb861822ef75248618508ad8dcb9dd5cd3082e5)
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/osmo-bts/commit/?id=ecb861822ef75248618508ad8dcb9dd…
commit ecb861822ef75248618508ad8dcb9dd5cd3082e5
Author: Alexander Chemeris <Alexander.Chemeris(a)gmail.com>
Date: Mon Jun 15 00:40:27 2015 -0400
trx: fix potential use of uninitialized toa variable.
Not really a bug, as we're smart about it down the stream, but it's better to
be strict here as well.
http://cgit.osmocom.org/osmo-bts/commit/?id=b2d07bc0845c834df9f95d29fa69fe4…
commit b2d07bc0845c834df9f95d29fa69fe414e41f071
Author: Alexander Chemeris <Alexander.Chemeris(a)gmail.com>
Date: Mon Jun 15 00:33:37 2015 -0400
trx: Send POWERON/OFF commands to osmo-bts only for the first channel.
osmo-trx never supported separate power control for trx's, but now it started
to be more strict about it.
http://cgit.osmocom.org/osmo-bts/commit/?id=19a84badef3c4d18de6ba31e2652bbc…
commit 19a84badef3c4d18de6ba31e2652bbcbbfaae45f
Author: Alexander Chemeris <Alexander.Chemeris(a)gmail.com>
Date: Sun Jun 14 23:49:16 2015 -0400
HACK: Do not discard GSM-FR frames with bad CRC.
http://cgit.osmocom.org/osmo-bts/commit/?id=8ae3f5fb3202dd1bb6fbbe67c19e088…
commit 8ae3f5fb3202dd1bb6fbbe67c19e088831c6d899
Author: Alexander Chemeris <Alexander.Chemeris(a)gmail.com>
Date: Wed Jun 10 00:47:13 2015 -0400
trx: Support "bad burst" frames coming from osmo-trx.
Todo: We should actually send command to enable this mode in osmo-trx.
http://cgit.osmocom.org/osmo-bts/commit/?id=7821f2fa4c0a0d6155ba5bc762fe14c…
commit 7821f2fa4c0a0d6155ba5bc762fe14cb0311efed
Author: Alexander Chemeris <Alexander.Chemeris(a)gmail.com>
Date: Wed Jun 10 00:45:08 2015 -0400
trx: Process undecodable frames coming from osmo-trx.
The purpose is to support RSSI measurements even when we can't decode a burst.
This commit also cleans up and abstracts some of the code in scheduler.c
http://cgit.osmocom.org/osmo-bts/commit/?id=4fdac6ab5ec0f0c1fc13dd1b651aa4b…
commit 4fdac6ab5ec0f0c1fc13dd1b651aa4b5b9f7ae04
Author: Alexander Chemeris <Alexander.Chemeris(a)gmail.com>
Date: Sun Jun 14 23:52:57 2015 -0400
vty: Add commands to manually activate/deactivate a channel.
http://cgit.osmocom.org/osmo-bts/commit/?id=5b817423010c80846f3fbf05e9d8363…
commit 5b817423010c80846f3fbf05e9d8363e8abb7a59
Author: Alexander Chemeris <Alexander.Chemeris(a)gmail.com>
Date: Sun Jun 14 23:52:27 2015 -0400
l1sap: Fix use-after-free in loopback mode.
http://cgit.osmocom.org/osmo-bts/commit/?id=89cebb5afb08b01472be5b6bf594077…
commit 89cebb5afb08b01472be5b6bf59407784b17f82f
Author: Alexander Chemeris <Alexander.Chemeris(a)gmail.com>
Date: Fri Jun 5 01:07:21 2015 -0400
DEBUG: Bump log levels for messages useful for LOOPBACK debugging.
http://cgit.osmocom.org/osmo-bts/commit/?id=eb733e6b6f3cd02cbd01960ca2959f9…
commit eb733e6b6f3cd02cbd01960ca2959f999ddf35ee
Author: Alexander Chemeris <Alexander.Chemeris(a)gmail.com>
Date: Fri Jun 5 01:05:59 2015 -0400
trx: Add debug message about a successfully decoded FR frame.
-----------------------------------------------------------------------
Summary of changes:
configure.ac | 2 +-
debian/autoreconf | 1 +
debian/changelog | 5 +
debian/compat | 1 +
debian/control | 22 ++
debian/copyright | 39 ++
debian/docs | 1 +
debian/osmo-bts.default | 2 +
debian/osmo-bts.dirs | 3 +
debian/osmo-bts.examples | 1 +
debian/osmo-bts.init | 152 ++++++++
debian/osmo-bts.install | 1 +
debian/rules | 32 ++
debian/source/format | 1 +
include/openbsc/gsm_data_shared.h | 789 ++++++++++++++++++++++++++++++++++++++
src/common/gsm_data_shared.c | 522 ++++++++++++++++++++++++-
16 files changed, 1572 insertions(+), 2 deletions(-)
create mode 100644 debian/autoreconf
create mode 100644 debian/changelog
create mode 100644 debian/compat
create mode 100644 debian/control
create mode 100644 debian/copyright
create mode 100644 debian/docs
create mode 100644 debian/osmo-bts.default
create mode 100644 debian/osmo-bts.dirs
create mode 100644 debian/osmo-bts.examples
create mode 100755 debian/osmo-bts.init
create mode 100644 debian/osmo-bts.install
create mode 100755 debian/rules
create mode 100644 debian/source/format
create mode 100644 include/openbsc/gsm_data_shared.h
hooks/post-receive
--
Osmocom BTS-side code (Abis, scheduling, ...)
This 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, achemeris/loopback has been updated
discards 2c060ab9ad4a8a018784236487168f2ac468160e (commit)
discards cfe6649d724409090f862cba5d657ce4a319a4b2 (commit)
discards 90fb92cb57526c6cb8867935df89b2e91929f1cf (commit)
discards e1b76f598ef80ea6397cd532ee58f65bdad1c02a (commit)
discards 825811ebf508d29d6c69e9079e390e40942b4cbf (commit)
discards f4076e1291f7af76ad6c1a7b47ee48e68e1f0766 (commit)
discards 99a213d34e528927de320e0e57e6ab5dc0ed59aa (commit)
discards 36de62b2b4cc2016f809cd7f5347aec6518f6810 (commit)
discards 771f09c378f0a008bd69ad25bbaab66360404b19 (commit)
discards 9c5cd51116ff2257ae27e31362085ffe6e9acd6e (commit)
discards c3bbf75524836c28c4eb1bf91f04409dab8beb01 (commit)
discards 073bfb2e594a99c69b96300c2fe68ec01932d7e9 (commit)
discards d32949931e1125810551525484c5cdeabe8cd41b (commit)
via 0ad55510642e32752d8f265bff42028537cfe5a2 (commit)
via 7cd7f8aa4d7ce5aecd015f0482237aed4d463332 (commit)
via 370760f77721a171ec35dbff4532fcb5dcaeecd6 (commit)
via 7dc52db3c159b8a2c36af04ab189be73c3229a75 (commit)
via aad5bbffb11a1f919da8e4c0b79cea99b90d7f97 (commit)
via 7ea565c40e440902e53a5f127103925206b05835 (commit)
via 32d4afb4033b9912ab1c49767436cdd8d275a934 (commit)
via a3cd829c9ae3660c7a0ff2cbd2a91042cfa0e5b1 (commit)
via 66e94045a1ed2075cf02a7c9ea89aecc1f89f704 (commit)
via cefa52b42170032b2f2d6eca1ff63cb7d8030040 (commit)
via c35c0cd6c8b055f9487661751866f437b34a8e3b (commit)
via d2448c697f9a86ad83e81590c1074b590767f1d0 (commit)
via 68923685eaaa61b97d9d3642599c314c09763b5e (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 (2c060ab9ad4a8a018784236487168f2ac468160e)
\
N -- N -- N (0ad55510642e32752d8f265bff42028537cfe5a2)
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/osmo-bts/commit/?id=0ad55510642e32752d8f265bff42028…
commit 0ad55510642e32752d8f265bff42028537cfe5a2
Author: Alexander Chemeris <Alexander.Chemeris(a)gmail.com>
Date: Mon Jun 15 00:40:27 2015 -0400
trx: fix potential use of uninitialized toa variable.
Not really a bug, as we're smart about it down the stream, but it's better to
be strict here as well.
http://cgit.osmocom.org/osmo-bts/commit/?id=7cd7f8aa4d7ce5aecd015f0482237ae…
commit 7cd7f8aa4d7ce5aecd015f0482237aed4d463332
Author: Alexander Chemeris <Alexander.Chemeris(a)gmail.com>
Date: Mon Jun 15 00:33:37 2015 -0400
trx: Send POWERON/OFF commands to osmo-bts only for the first channel.
osmo-trx never supported separate power control for trx's, but now it started
to be more strict about it.
http://cgit.osmocom.org/osmo-bts/commit/?id=370760f77721a171ec35dbff4532fcb…
commit 370760f77721a171ec35dbff4532fcb5dcaeecd6
Author: Alexander Chemeris <Alexander.Chemeris(a)gmail.com>
Date: Sun Jun 14 23:49:16 2015 -0400
HACK: Do not discard GSM-FR frames with bad CRC.
http://cgit.osmocom.org/osmo-bts/commit/?id=7dc52db3c159b8a2c36af04ab189be7…
commit 7dc52db3c159b8a2c36af04ab189be73c3229a75
Author: Alexander Chemeris <Alexander.Chemeris(a)gmail.com>
Date: Wed Jun 10 00:47:13 2015 -0400
trx: Support "bad burst" frames coming from osmo-trx.
Todo: We should actually send command to enable this mode in osmo-trx.
http://cgit.osmocom.org/osmo-bts/commit/?id=aad5bbffb11a1f919da8e4c0b79cea9…
commit aad5bbffb11a1f919da8e4c0b79cea99b90d7f97
Author: Alexander Chemeris <Alexander.Chemeris(a)gmail.com>
Date: Wed Jun 10 00:45:08 2015 -0400
trx: Process undecodable frames coming from osmo-trx.
The purpose is to support RSSI measurements even when we can't decode a burst.
This commit also cleans up and abstracts some of the code in scheduler.c
http://cgit.osmocom.org/osmo-bts/commit/?id=7ea565c40e440902e53a5f127103925…
commit 7ea565c40e440902e53a5f127103925206b05835
Author: Alexander Chemeris <Alexander.Chemeris(a)gmail.com>
Date: Sun Jun 14 23:52:57 2015 -0400
vty: Add commands to manually activate/deactivate a channel.
http://cgit.osmocom.org/osmo-bts/commit/?id=32d4afb4033b9912ab1c49767436cdd…
commit 32d4afb4033b9912ab1c49767436cdd8d275a934
Author: Alexander Chemeris <Alexander.Chemeris(a)gmail.com>
Date: Sun Jun 14 23:52:27 2015 -0400
l1sap: Fix use-after-free in loopback mode.
http://cgit.osmocom.org/osmo-bts/commit/?id=a3cd829c9ae3660c7a0ff2cbd2a9104…
commit a3cd829c9ae3660c7a0ff2cbd2a91042cfa0e5b1
Author: Alexander Chemeris <Alexander.Chemeris(a)gmail.com>
Date: Fri Jun 5 01:07:21 2015 -0400
DEBUG: Bump log levels for messages useful for LOOPBACK debugging.
http://cgit.osmocom.org/osmo-bts/commit/?id=66e94045a1ed2075cf02a7c9ea89aec…
commit 66e94045a1ed2075cf02a7c9ea89aecc1f89f704
Author: Alexander Chemeris <Alexander.Chemeris(a)gmail.com>
Date: Fri Jun 5 01:05:59 2015 -0400
trx: Add debug message about a successfully decoded FR frame.
-----------------------------------------------------------------------
Summary of changes:
hooks/post-receive
--
Osmocom BTS-side code (Abis, scheduling, ...)