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, neels/vlr_3G_sigtran has been updated
discards c8e64574d7d213d1841a49ea19bf4fc854f5aae3 (commit)
via 420da966b080b8dece9ae2ce125df2bc29e4d746 (commit)
via 5acffbdedaff8e402508716546686d462f085fef (commit)
via 8de79d472d42ddc1337c66e34ed7f26758353e6b (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 (c8e64574d7d213d1841a49ea19bf4fc854f5aae3)
\
N -- N -- N (420da966b080b8dece9ae2ce125df2bc29e4d746)
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 -----------------------------------------------------------------
http://cgit.osmocom.org/openbsc/commit/?id=420da966b080b8dece9ae2ce125df2bc…
commit 420da966b080b8dece9ae2ce125df2bc29e4d746
Author: Harald Welte <laforge(a)gnumonks.org>
Date: Sun Apr 9 12:32:51 2017 +0200
WIP: Port to new libosmo-sigtran API (with proper M3UA for Iuh)
This changes over to the new libosmo-sigtran API with support for
proper SCCP/M3UA/SCTP stacking, as mandated by 3GPP specifications for
the IuCS and IuPS interfaces.
Only the ASP (client) is used, assuming that both the HNB-GWs and RNCs
as well as the MSCs and SGSNs are all connecting as ASP to some STP/SGW
which offers M3UA server functionality as well as point-code and/or
global title based routing.
Tweaked-by: nhofmeyr (test expectation)
Change-Id: If0ff956fbf1484899d59ae1a5885543bca31645b
-----------------------------------------------------------------------
Summary of changes:
openbsc/contrib/systemd/osmo-msc.service | 13 +++++++++++++
openbsc/doc/examples/osmo-bsc_mgcp/mgcp.cfg | 6 +++---
openbsc/doc/examples/osmo-msc/osmo-msc.cfg | 2 +-
openbsc/doc/examples/osmo-sgsn/osmo-sgsn.cfg | 6 +++---
4 files changed, 20 insertions(+), 7 deletions(-)
create mode 100644 openbsc/contrib/systemd/osmo-msc.service
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, vlr_3G has been updated
via 5acffbdedaff8e402508716546686d462f085fef (commit)
via 8de79d472d42ddc1337c66e34ed7f26758353e6b (commit)
from 7ec9baa3ecb21fe01c23427fcee35f27e1bd2380 (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=5acffbdedaff8e402508716546686d46…
commit 5acffbdedaff8e402508716546686d462f085fef
Author: Daniel Willmann <dwillmann(a)sysmocom.de>
Date: Mon May 8 13:04:59 2017 +0200
examples: Change IP address of config files
This helps in providing 3G software packages for the sysmoNITB hardware.
Change-Id: I99ba316be1088c10496025325dfe03035892d394
http://cgit.osmocom.org/openbsc/commit/?id=8de79d472d42ddc1337c66e34ed7f267…
commit 8de79d472d42ddc1337c66e34ed7f26758353e6b
Author: Daniel Willmann <dwillmann(a)sysmocom.de>
Date: Mon May 8 13:04:49 2017 +0200
contrib: Add osmo-msc service file
Change-Id: I60b1b134beec741c50df4c32d44ed51b720e12c9
-----------------------------------------------------------------------
Summary of changes:
openbsc/contrib/systemd/osmo-msc.service | 13 +++++++++++++
openbsc/doc/examples/osmo-bsc_mgcp/mgcp.cfg | 6 +++---
openbsc/doc/examples/osmo-msc/osmo-msc.cfg | 2 +-
openbsc/doc/examples/osmo-sgsn/osmo-sgsn.cfg | 6 +++---
4 files changed, 20 insertions(+), 7 deletions(-)
create mode 100644 openbsc/contrib/systemd/osmo-msc.service
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 "An utility library for Open Source Mobile Communications".
The branch, master has been updated
via 44f423f11717367639a12e6b533e293cccf6f6ba (commit)
from c65c5b4ea075ef6cef11fff9442ae0b15c1d6af7 (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=44f423f11717367639a12e6b533e…
commit 44f423f11717367639a12e6b533e293cccf6f6ba
Author: Pablo Neira Ayuso <pablo(a)gnumonks.org>
Date: Mon May 8 18:00:28 2017 +0200
timer: add osmo_timer_setup()
Add a new function timer function to set up the timer, similar to what
we have in the Linux kernel. This patch also converts existing opencoded
timer setup in the libosmocore tree as initial client of this new
function.
This patch implicitly removes function callback passed by reference that
defeat compile time type validation.
Compile-tested only, but I ran make check that reports success when
testing timer infrastructure.
Change-Id: I2fa49972ecaab3748b25168b26d92034e9145666
-----------------------------------------------------------------------
Summary of changes:
include/osmocom/core/timer.h | 2 ++
src/fsm.c | 3 +--
src/gb/gprs_bssgp.c | 3 +--
src/gb/gprs_ns.c | 3 +--
src/gsm/gsm0411_smc.c | 3 +--
src/gsm/gsm0411_smr.c | 3 +--
src/gsm/lapd_core.c | 6 ++----
src/rate_ctr.c | 2 +-
src/stats.c | 2 +-
src/timer.c | 12 ++++++++++++
tests/timer/timer_test.c | 9 +++------
11 files changed, 26 insertions(+), 22 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 BTS-side code (Abis, scheduling, ...)".
The branch, master has been updated
via 8913b29be206ed3ade7376128649918f8c23f88b (commit)
from 028820510e53d3c2c7e7547155f349605bd6e5ab (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=8913b29be206ed3ade7376128649918…
commit 8913b29be206ed3ade7376128649918f8c23f88b
Author: Max <msuraev(a)sysmocom.de>
Date: Mon May 8 14:26:29 2017 +0200
Set BTS variant while initializing BTS model
This will allow proper BTS attribute reporting via OML in follow-up
patches.
Change-Id: I1c49d6c39fb4dac7a46ee25ceacf4c6ef0f0b736
Related: OS#1614
-----------------------------------------------------------------------
Summary of changes:
src/osmo-bts-litecell15/main.c | 1 +
src/osmo-bts-octphy/l1_if.c | 1 +
src/osmo-bts-sysmo/main.c | 1 +
src/osmo-bts-trx/main.c | 1 +
4 files changed, 4 insertions(+)
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 7b62d54b52457ecae649ead12e67369b3e09c235 (commit)
from 2b6c5407b6889325beb1a1aa0fd5f33718756de2 (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=7b62d54b52457ecae649ead12e67369b…
commit 7b62d54b52457ecae649ead12e67369b3e09c235
Author: Max <msuraev(a)sysmocom.de>
Date: Tue May 9 15:19:15 2017 +0200
Use define for limit on number of BTS features
Change-Id: Ief81db0b3653fec180e60776ff9bcb0ac1357217
Related: OS#1614
-----------------------------------------------------------------------
Summary of changes:
openbsc/include/openbsc/gsm_data_shared.h | 4 +++-
1 file changed, 3 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 "Osmocom BTS-side code (Abis, scheduling, ...)".
The branch, master has been updated
via 028820510e53d3c2c7e7547155f349605bd6e5ab (commit)
from 9563039a2a8cba0da1f0a7caf537dd78a56ffbe4 (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=028820510e53d3c2c7e7547155f3496…
commit 028820510e53d3c2c7e7547155f349605bd6e5ab
Author: Vadim Yanitskiy <axilirator(a)gmail.com>
Date: Thu May 4 17:23:23 2017 +0700
osmo-bts-trx/l1_if.c: cosmetic: drop double check
Change-Id: I25a8f85ee65e1c0dd54049ffacc039702ca36c8f
-----------------------------------------------------------------------
Summary of changes:
src/osmo-bts-trx/l1_if.c | 6 +++---
1 file changed, 3 insertions(+), 3 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 OpenBSC GSM Base Station Controller (+MSC/HLR/SGSN)".
The branch, master has been updated
via 2b6c5407b6889325beb1a1aa0fd5f33718756de2 (commit)
from 7507aef92b75c86b6ecc11b2a7bbbc378a8dea51 (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=2b6c5407b6889325beb1a1aa0fd5f337…
commit 2b6c5407b6889325beb1a1aa0fd5f33718756de2
Author: Max <msuraev(a)sysmocom.de>
Date: Tue May 9 11:37:36 2017 +0200
Add forgotten items to .gitignore
Change-Id: I04b2ec1115f6207bd238489db9317bfaee58f3bc
-----------------------------------------------------------------------
Summary of changes:
openbsc/.gitignore | 2 ++
1 file changed, 2 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 OpenGGSN project".
The branch, master has been updated
via a2861a7428ef62dbef02a502a6bfd6c6e9623263 (commit)
from 19e19e3609508d121ba46c165e5ed1502a3cf9da (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/openggsn/commit/?id=a2861a7428ef62dbef02a502a6bfd6c…
commit a2861a7428ef62dbef02a502a6bfd6c6e9623263
Author: Daniel Willmann <dwillmann(a)sysmocom.de>
Date: Tue May 9 17:50:03 2017 +0200
contrib: Start openggsn after networking
Change-Id: Ic617c618db17e7109ee864c4e6c86f3bee081d02
-----------------------------------------------------------------------
Summary of changes:
contrib/openggsn.service | 1 +
1 file changed, 1 insertion(+)
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 "An utility library for Open Source Mobile Communications".
The branch, master has been updated
via c65c5b4ea075ef6cef11fff9442ae0b15c1d6af7 (commit)
from 584f4b69d6d8bc0990c923ee5a144a7e3426b69a (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=c65c5b4ea075ef6cef11fff9442a…
commit c65c5b4ea075ef6cef11fff9442ae0b15c1d6af7
Author: Max <msuraev(a)sysmocom.de>
Date: Wed Mar 15 13:20:23 2017 +0100
vty: cleanup logging functions
* remove unused parameter from logging_vty_add_cmds()
* mark log level descriptors static
* change internal static function int check_log_to_target() to more
appropriate bool should_log_to_target()
* deprecate log_vty_command_*() from public API as it should only be
used by logging_vty_add_cmds()
Change-Id: I0e9ddd7ba3ce211302d99a3494eb408907a2916e
Related: OS#71
-----------------------------------------------------------------------
Summary of changes:
include/osmocom/core/logging.h | 4 ++--
include/osmocom/vty/logging.h | 2 +-
src/logging.c | 23 ++++++++++++-----------
src/vty/logging_vty.c | 6 +++---
tests/vty/vty_test.c | 2 +-
5 files changed, 19 insertions(+), 18 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 BTS-side code (Abis, scheduling, ...)".
The branch, master has been updated
via 9563039a2a8cba0da1f0a7caf537dd78a56ffbe4 (commit)
from 9d5ec1af749c82515023f16318b40d775c8e795a (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=9563039a2a8cba0da1f0a7caf537dd7…
commit 9563039a2a8cba0da1f0a7caf537dd78a56ffbe4
Author: Max <msuraev(a)sysmocom.de>
Date: Wed Apr 12 14:29:13 2017 +0200
Prepare for extended SI2quater support
SI2quater support as per 3GPP TS 44.018 will require chnages to the way
System Information is stored because it uses 1:n instead of 1:1 mapping
between SI type and generated SI content. This should not affect other
SI types though. To facilitate this transition:
* convert the code to always use GSM_LCHAN_SI helper instead of
accessing buffer directly
* move duplicated code to inline function
* add logging for buffer truncation and corresponding length values
Requires I74e4e3cb86364cec869a1472a41b4a95af0d50dd in OpenBSC.
Change-Id: Ie97be6ead6ce6d2d425fbfac8429bb90afb95acc
Related: RT#8792
-----------------------------------------------------------------------
Summary of changes:
src/common/rsl.c | 77 +++++++++++++++++++++++++++-----------------------
src/common/sysinfo.c | 2 +-
tests/misc/misc_test.c | 2 +-
3 files changed, 44 insertions(+), 37 deletions(-)
hooks/post-receive
--
Osmocom BTS-side code (Abis, scheduling, ...)