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 A-bis protcol interface library".
The branch, pmaier/siu has been updated
discards 0b0145bbbda0ca9830f5fe5643ec82d757eb47b4 (commit)
via 3cc43e14d7a457f8851bce76776481206715bde3 (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 (0b0145bbbda0ca9830f5fe5643ec82d757eb47b4)
\
N -- N -- N (3cc43e14d7a457f8851bce76776481206715bde3)
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/libosmo-abis/commit/?id=3cc43e14d7a457f8851bce76776…
commit 3cc43e14d7a457f8851bce76776481206715bde3
Author: Philipp Maier <pmaier(a)sysmocom.de>
Date: Tue Feb 7 19:09:59 2017 +0100
Make socket path configurable
The socket path in unixsocket.c is hardcoded. This would limit the
instances that could be run in parallel on one and the same machine
to one. This commit adds struct members to allow the user to choose
an arbitrary socket path.
-----------------------------------------------------------------------
Summary of changes:
include/osmocom/abis/e1_input.h | 4 +---
src/e1_input_vty.c | 20 ++++++++++++++++++++
src/input/unixsocket.c | 8 +++-----
3 files changed, 24 insertions(+), 8 deletions(-)
hooks/post-receive
--
Osmocom A-bis protcol interface library
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 A-bis protcol interface library".
The branch, pmaier/siu has been updated
discards fa3b16f908e23ce5b42fcdbd961c665394efdc5c (commit)
via 0b0145bbbda0ca9830f5fe5643ec82d757eb47b4 (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 (fa3b16f908e23ce5b42fcdbd961c665394efdc5c)
\
N -- N -- N (0b0145bbbda0ca9830f5fe5643ec82d757eb47b4)
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/libosmo-abis/commit/?id=0b0145bbbda0ca9830f5fe5643e…
commit 0b0145bbbda0ca9830f5fe5643ec82d757eb47b4
Author: Philipp Maier <pmaier(a)sysmocom.de>
Date: Tue Feb 7 19:09:59 2017 +0100
WIP: Make socket path configurable
The socket path in unixsocket.c is hardcoded. This would limit the
instances that could be run in parallel on one and the same machine
to one. This commit adds struct members to allow the user to choose
an arbitrary socket path.
-----------------------------------------------------------------------
Summary of changes:
include/osmocom/abis/e1_input.h | 2 +-
src/input/unixsocket.c | 7 +++----
2 files changed, 4 insertions(+), 5 deletions(-)
hooks/post-receive
--
Osmocom A-bis protcol interface library
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, master has been updated
via db0e380558fa03229d981dc358db98d5b781cbe5 (commit)
from 50422016f0386bb17b94196178ed5fffb6598fc6 (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/openbsc/commit/?id=db0e380558fa03229d981dc358db98d5…
commit db0e380558fa03229d981dc358db98d5b781cbe5
Author: Max <msuraev(a)sysmocom.de>
Date: Thu Jan 12 19:35:11 2017 +0100
vty: remove ignored logging parameters
Since ce9fec3e896571835ac5bfd2980d6836f2b29f0d libosmocore ignores
parameters to log_vty_command_* functions. Hence parameter of
logging_vty_add_cmds() is ignored too. As we depend on much later
libosmocore version anyway, we can simplify code somewhat by removing
parameters which will be ignored anyway.
Change-Id: I62f752fd88f1d8fefa563648f9864c7c31f87991
-----------------------------------------------------------------------
Summary of changes:
openbsc/include/openbsc/vty.h | 2 +-
openbsc/src/gprs/gb_proxy_main.c | 2 +-
openbsc/src/gprs/gtphub_main.c | 2 +-
openbsc/src/gprs/sgsn_main.c | 2 +-
openbsc/src/libbsc/bsc_vty.c | 4 ++--
openbsc/src/osmo-bsc/osmo_bsc_main.c | 2 +-
openbsc/src/osmo-bsc_mgcp/mgcp_main.c | 2 +-
openbsc/src/osmo-bsc_nat/bsc_nat.c | 2 +-
openbsc/src/osmo-bsc_nat/bsc_nat_vty.c | 4 ++--
openbsc/src/osmo-nitb/bsc_hack.c | 2 +-
10 files changed, 12 insertions(+), 12 deletions(-)
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, master has been updated
via 50422016f0386bb17b94196178ed5fffb6598fc6 (commit)
from 5ba6fb3ef4421b8fb98137a77b6fe0dd8bcc7283 (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/openbsc/commit/?id=50422016f0386bb17b94196178ed5fff…
commit 50422016f0386bb17b94196178ed5fffb6598fc6
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Fri Feb 3 16:09:17 2017 +0100
vty tests: more attempts to resolve 'Broken Pipe' error (2)
Change-Id: I1c0a16d5b3094c25a908f0117d7656d57aac3fda
-----------------------------------------------------------------------
Summary of changes:
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 network interface library".
The branch, master has been updated
via 5fd93e02f818aecfc73db66e8064858442122959 (commit)
from 8d3384290ba7c79b290b492dd1279041fb578a9c (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/libosmo-netif/commit/?id=5fd93e02f818aecfc73db66e80…
commit 5fd93e02f818aecfc73db66e8064858442122959
Author: Max <msuraev(a)sysmocom.de>
Date: Tue Feb 7 11:46:41 2017 +0100
Fix potential NULL dereference
Change-Id: I5baf369dbf3948565614476980a32be59abaf42a
-----------------------------------------------------------------------
Summary of changes:
src/osmux.c | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
hooks/post-receive
--
Osmocom network interface library
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 69d297ce755c8ed58ea26606fcdd933ad399188f (commit)
from df5ac9aa119f7a11feecbd65de5828281a197588 (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=69d297ce755c8ed58ea26606fcdd933…
commit 69d297ce755c8ed58ea26606fcdd933ad399188f
Author: Harald Welte <laforge(a)gnumonks.org>
Date: Tue Feb 7 16:12:17 2017 +0100
Add new unit-test for transmit power computation code
This tests the computations of the tx_power.c code using sysmoBTS 1002,
1020, 1100 and 2050 values, as well as the power ramping code.
Change-Id: I1cc88d4c6edff326e2e67d4f869aa02c9b2b1ac5
-----------------------------------------------------------------------
Summary of changes:
.gitignore | 1 +
configure.ac | 1 +
tests/Makefile.am | 2 +-
tests/testsuite.at | 7 +
tests/{handover => tx_power}/Makefile.am | 8 +-
tests/tx_power/tx_power_test.c | 239 +++++++++++++++++++++++++++++++
tests/tx_power/tx_power_test.err | 38 +++++
tests/tx_power/tx_power_test.ok | 23 +++
8 files changed, 314 insertions(+), 5 deletions(-)
copy tests/{handover => tx_power}/Makefile.am (58%)
create mode 100644 tests/tx_power/tx_power_test.c
create mode 100644 tests/tx_power/tx_power_test.err
create mode 100644 tests/tx_power/tx_power_test.ok
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 df5ac9aa119f7a11feecbd65de5828281a197588 (commit)
via 13d0feb4043a4dbd0f0cde010cbe8697d2b70629 (commit)
via 4ba7363286e794726411ec1b69c73dc81f51c7c9 (commit)
from eb4a3392e1f91f3a1f3485c90548a73c9ae9ea15 (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=df5ac9aa119f7a11feecbd65de58282…
commit df5ac9aa119f7a11feecbd65de5828281a197588
Author: Harald Welte <laforge(a)gnumonks.org>
Date: Tue Feb 7 19:58:41 2017 +0100
tx_power: Change PA calibration tables to use delta vales
It seems more user friendly to look at a calibration table in terms of
the delta (positive or negative) compared to the nominal gain value,
rather than a collection of absolute gain values. It has the added
benefit that the (API/data model) user doesn't have to specify a gain
value for each ARFCN, but rather can rely on the default nominal gain in
absence of a calibration table for this specific unit.
Change-Id: I7311815902a88d2fc9d211cf4c62fa6fdc5e86ad
http://cgit.osmocom.org/osmo-bts/commit/?id=13d0feb4043a4dbd0f0cde010cbe869…
commit 13d0feb4043a4dbd0f0cde010cbe8697d2b70629
Author: Harald Welte <laforge(a)gnumonks.org>
Date: Tue Feb 7 14:23:01 2017 +0100
tx_power: various cosmetic fixes in comments
Change-Id: I542b74d79bc8ffedd7c435b41b042edd5152f61c
http://cgit.osmocom.org/osmo-bts/commit/?id=4ba7363286e794726411ec1b69c73dc…
commit 4ba7363286e794726411ec1b69c73dc81f51c7c9
Author: Harald Welte <laforge(a)gnumonks.org>
Date: Tue Feb 7 16:12:51 2017 +0100
Revert "sysmobts: Add correct nominal transmit power for sysmoBTS 1020"
This reverts commit 1965b0d88082e427930f95071e992f0d9be79047, which was
a premature change. The 10dB gain are not the power of the TRX board,
but are due to an internal, factory mounted PA, i.e. the
trx_power_params.pa. This will be introduced after adding a set of
tx_power.c unit tests.
Change-Id: I524b63c51fb0fe1f90ced28486a8e712f2dc50ae
-----------------------------------------------------------------------
Summary of changes:
include/osmo-bts/tx_power.h | 2 +-
src/common/tx_power.c | 14 +++++++-------
src/osmo-bts-sysmo/utils.c | 2 --
3 files changed, 8 insertions(+), 10 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 A-bis protcol interface library".
The branch, pmaier/siu has been updated
via fa3b16f908e23ce5b42fcdbd961c665394efdc5c (commit)
from c21681f36f8ba23a4d448954a2908213f3bb7564 (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/libosmo-abis/commit/?id=fa3b16f908e23ce5b42fcdbd961…
commit fa3b16f908e23ce5b42fcdbd961c665394efdc5c
Author: Philipp Maier <pmaier(a)sysmocom.de>
Date: Tue Feb 7 19:09:59 2017 +0100
WIP: Make socket path configurable
The socket path in unixsocket.c is hardcoded. This would limit the
instances that could be run in parallel on one and the same machine
to one. This commit adds struct members to allow the user to choose
an arbitrary socket path.
-----------------------------------------------------------------------
Summary of changes:
include/osmocom/abis/e1_input.h | 3 +++
src/input/unixsocket.c | 5 +++++
2 files changed, 8 insertions(+)
hooks/post-receive
--
Osmocom A-bis protcol interface library
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-rebase has been updated
discards c78b3db5d9da3ac84c8a944e8d6ee09ffd969ae8 (commit)
discards 0b0a92e90c370dfe22db3e4904e6bd2f0a12cb4d (commit)
via ea77f6d3858c1ec30d5bf11107203b8136d73ddb (commit)
via 2dee3e996e777b67aa3185f7456c041765f0d71f (commit)
via 1f1cebb2e503c1740ee53caf9664c0d39b5fe70e (commit)
via d1b28bd766e55f50cfcd3011cd55908e8913fddb (commit)
via 833e97e9ba84fb3237adda5808dddc8a2d8430a7 (commit)
via e6d059f0c998c84113e5d7960eb9dacf2c4c9f25 (commit)
via 012a1b345b27255a9760fdd9e8be3100dabeecc9 (commit)
via 80cb08071b2ef60b65db24017a1f35583bc09b5c (commit)
via 44c7f41d7531d22d31edf345cedf305ab9083b20 (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 (c78b3db5d9da3ac84c8a944e8d6ee09ffd969ae8)
\
N -- N -- N (ea77f6d3858c1ec30d5bf11107203b8136d73ddb)
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=ea77f6d3858c1ec30d5bf11107203b8…
commit ea77f6d3858c1ec30d5bf11107203b8136d73ddb
Author: Alexander Chemeris <Alexander.Chemeris(a)gmail.com>
Date: Fri Mar 25 18:33:42 2016 +0300
transceiver: WIP: Set default max delay to 2 samples.
Default value of 0 may be too harsh, especially given random Rx/Tx delay
in 1 SPS receive mode.
-----------------------------------------------------------------------
Summary of changes:
.gitreview | 3 +
CommonLibs/Makefile.am | 8 +-
CommonLibs/sqlite3util.cpp | 2 +-
Makefile.am | 3 +-
Makefile.common | 5 +-
Transceiver52M/Makefile.am | 2 +-
Transceiver52M/UHDDevice.cpp | 1 +
configure.ac | 4 +-
debian/control | 38 +-
debian/copyright | 166 +-
debian/rules | 2 +-
sqlite3/Makefile.am | 34 -
sqlite3/sqlite3.c | 138243 ----------------------------------------
sqlite3/sqlite3.h | 7055 --
sqlite3/sqlite3ext.h | 447 -
15 files changed, 197 insertions(+), 145816 deletions(-)
create mode 100644 .gitreview
delete mode 100644 sqlite3/Makefile.am
delete mode 100644 sqlite3/sqlite3.c
delete mode 100644 sqlite3/sqlite3.h
delete mode 100644 sqlite3/sqlite3ext.h
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, fairwaves/master-rebase has been updated
discards fd242e4d555223bfc171935a749344c3c322f2bd (commit)
via 749629849cc16cb68b1975a77a3d2eb2ccafb7e7 (commit)
via eb4a3392e1f91f3a1f3485c90548a73c9ae9ea15 (commit)
via 1beb9bcbe03c7e4888ddd73f0e518dd83f60d894 (commit)
via 1965b0d88082e427930f95071e992f0d9be79047 (commit)
via 67bc885c5d85237cc15b47ee2ee6773ea2af28e1 (commit)
via a760a043c4153770fe9577259989169cb2286a82 (commit)
via 16b4179fbeaf3289e7aa41e4f9a0ac5d9d6206f6 (commit)
via 42ffb325f8e00a5bce0eefbce579ff7d86f73282 (commit)
via 934408010954b41d03e8fadab1b115b5663b4468 (commit)
via 8c45ae59f95d4b3efcffbd1b846d26e1de341931 (commit)
via d81e5e963aca09e79b0536d8f0d5ccf0a977f79c (commit)
via c1d8f5a490238afb3539402ed30c769f0447b086 (commit)
via f65b57a7071acd23ed5429df71393e76907a7283 (commit)
via 871e0bec7e5218defc404b117dd6f89906c5c0da (commit)
via 10b11325a77af9a159bf05af0cd2ad7a3d24dc58 (commit)
via 8be9d7a6fef7991b7dbcf482ba2dfb63ab6faac9 (commit)
via ea5ccfa481a11246b2926f5395a71da631361b08 (commit)
via 2b763cc30c6cc36185f44322bc3af35a5bcbb479 (commit)
via 70b71507c27f8967b0aa31cad0b3070c6780f3b4 (commit)
via c37fd8898526dfeac3da620ddb4d2ad701c1fffd (commit)
via 1e399f888e4e1c93e0e5b7fd69fce09a2587fb87 (commit)
via 0e5b12f981e9844590db409ebe7584a57a0a3025 (commit)
via df75195666526d4ccd7e2e05c59db47fd02f9692 (commit)
via b76043e6f467bfba62c2c24a8d8553938d9205c1 (commit)
via de6d25e21d9a2e553fe53c50f2a9f372a28eeb16 (commit)
via 4723a195081f0f9ff561e360620ee0ade50a2b39 (commit)
via 962b33ea9d9640bcd0ed0f18c278cc55207d0f46 (commit)
via 563b744b3801bede7b03e48e09edbd9c328862ab (commit)
via 792573dc9747b256e143183cb555b9ef4ca697ef (commit)
via ec11a85929afffd46b0c3daf8979c90e992fb727 (commit)
via c038cb790309c4970980d6811456c3ed6bc4d896 (commit)
via 94dd5060c82c174b0b0af25284593272252d5787 (commit)
via 2cf6b73a4278627331bdbbb4addf1a8bc1d964ce (commit)
via f3763590bd4618904f9a414f80c0fc81c761237c (commit)
via bfd42c2b0aa3d4b945bf3e61c5968b96656e3660 (commit)
via f9778b2a26ce06959ee7e188eb1d533d896f1846 (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 (fd242e4d555223bfc171935a749344c3c322f2bd)
\
N -- N -- N (749629849cc16cb68b1975a77a3d2eb2ccafb7e7)
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=749629849cc16cb68b1975a77a3d2eb…
commit 749629849cc16cb68b1975a77a3d2eb2ccafb7e7
Author: Alexander Chemeris <Alexander.Chemeris(a)gmail.com>
Date: Mon Apr 25 20:04:14 2016 +0200
rsl: Output RTP stats before closing the socket.
It's useful to know RTP statistics (number of packets lost, jitter, etc)
when looking at voice call quality issues. Right now this information is
not avialable anywhere and this looks like the best place to start.
-----------------------------------------------------------------------
Summary of changes:
debian/copyright | 81 ++++++++++
debian/rules | 2 +-
include/osmo-bts/control_if.h | 3 +-
include/osmo-bts/dtx_dl_amr_fsm.h | 14 +-
include/osmo-bts/msg_utils.h | 1 +
include/osmo-bts/oml.h | 7 +-
include/osmo-bts/phy_link.h | 3 +
include/osmo-bts/rsl.h | 1 +
include/osmo-bts/scheduler.h | 4 +
include/osmo-bts/signal.h | 1 +
src/common/abis.c | 2 +-
src/common/bts.c | 11 +-
src/common/bts_ctrl_commands.c | 15 ++
src/common/bts_ctrl_lookup.c | 6 +-
src/common/dtx_dl_amr_fsm.c | 214 +++++++++++++++++++------
src/common/l1sap.c | 89 ++++++++---
src/common/main.c | 16 +-
src/common/measurement.c | 2 +-
src/common/msg_utils.c | 135 ++++++++++++----
src/common/oml.c | 258 ++++++++++++++----------------
src/common/pcu_sock.c | 4 +-
src/common/rsl.c | 54 ++++++-
src/common/scheduler.c | 53 +++++-
src/osmo-bts-litecell15/l1_if.c | 29 +++-
src/osmo-bts-litecell15/tch.c | 7 +-
src/osmo-bts-octphy/l1_oml.c | 72 ++++++++-
src/osmo-bts-octphy/octphy_vty.c | 33 ++--
src/osmo-bts-sysmo/l1_if.c | 29 +++-
src/osmo-bts-sysmo/misc/sysmobts_eeprom.h | 3 +-
src/osmo-bts-sysmo/tch.c | 7 +-
src/osmo-bts-sysmo/utils.c | 2 +
31 files changed, 856 insertions(+), 302 deletions(-)
create mode 100644 debian/copyright
hooks/post-receive
--
Osmocom BTS-side code (Abis, scheduling, ...)