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 6f9d76e66c5b5c9ea2e850b524f8811289290d8b (commit)
from 5b70bb673d5857cc2208712d3bbab29fd650cb09 (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=6f9d76e66c5b5c9ea2e850b524f8811…
commit 6f9d76e66c5b5c9ea2e850b524f8811289290d8b
Author: Max <msuraev(a)sysmocom.de>
Date: Tue Dec 5 13:55:51 2017 +0100
Log filenames on L1 errors
Change-Id: I7e73374f3f1da662ebed52548d29b6b76443c81b
-----------------------------------------------------------------------
Summary of changes:
src/osmo-bts-sysmo/l1_transp_hw.c | 8 ++++----
1 file changed, 4 insertions(+), 4 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 06dbdf59ebc87f32048748b822d8caa27dbee4a2 (commit)
via 18ba26cfab4a07b8f45aeb7f28b4f8faabc6a2e7 (commit)
from ad1797e359f95b3a9ff57bfc92217d4f4f96fc95 (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=06dbdf59ebc87f32048748b822d8…
commit 06dbdf59ebc87f32048748b822d8caa27dbee4a2
Author: Alexander Couzens <lynxis(a)fe80.eu>
Date: Tue Dec 5 16:12:14 2017 +0100
vty: show asciidoc counters: don't create an empty table for osmo_counters
When creating asciidocs for osmo_counter an empty is not useful.
If there aren't any counter, output a hidden comment
Change-Id: Ie2768100e69dcd7d8d77533688585dd9b43c4a5e
http://cgit.osmocom.org/libosmocore/commit/?id=18ba26cfab4a07b8f45aeb7f28b4…
commit 18ba26cfab4a07b8f45aeb7f28b4f8faabc6a2e7
Author: Alexander Couzens <lynxis(a)fe80.eu>
Date: Tue Dec 5 16:06:27 2017 +0100
counters: add osmo_counters_count() returns the amount of counters
Change-Id: I9068231d71876e06d27ee67a688d7fb611ac3a1b
-----------------------------------------------------------------------
Summary of changes:
include/osmocom/core/counter.h | 2 ++
src/counter.c | 7 +++++++
src/vty/stats_vty.c | 7 +++++++
3 files changed, 16 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 "Osmocom BTS-side code (Abis, scheduling, ...)".
The branch, master has been updated
via 5b70bb673d5857cc2208712d3bbab29fd650cb09 (commit)
from 70c4dc8d706973c65e6bf088156f5862f4e036b4 (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=5b70bb673d5857cc2208712d3bbab29…
commit 5b70bb673d5857cc2208712d3bbab29fd650cb09
Author: Harald Welte <laforge(a)gnumonks.org>
Date: Tue Oct 31 15:29:35 2017 -0400
DTX: avoid illegal character contained in DTX FSM allocation which causes BTS crash
Problem:
lchan->tch.dtx.dl_amr_fsm struct failed to allocate in l1sap_chan_act routine
in l1sap.c due to illegal characters contained in lchan->name which are passed to
osmo_fsm_inst_alloc routine. As a result, lchan->tch.dtx.dl_amr_fsm is NULL
causing BTS crashed (SEG FAULT) when trying to access this struct.
Below is snapshot of crash log obtained by GDB:
...
Fri Nov 24 18:13:55 2017 <0000> rsl.c:1653 payload type: 98
Fri Nov 24 18:13:55 2017 <0000> rsl.c:1463 (bts=0,trx=0,ts=2,ss=0)
RSL Tx IPAC_MDCX_ACK (local 127.0.0.1:11538, remote 127.0.0.1:30012)
Program received signal SIGSEGV, Segmentation fault.
0x00031930 in dtx_dl_amr_fsm_step (lchan=lchan@entry=0xb69592a8,
rtp_pl=rtp_pl@entry=0x87ae8 " \024\351Y\363_\337\345\351f\177\373\300\210\201\200\210",
rtp_pl_len=17, fn=1728481, l1_payload=0x10dd25 "", marker=marker@entry=true,
len=len@entry=0x10ddc4 "\024", ft_out=0xbefff7d7 "\002",
ft_out@entry=0xbefff7cf "\276\341_\032") at msg_utils.c:233
233 msg_utils.c: No such file or directory.
...
Fix:
* Use different formatting for lchan name passed to osmo_fsm_inst_alloc routine
* Refuse channel activation if FSM could not be generated (as opposed to crash)
Related: OS#2606
Reported-by: Minh-Quang Nguyen <minh-quang.nguyen(a)nutaq.com>
Change-Id: I929ce3703dc57acf8db569ae0e346265644d0b3c
-----------------------------------------------------------------------
Summary of changes:
src/common/l1sap.c | 12 ++++++++++--
1 file changed, 10 insertions(+), 2 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 "The OpenGGSN project".
The branch, master has been updated
via 9c0f4f49e9b15b55cd9baa42c1ba191903664397 (commit)
via ac51c7e68e64740568c6843499cb3a352e3e549e (commit)
via 55d639f0fbc00bec2ef01940d30e569ebb66515f (commit)
from b9ace14717a220edb380d21d849e95ae0c30784e (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-ggsn/commit/?id=9c0f4f49e9b15b55cd9baa42c1ba19…
commit 9c0f4f49e9b15b55cd9baa42c1ba191903664397
Author: Pau Espin Pedrol <pespin(a)sysmocom.de>
Date: Mon Dec 4 12:52:23 2017 +0100
tests: Split ipv6 specific tests into a new test group
This way they can be easily disabled later on when IPv6 support is made
optional.
Change-Id: I3906dbf55ccf1650083398e08ac870add0bbdcef
http://cgit.osmocom.org/osmo-ggsn/commit/?id=ac51c7e68e64740568c6843499cb3a…
commit ac51c7e68e64740568c6843499cb3a352e3e549e
Author: Pau Espin Pedrol <pespin(a)sysmocom.de>
Date: Mon Dec 4 10:59:52 2017 +0100
Remove unused empty src/Makefile.in
Change-Id: I207362e055dbfafc42fad2cfdd0cf1da9dcad88b
http://cgit.osmocom.org/osmo-ggsn/commit/?id=55d639f0fbc00bec2ef01940d30e56…
commit 55d639f0fbc00bec2ef01940d30e569ebb66515f
Author: Pau Espin Pedrol <pespin(a)sysmocom.de>
Date: Mon Dec 4 13:17:07 2017 +0100
ggsn.c: Print version of unhandled ip packet
Change-Id: I7e226a12b074c96c572f90e3aaf62716d0cd47c5
-----------------------------------------------------------------------
Summary of changes:
ggsn/ggsn.c | 2 +-
src/Makefile.in | 0
tests/lib/Makefile.am | 8 +-
tests/lib/in46a_test.c | 214 ++++++++++++++++++++++-------------
tests/lib/in46a_test.ok | 16 ++-
tests/lib/in46a_v6_test.ok | 8 ++
tests/lib/ippool_test.c | 15 ++-
tests/lib/ippool_test.err | 2 -
tests/lib/ippool_test.ok | 257 -------------------------------------------
tests/lib/ippool_v6_test.err | 2 +
tests/lib/ippool_v6_test.ok | 257 +++++++++++++++++++++++++++++++++++++++++++
tests/testsuite.at | 13 +++
12 files changed, 441 insertions(+), 353 deletions(-)
delete mode 100644 src/Makefile.in
create mode 100644 tests/lib/in46a_v6_test.ok
create mode 100644 tests/lib/ippool_v6_test.err
create mode 100644 tests/lib/ippool_v6_test.ok
hooks/post-receive
--
The OpenGGSN 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 layer for OpenEmbedded".
The branch, 201705 has been updated
via 9a3c3d32f55f4522772904f1eea0a01e822fcd48 (commit)
from 42740773ddc30928564d3ea5049636f6eb0a4d4b (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/meta-telephony/commit/?id=9a3c3d32f55f4522772904f1e…
commit 9a3c3d32f55f4522772904f1eea0a01e822fcd48
Author: Pau Espin Pedrol <pespin(a)sysmocom.de>
Date: Mon Dec 4 15:36:46 2017 +0100
libosmo-abis: Remove unused patch
The patch was applied upstream in
37fcd93a508b52f6f33bf47191bba41cb7367b0d, and removed from libosmo-abis
recipe in meta-telephony d91abc18f1a1d0003fe946c5dce173f1946b9712.
Change-Id: I7cf50808f0b826e82614ecd5844ab082ac017873
-----------------------------------------------------------------------
Summary of changes:
.../libosmo-abis/files/fix-rsl-connect.patch | 21 ---------------------
1 file changed, 21 deletions(-)
delete mode 100644 recipes-osmocom/libosmo-abis/files/fix-rsl-connect.patch
hooks/post-receive
--
Osmocom layer for OpenEmbedded
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 layer for OpenEmbedded".
The branch, pespin/201705 has been deleted
was 92af4ee4cf90277a6920aad981aaee40e049a251
-----------------------------------------------------------------------
92af4ee4cf90277a6920aad981aaee40e049a251 libosmo-abis: Split libosmo-trau into its own package
-----------------------------------------------------------------------
hooks/post-receive
--
Osmocom layer for OpenEmbedded
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 layer for OpenEmbedded".
The branch, laforge/nightly has been updated
via 7ac5c4b0a469b0d73889294355a4b0168ef653fc (commit)
from 4aa6d87359a2d0edaaa103115874e7a3fce21ee8 (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/meta-telephony/commit/?id=7ac5c4b0a469b0d7388929435…
commit 7ac5c4b0a469b0d73889294355a4b0168ef653fc
Author: Pau Espin Pedrol <pespin(a)sysmocom.de>
Date: Mon Dec 4 17:50:11 2017 +0100
osmo-sgsn: libosmo-sccp dep is only needed if building with iu support
Change-Id: I97e4e37219f584f0b9d42e21ff9464e2d7143e13
-----------------------------------------------------------------------
Summary of changes:
recipes-osmocom/osmo-sgsn/osmo-sgsn.inc | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
hooks/post-receive
--
Osmocom layer for OpenEmbedded
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 layer for OpenEmbedded".
The branch, pespin/201705 has been created
at 92af4ee4cf90277a6920aad981aaee40e049a251 (commit)
- Log -----------------------------------------------------------------
http://cgit.osmocom.org/meta-telephony/commit/?id=92af4ee4cf90277a6920aad98…
commit 92af4ee4cf90277a6920aad981aaee40e049a251
Author: Pau Espin Pedrol <pespin(a)sysmocom.de>
Date: Mon Dec 4 16:01:38 2017 +0100
libosmo-abis: Split libosmo-trau into its own package
Change-Id: Ica8b6c39aed9f3370aeab84e821c8de871d2f0be
http://cgit.osmocom.org/meta-telephony/commit/?id=9a3c3d32f55f4522772904f1e…
commit 9a3c3d32f55f4522772904f1eea0a01e822fcd48
Author: Pau Espin Pedrol <pespin(a)sysmocom.de>
Date: Mon Dec 4 15:36:46 2017 +0100
libosmo-abis: Remove unused patch
The patch was applied upstream in
37fcd93a508b52f6f33bf47191bba41cb7367b0d, and removed from libosmo-abis
recipe in meta-telephony d91abc18f1a1d0003fe946c5dce173f1946b9712.
Change-Id: I7cf50808f0b826e82614ecd5844ab082ac017873
-----------------------------------------------------------------------
hooks/post-receive
--
Osmocom layer for OpenEmbedded
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 70c4dc8d706973c65e6bf088156f5862f4e036b4 (commit)
from be4a2088098a7b4fbfc1a5046e4c2ceb21ce1b1d (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=70c4dc8d706973c65e6bf088156f586…
commit 70c4dc8d706973c65e6bf088156f5862f4e036b4
Author: Harald Welte <laforge(a)gnumonks.org>
Date: Sat Dec 2 21:34:33 2017 +0100
osmo-bts-trx: Fix reported frame number during PRIM_INFO_MEAS
The upper layers (L1SAP, the common part of L1) *always* require frame
numbers in the uplink direction to be reported as the frame number of
the *first* burst, not the last burst of a given block.
This is particularly important in the case of passing up measurement
information, as we use this frame number to detect if the measurement
interval for that specific timeslot has just ended (and hence we must
process the measurements and send an uplink measurement report to the
BSC.
Before this patch, the measurement results were reported with the *last*
frame number, which caused the common/measurement.c code never detect
the end of a measurement window.
On TS2, tons of the following log messages were observed:
<0004> measurement.c:199 (bts=0,trx=0,ts=2,ss=0) no space for uplink measurement, num_ul_meas=104
With this patch, it behves as expected: the measurements of 25 blocks
(= 100 bursts) are aggregated, after which point the report is computed
and sent. Subsequently, num_ul_meas is reset to 0 and the cycle
restarts.
Related: OS#2329
Change-Id: I1065ae9c400bb5240a63ab8213aee59aeb9ceeff
-----------------------------------------------------------------------
Summary of changes:
src/osmo-bts-trx/scheduler_trx.c | 14 ++++++++++----
1 file changed, 10 insertions(+), 4 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 aa60dda99a22f6a60d5c6f9b08d50febe49757ef (commit)
from 1468a5c3dc4c193422d0ccbe5e09e423395bbec5 (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=aa60dda99a22f6a60d5c6f9b08d50fe…
commit aa60dda99a22f6a60d5c6f9b08d50febe49757ef
Author: Piotr Krysik <ptrkrysik(a)gmail.com>
Date: Mon Dec 4 00:29:16 2017 +0700
UHDDevice.cpp: add USRP B205mini support
The B205mini is similar to the B200mini and runs OsmoTRX just
fine, so let's make OsmoTRX recogonize and support it too.
Change-Id: Iee575121248ea541f7abc49055e49ec2d30904c0
-----------------------------------------------------------------------
Summary of changes:
Transceiver52M/UHDDevice.cpp | 1 +
1 file changed, 1 insertion(+)
hooks/post-receive
--
OpenBTS' transceiver retro-fit