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
via a140348151526bb42f388407ba9b49719265b410 (commit)
from d0d253381ff19472898734e2426637e9be6b4596 (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/libosmocore/commit/?id=a140348151526bb42f388407ba9b…
commit a140348151526bb42f388407ba9b49719265b410
Author: Philipp Maier <pmaier(a)sysmocom.de>
Date: Tue Mar 28 18:36:52 2017 +0200
gsm0808: Add utils for Encryption Information
The planned support for true A over IP requires the encoding of
the n Encryption Information element (see also BSS_MAP_MSG_CIPHER_MODE_CMD).
This commt adds encoding/decoding functionality and tests for
the element mentioned above, however, it is not yet actively used.
-----------------------------------------------------------------------
Summary of changes:
include/osmocom/gsm/gsm0808_utils.h | 3 ++
include/osmocom/gsm/protocol/gsm_08_08.h | 7 ++++
src/gsm/gsm0808_utils.c | 63 ++++++++++++++++++++++++++++++++
src/gsm/libosmogsm.map | 2 +
tests/gsm0808/gsm0808_test.c | 35 ++++++++++++++++++
5 files changed, 110 insertions(+)
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 updated
discards c4f1d0b0af63549bca7821833efc62b837803a9f (commit)
discards 0db9873ef422639054dc18aa5ba4b3ab109c1b3e (commit)
via d0d253381ff19472898734e2426637e9be6b4596 (commit)
via 757f0c992345d1ec431f242824e62975f97b8299 (commit)
via 34e4c075334b21d75a2c4cbee7f9509880f06529 (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 (c4f1d0b0af63549bca7821833efc62b837803a9f)
\
N -- N -- N (d0d253381ff19472898734e2426637e9be6b4596)
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=d0d253381ff19472898734e24266…
commit d0d253381ff19472898734e2426637e9be6b4596
Author: Philipp Maier <pmaier(a)sysmocom.de>
Date: Tue Mar 28 17:05:40 2017 +0200
gsm0808: Add utils for Channel Type
The planned support for true A over IP requires the encoding of
the a Channel Type element (see also ASSIGNMENT REQUEST).
This commt adds encoding/decoding functionality and tests for
the element mentioned above, however, it is not yet actively used.
http://cgit.osmocom.org/libosmocore/commit/?id=757f0c992345d1ec431f242824e6…
commit 757f0c992345d1ec431f242824e62975f97b8299
Author: Philipp Maier <pmaier(a)sysmocom.de>
Date: Mon Mar 27 16:55:32 2017 +0200
gsm0808: Add AoIP specific elements to gsm0808_create_... functions
the classic A implementation in libosmocore lacks support for AoIP
message elements. This patch adds support for AoIP by adding a set
of new gsm0808_create_..., which support the missing AoIP message
elements
http://cgit.osmocom.org/libosmocore/commit/?id=34e4c075334b21d75a2c4cbee7f9…
commit 34e4c075334b21d75a2c4cbee7f9509880f06529
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.
-----------------------------------------------------------------------
Summary of changes:
include/osmocom/gsm/gsm0808_utils.h | 7 +++
include/osmocom/gsm/protocol/gsm_08_08.h | 8 ++++
src/gsm/gsm0808_utils.c | 75 ++++++++++++++++++++++++++++++++
src/gsm/libosmogsm.map | 2 +
tests/gsm0808/gsm0808_test.c | 27 ++++++++++++
5 files changed, 119 insertions(+)
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 "OpenBTS' transceiver retro-fit".
The branch, master has been updated
via e0c12189d455eb0d17299e4504749ce36629e18b (commit)
via 1470fcdb5a9abd9dd1e3b5ed401df88ef9e87cc3 (commit)
via 6e1dffd486745105e4662d4f5009ed0c34c79b66 (commit)
via 0229d22d2edc6b1320b0c71f3c8f54f4b21ed503 (commit)
via f7717acd0cfdf70440beb9b8ef886ae9a67afada (commit)
from b34e60c10572ff8003da1b2efc7d1184a460b187 (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=e0c12189d455eb0d17299e4504749ce…
commit e0c12189d455eb0d17299e4504749ce36629e18b
Author: Alexander Chemeris <Alexander.Chemeris(a)gmail.com>
Date: Sat Mar 18 13:27:48 2017 -0700
sigProcLib: Constify demodulation functions burst argument.
demodCommon() used to scale input vector in place which changed original data.
That's a bad practice and is not really necessary, so I've changed the code to
scale burst after it's copied to a new vector during a delay operation.
Change-Id: Ic45f71b634e48808356d68925bb9f5783e0bf0d3
http://cgit.osmocom.org/osmo-trx/commit/?id=1470fcdb5a9abd9dd1e3b5ed401df88…
commit 1470fcdb5a9abd9dd1e3b5ed401df88ef9e87cc3
Author: Alexander Chemeris <Alexander.Chemeris(a)gmail.com>
Date: Fri Mar 17 22:35:02 2017 -0700
sigProcLib: constify signalVector arguments for detectBurst() functions.
Change-Id: Ic033371a387353eb12b1827a0eb16c00c07da88a
http://cgit.osmocom.org/osmo-trx/commit/?id=6e1dffd486745105e4662d4f5009ed0…
commit 6e1dffd486745105e4662d4f5009ed0c34c79b66
Author: Alexander Chemeris <Alexander.Chemeris(a)gmail.com>
Date: Fri Mar 17 16:13:51 2017 -0700
Move Transceiver::demodulate() to sigProcLib to make it reusable.
Change-Id: I2cad47160e53f65612bd1da8998c83a0a22bce9b
http://cgit.osmocom.org/osmo-trx/commit/?id=0229d22d2edc6b1320b0c71f3c8f54f…
commit 0229d22d2edc6b1320b0c71f3c8f54f4b21ed503
Author: Alexander Chemeris <Alexander.Chemeris(a)gmail.com>
Date: Fri Mar 17 16:03:17 2017 -0700
sigProcLib.h: Fix whitespaces. No non-whitespace changes.
The file seem to be using "2 spaces" indent, bt some lines are using
tabs which breaks formatting.
Change-Id: I7718cca45c245c9e91250ab2877f5436d4029698
http://cgit.osmocom.org/osmo-trx/commit/?id=f7717acd0cfdf70440beb9b8ef886ae…
commit f7717acd0cfdf70440beb9b8ef886ae9a67afada
Author: Alexander Chemeris <Alexander.Chemeris(a)gmail.com>
Date: Fri Mar 17 15:32:26 2017 -0700
sigProcLib: Add operator<< to print CorrType to a string.
Change-Id: I3d68cbdab8fb504d7f155029654a576d318a201e
-----------------------------------------------------------------------
Summary of changes:
Transceiver52M/Transceiver.cpp | 14 +----
Transceiver52M/Transceiver.h | 4 --
Transceiver52M/sigProcLib.cpp | 77 +++++++++++++++++++--------
Transceiver52M/sigProcLib.h | 116 ++++++++++++++++++++++-------------------
4 files changed, 117 insertions(+), 94 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 "OpenBTS' transceiver retro-fit".
The branch, master has been updated
via b34e60c10572ff8003da1b2efc7d1184a460b187 (commit)
from 4e6c938024031f2dc6d891b75cdd48c5846afba8 (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=b34e60c10572ff8003da1b2efc7d118…
commit b34e60c10572ff8003da1b2efc7d1184a460b187
Author: Alexander Chemeris <Alexander.Chemeris(a)gmail.com>
Date: Fri Mar 17 15:29:09 2017 -0700
Move BURST_THRESH from Transceiver.cpp to sigProcLib.h to make it reusable.
Change-Id: I5a888890e26858c0fbb2ddb7ef23cb0fd66a64b4
-----------------------------------------------------------------------
Summary of changes:
Transceiver52M/Transceiver.cpp | 9 ---------
Transceiver52M/sigProcLib.h | 9 +++++++++
2 files changed, 9 insertions(+), 9 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 "OpenBTS' transceiver retro-fit".
The branch, master has been updated
via 4e6c938024031f2dc6d891b75cdd48c5846afba8 (commit)
from 4aa548f0c2da2c505624807b3b027eaccf5aa98a (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=4e6c938024031f2dc6d891b75cdd48c…
commit 4e6c938024031f2dc6d891b75cdd48c5846afba8
Author: Alexander Chemeris <Alexander.Chemeris(a)gmail.com>
Date: Fri Mar 17 15:24:18 2017 -0700
Move Transceiver::detectBurst() to sigProcLib to make it reusable.
Change-Id: I3cbe8e6e4f39dde02c945e6c9086c040e276845c
-----------------------------------------------------------------------
Summary of changes:
Transceiver52M/Transceiver.cpp | 35 ++---------------------------------
Transceiver52M/Transceiver.h | 4 ----
Transceiver52M/sigProcLib.cpp | 32 ++++++++++++++++++++++++++++++++
Transceiver52M/sigProcLib.h | 22 ++++++++++++++++++++++
4 files changed, 56 insertions(+), 37 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 a4903a79570f14ef1734995af803d74492a44027 (commit)
via c4f1d0b0af63549bca7821833efc62b837803a9f (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 (a4903a79570f14ef1734995af803d74492a44027)
\
N -- N -- N (c4f1d0b0af63549bca7821833efc62b837803a9f)
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=c4f1d0b0af63549bca7821833efc…
commit c4f1d0b0af63549bca7821833efc62b837803a9f
Author: Philipp Maier <pmaier(a)sysmocom.de>
Date: Mon Mar 27 16:55:32 2017 +0200
gsm0808: Add AoIP specific elements to gsm0808_create_... functions
the classic A implementation in libosmocore lacks support for AoIP
message elements. This patch adds support for AoIP by adding a set
of new gsm0808_create_..., which support the missing AoIP message
elements
-----------------------------------------------------------------------
Summary of changes:
include/osmocom/gsm/gsm0808.h | 10 ++++++++--
src/gsm/gsm0808.c | 31 +++++++++++++++++++++++++++----
tests/gsm0808/gsm0808_test.c | 38 ++++++++++++++++++++++++++++----------
tests/gsm0808/gsm0808_test.ok | 4 ++--
4 files changed, 65 insertions(+), 18 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 "Small Hardware Projects".
The branch, laforge/ngff-breakout has been created
at 459f4f82c8462168240c6a87e5f8359709254012 (commit)
- Log -----------------------------------------------------------------
http://cgit.osmocom.org/osmo-small-hardware/commit/?id=459f4f82c8462168240c…
commit 459f4f82c8462168240c6a87e5f8359709254012
Author: Harald Welte <laforge(a)gnumonks.org>
Date: Mon Mar 27 22:08:17 2017 +0200
ngff-breakout: Partial migration over to NGFF
The mPCIe slot has been removed and the NGFF slot added. Basic
connections have been made in the schematics, but it's far from being
complete. No effort on the PCB routing has been made so far.
http://cgit.osmocom.org/osmo-small-hardware/commit/?id=e6a2c697a909bfb94bad…
commit e6a2c697a909bfb94bad4fadb4ff27ace92c72e1
Author: Harald Welte <laforge(a)gnumonks.org>
Date: Mon Mar 27 21:06:54 2017 +0200
ngff-breakout: Rename "mPCIe" -> "NGFF WWAN" and re-start version at v1
http://cgit.osmocom.org/osmo-small-hardware/commit/?id=e0032cdf57fefb2195f4…
commit e0032cdf57fefb2195f456591fe5a96e097b5a92
Author: Harald Welte <laforge(a)gnumonks.org>
Date: Mon Mar 27 21:04:04 2017 +0200
Add ngff-breakout as copy of mpcie-breakout
... ngff specific modifications will follow
-----------------------------------------------------------------------
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 "An utility library for Open Source Mobile Communications".
The branch, pmaier/aoip has been updated
discards eba6e6d242ec33e740e4e1bf4471c6dfb2e944c9 (commit)
discards 94983465f88061643c0f93cde96e2802965ce5de (commit)
via a4903a79570f14ef1734995af803d74492a44027 (commit)
via 0db9873ef422639054dc18aa5ba4b3ab109c1b3e (commit)
via b325f2f31402f64ca20fd9a24d319431e6ffe781 (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 (eba6e6d242ec33e740e4e1bf4471c6dfb2e944c9)
\
N -- N -- N (a4903a79570f14ef1734995af803d74492a44027)
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=a4903a79570f14ef1734995af803…
commit a4903a79570f14ef1734995af803d74492a44027
Author: Philipp Maier <pmaier(a)sysmocom.de>
Date: Mon Mar 27 16:55:32 2017 +0200
gsm0808: Add AoIP specific elements to gsm0808_create_... functions
the classic A implementation in libosmocore lacks support for AoIP
message elements. This patch adds support for AoIP by adding a set
of new gsm0808_create_..., which support the missing AoIP message
elements
http://cgit.osmocom.org/libosmocore/commit/?id=0db9873ef422639054dc18aa5ba4…
commit 0db9873ef422639054dc18aa5ba4b3ab109c1b3e
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=b325f2f31402f64ca20fd9a24d31…
commit b325f2f31402f64ca20fd9a24d319431e6ffe781
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.h | 17 +++++-
src/gsm/gsm0808.c | 94 ++++++++++++++++++++++++-----
src/gsm/libosmogsm.map | 3 +
tests/gsm0808/gsm0808_test.c | 134 +++++++++++++++++++++++++++++++++++++++---
tests/gsm0808/gsm0808_test.ok | 3 +
5 files changed, 225 insertions(+), 26 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 updated
discards 416417dbebcc7109aa52ed40a1aa1b976806e34d (commit)
discards 6028d035b00acc3fa3516e63a3cea4d371683332 (commit)
via eba6e6d242ec33e740e4e1bf4471c6dfb2e944c9 (commit)
via 94983465f88061643c0f93cde96e2802965ce5de (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 (416417dbebcc7109aa52ed40a1aa1b976806e34d)
\
N -- N -- N (eba6e6d242ec33e740e4e1bf4471c6dfb2e944c9)
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=eba6e6d242ec33e740e4e1bf4471…
commit eba6e6d242ec33e740e4e1bf4471c6dfb2e944c9
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=94983465f88061643c0f93cde96e…
commit 94983465f88061643c0f93cde96e2802965ce5de
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 +++
src/gsm/gsm0808_utils.c | 100 +++++++++++++++++++++++++-----
src/gsm/libosmogsm.map | 2 +
tests/gsm0808/gsm0808_test.c | 120 +++++++++++++++++++++++++++++++-----
4 files changed, 198 insertions(+), 31 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 updated
discards 9f2a1e8a815b72dd6478180079cfac4a35980c71 (commit)
discards 642a17d04447a287ff142454cb974a942390e9fd (commit)
via 416417dbebcc7109aa52ed40a1aa1b976806e34d (commit)
via 6028d035b00acc3fa3516e63a3cea4d371683332 (commit)
via 7f9c7e7b8b194d9ebdd9de1fd8c0a5457b1e20e7 (commit)
via 5d994e4f751544475f7b8df9507f0aba357945b9 (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 (9f2a1e8a815b72dd6478180079cfac4a35980c71)
\
N -- N -- N (416417dbebcc7109aa52ed40a1aa1b976806e34d)
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=416417dbebcc7109aa52ed40a1aa…
commit 416417dbebcc7109aa52ed40a1aa1b976806e34d
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=6028d035b00acc3fa3516e63a3ce…
commit 6028d035b00acc3fa3516e63a3cea4d371683332
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 | 4 +-
include/osmocom/gsm/protocol/gsm_12_21.h | 2 +
src/gsm/abis_nm.c | 104 +++++++++++++++++++++++++++++++
src/gsm/gsm0808_utils.c | 60 +++++++++++++++++-
src/gsm/libosmogsm.map | 2 +
tests/gsm0808/gsm0808_test.c | 44 +++++++++----
6 files changed, 201 insertions(+), 15 deletions(-)
hooks/post-receive
--
An utility library for Open Source Mobile Communications