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, pmaier/aoip2 has been created
at 55154fb8574337ac5854b9f5912e1d7928b6a9c0 (commit)
- Log -----------------------------------------------------------------
http://cgit.osmocom.org/openbsc/commit/?id=55154fb8574337ac5854b9f5912e1d79…
commit 55154fb8574337ac5854b9f5912e1d7928b6a9c0
Author: Philipp Maier <pmaier(a)sysmocom.de>
Date: Fri Jun 30 14:21:31 2017 +0200
cosmetic: fix typo in log output
http://cgit.osmocom.org/openbsc/commit/?id=9360d613f4e878caf469e9049262e8f1…
commit 9360d613f4e878caf469e9049262e8f1a567e92f
Author: Philipp Maier <pmaier(a)sysmocom.de>
Date: Fri Jun 30 14:17:55 2017 +0200
osmo-bsc: only clear connections of a specific MSC
The BSC clears all connections on reception of a
BSSAP RESET, however, the RESET command must not
affect the connections of other MSCs.
Ensure that only the connections of the MSC who
actually sent the BSSAP RESET are cleared.
http://cgit.osmocom.org/openbsc/commit/?id=e80608d9fdacc6411d31def68dd00285…
commit e80608d9fdacc6411d31def68dd00285642eecbd
Author: Philipp Maier <pmaier(a)sysmocom.de>
Date: Fri Jun 30 14:15:44 2017 +0200
osmo-bsc: Make SCCP-Addresses configurable via VTY
Add VTY commands to configure the sccp-address of the BSC
and the one of the MSC.
http://cgit.osmocom.org/openbsc/commit/?id=fc515efb41e4674c09f438a9664028f5…
commit fc515efb41e4674c09f438a9664028f5b8da804d
Author: Philipp Maier <pmaier(a)sysmocom.de>
Date: Fri Jun 30 13:53:40 2017 +0200
common-vty: add ss7 nodes commands to VTY
The current VTY implementation has no knowledge about the
libosmo-sccp nodes and therefor can not resolve parent nodes,
nor decide if we deal with a config node.
http://cgit.osmocom.org/openbsc/commit/?id=d6ec7a4ab5e307152a94f513a3f218cd…
commit d6ec7a4ab5e307152a94f513a3f218cda5ef8482
Author: Philipp Maier <pmaier(a)sysmocom.de>
Date: Fri Jun 30 13:28:03 2017 +0200
osmo-msc: finish msc-sided reset
finish the implementation for msc sided reset, automatically
register connecting BSCs.
Ensure that all sccp connections are cleared when the reset
procedure executes.
http://cgit.osmocom.org/openbsc/commit/?id=0bfa685ae9884876d8062a44d1680689…
commit 0bfa685ae9884876d8062a44d16806894ca229cb
Author: Philipp Maier <pmaier(a)sysmocom.de>
Date: Fri Jun 30 12:18:20 2017 +0200
msc_vlr: fix linker problem in testcase
Swap libmsc.a and libcommon-cs.a to make symbols from
libcommon-cs.a available to libmsc.a
http://cgit.osmocom.org/openbsc/commit/?id=9e1e0f46fb82fabb3be11006effa964e…
commit 9e1e0f46fb82fabb3be11006effa964ed4163ed8
Author: Philipp Maier <pmaier(a)sysmocom.de>
Date: Wed Jun 28 18:22:46 2017 +0200
mgcp: Fix missing call id in DLCX
The call id field in the DLCX message is missing. Use the endpoint
id as call id in all CRCX and DLCX messages.
http://cgit.osmocom.org/openbsc/commit/?id=e2b37af93a084abf57c496938746cc66…
commit e2b37af93a084abf57c496938746cc66e65c120f
Author: Philipp Maier <pmaier(a)sysmocom.de>
Date: Fri Jun 30 11:12:18 2017 +0200
reset: fix allocation and add deallocator for reset procedure
When the reset is started, state machines are allocated. The user
must provide a correctly filled structure where the reset start
function adds the state machine into.
This is prone to errors, besides of that, a proper deallocator
function which tears down the osmo fsm is missing.
make a more cofmortable allocator function and add deallocator
function.
-----------------------------------------------------------------------
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 7738f5282f8ab4571715f1907fa47360b6b68064 (commit)
from 0ada527bc0f3a408cee510ad9105c551642efc8e (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=7738f5282f8ab4571715f1907fa4736…
commit 7738f5282f8ab4571715f1907fa47360b6b68064
Author: Pau Espin Pedrol <pespin(a)sysmocom.de>
Date: Thu Jun 29 11:07:44 2017 +0200
litecell15/tch.c: Clean up use of empty buffer
Make code easier to read and avoid reading first byte of the buffer if size is 0.
Change-Id: Ib9ee967c0f42098b3a0569e9d84f23832eb4f2d5
-----------------------------------------------------------------------
Summary of changes:
src/osmo-bts-litecell15/tch.c | 7 ++++---
1 file changed, 4 insertions(+), 3 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 0ada527bc0f3a408cee510ad9105c551642efc8e (commit)
from dd3c7815a51d6655cdebe324cdc6031ed313edd7 (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=0ada527bc0f3a408cee510ad9105c55…
commit 0ada527bc0f3a408cee510ad9105c551642efc8e
Author: Pau Espin Pedrol <pespin(a)sysmocom.de>
Date: Mon Jun 26 13:06:13 2017 +0200
sysmo/tch.c: Clean up use of empty buffer
Make code easier to read and avoid reading first byte of the buffer if size is 0.
Change-Id: I5ecfc4df5a3fcad3d3ad50bf3dd3db65b694481a
-----------------------------------------------------------------------
Summary of changes:
src/osmo-bts-sysmo/tch.c | 7 ++++---
1 file changed, 4 insertions(+), 3 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, master has been updated
via 9e992c24357dc19e6b0044584c553e802e0aebd1 (commit)
from 524923a96a9892445234248623d8be642eb5229d (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=9e992c24357dc19e6b0044584c5…
commit 9e992c24357dc19e6b0044584c553e802e0aebd1
Author: Pau Espin Pedrol <pespin(a)sysmocom.de>
Date: Thu Jun 29 18:04:18 2017 +0200
osmo_ortp.c: Duration of a RTP frame affects timestamp of the next one
Duration of an RTP frames dictates the timestamp used for the next
frame, not for the one being sent now. It was done like this before to
account for possible losses.
Implementation wise, the duration was understood as "duration
between last frame was sent and now when current one is sent". It makes
more sense to use it as the duration in number of sampling ticks
as described on the function documentation, specially now that we can
account for extra time by means of osmo_rtp_skipped_frame.
Change-Id: Ib8f5fa5509059fe908c09a4381844c613d478548
-----------------------------------------------------------------------
Summary of changes:
src/trau/osmo_ortp.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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, master has been updated
via 524923a96a9892445234248623d8be642eb5229d (commit)
from c633cfbb9115485f3f54efe49480f4e2cec1cfa4 (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=524923a96a9892445234248623d…
commit 524923a96a9892445234248623d8be642eb5229d
Author: Pau Espin Pedrol <pespin(a)sysmocom.de>
Date: Wed Jun 28 15:31:46 2017 +0200
osmo_ortp: Add osmo_rtp_drop_frame API
This API will be used by osmo-bts to maintain the sampling clock of the
RTP socket whenever a frame should be sent but it is not available, for
instance due to low quality of signal.
Change-Id: Id6099372b6231c0a4b6ea0716f46f5daee7049e1
-----------------------------------------------------------------------
Summary of changes:
include/osmocom/trau/osmo_ortp.h | 1 +
src/trau/osmo_ortp.c | 22 ++++++++++++++++++++++
2 files changed, 23 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 "Osmocom BTS-side code (Abis, scheduling, ...)".
The branch, master has been updated
via dd3c7815a51d6655cdebe324cdc6031ed313edd7 (commit)
via b7425f3642a0d34dbbec23a340c6d7c944d57849 (commit)
from 8d645dd0e5bcaf75a89e82cc3f4a5aa14b31a6e3 (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=dd3c7815a51d6655cdebe324cdc6031…
commit dd3c7815a51d6655cdebe324cdc6031ed313edd7
Author: Philipp Maier <pmaier(a)sysmocom.de>
Date: Thu Jun 1 10:16:10 2017 +0200
osmo-bts-litecell15: Fix missing frame number in MEAS IND
The layer 1 interface (l1_if.c) for osmo-bts-litecell15 does not include
the frame number into the measurement indications it forwards
to higher layers. The frame number is required to properly
detect the end of a measurement period.
change process_meas_res() to properly include the frame number into the
l1sap primitive (struct osmo_phsap_prim *l1sap)
Change-Id: Iee9c8f88b05cd5dba9920bb08e079a643e713237
http://cgit.osmocom.org/osmo-bts/commit/?id=b7425f3642a0d34dbbec23a340c6d7c…
commit b7425f3642a0d34dbbec23a340c6d7c944d57849
Author: Philipp Maier <pmaier(a)sysmocom.de>
Date: Wed May 31 18:44:37 2017 +0200
osmo-bts-trx: fix missing frame number in MEAS IND
The layer 1 interface (l1_if.c) for osmo-bts-trx does not include
the frame number into the measurement indications it forwards
to higher layers. The frame number is required to properly
detect the end of a measurement period.
Change-Id: Ife3c791ff50e8a866a97b9783ac7ef3ef2402a70
-----------------------------------------------------------------------
Summary of changes:
src/osmo-bts-litecell15/l1_if.c | 5 +++--
src/osmo-bts-trx/l1_if.c | 5 +++--
src/osmo-bts-trx/l1_if.h | 2 +-
3 files changed, 7 insertions(+), 5 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 "OpenBTS' transceiver retro-fit".
The branch, master has been updated
via 4cafb0fa15a069c182a7f8dc77ef645061bee30e (commit)
from f611569018f7456ff1fb7a0ffdfc2a76696702d7 (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=4cafb0fa15a069c182a7f8dc77ef645…
commit 4cafb0fa15a069c182a7f8dc77ef645061bee30e
Author: Tom Tsou <tom.tsou(a)ettus.com>
Date: Mon Jun 26 10:13:25 2017 -0700
LimeSDR: set approximate tx offset value to make GSM work
may be fine-tuned in the future
Modified to match current master by Harald Welte.
Change-Id: Ied215ca9e9d9c346c2a654f96785d1b87b075129
-----------------------------------------------------------------------
Summary of changes:
Transceiver52M/UHDDevice.cpp | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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 "SCCP Library".
The branch, master has been updated
via 6df7a4a6ee80a79b6512997b4ecdbde304905f7e (commit)
from 81c0bcab068174036f6897e69311f413d94c74d4 (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-sccp/commit/?id=6df7a4a6ee80a79b6512997b4ec…
commit 6df7a4a6ee80a79b6512997b4ecdbde304905f7e
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Fri Jun 23 18:17:02 2017 +0200
fix compiler warning: xua_test: hexdump pointer type
Was recently introduced by a70b4599f63b50c4d654eb9e1b1a099a7c8cdc36.
Change-Id: Iab5529f6919fd22902a8b39e8a52079f08deb851
-----------------------------------------------------------------------
Summary of changes:
tests/xua/xua_test.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
hooks/post-receive
--
SCCP 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 "SCCP Library".
The branch, master has been updated
via 81c0bcab068174036f6897e69311f413d94c74d4 (commit)
from 38d2aabd4a880dcdfa3a49dd8d83e2cfd30402ac (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-sccp/commit/?id=81c0bcab068174036f6897e6931…
commit 81c0bcab068174036f6897e69311f413d94c74d4
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Mon Jun 26 04:49:57 2017 +0200
Revert "SCOC: When sending a CORE/CR, SUA SRC_ADDR == CallingPartyAddress"
This reverts commit 5527df78adc08b76df07c4b682263b5bdd6181d4.
I tried some time to figure out what other changes are needed to make this
commit work and fix a confusion, until I noticed:
The commit's *log message* is correct that SRC == calling, but the *patch*
modifies callED addr to be the SRC, which is wrong. So reverting this commit is
indeed the correct way to fix our addresses.
Change-Id: Ic76aacc81f87f8885fe04121aead5c79a761ef07
-----------------------------------------------------------------------
Summary of changes:
src/sccp_scoc.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
hooks/post-receive
--
SCCP 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 8d645dd0e5bcaf75a89e82cc3f4a5aa14b31a6e3 (commit)
from 250d77f8dfe4e9ce3ccbcdb2e5695bd819178318 (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=8d645dd0e5bcaf75a89e82cc3f4a5aa…
commit 8d645dd0e5bcaf75a89e82cc3f4a5aa14b31a6e3
Author: Philipp Maier <pmaier(a)sysmocom.de>
Date: Mon Jun 26 12:10:36 2017 +0200
Revert "sysmobts: normalize frame number in measurement indication"
This reverts commit 88b2cc30a6a7253c2c4c76178e5727fad48556ca.
Change-Id: I30f37a9feef24a45e254377502615d717dba9765
-----------------------------------------------------------------------
Summary of changes:
src/osmo-bts-sysmo/l1_if.c | 12 ++----------
1 file changed, 2 insertions(+), 10 deletions(-)
hooks/post-receive
--
Osmocom BTS-side code (Abis, scheduling, ...)