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 "Small Hardware Projects".
The branch, master has been updated
via 6d45c43dc96c15623afceb666ece5b4d8dd1f422 (commit)
from 00d9e6923b303694891c5523d80c39cb49cf9618 (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-small-hardware/commit/?id=6d45c43dc96c15623afc…
commit 6d45c43dc96c15623afceb666ece5b4d8dd1f422
Author: Harald Welte <laforge(a)gnumonks.org>
Date: Sat Mar 25 01:56:28 2017 +0100
mpcie-breakout: move PCB specs to pcb subdirectory where they belong
-----------------------------------------------------------------------
Summary of changes:
mpcie-breakout/{ => pcb}/PI_P024051-SB.pdf | Bin
mpcie-breakout/{ => pcb}/PI_P024051.pdf | Bin
2 files changed, 0 insertions(+), 0 deletions(-)
rename mpcie-breakout/{ => pcb}/PI_P024051-SB.pdf (100%)
rename mpcie-breakout/{ => pcb}/PI_P024051.pdf (100%)
hooks/post-receive
--
Small Hardware Projects
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 "Small Hardware Projects".
The branch, master has been updated
via 00d9e6923b303694891c5523d80c39cb49cf9618 (commit)
from 2c15563524296125690fb2be084435edd81943ad (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-small-hardware/commit/?id=00d9e6923b303694891c…
commit 00d9e6923b303694891c5523d80c39cb49cf9618
Author: Harald Welte <laforge(a)gnumonks.org>
Date: Sat Mar 25 01:45:55 2017 +0100
import PCB and stencil specs for v3
-----------------------------------------------------------------------
Summary of changes:
mpcie-breakout/PI_P024051-SB.pdf | Bin 0 -> 80554 bytes
mpcie-breakout/PI_P024051.pdf | Bin 0 -> 829051 bytes
2 files changed, 0 insertions(+), 0 deletions(-)
create mode 100644 mpcie-breakout/PI_P024051-SB.pdf
create mode 100644 mpcie-breakout/PI_P024051.pdf
hooks/post-receive
--
Small Hardware Projects
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 4aa548f0c2da2c505624807b3b027eaccf5aa98a (commit)
via f9e78beea545aa207b7bd3f17a83dfa5787490d1 (commit)
from f0189c47beb4ccfbbbb805d324d2b7bcb1092653 (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=4aa548f0c2da2c505624807b3b027ea…
commit 4aa548f0c2da2c505624807b3b027eaccf5aa98a
Author: Alexander Chemeris <Alexander.Chemeris(a)gmail.com>
Date: Fri Mar 17 15:23:06 2017 -0700
sigProcLib: rename signalError type to SignalError.
Change-Id: I1a5ae6e87d4c69945053fdefec185d0fb1a26399
http://cgit.osmocom.org/osmo-trx/commit/?id=f9e78beea545aa207b7bd3f17a83dfa…
commit f9e78beea545aa207b7bd3f17a83dfa5787490d1
Author: Alexander Chemeris <Alexander.Chemeris(a)gmail.com>
Date: Fri Mar 17 15:00:34 2017 -0700
Move CorrType type from Transceiver to sigProcLib.
Required to move Transceiver::detectBurst to sigProcLib.
Change-Id: I3e0e74a98bbca4d19657f50a5fb447f078663c9b
-----------------------------------------------------------------------
Summary of changes:
Transceiver52M/Transceiver.cpp | 6 +++---
Transceiver52M/Transceiver.h | 9 ---------
Transceiver52M/sigProcLib.h | 11 ++++++++++-
3 files changed, 13 insertions(+), 13 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 "An utility library for Open Source Mobile Communications".
The branch, pmaier/aoip has been updated
discards 085f6c7f3fa28444148257c0c3e2b30d6c766b54 (commit)
discards bcdef5f792ef4d96ea3947ea09a1381bb34c2479 (commit)
discards e095f61adad58be85850edb15fec98b7da30de67 (commit)
via 9f2a1e8a815b72dd6478180079cfac4a35980c71 (commit)
via 642a17d04447a287ff142454cb974a942390e9fd (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 (085f6c7f3fa28444148257c0c3e2b30d6c766b54)
\
N -- N -- N (9f2a1e8a815b72dd6478180079cfac4a35980c71)
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=9f2a1e8a815b72dd6478180079cf…
commit 9f2a1e8a815b72dd6478180079cfac4a35980c71
Author: Philipp Maier <pmaier(a)sysmocom.de>
Date: Fri Mar 24 18:03:17 2017 +0100
gsm0808: Add utils for Speech Codec List and Speech Codec
The planned support for true A over IP requires the encoding and
decoding of a so called "Speech Codec Element" element.
This commt adds parsing functionality and tests for the element
mentioned above, however, it is not yet actively used.
http://cgit.osmocom.org/libosmocore/commit/?id=642a17d04447a287ff142454cb97…
commit 642a17d04447a287ff142454cb974a942390e9fd
Author: Philipp Maier <pmaier(a)sysmocom.de>
Date: Fri Mar 24 17:59:26 2017 +0100
gsm0808: Add utils for AoIP Transport Layer Address
The planned support for true A over IP requires the encoding and
decoding of a so called "AoIP Transport Layer Address" element.
This commt adds parsing functionality and tests for the element
mentioned above, however, it is not yet actively used.
-----------------------------------------------------------------------
Summary of changes:
include/osmocom/gsm/gsm0808_utils.h | 7 +++++
include/osmocom/gsm/protocol/gsm_08_08.h | 10 +++---
src/gsm/gsm0808_utils.c | 45 +++++++++++++++++++++++++++
src/gsm/libosmogsm.map | 1 +
tests/gsm0808/gsm0808_test.c | 52 ++++++++++++++++++++++++++++++++
5 files changed, 110 insertions(+), 5 deletions(-)
hooks/post-receive
--
An utility library for Open Source Mobile Communications
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 "An utility library for Open Source Mobile Communications".
The branch, pmaier/aoip has been created
at 085f6c7f3fa28444148257c0c3e2b30d6c766b54 (commit)
- Log -----------------------------------------------------------------
http://cgit.osmocom.org/libosmocore/commit/?id=085f6c7f3fa28444148257c0c3e2…
commit 085f6c7f3fa28444148257c0c3e2b30d6c766b54
Author: Philipp Maier <pmaier(a)sysmocom.de>
Date: Fri Mar 24 18:14:54 2017 +0100
fixup
http://cgit.osmocom.org/libosmocore/commit/?id=bcdef5f792ef4d96ea3947ea09a1…
commit bcdef5f792ef4d96ea3947ea09a1381bb34c2479
Author: Philipp Maier <pmaier(a)sysmocom.de>
Date: Fri Mar 24 18:03:17 2017 +0100
gsm0808: Add utils for Speech Codec List and Speech Codec
Work in progress
http://cgit.osmocom.org/libosmocore/commit/?id=e095f61adad58be85850edb15fec…
commit e095f61adad58be85850edb15fec98b7da30de67
Author: Philipp Maier <pmaier(a)sysmocom.de>
Date: Fri Mar 24 17:59:26 2017 +0100
gsm0808: Add utils for AoIP Transport Layer Address
The planned support for true A over IP requires the encoding and
decoding of a so called "AoIP Transport Layer Address" element.
This commt adds parsing functionality and tests for the element
mentioned above, however, it is not yet actively used.
-----------------------------------------------------------------------
hooks/post-receive
--
An utility library for Open Source Mobile Communications
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, laforge/avoid_ramp_spike has been created
at 628f530b72095421a875502a6c5a11240454f6e1 (commit)
- Log -----------------------------------------------------------------
http://cgit.osmocom.org/osmo-bts/commit/?id=628f530b72095421a875502a6c5a112…
commit 628f530b72095421a875502a6c5a11240454f6e1
Author: Harald Welte <laforge(a)gnumonks.org>
Date: Fri Mar 24 10:41:04 2017 +0100
sysmobts: Don't start with 0dBm TRX output power before ramping
In case a system has a high-gain external PA (like a 40dB PA) connected
externally, we cannot simply switch the transceiver to 0 dBm in
trx_init() only to then start the ramping at much lower levels once the
PHJ completes in trx_init_compl_cb(). The result would be a short
0 + 40 dBm spike followed by later ramping. We want to avoid that
spike, particularly its associated inrush current, so let's bring up the
board with smething very conservative like -50 dBm, and then ramp from
there.
Change-Id: I0ad91fce64f65e0213c9fcfde3390ace519055db
-----------------------------------------------------------------------
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 "netlink library for Linux kernel GTP code".
The branch, laforge/sgsn-role has been deleted
was 24f2f694a3be96155c07baea7f493088fc1d1b24
-----------------------------------------------------------------------
24f2f694a3be96155c07baea7f493088fc1d1b24 Add support for SGSN role via IFLA_GTP_ROLE
-----------------------------------------------------------------------
hooks/post-receive
--
netlink library for Linux kernel GTP code
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 "netlink library for Linux kernel GTP code".
The branch, master has been updated
via 5204e01dd654346402f9bc3fa2628dc5f3a8946d (commit)
via 6e9afbbc3037c9e003260077b33dad202d5c55df (commit)
via 3bf55c32bedcb332bcf4baa05f8dbdb5ccbd7316 (commit)
via a7a4df366b0107e0f373a40156451ac97c54a080 (commit)
via 6d60a402b25a1885a2c14598bef5588df78fd726 (commit)
from e17988ac7b857c6f5c250bf0ffa7bd530256a213 (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/libgtpnl/commit/?id=5204e01dd654346402f9bc3fa2628dc…
commit 5204e01dd654346402f9bc3fa2628dc5f3a8946d
Author: Jonas Bonn <jonas(a)southpole.se>
Date: Fri Mar 24 15:19:20 2017 +0100
Provide declaration for struct in_addr
http://cgit.osmocom.org/libgtpnl/commit/?id=6e9afbbc3037c9e003260077b33dad2…
commit 6e9afbbc3037c9e003260077b33dad202d5c55df
Author: Jonas Bonn <jonas(a)southpole.se>
Date: Fri Mar 24 15:19:19 2017 +0100
Rename netlink attribute
This aligns with a kernel patch that renames the netlink parameter
to emphasize that it refers to the remote peer which may be either
a GGSN or an SGSN.
The upstream kernel include file retains the legacy name as a define
but we don't need that in our internal library since we are no longer
using it anywhere.
http://cgit.osmocom.org/libgtpnl/commit/?id=3bf55c32bedcb332bcf4baa05f8dbdb…
commit 3bf55c32bedcb332bcf4baa05f8dbdb5ccbd7316
Author: Harald Welte <laforge(a)gnumonks.org>
Date: Wed Mar 15 18:03:42 2017 +0100
Add support for SGSN role via IFLA_GTP_ROLE
This patch corresponds to a Linux kernel patch extending the kernel GTP
to also cover the SGSN role, not just the GGSN role. In order to keep
the API/behavior compatible, gtp_dev_create() will continue to create
GGSN-side tunnels, while a new gtp_dev_create_sgsn() is introduced to
create SGSN-side tunnels.
Signed-off-by: Harald Welte <laforge(a)gnumonks.org>
http://cgit.osmocom.org/libgtpnl/commit/?id=a7a4df366b0107e0f373a40156451ac…
commit a7a4df366b0107e0f373a40156451ac97c54a080
Author: Harald Welte <laforge(a)gnumonks.org>
Date: Wed Mar 15 20:53:08 2017 +0100
gtl-link.c: Actually use libgtpnl, don't hand-coded netlink msg
The command line tool should use libgtpnl, rather than replicating code
for generating a netlink message.
http://cgit.osmocom.org/libgtpnl/commit/?id=6d60a402b25a1885a2c14598bef5588…
commit 6d60a402b25a1885a2c14598bef5588df78fd726
Author: Harald Welte <laforge(a)gnumonks.org>
Date: Wed Mar 15 18:03:42 2017 +0100
Add support for SGSN role via IFLA_GTP_ROLE
This patch corresponds to a Linux kernel patch extending the kernel GTP
to also cover the SGSN role, not just the GGSN role. In order to keep
the API/behavior compatible, gtp_dev_create() will continue to create
GGSN-side tunnels, while a new gtp_dev_create_sgsn() is introduced to
create SGSN-side tunnels.
Signed-off-by: Harald Welte <laforge(a)gnumonks.org>
-----------------------------------------------------------------------
Summary of changes:
include/libgtpnl/gtp.h | 1 +
include/libgtpnl/gtpnl.h | 1 +
include/linux/gtp.h | 2 +-
include/linux/if_link.h | 7 +++++
src/gtp-genl.c | 8 +++---
src/gtp-rtnl.c | 16 +++++++++++-
src/libgtpnl.map | 1 +
tools/gtp-link.c | 66 ++++++++----------------------------------------
8 files changed, 40 insertions(+), 62 deletions(-)
hooks/post-receive
--
netlink library for Linux kernel GTP code
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 f0189c47beb4ccfbbbb805d324d2b7bcb1092653 (commit)
from c708816be111b872f1793d48f04d5d926847dec2 (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=f0189c47beb4ccfbbbb805d324d2b7b…
commit f0189c47beb4ccfbbbb805d324d2b7bcb1092653
Author: Alexander Chemeris <Alexander.Chemeris(a)gmail.com>
Date: Sat Mar 18 14:08:43 2017 -0700
vector: Introduce shrink() function to shrink vector size without loosing data.
Change-Id: I9c0ac2715aea1a90c9e6ebcd982522b80a547099
-----------------------------------------------------------------------
Summary of changes:
CommonLibs/Vector.h | 7 +++++++
1 file changed, 7 insertions(+)
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, master has been updated
via c708816be111b872f1793d48f04d5d926847dec2 (commit)
from e56bf3a0e526613b41095c2c6cbd546a219e812b (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=c708816be111b872f1793d48f04d5d9…
commit c708816be111b872f1793d48f04d5d926847dec2
Author: Alexander Chemeris <Alexander.Chemeris(a)gmail.com>
Date: Sat Mar 18 13:43:22 2017 -0700
vector: Introduce segmentMove() method to move data inside of a vector.
Change-Id: I2f3f4267b4137a0bc031f27e0f896fba9b9f3433
-----------------------------------------------------------------------
Summary of changes:
CommonLibs/Vector.h | 15 +++++++++++++++
1 file changed, 15 insertions(+)
hooks/post-receive
--
OpenBTS' transceiver retro-fit