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 660709dc7cfd6a42088988122d65ae8dfadd009c (commit)
from 58b664675013b948a37ce151948cabe9fe17d386 (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=660709dc7cfd6a42088988122d65ae8…
commit 660709dc7cfd6a42088988122d65ae8dfadd009c
Author: Yves Godin <support(a)nuranwireless.com>
Date: Thu May 19 11:08:03 2016 +0200
Add support for NuRAN Wireless Litecell 1.5 BTS
Layer 1 compatibility with previous generation or NuRan GSM product,
therefore the support for the Litecell 1.5 uses its own sources instead
of using tons of ifdef/endif.
Max's amendments:
* make headers path configurable
* use configured TRX instead of hardcoded value
* split subdir-objects into separate commit
* cosmetic changes
Change-Id: Ib1287375cb10a889625bbac8528fa60deed23a2b
Fixes: SYS#2443
Reviewed-on: https://gerrit.osmocom.org/61
Tested-by: Jenkins Builder
Reviewed-by: Harald Welte <laforge(a)gnumonks.org>
-----------------------------------------------------------------------
Summary of changes:
configure.ac | 19 ++
src/Makefile.am | 24 ++
.../lc15_l1_hw.c} | 103 ++++---
.../lc15_l1_if.c} | 106 ++++---
.../lc15_l1_if.h} | 59 ++--
src/osmo-bts-litecell15/lc15bts.c | 332 +++++++++++++++++++++
src/osmo-bts-litecell15/lc15bts.h | 64 ++++
7 files changed, 586 insertions(+), 121 deletions(-)
copy src/{osmo-bts-sysmo/sysmo_l1_hw.c => osmo-bts-litecell15/lc15_l1_hw.c} (63%)
copy src/{osmo-bts-sysmo/sysmo_l1_if.c => osmo-bts-litecell15/lc15_l1_if.c} (73%)
copy src/{osmo-bts-sysmo/sysmo_l1_if.h => osmo-bts-litecell15/lc15_l1_if.h} (50%)
create mode 100644 src/osmo-bts-litecell15/lc15bts.c
create mode 100644 src/osmo-bts-litecell15/lc15bts.h
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, sysmocom/201504-stable has been updated
via 55101ae00455d0c75a908a6dd4625fc08c0318e7 (commit)
from 8b2fcce98481888ed38c9724ed5800a0cbe6e301 (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=55101ae00455d0c75a908a6dd4625fc0…
commit 55101ae00455d0c75a908a6dd4625fc08c0318e7
Author: Holger Hans Peter Freyther <holger(a)moiji-mobile.com>
Date: Tue May 17 23:20:03 2016 +0200
bsc: Create minimal SI6 rest octets
In GSM R99 SI6 has mandatory SI6 rest octets and so far we did
not include them. Add minimal support to generate the right band
indicator.
Change-Id: I417a40eb91f42a3416b4e07bb9fb4d7a01aaa36b
Fixes: OS#1698
Related: OS#1725
-----------------------------------------------------------------------
Summary of changes:
openbsc/include/openbsc/rest_octets.h | 1 +
openbsc/src/libbsc/rest_octets.c | 39 +++++++++++++++++++++++++++++++++
openbsc/src/libbsc/system_information.c | 4 +++-
3 files changed, 43 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 "UNNAMED PROJECT".
The branch, master has been updated
via 58b664675013b948a37ce151948cabe9fe17d386 (commit)
from ed3ae4a39277d8a054545498905dcf032549218c (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=58b664675013b948a37ce151948cabe…
commit 58b664675013b948a37ce151948cabe9fe17d386
Author: Max <msuraev(a)sysmocom.de>
Date: Fri May 13 10:34:15 2016 +0200
Change internal API for consistency
Make TRX API (void *) consistent with the way it's used (integer). Use
uint8_t for TRX numbering everywhere (we don't expect hardware with
more than 256 transceivers in the near future). This change helps to
avoid unnecessary casts and make API much clearer.
Change-Id: Ic584611184b0c8b5417ecff0ddae3d526b55a079
Related: SYS#2443
Reviewed-on: https://gerrit.osmocom.org/59
Tested-by: Jenkins Builder
Reviewed-by: Holger Freyther <holger(a)freyther.de>
-----------------------------------------------------------------------
Summary of changes:
src/osmo-bts-sysmo/sysmo_l1_if.c | 8 ++++----
src/osmo-bts-sysmo/sysmo_l1_if.h | 2 +-
src/pcu_l1_if.cpp | 9 +++++----
3 files changed, 10 insertions(+), 9 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 "UNNAMED PROJECT".
The branch, master has been updated
via ed3ae4a39277d8a054545498905dcf032549218c (commit)
from f0bb25450c096c9811deb29831e567f921d573e8 (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=ed3ae4a39277d8a054545498905dcf0…
commit ed3ae4a39277d8a054545498905dcf032549218c
Author: Alexander Couzens <lynxis(a)fe80.eu>
Date: Tue May 17 17:53:23 2016 +0200
add .gitreview
A .gitreview file is required to use git review.
More information about git review
https://www.mediawiki.org/wiki/Gerrit/git-review
Change-Id: I03cbdf3a95bcf36a7388b5fa2652fd774b8f0f5b
Reviewed-on: https://gerrit.osmocom.org/68
Tested-by: Jenkins Builder
Reviewed-by: Holger Freyther <holger(a)freyther.de>
-----------------------------------------------------------------------
Summary of changes:
.gitreview | 3 +++
1 file changed, 3 insertions(+)
create mode 100644 .gitreview
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 "An utility library for Open Source Mobile Communications".
The branch, master has been updated
via 2da9e11258588367f288e6abfa9ebcb50d11f456 (commit)
from ec012d09995f8336f917f5b1d22cdb8bba9c03a9 (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=2da9e11258588367f288e6abfa9e…
commit 2da9e11258588367f288e6abfa9ebcb50d11f456
Author: Alexander Couzens <lynxis(a)fe80.eu>
Date: Tue May 17 17:56:58 2016 +0200
add .gitreview
A gitreview file is required to use git review.
More information about git review
https://www.mediawiki.org/wiki/Gerrit/git-review
Change-Id: I95235dddf60670c38a5a7a726c2a77f09d03c303
Reviewed-on: https://gerrit.osmocom.org/69
Tested-by: Jenkins Builder
Reviewed-by: Holger Freyther <holger(a)freyther.de>
-----------------------------------------------------------------------
Summary of changes:
.gitreview | 3 +++
1 file changed, 3 insertions(+)
create mode 100644 .gitreview
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 ec012d09995f8336f917f5b1d22cdb8bba9c03a9 (commit)
from 764b022fc69c4bb9816e12801186f8fa25f8dd72 (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=ec012d09995f8336f917f5b1d22c…
commit ec012d09995f8336f917f5b1d22cdb8bba9c03a9
Author: Arran Cudbard-Bell <a.cudbardb(a)freeradius.org>
Date: Wed May 18 16:02:53 2016 -0400
Ignore config.cache
Change-Id: Ida2294e490eb5eec515aa00742fb6cfc29b11b48
Reviewed-on: https://gerrit.osmocom.org/83
Tested-by: Jenkins Builder
Reviewed-by: Holger Freyther <holger(a)freyther.de>
-----------------------------------------------------------------------
Summary of changes:
.gitignore | 1 +
1 file changed, 1 insertion(+)
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, master has been updated
via f0bb25450c096c9811deb29831e567f921d573e8 (commit)
from de810f2005b7a97fa8385d42f0a2399ceff6452a (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=f0bb25450c096c9811deb29831e567f…
commit f0bb25450c096c9811deb29831e567f921d573e8
Author: Yves Godin <support(a)nuranwireless.com>
Date: Fri May 13 10:50:47 2016 +0200
Enable subdir-objects automake option
Change-Id: I01fd264fd1f990f39cdbf309149e0eb857d7732f
Related: SYS#2443
Reviewed-on: https://gerrit.osmocom.org/60
Reviewed-by: Harald Welte <laforge(a)gnumonks.org>
Tested-by: Jenkins Builder
-----------------------------------------------------------------------
Summary of changes:
src/Makefile.am | 1 +
1 file changed, 1 insertion(+)
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 "UNNAMED PROJECT".
The branch, master has been updated
via de810f2005b7a97fa8385d42f0a2399ceff6452a (commit)
from cad867ec8d550638065d1115ef2a6296cfe557db (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=de810f2005b7a97fa8385d42f0a2399…
commit de810f2005b7a97fa8385d42f0a2399ceff6452a
Author: Max <msuraev(a)sysmocom.de>
Date: Fri May 13 10:27:35 2016 +0200
Restructure sources
Move hardware-spicefic files into subdirectory similar to the way it's
done in OsmoBTS to make adding new hardware support easier.
Change-Id: I05004ad9032759a5dbfa57290ed1df83e89d5cb8
Related: SYS#2443
Reviewed-on: https://gerrit.osmocom.org/58
Tested-by: Jenkins Builder
Reviewed-by: Holger Freyther <holger(a)freyther.de>
-----------------------------------------------------------------------
Summary of changes:
src/Makefile.am | 49 +++++++++++++++++++--------------
src/{ => osmo-bts-sysmo}/femtobts.c | 0
src/{ => osmo-bts-sysmo}/femtobts.h | 0
src/{ => osmo-bts-sysmo}/sysmo_l1_fwd.c | 0
src/{ => osmo-bts-sysmo}/sysmo_l1_hw.c | 0
src/{ => osmo-bts-sysmo}/sysmo_l1_if.c | 0
src/{ => osmo-bts-sysmo}/sysmo_l1_if.h | 0
7 files changed, 29 insertions(+), 20 deletions(-)
rename src/{ => osmo-bts-sysmo}/femtobts.c (100%)
rename src/{ => osmo-bts-sysmo}/femtobts.h (100%)
rename src/{ => osmo-bts-sysmo}/sysmo_l1_fwd.c (100%)
rename src/{ => osmo-bts-sysmo}/sysmo_l1_hw.c (100%)
rename src/{ => osmo-bts-sysmo}/sysmo_l1_if.c (100%)
rename src/{ => osmo-bts-sysmo}/sysmo_l1_if.h (100%)
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 c08ee71bff4d86120b051b70e77833458e68aa0b (commit)
from 9a7e25b9c3491416b8c41e4a7caeb86ba2167b78 (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=c08ee71bff4d86120b051b70e7783345…
commit c08ee71bff4d86120b051b70e77833458e68aa0b
Author: Max <msuraev(a)sysmocom.de>
Date: Wed May 11 12:45:13 2016 +0200
Move DTX settings to BTS
* Add per-BTS DTX settings
* Configure Uplink and Downlink DTX separately
* Deprecate global DTX option (it was never tested/used anyway)
* Use libosmocore function for DTX indicator in System
Information (previously it was incorrectly assigned for half-rate
channels)
Related: OS#22
Change-Id: I3d55168475ad47044b6238b55846ea22bdd518a4
Reviewed-on: https://gerrit.osmocom.org/40
Tested-by: Jenkins Builder
Reviewed-by: Holger Freyther <holger(a)freyther.de>
-----------------------------------------------------------------------
Summary of changes:
openbsc/doc/examples/osmo-bsc/osmo-bsc.cfg | 3 +-
openbsc/doc/examples/osmo-nitb/rbs2308/openbsc.cfg | 1 -
openbsc/include/openbsc/gsm_data.h | 3 -
openbsc/include/openbsc/gsm_data_shared.h | 6 +-
openbsc/src/libbsc/abis_rsl.c | 11 ++-
openbsc/src/libbsc/bsc_init.c | 6 --
openbsc/src/libbsc/bsc_vty.c | 85 +++++++++++++++++++---
openbsc/src/libbsc/system_information.c | 5 ++
openbsc/src/libcommon/gsm_data.c | 6 +-
9 files changed, 98 insertions(+), 28 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 9a7e25b9c3491416b8c41e4a7caeb86ba2167b78 (commit)
from a8d8e93086580904aded88ffb957a6e7e3660cbe (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=9a7e25b9c3491416b8c41e4a7caeb86b…
commit 9a7e25b9c3491416b8c41e4a7caeb86ba2167b78
Author: Max <msuraev(a)sysmocom.de>
Date: Wed May 11 13:05:13 2016 +0200
Cleanup db test
Move copy-pasted code into separate function to make writing more tests
easier.
Related: OS#1658
Change-Id: I9e39af85718514dd0f081d41c234c9dda77c4b27
Reviewed-on: https://gerrit.osmocom.org/43
Tested-by: Jenkins Builder
Reviewed-by: Holger Freyther <holger(a)freyther.de>
-----------------------------------------------------------------------
Summary of changes:
openbsc/tests/db/db_test.c | 87 ++++++++++++++++++----------------------------
1 file changed, 34 insertions(+), 53 deletions(-)
hooks/post-receive
--
The OpenBSC GSM Base Station Controller (+MSC/HLR/SGSN)