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 e21cf38da4ae4fe89845a48f5af055439f33818b (commit)
from 8a4d2e756d80dd35cb9a3cf1bc3c2d2dc469fccb (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=e21cf38da4ae4fe89845a48f5af05543…
commit e21cf38da4ae4fe89845a48f5af055439f33818b
Author: Max <msuraev(a)sysmocom.de>
Date: Wed May 11 11:01:06 2016 +0200
Make extending subscriber creation easier
* rename variable controlling subscriber creation
* use enum for subscriber creation policy
* move check for subscriber creation policy into separate static
function
Related: OS#1658, OS#1647
Change-Id: I3b10a9a764fd3a7bb96717a990e52caae16266da
Reviewed-on: https://gerrit.osmocom.org/42
Tested-by: Jenkins Builder
Reviewed-by: Holger Freyther <holger(a)freyther.de>
-----------------------------------------------------------------------
Summary of changes:
openbsc/include/openbsc/gsm_data.h | 7 ++++++-
openbsc/src/libbsc/net_init.c | 2 +-
openbsc/src/libmsc/gsm_04_08.c | 20 +++++++++++++-------
openbsc/src/libmsc/vty_interface_layer3.c | 6 +++---
4 files changed, 23 insertions(+), 12 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 "UNNAMED PROJECT".
The branch, master has been updated
via 9736d00b12fea82fb4c9b8dc47b7ce452660554c (commit)
from 660709dc7cfd6a42088988122d65ae8dfadd009c (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=9736d00b12fea82fb4c9b8dc47b7ce4…
commit 9736d00b12fea82fb4c9b8dc47b7ce452660554c
Author: Alexander Couzens <lynxis(a)fe80.eu>
Date: Wed May 18 16:41:03 2016 +0200
move statistics counter rlc_sent() to gprs_rlcmac_sched
The counter rlc_sent has nothing to do with the TBF.
The RLC packet got sent in the gprs_rlcmac_sched().
Change-Id: I5d2b910ea7cc250f17530406eda3be9b29b051fd
Reviewed-on: https://gerrit.osmocom.org/84
Tested-by: Jenkins Builder
Reviewed-by: Holger Freyther <holger(a)freyther.de>
-----------------------------------------------------------------------
Summary of changes:
src/gprs_rlcmac_sched.cpp | 5 ++++-
src/tbf_dl.cpp | 2 --
2 files changed, 4 insertions(+), 3 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 "An utility library for Open Source Mobile Communications".
The branch, master has been updated
via 78ad042f94afd5bf7de477ae634e9d2fdd9c9dc4 (commit)
from 2da9e11258588367f288e6abfa9ebcb50d11f456 (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=78ad042f94afd5bf7de477ae634e…
commit 78ad042f94afd5bf7de477ae634e9d2fdd9c9dc4
Author: Vadim Yanitskiy <axilirator(a)gmail.com>
Date: Fri May 13 13:11:13 2016 +0600
gsm48: move to hex TMSI representation
Previously, we traditionally displayed a TMSI in its integer
representation, which is quite unusual in the telecom world.
A TMSI is normally printed as a series of 8 hex digits.
Review at https://gerrit.osmocom.org/57/
Change-Id: Ifd25365bfa3b4ee95b16979740c3229948ce17f2
Reviewed-on: https://gerrit.osmocom.org/57
Tested-by: Jenkins Builder
Reviewed-by: Harald Welte <laforge(a)gnumonks.org>
Reviewed-by: Holger Freyther <holger(a)freyther.de>
-----------------------------------------------------------------------
Summary of changes:
src/gsm/gsm48.c | 3 +--
1 file changed, 1 insertion(+), 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 "The OpenBSC GSM Base Station Controller (+MSC/HLR/SGSN)".
The branch, master has been updated
via 8a4d2e756d80dd35cb9a3cf1bc3c2d2dc469fccb (commit)
from c08ee71bff4d86120b051b70e77833458e68aa0b (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=8a4d2e756d80dd35cb9a3cf1bc3c2d2d…
commit 8a4d2e756d80dd35cb9a3cf1bc3c2d2dc469fccb
Author: Max <msuraev(a)sysmocom.de>
Date: Tue May 17 15:56:49 2016 +0200
Use proper measurement for handover
Previously *FULL measurements were always used for handover
decisions. Those are incorrect in case of DTX - check if it was enabled
and use *SUB instead.
Note: *SUB values have higher variance so there might be more "bad"
values compared to *FULL although real quality remains the same.
Change-Id: I95e8e544047a83a256e057a47458678f40a19a15
Related: OS#1701
Reviewed-on: https://gerrit.osmocom.org/66
Tested-by: Jenkins Builder
Reviewed-by: Harald Welte <laforge(a)gnumonks.org>
-----------------------------------------------------------------------
Summary of changes:
openbsc/src/libbsc/handover_decision.c | 17 ++++++++++++-----
1 file changed, 12 insertions(+), 5 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 "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