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 "Software for ETSI GMR (GEO Mobile Radio)".
The branch, sylvain/live has been updated
discards 6993280d700870d7df6e69f2f2a00d77947cb14b (commit)
discards e8464fcee2a662e61a7dcd81d0a19ba4bc106202 (commit)
discards b9700ddb2d86d60d003f8cc7d40235a6eed9a49e (commit)
via 354321edb5944b035770fb9678528bfc10ba6619 (commit)
via a111da40cc6ee12841f3a53250531842ba9617a6 (commit)
via 6a09a4db8de163df79d723faef083f54d1edd60b (commit)
via e63b672ab6132186eae9bbebf6c5621ceb4aa30b (commit)
via bf9a1f63e33288887c35e3fb70f12f519fa2d561 (commit)
via 98454eff49c2c9c72737f2a73adca7f3779bd168 (commit)
via 38ecee5e99cf39e6a9b854ea2cac7a1759e95708 (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 (6993280d700870d7df6e69f2f2a00d77947cb14b)
\
N -- N -- N (354321edb5944b035770fb9678528bfc10ba6619)
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 -----------------------------------------------------------------
-----------------------------------------------------------------------
Summary of changes:
src/gmr1_rx.c | 20 +-
src/gmr1_rx_live.c | 46 +-
src/rtfwk/common.h | 4 +
src/rtfwk/sa_bcch_ccch.c | 21 +
src/rtfwk/sa_fcch.c | 47 +-
src/rtfwk/sa_file.c | 2 +
src/rtfwk/sa_tch3.c | 1 +
src/rtfwk/sa_tch9.c | 1 +
src/rtfwk/sampbuf.c | 54 +-
src/rtfwk/sampbuf.h | 7 +-
src/sdr/fcch.c | 20 +-
utils/gmr1_rx_lband.py | 1234 +++++++++++++++-------
utils/{gmr1_rx_lband.py => gmr1_rx_lband_old.py} | 0
13 files changed, 1014 insertions(+), 443 deletions(-)
copy utils/{gmr1_rx_lband.py => gmr1_rx_lband_old.py} (100%)
hooks/post-receive
--
Software for ETSI GMR (GEO Mobile Radio)
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, master has been updated
via f276138202d528ecdd62cbae5d28d1768de4c349 (commit)
from d453eaa788e10b04772de1b1efd857c1e7275753 (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-pcu/commit/?id=f276138202d528ecdd62cbae5d28d17…
commit f276138202d528ecdd62cbae5d28d1768de4c349
Author: aravind sirsikar <arvind.sirsikar(a)radisys.com>
Date: Tue Oct 25 12:45:24 2016 +0530
EGPRS: add test case to show EPDAN BSN out of window bug
This patch adds a test case test_tbf_epdan_out_of_rx_window,
which expects a current bug with EPDAN for interpretation of the
bitmap explained in section 9.1.8.2.4 in 44.060 version 7.27.0
Release 7. The specification explains that a bit within the
uncompressed bitmap whose corresponding BSN is not within the
transmit window shall be ignored. But current PCU implementation
drops the EPDAN and does not update status of the BSN which are
inside the window. The test's expectation is corrected along with
the bug fix in a subsequent commit.
Related: OS#1789
Change-Id: If32b67f5c05707155281128b776a90a1e3d587b2
-----------------------------------------------------------------------
Summary of changes:
tests/tbf/TbfTest.cpp | 102 ++++++++++++++++++++++++++++++++++++++++++++++++++
tests/tbf/TbfTest.err | 36 ++++++++++++++++++
tests/tbf/TbfTest.ok | 2 +
3 files changed, 140 insertions(+)
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 "Software for ETSI GMR (GEO Mobile Radio)".
The branch, sylvain/gmr-1-3g has been updated
via c7307c6d734b707fceac1c449f2efb32dcc74757 (commit)
from f6130438d80cf66fe8103b23d3a8a9ee190990b5 (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-gmr/commit/?id=c7307c6d734b707fceac1c449f2efb3…
commit c7307c6d734b707fceac1c449f2efb32dcc74757
Author: Sylvain Munaut <tnt(a)246tNt.com>
Date: Sat Oct 29 21:36:10 2016 +0200
[hack] Status reporting
-----------------------------------------------------------------------
Summary of changes:
src/gmr1_rx_live.c | 40 ++++++++++++++++++++++++++++++++++-
src/rtfwk/common.h | 4 ++++
src/rtfwk/sa_bcch_ccch.c | 18 ++++++++++++++++
src/rtfwk/sa_fcch.c | 1 +
src/rtfwk/sa_file.c | 2 ++
src/rtfwk/sa_tch3.c | 1 +
src/rtfwk/sa_tch9.c | 1 +
src/rtfwk/sampbuf.c | 54 ++++++++++++++++++++++++------------------------
src/rtfwk/sampbuf.h | 7 ++++++-
9 files changed, 99 insertions(+), 29 deletions(-)
hooks/post-receive
--
Software for ETSI GMR (GEO Mobile Radio)
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 "Software for ETSI GMR (GEO Mobile Radio)".
The branch, sylvain/gmr-1-3g has been updated
via f6130438d80cf66fe8103b23d3a8a9ee190990b5 (commit)
from 593ad8860db731cd220f7a80af225949f736f398 (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-gmr/commit/?id=f6130438d80cf66fe8103b23d3a8a9e…
commit f6130438d80cf66fe8103b23d3a8a9ee190990b5
Author: Sylvain Munaut <tnt(a)246tNt.com>
Date: Fri Oct 28 20:55:27 2016 +0200
tweaks
-----------------------------------------------------------------------
Summary of changes:
src/gmr1_rx_live.c | 2 +-
src/rtfwk/sa_bcch_ccch.c | 6 +++++-
src/rtfwk/sa_fcch.c | 10 ++++++++++
3 files changed, 16 insertions(+), 2 deletions(-)
hooks/post-receive
--
Software for ETSI GMR (GEO Mobile Radio)
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 ae9beda1506ab06d898a4ec26bfd53d8fc211614 (commit)
from 1b76a03cddcfb52c1ebd5a6f0d990128058a516c (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=ae9beda1506ab06d898a4ec26bfd53d8…
commit ae9beda1506ab06d898a4ec26bfd53d8fc211614
Author: Philipp <pmaier(a)sysmocom.de>
Date: Wed Sep 28 15:10:14 2016 +0200
sndcp: Fixups for sndcp layer based on coverity-scan suggestions
- missing break in gprs_sndcp_pcomp.c, line 143
- string overflow in slhc_test.c, line 211
- sizeof mismatch in gprs_sndcp_xid.c, line 1369 and 1378
- mismatching signedness in gprs_sndcp_xid.c, line 1377
- needless < 0 comparison in gprs_sndcp_xid.c, line 477
- needless < 0 comparison in gprs_sndcp_xid.c, line 209
- missing returncode check in v42bis_test.c, line 320
- wrong pointer dereferentialization in gprs_sndcp_comp.c, line 73
Change-Id: I4f9adf251f5119e67ffe76baad6f1f996ac8dbad
-----------------------------------------------------------------------
Summary of changes:
openbsc/src/gprs/gprs_sndcp_comp.c | 2 +-
openbsc/src/gprs/gprs_sndcp_pcomp.c | 1 +
openbsc/src/gprs/gprs_sndcp_xid.c | 25 +++++++++++++------------
openbsc/tests/slhc/slhc_test.c | 2 ++
openbsc/tests/v42bis/v42bis_test.c | 1 +
5 files changed, 18 insertions(+), 13 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 "Osmocom BTS-side code (Abis, scheduling, ...)".
The branch, master has been updated
via bce25a60f4bbd798b98727e66b25bf343031f7bc (commit)
from efb4a4baeb8ecd13ff41f25d61fd91a1162e6fa9 (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=bce25a60f4bbd798b98727e66b25bf3…
commit bce25a60f4bbd798b98727e66b25bf343031f7bc
Author: Max <msuraev(a)sysmocom.de>
Date: Wed Oct 26 17:28:42 2016 +0200
DTX DL: split ONSET state handling
Handle ONSET cause by Voice and FACCH separately. In case of Voice we
have RTP payload which we have to cache and send later on in next
response to L1 RTS. FACCH have higher priority so it preempts both voice
and silence alike - hence we can send ONSET immediately but still have
to track previous state in order to get back to it gracefully.
This affects lc15 and sysmo hw as there's no FSM-based DTX
implementation for other models yet.
Note: this requires patch for OpenBSC which adds FACCH buffer to tch.dtx
struct.
Change-Id: Idba14dcd0cb12cd7aee86391fcc152c49fcd7052
Related: OS#1802
-----------------------------------------------------------------------
Summary of changes:
include/osmo-bts/dtx_dl_amr_fsm.h | 1 -
src/common/dtx_dl_amr_fsm.c | 23 +++++++-----------
src/common/msg_utils.c | 21 ++++++++++++++---
src/osmo-bts-litecell15/l1_if.c | 49 ++++++++++++++++++++++++++++++++++-----
src/osmo-bts-litecell15/tch.c | 6 +++--
src/osmo-bts-sysmo/l1_if.c | 49 ++++++++++++++++++++++++++++++++++-----
src/osmo-bts-sysmo/tch.c | 6 +++--
7 files changed, 120 insertions(+), 35 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 72e43f02c3408ec85c259ee483ac75f01ecb6cad (commit)
from ada0042c587395ba1a8430504d761d532610ba5c (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=72e43f02c3408ec85c259ee483ac…
commit 72e43f02c3408ec85c259ee483ac75f01ecb6cad
Author: Philipp <pmaier(a)sysmocom.de>
Date: Thu Oct 27 13:35:20 2016 +0200
gsm0408: Completing GSM 04.08 RR message types
- Add missing message types to be up to date with the
latest specification release (3GPP TS 04.18)
- Add value strings to translate RR message type identifiers
into human readable strings. (see gsm48_rr_msg_name() in
gsm48.h
Change-Id: I3ceb070bf4dc8f5a071a5d43c6aa2d4e84c2dec6
-----------------------------------------------------------------------
Summary of changes:
include/osmocom/gsm/gsm48.h | 1 +
include/osmocom/gsm/protocol/gsm_04_08.h | 15 ++++-
src/gsm/gsm48.c | 108 +++++++++++++++++++++++++++++++
src/gsm/libosmogsm.map | 1 +
4 files changed, 123 insertions(+), 2 deletions(-)
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 ada0042c587395ba1a8430504d761d532610ba5c (commit)
from a6b5216ab4b7acfaa2b0b9d421fc72f6153fad59 (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=ada0042c587395ba1a8430504d76…
commit ada0042c587395ba1a8430504d761d532610ba5c
Author: Philipp <pmaier(a)sysmocom.de>
Date: Thu Oct 27 13:30:16 2016 +0200
COSMETIC: moving rr_cause_name() in gsm48.c
rr_cause_name() is located a far of from
value_string rr_cause_names[] while other value string
functions are located right below their related value
string definitions. This commit moves rr_cause_name()
below rr_cause_names[] as it should be
Change-Id: Ie6c03a6ea02c370d8733db5ba2a709610cd70ce7
-----------------------------------------------------------------------
Summary of changes:
src/gsm/gsm48.c | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
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 code for Iuh interface".
The branch, master has been updated
via 5ee050c1e7fde4e32e3334e7bf02c4f663474d55 (commit)
via c510fc29fcf4999de8ba4992dd305968909ed69b (commit)
via 9153de649826d7e7e7382c21f5228a2779a76c82 (commit)
via 6e3e594ee34dcc5858aa144d45e9c531bef2bd71 (commit)
from c7ccdd490f84914754c72c7b3105772f74a40208 (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-iuh/commit/?id=5ee050c1e7fde4e32e3334e7bf02c4f…
commit 5ee050c1e7fde4e32e3334e7bf02c4f663474d55
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Thu Oct 13 15:12:18 2016 +0200
hnbgw: parameterize IuCS and IuPS ips and ports: add vty cmds
Basically copy-paste the Iuh local-ip and local-port code to provide
parameterization of the IuCS and IuPS remote addresses.
Add IUCS and IUPS nodes, enhance go_parent_cb and config writing accordingly.
Change-Id: I2c28977011009df4e1fa472290bbbc359e406971
http://cgit.osmocom.org/osmo-iuh/commit/?id=c510fc29fcf4999de8ba4992dd30596…
commit c510fc29fcf4999de8ba4992dd305968909ed69b
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Thu Oct 13 16:58:04 2016 +0200
hnbgw: vty: set explicit go_parent_cb
A second level of depth will be added to the hnbgw node soon, which will need
explicit go-parent logic.
Change-Id: I8d1c18a396c215e8425ae49872b5c73316087d7d
http://cgit.osmocom.org/osmo-iuh/commit/?id=9153de649826d7e7e7382c21f5228a2…
commit 9153de649826d7e7e7382c21f5228a2779a76c82
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Thu Oct 13 15:11:07 2016 +0200
hnbgw: parameterize iuh local port: add vty cmd
For completeness' sake, add VTY command to set the local Iuh port, to go with
the command that sets the local IP.
Change-Id: I4b5e9fe9fcfa489069a0728d47899ef4a61f7ce5
http://cgit.osmocom.org/osmo-iuh/commit/?id=6e3e594ee34dcc5858aa144d45e9c53…
commit 6e3e594ee34dcc5858aa144d45e9c531bef2bd71
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Thu Oct 27 13:13:50 2016 +0200
hnbgw: cosmetic: local-ip config: drop getter function
Use the g_hnb_gw->config.iuh_local_ip directly, drop hnbgw_get_iuh_local_ip().
Change-Id: Ie91aea82ae5d128ad735a0857ea814b440c3232c
Suggested-by: hwelte
-----------------------------------------------------------------------
Summary of changes:
include/osmocom/iuh/hnbgw.h | 9 ++-
include/osmocom/iuh/vty.h | 2 +
src/hnbgw.c | 42 ++++++++-----
src/hnbgw_vty.c | 148 ++++++++++++++++++++++++++++++++++++++++++++
4 files changed, 182 insertions(+), 19 deletions(-)
hooks/post-receive
--
Osmocom code for Iuh interface
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 1b76a03cddcfb52c1ebd5a6f0d990128058a516c (commit)
from 8c53c59bfb1bc16347a60d5e15113c70d289ac93 (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=1b76a03cddcfb52c1ebd5a6f0d990128…
commit 1b76a03cddcfb52c1ebd5a6f0d990128058a516c
Author: Max <msuraev(a)sysmocom.de>
Date: Tue Oct 25 20:22:16 2016 +0200
DTX DL: Add FACCH cache
When DL DTX is active and silent period is in progress dtx.cache is
populated by SID UPDATE message which about to be scheduled next. If at
that moment FACCH message arrives (which have higher priority) we have
to send ONSET message to L1 but we can't invalidate cache with SID
UPDATE as it will be used for SID FIRST message to resume silent period
after FACCH transmission is over (provided there were no incoming voice
in between). Hence the necessity for separate buffer to store content of
FACCH message while we're sending ONSET to L1 while keeping SID UPDATE
cached.
Change-Id: I316e81af893b24766bf259baaed7a0be75a11694
Related: OS#1801
-----------------------------------------------------------------------
Summary of changes:
openbsc/include/openbsc/gsm_data_shared.h | 3 +++
1 file changed, 3 insertions(+)
hooks/post-receive
--
The OpenBSC GSM Base Station Controller (+MSC/HLR/SGSN)