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 a8bf666a099ecc7bb8436f31b7f30e246ef50015 (commit)
via cb5a969a4548ec70ff16a74aa834cb5ebf50dc0a (commit)
via 450714b19cb5cc5ac9f630e30058ff1469f76f83 (commit)
from 43c763f5af1dc2e21f0b092019d1e1a0f3851075 (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=a8bf666a099ecc7bb8436f31b7f30e2…
commit a8bf666a099ecc7bb8436f31b7f30e246ef50015
Author: Harald Welte <laforge(a)gnumonks.org>
Date: Sun May 28 16:00:36 2017 +0200
sysmobts: Re-order the bit-endianness of every HR codec parameter
The so-called "RTP mode" of the DSP contains a bug on all firmware
versions < 5.3.3 which causes the bit-order within each of the
non-aligned codec parameters to be wrong. Introduce a function
originally written by Sylvain Munaut during 32C3 in
http://git.osmocom.org/openbsc/commit/?h=sylvain/32c3_codec&id=5b4a16bbe93a…
to bring the bits into [the correct] order.
This has never been seen in a "pure sysmoBTS" setup, as all BTSs would
use the same (wrong) bit-ordering and thus interoperate. This patch now
checks for an affected DSP firmware version and then jumbles (old DSP
firmware version) or does nothing (new DSP firmware version).
Change-Id: Ia0eee4f514fb8fd81c052bb44a4facba898d6afb
Closes: SYS#2452
http://cgit.osmocom.org/osmo-bts/commit/?id=cb5a969a4548ec70ff16a74aa834cb5…
commit cb5a969a4548ec70ff16a74aa834cb5ebf50dc0a
Author: Harald Welte <laforge(a)gnumonks.org>
Date: Sun May 28 16:00:14 2017 +0200
l1_if: Add inline functions to check dsp/fgpa version at runtime
Change-Id: Iddae9c8de33aca6663dca77908fa4852ad704ce9
http://cgit.osmocom.org/osmo-bts/commit/?id=450714b19cb5cc5ac9f630e30058ff1…
commit 450714b19cb5cc5ac9f630e30058ff1469f76f83
Author: Harald Welte <laforge(a)gnumonks.org>
Date: Sat May 27 14:15:39 2017 +0200
vty: Remove command for manual channel activation/deactivation
OsmoBTS won't run without being connected to a BSC. The BTS wouldn't
start to transmit if the BSC doesn't properly initialize it. So if we
want to activate some channels manually for testing, we should do so
from the BSC, and not inside the BTS code. Doing this in the BTS means
that the BSC is not aware of it and might want to use that channel for
something else meanwhile.
Osmo{BSC,NITB} has gained ability to manually activate a channel from
the VTY in Change-Id I44fc3904678eb48bd3ab1a3da8c0c265fa082e0d as can be
seen at https://gerrit.osmocom.org/2759
So let's remove the old/obsoleted code here.
Change-Id: I7ba0301b55cc283aa6a441899f84357e28a97321
-----------------------------------------------------------------------
Summary of changes:
src/common/vty.c | 60 ----------------------------------------------
src/osmo-bts-sysmo/l1_if.c | 3 +++
src/osmo-bts-sysmo/l1_if.h | 16 +++++++++++++
src/osmo-bts-sysmo/tch.c | 59 ++++++++++++++++++++++++++++++++++++++++-----
4 files changed, 72 insertions(+), 66 deletions(-)
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 43c763f5af1dc2e21f0b092019d1e1a0f3851075 (commit)
via 440930be441bfaf154ffa0cf868fa843194f9f62 (commit)
via 05ba5c2a1039172b47860db85427cca6e78646bb (commit)
from 3f97e4b1fcdc788345ab7740bd4fb8a3d73f5526 (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=43c763f5af1dc2e21f0b092019d1e1a…
commit 43c763f5af1dc2e21f0b092019d1e1a0f3851075
Author: Harald Welte <laforge(a)gnumonks.org>
Date: Sat May 27 11:15:17 2017 +0200
osmo-bts-trx: Remove duplicate parsing of NM_ATT_CONN_FAIL_CRIT
For some reason, osmo-bts-trx did another take at parsing
NM_ATT_CONN_FAIL_CRIT and storing the second octet in
btsb->radio_link_timeout, just like the generic code already does in
oml_rx_set_bts_attr(), but without proper checking and any error
message. Let's remove it.
Change-Id: Idb0179e1443c0b5a97e59919dba684a001e90192
http://cgit.osmocom.org/osmo-bts/commit/?id=440930be441bfaf154ffa0cf868fa84…
commit 440930be441bfaf154ffa0cf868fa843194f9f62
Author: Harald Welte <laforge(a)gnumonks.org>
Date: Sat May 27 11:11:19 2017 +0200
l1sap.c: Add spec reference to link timeout implementation
Change-Id: Ia95635a4350624b30f2b352e30ee39f856945670
http://cgit.osmocom.org/osmo-bts/commit/?id=05ba5c2a1039172b47860db85427cca…
commit 05ba5c2a1039172b47860db85427cca6e78646bb
Author: Harald Welte <laforge(a)gnumonks.org>
Date: Sat May 27 11:09:06 2017 +0200
Consistently check for minimum attribute/TLV length in RSL and OML
Make more use of TLVP_PRES_LEN() instead of plain TLVP_PRESENT() and
implicitly assuming a certain length of the information element.
What this obviously doesn't introduce is some kind of error
generation/reporting in case the minimum length is not fulfilled. An IE
that's too small is silently ignored by TLVP_PRES_LEN() and treated as
if the IE wouldn't exist in the first place.
Change-Id: If5c4eee65711c49bc8ba4675221b1d5fd16198e9
-----------------------------------------------------------------------
Summary of changes:
src/common/l1sap.c | 4 +++-
src/common/oml.c | 42 +++++++++++++++++++++---------------------
src/common/rsl.c | 16 ++++++++--------
src/osmo-bts-litecell15/oml.c | 3 +--
src/osmo-bts-sysmo/oml.c | 3 +--
src/osmo-bts-trx/l1_if.c | 5 -----
6 files changed, 34 insertions(+), 39 deletions(-)
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, pablo/talloc has been deleted
was dea6d82b2c070153bbb1ce52c5d0d9615f816fc8
-----------------------------------------------------------------------
dea6d82b2c070153bbb1ce52c5d0d9615f816fc8 src: use standalone libtalloc
-----------------------------------------------------------------------
hooks/post-receive
--
The OpenBSC GSM Base Station Controller (+MSC/HLR/SGSN)
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 3f97e4b1fcdc788345ab7740bd4fb8a3d73f5526 (commit)
from 538475259cb7c86225c2e1f582ef5f64c69d20ca (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=3f97e4b1fcdc788345ab7740bd4fb8a…
commit 3f97e4b1fcdc788345ab7740bd4fb8a3d73f5526
Author: Philipp Maier <pmaier(a)sysmocom.de>
Date: Mon May 29 18:09:25 2017 +0200
osmo-bts-sysmo: Include frame number in MEAS IND
l1_if.c does not generate struct osmo_phsap_prim l1sap properly.
The (logical) frame number is not included in this struct. This
renders the logic that processes the reported measurements non
functional, since the logic (see measurement.c) is no longer
able to detect the end of the measurement period.
This commit fixes the problem by adding the missing frame number
to the l1sap structure.
Change-Id: I2bab40c30d727395eb3096026810917407419cd7
-----------------------------------------------------------------------
Summary of changes:
src/osmo-bts-sysmo/l1_if.c | 9 +++++++--
1 file changed, 7 insertions(+), 2 deletions(-)
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, laforge/vlr_3G_sigtran has been deleted
was 256a0a6960ae4020560f1662a4c15f03e7c70cf7
-----------------------------------------------------------------------
256a0a6960ae4020560f1662a4c15f03e7c70cf7 WIP: Port to new libosmo-sigtran API (with proper M3UA for Iuh)
-----------------------------------------------------------------------
hooks/post-receive
--
The OpenBSC GSM Base Station Controller (+MSC/HLR/SGSN)
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, laforge/pending has been deleted
was 304465ffbcc7fc4dcaa838944bbe1c958804b42a
-----------------------------------------------------------------------
304465ffbcc7fc4dcaa838944bbe1c958804b42a WIP: Introduce libvlr
-----------------------------------------------------------------------
hooks/post-receive
--
The OpenBSC GSM Base Station Controller (+MSC/HLR/SGSN)
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, laforge/msc-split has been deleted
was c357307267f8becaee1c85724156595ee0de732e
-----------------------------------------------------------------------
c357307267f8becaee1c85724156595ee0de732e gsm_04_08.c: Don't set msg->lchan nor msg->dst
-----------------------------------------------------------------------
hooks/post-receive
--
The OpenBSC GSM Base Station Controller (+MSC/HLR/SGSN)
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, laforge/gprs-iu has been deleted
was a1c278af3fbcc79fa1c458026f6aef94cdc23aba
-----------------------------------------------------------------------
a1c278af3fbcc79fa1c458026f6aef94cdc23aba remove dead code from Makefile.am
-----------------------------------------------------------------------
hooks/post-receive
--
The OpenBSC GSM Base Station Controller (+MSC/HLR/SGSN)
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, laforge/early-cm has been deleted
was 211c0f6ab1bfdfdd770910f6087bd687bc798229
-----------------------------------------------------------------------
211c0f6ab1bfdfdd770910f6087bd687bc798229 Implement VTY configuration to control Early Classmark Sending
-----------------------------------------------------------------------
hooks/post-receive
--
The OpenBSC GSM Base Station Controller (+MSC/HLR/SGSN)
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, laforge/dyn_pdch has been deleted
was 33b153449be2896fe86bc7b91d46a70aab806eae
-----------------------------------------------------------------------
33b153449be2896fe86bc7b91d46a70aab806eae GPRS / ip.access: Add dynamic PDCH / TCH/F channel switching
-----------------------------------------------------------------------
hooks/post-receive
--
The OpenBSC GSM Base Station Controller (+MSC/HLR/SGSN)