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, master has been updated
via 724412a49aa86ec2d2836d9ea9da0a9ce46d665c (commit)
from f0d6d6ba02eb79c2b42d0755372b773684c1f7cf (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=724412a49aa86ec2d2836d9ea9da0a9…
commit 724412a49aa86ec2d2836d9ea9da0a9ce46d665c
Author: Max <msuraev(a)sysmocom.de>
Date: Wed Jun 22 16:30:23 2016 +0200
Clarify logging message
Change-Id: I3c7be592f4cbdd553f07c4a7084478706a7bd644
Related: OS#1648
-----------------------------------------------------------------------
Summary of changes:
src/osmo-bts-trx/trx_if.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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, master has been updated
via f0d6d6ba02eb79c2b42d0755372b773684c1f7cf (commit)
via dd084e6e57ee31ae260e8fc16d33e55cff0feeec (commit)
from 61372a20de695a151611753689ee9a3018b101f6 (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=f0d6d6ba02eb79c2b42d0755372b773…
commit f0d6d6ba02eb79c2b42d0755372b773684c1f7cf
Author: Max <msuraev(a)sysmocom.de>
Date: Tue Jun 21 17:52:01 2016 +0200
Use error values instead of number for RSL error
Change-Id: I0aa695c42a4399828fb8e9c08c905870175b7149
http://cgit.osmocom.org/osmo-bts/commit/?id=dd084e6e57ee31ae260e8fc16d33e55…
commit dd084e6e57ee31ae260e8fc16d33e55cff0feeec
Author: Max <msuraev(a)sysmocom.de>
Date: Tue Jun 21 13:14:27 2016 +0200
Use libosmocodec functions for AMR
Switch to using libosmocodec functions as a preparation step for DTX
support as they expose necessary bits.
Change-Id: Ie7423032fd06779d78876182ee63538d98906328
Related: OS#1750
-----------------------------------------------------------------------
Summary of changes:
src/common/rsl.c | 4 +-
src/osmo-bts-trx/Makefile.am | 4 +-
src/osmo-bts-trx/amr.c | 81 ----------------------------------------
src/osmo-bts-trx/amr.h | 8 ----
src/osmo-bts-trx/scheduler_trx.c | 35 +++++++++--------
5 files changed, 23 insertions(+), 109 deletions(-)
delete mode 100644 src/osmo-bts-trx/amr.c
delete mode 100644 src/osmo-bts-trx/amr.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 "OpenBTS' transceiver retro-fit".
The branch, master has been updated
via 37c52c79cf915fcbbf5cc932429d8a5c3a15a8d1 (commit)
via 58e9591f9e491335f2be7099b38b4c4b828c2ad4 (commit)
via 19174f581bcfe09e84cbfe60d7b3240b9c56989c (commit)
via 1ba69e7762327b565b222b9920728de7d3910d40 (commit)
via f931cf226b3ce7a4133f3a49599d4c85a152466f (commit)
via e476231deb9212c58e3effa656c69d136f19070b (commit)
from e90c24c8d52349094e7f6dc11b9ea86a1f611b00 (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=37c52c79cf915fcbbf5cc932429d8a5…
commit 37c52c79cf915fcbbf5cc932429d8a5c3a15a8d1
Author: Alexander Chemeris <Alexander.Chemeris(a)gmail.com>
Date: Fri Mar 25 18:28:34 2016 +0300
transceiver: Add an option to emulate a RACH delay in random filler mode.
Signed-off-by: Tom Tsou <tom.tsou(a)ettus.com>
http://cgit.osmocom.org/osmo-trx/commit/?id=58e9591f9e491335f2be7099b38b4c4…
commit 58e9591f9e491335f2be7099b38b4c4b828c2ad4
Author: Alexander Chemeris <Alexander.Chemeris(a)gmail.com>
Date: Fri Mar 25 18:20:28 2016 +0300
transceiver: Log channel number in DEBUG output of demoded bursts.
Signed-off-by: Tom Tsou <tom.tsou(a)ettus.com>
http://cgit.osmocom.org/osmo-trx/commit/?id=19174f581bcfe09e84cbfe60d7b3240…
commit 19174f581bcfe09e84cbfe60d7b3240b9c56989c
Author: Alexander Chemeris <Alexander.Chemeris(a)gmail.com>
Date: Sat Jun 18 11:16:54 2016 +0300
radioInterface: Initialize power scale with a meaningful default.
Right now if you forget to send "POWER" control command, osmo-trx
will transmitt zeros. This is counter-intuitive and I've spent several
hours debugging this "issue". The issue may happen easily, because
osmo-bts doesn't send "POWER" command if there is no "power" setting
in the configuration file. Given that "POWER" command actually sets
attenuation, it's percieved as optional and in absence of it should
default to "POWER 0" (no attenuation), which translates to power
scale being 1.0.
Signed-off-by: Tom Tsou <tom.tsou(a)ettus.com>
http://cgit.osmocom.org/osmo-trx/commit/?id=1ba69e7762327b565b222b9920728de…
commit 1ba69e7762327b565b222b9920728de7d3910d40
Author: Alexander Chemeris <Alexander.Chemeris(a)gmail.com>
Date: Sat Jun 18 10:50:11 2016 +0300
uhd: Fix comment.
It's osmo-trx, not OpenBTS anymore.
Signed-off-by: Tom Tsou <tom.tsou(a)ettus.com>
http://cgit.osmocom.org/osmo-trx/commit/?id=f931cf226b3ce7a4133f3a49599d4c8…
commit f931cf226b3ce7a4133f3a49599d4c85a152466f
Author: Alexander Chemeris <Alexander.Chemeris(a)gmail.com>
Date: Sat Jun 18 10:42:33 2016 +0300
radioDevice: GSMRATE macro must have parentheses around its definition.
So we had the following define:
#define GSMRATE 1625e3/6
Now, I wanted to use it in the following expression:
3.0/GSMRATE
which turns into:
3.0/1625e3/6
while what I really wanted is:
3.0/(1625e3/6) = 3.0/1625e3*6
To avoid this, all macros with calculations must be enclosed in parentheses.
Signed-off-by: Tom Tsou <tom.tsou(a)ettus.com>
http://cgit.osmocom.org/osmo-trx/commit/?id=e476231deb9212c58e3effa656c69d1…
commit e476231deb9212c58e3effa656c69d136f19070b
Author: Alexander Chemeris <Alexander.Chemeris(a)gmail.com>
Date: Fri Apr 29 14:05:59 2016 +0300
makefile: Fix build from an external path.
When you build from an external path, compiler can't find convert.h
include, because it was specified relative to the current directory.
Change this to specify the include dit relative to the Makefile
location.
Signed-off-by: Tom Tsou <tom.tsou(a)ettus.com>
-----------------------------------------------------------------------
Summary of changes:
Transceiver52M/Makefile.am | 2 +-
Transceiver52M/Transceiver.cpp | 13 +++++++------
Transceiver52M/Transceiver.h | 6 +++---
Transceiver52M/UHDDevice.cpp | 2 +-
Transceiver52M/osmo-trx.cpp | 17 +++++++++++++----
Transceiver52M/radioDevice.h | 2 +-
Transceiver52M/radioInterface.cpp | 2 ++
Transceiver52M/sigProcLib.cpp | 18 ++++++++++++------
Transceiver52M/sigProcLib.h | 2 +-
Transceiver52M/x86/Makefile.am | 2 +-
10 files changed, 42 insertions(+), 24 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 "UNNAMED PROJECT".
The branch, users/pravin/epdan_profiling has been created
at 0a918983f384c5326f7c4d1ac33d3d84e6a9635e (commit)
- Log -----------------------------------------------------------------
http://cgit.osmocom.org/radisys/osmo-pcu/commit/?id=0a918983f384c5326f7c4d1…
commit 0a918983f384c5326f7c4d1ac33d3d84e6a9635e
Author: pravin <pravin.manoharan(a)radisys.com>
Date: Wed Jun 22 11:02:33 2016 +0530
Add test case for decompression profiling
Add test case to collect the decompression profiling data
and to compare tree based algorithm with existing algorithm.
note:tbf test suite fails due to log comparison failure.
For getting the profiling data gettimeofday is used and timing
varies during each iterations.
http://cgit.osmocom.org/radisys/osmo-pcu/commit/?id=624471e6726335725a31108…
commit 624471e6726335725a311081134ac9c6bbb32d99
Author: pravin <pravin.manoharan(a)radisys.com>
Date: Wed Jun 22 10:52:19 2016 +0530
Add EPDAN decoding by tree based Algorithm
Implemented tree based algorithm to decode compressed bitmap in EPDAN.
This algorithm intends to improve the performance over existing method.
-----------------------------------------------------------------------
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, master has been updated
via e90c24c8d52349094e7f6dc11b9ea86a1f611b00 (commit)
from 3b093bb13ba04f03f1f078b986524eacb7d4a3f1 (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=e90c24c8d52349094e7f6dc11b9ea86…
commit e90c24c8d52349094e7f6dc11b9ea86a1f611b00
Author: Tom Tsou <tom.tsou(a)ettus.com>
Date: Tue Jun 21 16:14:39 2016 -0700
sigproc: Expand RACH, TSC, and EDGE correlation windows
Slightly widen the search range to accommodate timing jitter
on certain classes of devices. The expanded range minimizes
the possibility of missing bursts that arrive too early or
too late due to timing error.
Signed-off-by: Tom Tsou <tom.tsou(a)ettus.com>
-----------------------------------------------------------------------
Summary of changes:
Transceiver52M/sigProcLib.cpp | 20 ++++++++++----------
1 file changed, 10 insertions(+), 10 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 "Osmocom BTS-side code (Abis, scheduling, ...)".
The branch, neels/pending3 has been created
at 740f28ef13c332386580ccd988099afac068952e (commit)
- Log -----------------------------------------------------------------
http://cgit.osmocom.org/osmo-bts/commit/?id=740f28ef13c332386580ccd988099af…
commit 740f28ef13c332386580ccd988099afac068952e
Author: Neels Hofmeyr <neels(a)hofmeyr.de>
Date: Tue Jun 21 19:49:44 2016 +0200
vty: install orphaned trx nominal power command
The cfg_trx_nominal_power_cmd added 12 days ago in
58e4e18206501c3bffa65f0b876bbc5ebe175d6e was floating.
Actually add it to the TRX_NODE.
Change-Id: I89d638b2e2bb1fb9baeabe566035ff171f4bfad0
-----------------------------------------------------------------------
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, neels/pending2 has been created
at 3ee8e7449b124ab986e88d9676dcb3fcb4bfa5ed (commit)
- Log -----------------------------------------------------------------
http://cgit.osmocom.org/osmo-bts/commit/?id=3ee8e7449b124ab986e88d9676dcb3f…
commit 3ee8e7449b124ab986e88d9676dcb3fcb4bfa5ed
Author: Neels Hofmeyr <neels(a)hofmeyr.de>
Date: Tue Jun 21 19:45:01 2016 +0200
fix compiler warning: remove unused variable 'i' in calib_verify()
Change-Id: Iea6bc47182d021523285aea8d3f6a93ee4eec0eb
http://cgit.osmocom.org/osmo-bts/commit/?id=debdbeea5fd18846c221f38b16cd9d3…
commit debdbeea5fd18846c221f38b16cd9d3507b85a46
Author: Neels Hofmeyr <neels(a)hofmeyr.de>
Date: Tue Jun 21 19:44:33 2016 +0200
fix compiler warning: remove useless 'static' storage class for struct decl
Change-Id: I4d5d11dd89449e4c9315f963576265bccad7e68c
http://cgit.osmocom.org/osmo-bts/commit/?id=dfa88573fcf0f3c08f81cb2cc2174b8…
commit dfa88573fcf0f3c08f81cb2cc2174b810279fff6
Author: Neels Hofmeyr <neels(a)hofmeyr.de>
Date: Tue Jun 21 19:38:52 2016 +0200
fix compiler warnings: include bts_model.h in phy_link.c
The file calls bts_model_* API which was yet undeclared.
Change-Id: Ib6b30d125906c3abae518fb76da3a158885e3354
-----------------------------------------------------------------------
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, neels/pending1 has been created
at 812e747b4c9ac6972283a09c1659bb121114680b (commit)
- Log -----------------------------------------------------------------
http://cgit.osmocom.org/osmo-bts/commit/?id=812e747b4c9ac6972283a09c1659bb1…
commit 812e747b4c9ac6972283a09c1659bb121114680b
Author: Neels Hofmeyr <neels(a)hofmeyr.de>
Date: Tue Jun 21 19:41:30 2016 +0200
dyn PDCH: safeguard: exit if nothing pending in dyn_pdch_ts_disconnected()
The function would currently only be called in cases where one of the if
branches catches on, but for safety's and clarity's sake, don't ts_connect
using as_pchan if no reconnect is pending.
Change-Id: I52c34065254e902bb80662fc04540901b36cb4c3
-----------------------------------------------------------------------
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, neels/lc15_dyn_pdch_old_numbering has been created
at 636b2efe7e3636ee7cda6820ec222e3d4bd8067b (commit)
- Log -----------------------------------------------------------------
http://cgit.osmocom.org/osmo-bts/commit/?id=636b2efe7e3636ee7cda6820ec222e3…
commit 636b2efe7e3636ee7cda6820ec222e3d4bd8067b
Author: Neels Hofmeyr <neels(a)hofmeyr.de>
Date: Tue Jun 21 18:55:01 2016 +0200
Revert "LC15: Hardware changes:"
This reverts commit cbbce0be0965c3160c4916384c3d3d5303c57ae2.
-----------------------------------------------------------------------
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 "The OpenBSC GSM Base Station Controller (+MSC/HLR/SGSN)".
The branch, neels/dyn_pdch has been updated
discards ae9ab795c02b7c2fd78e102c287a1a9e21a1850d (commit)
discards 7193972d0c5b7c13d25c46579013a3cdfb054430 (commit)
discards 06c4028db03d400d2c48099b7d1ad0980518c37c (commit)
discards de2aa9758331c30ccf73c010f3f07d47c14eb0bc (commit)
discards 8a290db39102128e763f488a2f6255655d58aed6 (commit)
discards 9c2221c60dfd4a648b079f05aeca99cd62c2a8a7 (commit)
via 82c8f75f7118f9be3550ee1d35914376eab22211 (commit)
via 241bda03b4017fa4ac2a38ad9f37685bfbc81ee7 (commit)
via 29048b2a80b5865ffc41fa4401113c5826227e23 (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 (ae9ab795c02b7c2fd78e102c287a1a9e21a1850d)
\
N -- N -- N (82c8f75f7118f9be3550ee1d35914376eab22211)
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/openbsc/commit/?id=82c8f75f7118f9be3550ee1d35914376…
commit 82c8f75f7118f9be3550ee1d35914376eab22211
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Tue Jun 21 20:55:14 2016 +0200
dyn PDCH: enable PDCH only after release due to error
In rsl_rx_rf_chan_rel_ack(), only activate PDCH when in NONE state.
For the case of REL_ERR state, do the PDCH activation in the error timeout
callback after T3111 is done.
Change-Id: I4c55479b252a12039bb3d8c30a9cbf0199ca410e
-----------------------------------------------------------------------
Summary of changes:
openbsc/include/openbsc/gsm_data_shared.h | 1 -
openbsc/src/libbsc/abis_rsl.c | 27 ++++++++++++---------------
openbsc/src/libbsc/bsc_vty.c | 7 ++-----
openbsc/src/libbsc/chan_alloc.c | 24 +-----------------------
openbsc/src/libcommon/gsm_data_shared.c | 13 ++-----------
openbsc/src/osmo-bsc_mgcp/Makefile.am | 2 +-
openbsc/src/utils/Makefile.am | 2 +-
openbsc/tests/mgcp/Makefile.am | 8 +++++---
openbsc/tests/sgsn/sgsn_test.c | 2 +-
openbsc/tests/sgsn/sgsn_test.ok | 2 +-
openbsc/tests/smpp/Makefile.am | 2 +-
11 files changed, 27 insertions(+), 63 deletions(-)
hooks/post-receive
--
The OpenBSC GSM Base Station Controller (+MSC/HLR/SGSN)