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 1389e86d116509884b0e5ee3421fe7683afcab9b (commit)
via 548e3712009f68f801be806884d848b47c30dced (commit)
from ed0eda236c525377e3c25d04456cbeafcab21c2d (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=1389e86d116509884b0e5ee3421f…
commit 1389e86d116509884b0e5ee3421fe7683afcab9b
Author: Harald Welte <laforge(a)gnumonks.org>
Date: Sun Jun 18 18:16:02 2017 +0300
Add pseudo-random bit sequence generator to libosmcoore
These PRBS sequences are specified in ITU-T O.150. They are typically
used as test data to be transmitted for BER (bit error rate) testing.
Change-Id: I227b6a6e86a251460ecb816afa9a7439d5fb94d1
http://cgit.osmocom.org/libosmocore/commit/?id=548e3712009f68f801be806884d8…
commit 548e3712009f68f801be806884d848b47c30dced
Author: Harald Welte <laforge(a)gnumonks.org>
Date: Mon Jul 10 22:32:08 2017 +0200
gsm_04_08.h: Add struct for 9.1.13b GPRS suspension request
Change-Id: I90113044460a6c511ced14f588876c4280d1cac7
-----------------------------------------------------------------------
Summary of changes:
include/Makefile.am | 1 +
include/osmocom/core/prbs.h | 25 +++++++++++
include/osmocom/gsm/protocol/gsm_04_08.h | 8 ++++
src/Makefile.am | 2 +-
src/prbs.c | 74 ++++++++++++++++++++++++++++++++
tests/Makefile.am | 7 ++-
tests/prbs/prbs_test.c | 47 ++++++++++++++++++++
tests/prbs/prbs_test.ok | 16 +++++++
tests/testsuite.at | 6 +++
9 files changed, 183 insertions(+), 3 deletions(-)
create mode 100644 include/osmocom/core/prbs.h
create mode 100644 src/prbs.c
create mode 100644 tests/prbs/prbs_test.c
create mode 100644 tests/prbs/prbs_test.ok
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, laforge/gprs-suspend has been created
at b6e219d2746c2e804ac844c2602305cf38c2f444 (commit)
- Log -----------------------------------------------------------------
http://cgit.osmocom.org/osmo-pcu/commit/?id=b6e219d2746c2e804ac844c2602305c…
commit b6e219d2746c2e804ac844c2602305cf38c2f444
Author: Harald Welte <laforge(a)gnumonks.org>
Date: Tue Jul 11 00:06:38 2017 +0200
Forward GPRS SUSPEND REQ from BTS to SGSN using BSSGP
As specified in 3GPP TS 03.60 Section 16.2.1 and 44.018 Section 3.4.15,
a Class B MS is sending a "RR GPRS SUSPEND REQ" via a DCCH to the BTS if
it wants to suspend GPRS services. As of
Change-Id I3c1af662c8f0d3d22da200638480f6ef05c3ed1f, OsmoBTS forwards
this via the PCU socket, so we need to pick it up and send it via BSSGP
to the SGSN.
Change-Id: I7b4beb413a6f974373a404b5a11c44d86ba695d3
Closes: OS#2249
http://cgit.osmocom.org/osmo-pcu/commit/?id=d7d0bb55bc8c6334a9c0f40712fa7bd…
commit d7d0bb55bc8c6334a9c0f40712fa7bd53c063a58
Author: Harald Welte <laforge(a)gnumonks.org>
Date: Mon Jul 10 15:03:27 2017 +0200
jenkins.sh: Proper error message if local environment isn't set up
Change-Id: Ibd24ba6024714f3d7aac14ef661acf52de2a3825
-----------------------------------------------------------------------
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, laforge/gprs-suspend has been created
at e245bf102b20c72640d6f70ec318559bb710b5c9 (commit)
- Log -----------------------------------------------------------------
http://cgit.osmocom.org/osmo-bts/commit/?id=e245bf102b20c72640d6f70ec318559…
commit e245bf102b20c72640d6f70ec318559bb710b5c9
Author: Harald Welte <laforge(a)gnumonks.org>
Date: Mon Jul 10 22:39:15 2017 +0200
Forward GPRS SUSPEND REQ from DCCH to PCU socket
As specified in 3GPP TS 03.60 Section 16.2.1 and 44.018 Section 3.4.15,
a Class B MS is sending a "RR GPRS SUSPEND REQ" via a DCCH to the BTS if
it wants to suspend GPRS services. The BSS is now responsible to
somehow forward this to the SGSN. As the Gs interface between BSC and
SGSN is both optional and doesn't have any provision to forward this
message, we have to send it over to the PCU so it can use regular BSSGP
signaling to inform the SGSN of the SUSPEND REQUEST.
This patch requires libosmocore Change-Id
I90113044460a6c511ced14f588876c4280d1cac7 for the related definition of
struct gsm48_gprs_susp_req.
Change-Id: I3c1af662c8f0d3d22da200638480f6ef05c3ed1f
Closes: OS#2249
-----------------------------------------------------------------------
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 9244d110b8ae66b2691f9879ee0b6a0cbe113bae (commit)
from 7cb44209eac4651d5fc65e07f74bc5325f110ea4 (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=9244d110b8ae66b2691f9879ee0b6a0c…
commit 9244d110b8ae66b2691f9879ee0b6a0cbe113bae
Author: Harald Welte <laforge(a)gnumonks.org>
Date: Mon Jun 12 01:52:27 2017 +0200
Add VTY commands for experimentation with TS 04.14 commands
TS 04.14 (TS 44.014) specifies a series of commands specific to
conformance testing. Let's add some VTY commands to play (at least
initially) with closing and opening voice loops in the MS.
Change-Id: I38b1ee9dbf26f5689c38cb83b1b3c5e9eaad7678
-----------------------------------------------------------------------
Summary of changes:
openbsc/src/libmsc/vty_interface_layer3.c | 94 +++++++++++++++++++++++++++++++
1 file changed, 94 insertions(+)
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, fairwaves/fix-bts-num-logging has been created
at ffa338af7c1599a6d2b4916bfc82c68859d5f11c (commit)
- Log -----------------------------------------------------------------
http://cgit.osmocom.org/openbsc/commit/?id=ffa338af7c1599a6d2b4916bfc82c688…
commit ffa338af7c1599a6d2b4916bfc82c68859d5f11c
Author: Alexander Chemeris <Alexander.Chemeris(a)gmail.com>
Date: Tue Jul 11 01:42:41 2017 +0630
libcommon: Fix log output for bts>0.
Fixes regression probably introduced in c696cc28.
For bts>0 logging doesn't show bts number correctly when printing lchan
identification string - it will always show it as "bts=0". The reason for
this is that the identification string is cached before bts->nr value is
set to a proper value.
This patch sets bts->nr as part of the first step of the bts structure
initialization, before caching happens thus making sure the cached
identification string is cached with the correct values.
Change-Id: I61c18a7f021fcb1ec00d34a745f4e3ab03416c2d
-----------------------------------------------------------------------
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 "UNNAMED PROJECT".
The branch, master has been updated
via 1f3a1ce1a31ea94d501fa31142db2b5ec09fef8b (commit)
from 69f3860d2884976216bb8d60e4f268a979374115 (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-hlr/commit/?id=1f3a1ce1a31ea94d501fa31142db2b5…
commit 1f3a1ce1a31ea94d501fa31142db2b5ec09fef8b
Author: Daniel Willmann <dwillmann(a)sysmocom.de>
Date: Fri Jun 2 13:34:37 2017 +0200
tests/auc: Don't require python3
Our jenkins buildslave does not have python3 installed so call python2
instead.
Change-Id: Ifb59b79021b2c935b326496ed339f12e13c96b8e
Ticket: SYS#3322
-----------------------------------------------------------------------
Summary of changes:
debian/control | 2 +-
tests/auc/gen_ts_55_205_test_sets/pdftxt_2_c.py | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
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 "The OpenBSC GSM Base Station Controller (+MSC/HLR/SGSN)".
The branch, master has been updated
via 7cb44209eac4651d5fc65e07f74bc5325f110ea4 (commit)
from 94431bf7c32506aa99efd29e3617022270ff458d (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=7cb44209eac4651d5fc65e07f74bc532…
commit 7cb44209eac4651d5fc65e07f74bc5325f110ea4
Author: Harald Welte <laforge(a)gnumonks.org>
Date: Mon May 29 18:02:53 2017 +0200
Support for TS 04.14 conformance test commands
Change-Id: Ib27edbfc8ccdedf00589ec715ced7bed435fa94c
-----------------------------------------------------------------------
Summary of changes:
openbsc/include/openbsc/Makefile.am | 1 +
openbsc/include/openbsc/gsm_04_14.h | 15 ++++
openbsc/src/libmsc/Makefile.am | 1 +
openbsc/src/libmsc/gsm_04_08.c | 4 ++
openbsc/src/libmsc/gsm_04_14.c | 132 ++++++++++++++++++++++++++++++++++++
5 files changed, 153 insertions(+)
create mode 100644 openbsc/include/openbsc/gsm_04_14.h
create mode 100644 openbsc/src/libmsc/gsm_04_14.c
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 28d8081e25abbf6151bee7fc325510545c9c799d (commit)
from 87ed77b9376c89c4f78e61425a4700de166f252e (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=28d8081e25abbf6151bee7fc3255105…
commit 28d8081e25abbf6151bee7fc325510545c9c799d
Author: ignasj <ignas.jarusevicius(a)gmail.com>
Date: Tue Jun 13 23:37:46 2017 +0300
LimeSDR: Fix sample value range
when "sc16" stream arg is passed to SoapyUHD sample value range is -32768 to 32767
Change-Id: I58b8b6b71648bd9cbc105ddaaa9a7cf0a31b3d47
-----------------------------------------------------------------------
Summary of changes:
Transceiver52M/UHDDevice.cpp | 3 +--
1 file changed, 1 insertion(+), 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 "The OpenBSC GSM Base Station Controller (+MSC/HLR/SGSN)".
The branch, master has been updated
via 94431bf7c32506aa99efd29e3617022270ff458d (commit)
via 8f7ab69d4ca2cbfa9a669c7cdee62272824be4a3 (commit)
via 61a7e57d8608052a050795c1620f1e918ab80a31 (commit)
from 3ea54c8fa92eaa81b1903de89cf2872e75b3c76b (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=94431bf7c32506aa99efd29e36170222…
commit 94431bf7c32506aa99efd29e3617022270ff458d
Author: Alexander Chemeris <Alexander.Chemeris(a)gmail.com>
Date: Sat Jul 8 18:00:36 2017 +0900
libmsc: Fix VTY output for handover counters.
Handover countrs belong to BSC, but we mistakenly take values from MSC counters.
Change-Id: I9512330f2e91d2f526751c5228e6e8e0fe17d579
http://cgit.osmocom.org/openbsc/commit/?id=8f7ab69d4ca2cbfa9a669c7cdee62272…
commit 8f7ab69d4ca2cbfa9a669c7cdee62272824be4a3
Author: Holger Hans Peter Freyther <holger(a)moiji-mobile.com>
Date: Sun Jul 9 13:18:17 2017 +0200
sgsn: Fill the cch_pdp with a value coming from the tlv structure
For some GGSNs we need to insert the PDP Charging Characteristics
that were returned. We receive these values from GSUP and will
fill them into the tlv structure when finding the ggsn context.
Change-Id: I1725bfd2403d29ce3550bfcd6fcc1498426ef906
http://cgit.osmocom.org/openbsc/commit/?id=61a7e57d8608052a050795c1620f1e91…
commit 61a7e57d8608052a050795c1620f1e918ab80a31
Author: Benoit Bolsee <benoit.bolsee(a)wtl.be>
Date: Wed Jul 5 12:57:16 2017 +0200
04.08: find a portable way to obtain the timezone offset
Portable GMT offset calculation to display correct
time on GSM.
Change-Id: I673f17af2550c9708c4771e4ea4eafbbfafbb824
-----------------------------------------------------------------------
Summary of changes:
openbsc/include/openbsc/gprs_sgsn.h | 5 +++++
openbsc/src/gprs/gprs_sgsn.c | 21 ++++++++++++++++-----
openbsc/src/gprs/gprs_subscriber.c | 14 ++++++++++++++
openbsc/src/gprs/sgsn_libgtp.c | 7 +++++++
openbsc/src/libmsc/gsm_04_08.c | 13 ++++++++++---
openbsc/src/libmsc/vty_interface_layer3.c | 10 +++++-----
6 files changed, 57 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 "The OpenBSC GSM Base Station Controller (+MSC/HLR/SGSN)".
The branch, master has been updated
via 3ea54c8fa92eaa81b1903de89cf2872e75b3c76b (commit)
from 2102a4ae43eb5610c96ac21c77b94f621fa0ac64 (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=3ea54c8fa92eaa81b1903de89cf2872e…
commit 3ea54c8fa92eaa81b1903de89cf2872e75b3c76b
Author: Harald Welte <laforge(a)gnumonks.org>
Date: Mon Jul 10 15:00:00 2017 +0200
jenkins.sh: Proper error message if local environment isn't set up
Change-Id: I79c2302365824d9c8783dadfa378c8eaa07e2ee7
-----------------------------------------------------------------------
Summary of changes:
contrib/jenkins.sh | 7 +++++++
1 file changed, 7 insertions(+)
hooks/post-receive
--
The OpenBSC GSM Base Station Controller (+MSC/HLR/SGSN)