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 495fed9f430fffde54d79d2373272e58875e89b6 (commit)
from a10ac248c6b6efe3f1fa1fd85331b32e7941c981 (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=495fed9f430fffde54d79d2373272e5…
commit 495fed9f430fffde54d79d2373272e58875e89b6
Author: Minh-Quang Nguyen <minh-quang.nguyen(a)nutaq.com>
Date: Thu Jun 9 14:50:32 2016 -0400
l1sap.h: fix wrong L1SAP_FN2PTCCHBLOCK calculation according to TS 45.002 Table 6
We have seen that the DSP time to time rejects PTCCH message from BTS due to invalid block number.
As a result, we patched FN2PTCCHBLOCK calculation according TS 45.0002 Table 6.
Change-Id: I8be1c8b9159c94788857c6de5440a418739f1212
-----------------------------------------------------------------------
Summary of changes:
include/osmo-bts/l1sap.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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, clkind has been created
at 596c48e224d28d79d4964c4481037d95b8dee7d7 (commit)
- Log -----------------------------------------------------------------
http://cgit.osmocom.org/osmo-trx/commit/?id=596c48e224d28d79d4964c4481037d9…
commit 596c48e224d28d79d4964c4481037d95b8dee7d7
Author: Tom Tsou <tom.tsou(a)ettus.com>
Date: Tue Jun 14 10:35:40 2016 -0700
transceiver: Limit CLK IND sending to Rx frame loop
-----------------------------------------------------------------------
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, master has been updated
via ad580ba7c400835fdff0226700dd02c7ffff32c6 (commit)
from 0167e3f35535b1b19eab659659180fa549da52b0 (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=ad580ba7c400835fdff0226700dd…
commit ad580ba7c400835fdff0226700dd02c7ffff32c6
Author: Alexander Couzens <lynxis(a)fe80.eu>
Date: Mon May 16 16:01:45 2016 +0200
add vty call show asciidoc: generate a documentation for counters
For each counter group a ascii doc table is generated
containing all single counter with a reference to a section to
add additional information to the counter
Change-Id: Ia8af883167e5ee631059299b107ea83c8bbffdfb
Reviewed-on: https://gerrit.osmocom.org/70
Reviewed-by: Harald Welte <laforge(a)gnumonks.org>
Tested-by: Harald Welte <laforge(a)gnumonks.org>
-----------------------------------------------------------------------
Summary of changes:
include/osmocom/vty/command.h | 2 +
src/vty/command.c | 53 ++++++++++++++++
src/vty/stats_vty.c | 142 ++++++++++++++++++++++++++++++++++++++++++
3 files changed, 197 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 "SCCP Library".
The branch, master has been updated
via 1a698a537d2250f7161867a578288db27fe0435c (commit)
from 5abdbebc3ae10fc3c21922406a18f20fdbdc00f7 (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=1a698a537d2250f7161867a5782…
commit 1a698a537d2250f7161867a578288db27fe0435c
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Mon Jun 13 12:17:44 2016 +0200
clarify fixme comment, x7
The fixme is about an actual message sent back, not about the error log.
Change-Id: I6de8fb202c7beb025232e9b97605e9f46778506a
Reviewed-on: https://gerrit.osmocom.org/228
Tested-by: Jenkins Builder
Reviewed-by: Harald Welte <laforge(a)gnumonks.org>
-----------------------------------------------------------------------
Summary of changes:
src/sua.c | 14 +++++++-------
1 file changed, 7 insertions(+), 7 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 "The OpenBSC GSM Base Station Controller (+MSC/HLR/SGSN)".
The branch, master has been updated
via e152ffe14d1dfe2ffb4892ada5eede6ccb429338 (commit)
from b8afb5fda251be739fdd862054d28b0eedfd85c9 (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=e152ffe14d1dfe2ffb4892ada5eede6c…
commit e152ffe14d1dfe2ffb4892ada5eede6ccb429338
Author: Max <msuraev(a)sysmocom.de>
Date: Fri Jun 10 17:21:05 2016 +0200
Fix SIGABRT on wrong AMR payload
Previously length check have not considered AMR format which requires
extra byte for in-band length leading to SIGABRT on incorrect payload
from BTS.
Change-Id: I800f756fc803accace8c7e0b4a42b3744fe78bb6
Fixes: OS#1731
-----------------------------------------------------------------------
Summary of changes:
openbsc/src/libtrau/rtp_proxy.c | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
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 a10ac248c6b6efe3f1fa1fd85331b32e7941c981 (commit)
via 60970056c87180c88539fcc6e3b0ba72e0f3d674 (commit)
via 8ecadc66cef3ceb17f9f815ba5bd4e31406a664a (commit)
via 9302abe0547e6f6172416b1d07182916b628e480 (commit)
from 45e97ac59aca2766977cc3d041abd6a201615516 (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=a10ac248c6b6efe3f1fa1fd85331b32…
commit a10ac248c6b6efe3f1fa1fd85331b32e7941c981
Author: Max <msuraev(a)sysmocom.de>
Date: Mon Jun 13 11:33:43 2016 +0200
DTXu: mark beginning of speech burst in RTP
Set Marker bit in RTP header to mark the beginning of talkspurt.
Change-Id: I3dd70ad8ff94356e3c3cc5458255f6c23534783e
Related: OS#1562
http://cgit.osmocom.org/osmo-bts/commit/?id=60970056c87180c88539fcc6e3b0ba7…
commit 60970056c87180c88539fcc6e3b0ba72e0f3d674
Author: Max <msuraev(a)sysmocom.de>
Date: Mon Jun 13 12:11:03 2016 +0200
DTXd: store/repeat last SID
Store last SID received over RTP and repeat is if necessary (no new SID
or SPEECH frames) according to codec-specific scheduling rules.
Related: OS#1563
Copy-paster from I4d23846a27d3dbd2a6e75e481c1efcdb2a85f305 for LC15.
Change-Id: I29acea6e8bbf426330ce52554a48afb5d2ef1679
http://cgit.osmocom.org/osmo-bts/commit/?id=8ecadc66cef3ceb17f9f815ba5bd4e3…
commit 8ecadc66cef3ceb17f9f815ba5bd4e31406a664a
Author: Max <msuraev(a)sysmocom.de>
Date: Mon Jun 13 12:06:06 2016 +0200
DTXd: store/repeat last SID
Store last SID received over RTP and repeat is if necessary (no new SID
or SPEECH frames) according to codec-specific scheduling rules.
Change-Id: I4d23846a27d3dbd2a6e75e481c1efcdb2a85f305
Related: OS#1563
http://cgit.osmocom.org/osmo-bts/commit/?id=9302abe0547e6f6172416b1d0718291…
commit 9302abe0547e6f6172416b1d07182916b628e480
Author: Max <msuraev(a)sysmocom.de>
Date: Mon Jun 13 11:43:43 2016 +0200
Fix debug output
Previously frame number was not saved in case of PRIM_TCH rendering many
debug statements with g_time useless.
Copy-paste from ef30f50d5d6d5f863fc147d05ccdceb89284934e.
Change-Id: I952b39458d921622d5964cbdcc2f4e45ff9ea951
-----------------------------------------------------------------------
Summary of changes:
src/common/l1sap.c | 6 +-
src/osmo-bts-litecell15/l1_if.c | 2 +-
src/osmo-bts-litecell15/l1_if.h | 2 +-
src/osmo-bts-litecell15/tch.c | 182 ++++++++++++++++++++++++++++++++++-----
src/osmo-bts-sysmo/l1_if.c | 2 +-
src/osmo-bts-sysmo/l1_if.h | 2 +-
src/osmo-bts-sysmo/tch.c | 183 +++++++++++++++++++++++++++++++++++-----
7 files changed, 330 insertions(+), 49 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 45e97ac59aca2766977cc3d041abd6a201615516 (commit)
via 3a1f1b8e91638fe2286e9e9253fe3ea6808f9f8a (commit)
from 45822227577cba5c6c4a4d4d61a7a9e8b4992c25 (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=45e97ac59aca2766977cc3d041abd6a…
commit 45e97ac59aca2766977cc3d041abd6a201615516
Author: Jason DSouza <jason.dsouza(a)octasic.com>
Date: Mon Apr 11 16:26:57 2016 +0200
Close TRX session before opening new one
This fixes the unstable behavior (BTS loosing subscribers after some
time) in case previous run of osmo-bts was interrupted (with ctrl+c for
example).
Change-Id: Ie2119b0b566d01f0e70b38c8a149fecb47def38d
http://cgit.osmocom.org/osmo-bts/commit/?id=3a1f1b8e91638fe2286e9e9253fe3ea…
commit 3a1f1b8e91638fe2286e9e9253fe3ea6808f9f8a
Author: Max <msuraev(a)sysmocom.de>
Date: Mon Jun 13 14:56:44 2016 +0200
octphy: Use the app. info. defaults as base
Similar to 91565b2d51646657002f91fdc22dce3c7320e13a use default
initializers.
Change-Id: Ib813249f4295b034eb65658e3f43b4fe86862cf0
Fixes: Os#1642
-----------------------------------------------------------------------
Summary of changes:
src/osmo-bts-octphy/l1_oml.c | 46 +++++++++++++++++++++++++++++++++++++++++++-
1 file changed, 45 insertions(+), 1 deletion(-)
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 "The OpenBSC GSM Base Station Controller (+MSC/HLR/SGSN)".
The branch, master has been updated
via b8afb5fda251be739fdd862054d28b0eedfd85c9 (commit)
via 9df268e217274a0d1ff5cdc169503e4b2d4207f7 (commit)
from 3adb23cfc5119673651ff804cdc13fe554908adc (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=b8afb5fda251be739fdd862054d28b0e…
commit b8afb5fda251be739fdd862054d28b0eedfd85c9
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Thu Jun 2 01:18:02 2016 +0200
dyn PDCH: send PDCH ACT for each TCH/F_PDCH on TS Enable
Add dyn_pdch_init() in new file bsc_dyn_pdch.c (new file to avoid linking
issues; bsc_init.c would create undefined references, and putting in a new file
is the easiest solution).
Call dyn_pdch_init() from nm_statechg_event() whenever a TS is enabled.
Revert the |= TS_F_PDCH_MODE chunk from previous commit, since this flag will
now be set after dyn_pdch_init() sent out the PDCH ACT and when subsequently
the PDCH ACT ACK messages are received in rsl_rx_pdch_act_ack().
Change-Id: I0cad93dec59d546b3f3b19e332e0833496031575
http://cgit.osmocom.org/openbsc/commit/?id=9df268e217274a0d1ff5cdc169503e4b…
commit 9df268e217274a0d1ff5cdc169503e4b2d4207f7
Author: Andreas Eversberg <jolly(a)eversberg.eu>
Date: Fri Oct 11 13:32:30 2013 +0200
dyn PDCH: Automatically deactivate/activate PDCH on TCH/F+PDCH channel
Handle shared TCH/F+PDCH channels as regular TCH/F channels. Prior to
activation, deactivate PDCH mode.
After deactivation, restore PDCH mode.
Change-Id: I59712b8769cc3959ef114a6e12e77801816fe8b6
-----------------------------------------------------------------------
Summary of changes:
openbsc/include/openbsc/abis_rsl.h | 2 ++
openbsc/include/openbsc/gsm_data_shared.h | 6 ++++
openbsc/src/libbsc/Makefile.am | 3 +-
openbsc/src/libbsc/abis_rsl.c | 38 ++++++++++++++++++++--
.../src/libbsc/{bts_unknown.c => bsc_dyn_pdch.c} | 38 ++++++++++++----------
openbsc/src/libbsc/bts_ipaccess_nanobts.c | 3 ++
6 files changed, 69 insertions(+), 21 deletions(-)
copy openbsc/src/libbsc/{bts_unknown.c => bsc_dyn_pdch.c} (52%)
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 "An utility library for Open Source Mobile Communications".
The branch, master has been updated
via 0167e3f35535b1b19eab659659180fa549da52b0 (commit)
from 8d6dcd9bca7ce9b0a29954126c72050f8e2e110c (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=0167e3f35535b1b19eab65965918…
commit 0167e3f35535b1b19eab659659180fa549da52b0
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Mon Jun 6 18:10:38 2016 +0200
add rsl_or_ipac_msg_name() for both standard and ip.access msg types
Context: in osmo-bts, I want to look up an RSL message name in rsl_msgt_names
and fall back to rsl_ipac_msgt_names if not found, because the IPAC PDCH ACT
and DEACT messages are sent in a standard ABIS_RSL_MDISC_DED_CHAN.
Change-Id: Ic9ba721a1469cf51aed97ab0f44a7fe055c94b1f
Reviewed-on: https://gerrit.osmocom.org/231
Reviewed-by: Harald Welte <laforge(a)gnumonks.org>
Tested-by: Jenkins Builder
-----------------------------------------------------------------------
Summary of changes:
include/osmocom/gsm/rsl.h | 1 +
src/gsm/libosmogsm.map | 1 +
src/gsm/rsl.c | 11 +++++++++++
3 files changed, 13 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, master has been updated
via 8d6dcd9bca7ce9b0a29954126c72050f8e2e110c (commit)
from 8a3c83ed00104bdb326c160a36c8f2b0625eeabd (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=8d6dcd9bca7ce9b0a29954126c72…
commit 8d6dcd9bca7ce9b0a29954126c72050f8e2e110c
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Mon Jun 6 18:05:23 2016 +0200
add get_value_string_or_null() to handle unknown items
Add get_value_string_or_null() to return NULL in case the given value is not
found in the list of strings, to be able to cleanly fall back to another list
of strings. Absorb the lookup loop from get_value_string().
Context: in osmo-bts, I want to look up an RSL message name in rsl_msgt_names
and fall back to rsl_ipac_msgt_names if not found, because the IPAC PDCH ACT
and DEACT messages are sent in a standard ABIS_RSL_MDISC_DED_CHAN.
In a subsequent commit, get_value_string_or_null() will be used by new
rsl_or_ipac_msg_name().
Change-Id: I1fa3907e28d528d2758bc3eae9d19e6c1168f5e5
Reviewed-on: https://gerrit.osmocom.org/230
Reviewed-by: Harald Welte <laforge(a)gnumonks.org>
Tested-by: Jenkins Builder
-----------------------------------------------------------------------
Summary of changes:
include/osmocom/core/utils.h | 2 ++
src/utils.c | 21 ++++++++++++++++++---
2 files changed, 20 insertions(+), 3 deletions(-)
hooks/post-receive
--
An utility library for Open Source Mobile Communications