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 59d0c2cca64c9efe199733fc04708cc500f44090 (commit)
via 5047fbe3b8b9e1e2404c7c8952ae2ac7a0ada662 (commit)
via 521ab50dcc95a7f0626340b76f9803805ee09bfc (commit)
via ae7ece10640c042072eb1efb257a1cf6511edc22 (commit)
from 4962ed1811b26e1b01fbfd445a8e8fee97a398a0 (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=59d0c2cca64c9efe199733fc04708cc…
commit 59d0c2cca64c9efe199733fc04708cc500f44090
Author: Philipp Maier <pmaier(a)sysmocom.de>
Date: Mon Jun 26 17:43:40 2017 +0200
octphy: remove log output
When handle_ph_data_ind() runs BER and RSSI is logged. Remove
this log output by removing the call to dump_meas_res
(Patch by Octasic Inc.)
Change-Id: I5e755465daa3daec2e2b4f61bc8d779c49196e9a
http://cgit.osmocom.org/osmo-bts/commit/?id=5047fbe3b8b9e1e2404c7c8952ae2ac…
commit 5047fbe3b8b9e1e2404c7c8952ae2ac7a0ada662
Author: Philipp Maier <pmaier(a)sysmocom.de>
Date: Mon Jun 26 17:28:43 2017 +0200
octphy: initalize nmsg only when needed
nmsg is initalized every time the function runs, even when it
is not needed. Move the initalization into the if (msg) body
so that nmsg is only initalized when we really need it.
(Patch by Octasic Inc.)
Change-Id: If51dc50a9f4bdb4aba62c0ae5fbfac552806f0c0
http://cgit.osmocom.org/osmo-bts/commit/?id=521ab50dcc95a7f0626340b76f98038…
commit 521ab50dcc95a7f0626340b76f9803805ee09bfc
Author: Philipp Maier <pmaier(a)sysmocom.de>
Date: Mon Jun 26 17:24:03 2017 +0200
octphy: initalize l1msg and only when needed
l1msg is initalized when the variable is declared. This means
the allocation always runs right on the beginning. Even when
the buffer is not needed at all.
do a prober l1msg initalization only when needed and check the
return code.
(Patch by Octasic Inc.)
Change-Id: Ia71d49b9cc109af53d997a687a7fb1b5ed062d1c
http://cgit.osmocom.org/osmo-bts/commit/?id=ae7ece10640c042072eb1efb257a1cf…
commit ae7ece10640c042072eb1efb257a1cf6511edc22
Author: Philipp Maier <pmaier(a)sysmocom.de>
Date: Tue Jun 13 16:59:42 2017 +0200
octphy: improve log output
Printing the RX payload size is strictly informative, so the
loglevel LOGL_ERROR is wrong. This commit changes it to
LOGL_DEBUG
(Patch by Octasic Inc.)
Change-Id: I712cdd79cbba93f457705d38871bd8d4b7f4e897
-----------------------------------------------------------------------
Summary of changes:
src/osmo-bts-octphy/l1_if.c | 23 +++++++++++++++--------
src/osmo-bts-octphy/l1_tch.c | 2 +-
2 files changed, 16 insertions(+), 9 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 "An utility library for Open Source Mobile Communications".
The branch, master has been updated
via 590c402e6cfbdb6dc3953fda7d8e4d55cf293d0a (commit)
from 70861e33d2c9c65fec19c7ec8328cad67a74e3f4 (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=590c402e6cfbdb6dc3953fda7d8e…
commit 590c402e6cfbdb6dc3953fda7d8e4d55cf293d0a
Author: Max <msuraev(a)sysmocom.de>
Date: Wed Jun 28 14:29:24 2017 +0200
BSSGP: handle BVC-RESET-ACK
That's necessary for SGSN to properly handle BSS response to reset
procedure initiated by SGSN (foe example via 'bssgp bvc nsei 101 bvci 0
reset' command).
According to 3GPP TS 48.018 §8.4 "after performing the BVC Reset
procedure all affected BVCs are assumed to be unblocked at the SGSN" so
there's no need in any special handling.
Change-Id: I90dfbd0195a8403406429ccc746299d072445f7b
Related: OS#1638
-----------------------------------------------------------------------
Summary of changes:
src/gb/gprs_bssgp.c | 3 +++
1 file changed, 3 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 "UNNAMED PROJECT".
The branch, user/max/asantest has been created
at c82f4a7ec3f75472711af5f4d3c8966f1773272d (commit)
- Log -----------------------------------------------------------------
http://cgit.osmocom.org/osmo-pcu/commit/?id=c82f4a7ec3f75472711af5f4d3c8966…
commit c82f4a7ec3f75472711af5f4d3c8966f1773272d
Author: Max <msuraev(a)sysmocom.de>
Date: Wed Jun 28 12:51:05 2017 +0200
Remove warning regarding ASAN
Change-Id: I8b306dc9bd5392f669b0effcac6413cf08edef13
-----------------------------------------------------------------------
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 "Osmocom BTS-side code (Abis, scheduling, ...)".
The branch, master has been updated
via 4962ed1811b26e1b01fbfd445a8e8fee97a398a0 (commit)
from d0846651a3c2120a661212d07106584267f66475 (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=4962ed1811b26e1b01fbfd445a8e8fe…
commit 4962ed1811b26e1b01fbfd445a8e8fee97a398a0
Author: Max <msuraev(a)sysmocom.de>
Date: Mon Jun 26 11:07:38 2017 +0200
RSL: receive and send multiple SI2q messages
* change BCCH Info handler to explicitly support multiple SI2quater
messages sent from BSC
* change SI scheduler to send SI2q in round-robin way
That's resubmission of 340cff51f49f6e798cb5fb6d1b9febdd09902906 and
186c6bac0758b6f94aa101e151664b0dea5d8975 with memory initialization
order change to fix the issue detected by osmo-gsm-tester - see OS#2338.
Change-Id: Ib595733cde108387bc7ee76b1b11ada6a235f13c
Related: OS#1660, OS#2338
-----------------------------------------------------------------------
Summary of changes:
src/common/rsl.c | 39 ++++++++++++++++++++++++++-------------
src/common/sysinfo.c | 16 +++++++++++++++-
2 files changed, 41 insertions(+), 14 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 "An utility library for Open Source Mobile Communications".
The branch, master has been updated
via 70861e33d2c9c65fec19c7ec8328cad67a74e3f4 (commit)
from 52a881e98a77ec939bdeddadbba9d47e7a7ec32e (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=70861e33d2c9c65fec19c7ec8328…
commit 70861e33d2c9c65fec19c7ec8328cad67a74e3f4
Author: Max <msuraev(a)sysmocom.de>
Date: Tue Jun 27 13:51:02 2017 +0200
deb: fix build by adding libosmogb doc package
Change-Id: I3fe45feaee4033c17e25c4c0552d54a81d9b44f5
Fixes: OS#2340
-----------------------------------------------------------------------
Summary of changes:
debian/control | 15 +++++++++++++++
debian/libosmogb-doc.doc-base | 7 +++++++
debian/libosmogb-doc.install | 1 +
debian/rules | 1 +
4 files changed, 24 insertions(+)
create mode 100644 debian/libosmogb-doc.doc-base
create mode 100644 debian/libosmogb-doc.install
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 "The OpenBSC GSM Base Station Controller (+MSC/HLR/SGSN)".
The branch, neels/pmaier_aoip has been created
at a494d00c2fe76c00003f9bd196a04386c5c974aa (commit)
- Log -----------------------------------------------------------------
http://cgit.osmocom.org/openbsc/commit/?id=a494d00c2fe76c00003f9bd196a04386…
commit a494d00c2fe76c00003f9bd196a04386c5c974aa
Author: Philipp Maier <pmaier(a)sysmocom.de>
Date: Fri Jun 23 10:13:27 2017 +0200
wip: vty: make msc sccp addressesconfigurable
Currently all sccp addresses on the msc (and bsc)
side are hardcoded.
Prepare the msc code to make the associated BSCs
configurble. Make the compiler link libosmo-sccp
properly and start using the sccp addressbook
feature of libosmoc-sccp.
Change-Id: I0171da40cfc2d90a4ca8e423b51cf7275c3d5571
http://cgit.osmocom.org/openbsc/commit/?id=155d638af04627e5512f3bad27c10b33…
commit 155d638af04627e5512f3bad27c10b33fc3b90e7
Author: Philipp Maier <pmaier(a)sysmocom.de>
Date: Tue Jun 20 14:13:37 2017 +0200
wip: a_iface: MSC sided reset
-----------------------------------------------------------------------
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, aoip has been updated
via 9244306db501a2e94a43861b67f619d4a4b8a958 (commit)
via 208505b85d81b8d94aa09363a2f4dee5f27bad17 (commit)
via 366c7b0a0fdd96eee35805f67a1e914bd827bc3c (commit)
via 628cf3d0db67ecdd688a14f66439d746cd681b6f (commit)
via 5600a21a6502230ef2e08ebb9b3ba9b7fc869397 (commit)
via 656b5789612ea59073c732090dad9611f5561b79 (commit)
via bc0ab90fc9c2a105089d83fcdb5ba89637dbd22f (commit)
via aaffff66b2b20de29169b632420079bc315f2826 (commit)
via 02fdbb40031f41510cffe4dbc1d9671fea5783af (commit)
via 4e2e1862bcd7bfbc57a415fdcf79608301bcebe8 (commit)
from 0008777c0305426e91230a31160a1aa26563abfa (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 -----------------------------------------------------------------
-----------------------------------------------------------------------
Summary of changes:
openbsc/include/openbsc/a_iface.h | 3 +--
openbsc/include/openbsc/gsm_data.h | 9 +++++++--
openbsc/include/openbsc/iu.h | 3 +--
openbsc/src/gprs/sgsn_main.c | 16 ++++++++++++++-
openbsc/src/libbsc/abis_rsl.c | 3 ++-
openbsc/src/libiu/iu.c | 8 +++-----
openbsc/src/libmgcp/mgcpgw_client.c | 11 ++++++++--
openbsc/src/libmsc/a_iface.c | 39 +++++++++++++++++++-----------------
openbsc/src/libmsc/a_iface_bssap.c | 14 +++++--------
openbsc/src/libmsc/msc_ifaces.c | 10 ++++-----
openbsc/src/osmo-bsc/osmo_bsc_main.c | 12 ++++-------
openbsc/src/osmo-msc/msc_main.c | 16 +++++++++++----
12 files changed, 85 insertions(+), 59 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, neels/aoip has been updated
via 9244306db501a2e94a43861b67f619d4a4b8a958 (commit)
via 208505b85d81b8d94aa09363a2f4dee5f27bad17 (commit)
from 366c7b0a0fdd96eee35805f67a1e914bd827bc3c (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=9244306db501a2e94a43861b67f619d4…
commit 9244306db501a2e94a43861b67f619d4a4b8a958
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Wed Jun 28 00:51:43 2017 +0200
aoip: don't use iu struct: move rtp ports from .iu to new subscr_conn.rtp
Change-Id: I2ec2ecc2e3dcf0493168de6091d7fa4cfa028645
http://cgit.osmocom.org/openbsc/commit/?id=208505b85d81b8d94aa09363a2f4dee5…
commit 208505b85d81b8d94aa09363a2f4dee5f27bad17
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Wed Jun 28 00:15:31 2017 +0200
aoip: don't use iu struct: do not allocate unnecessary ue_conn_ctx
Change-Id: I6430d4704f5caf33275d403df93c222848b5b3ff
-----------------------------------------------------------------------
Summary of changes:
openbsc/include/openbsc/gsm_data.h | 7 +++++--
openbsc/src/libmsc/a_iface.c | 2 +-
openbsc/src/libmsc/a_iface_bssap.c | 14 +++++---------
openbsc/src/libmsc/msc_ifaces.c | 10 +++++-----
4 files changed, 16 insertions(+), 17 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 "OpenBTS' transceiver retro-fit".
The branch, master has been updated
via f611569018f7456ff1fb7a0ffdfc2a76696702d7 (commit)
from 354741326cc7b3de9daf7066ecb7793573e5bf15 (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=f611569018f7456ff1fb7a0ffdfc2a7…
commit f611569018f7456ff1fb7a0ffdfc2a76696702d7
Author: Tom Tsou <tom.tsou(a)ettus.com>
Date: Mon Jun 26 10:13:25 2017 -0700
uhd: Always specify samples-per-symbol for device lookup
Fix MCBTS device setup where the map access was failing on the wrong
assumption that all devices support 1-SPS TX-RX operation. Some devices
and/or configurations such as LIMESDR and MCBTS only support running
at 4-SPS.
Even though certain settings (e.g. number of physical channels or the
FPGA clocking rate) are not dependent on the SPS value, we still need to
specify because we use SPS as a parameter for device classification.
Fixes: OS#2341
Change-Id: I56e939285d585cc38efa6c329e30e3acebb734eb
Signed-off-by: Tom Tsou <tom.tsou(a)ettus.com>
-----------------------------------------------------------------------
Summary of changes:
Transceiver52M/UHDDevice.cpp | 4 ++--
1 file changed, 2 insertions(+), 2 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, user/max/si2q-test has been created
at 0d0d1d6a70a945ab3605b4da7cc9086d30e91c94 (commit)
- Log -----------------------------------------------------------------
http://cgit.osmocom.org/osmo-bts/commit/?id=0d0d1d6a70a945ab3605b4da7cc9086…
commit 0d0d1d6a70a945ab3605b4da7cc9086d30e91c94
Author: Max <msuraev(a)sysmocom.de>
Date: Mon Jun 26 11:07:38 2017 +0200
RSL: receive and send multiple SI2q messages
* change BCCH Info handler to explicitly support multiple SI2quater
messages sent from BSC
* change SI scheduler to send SI2q in round-robin way
That's resubmission of 340cff51f49f6e798cb5fb6d1b9febdd09902906 and
186c6bac0758b6f94aa101e151664b0dea5d8975 with memory initialization
order change to fix the issue detected by osmo-gsm-tester - see OS#2338.
Change-Id: Ib595733cde108387bc7ee76b1b11ada6a235f13c
Related: OS#1660, OS#2338
-----------------------------------------------------------------------
hooks/post-receive
--
Osmocom BTS-side code (Abis, scheduling, ...)