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 627de84abefd753194fcc9b478d90f463c6bc735 (commit)
from 2fc63a6e84e3c2f926440b88d5f34c20fe9a17f5 (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=627de84abefd753194fcc9b478d90f4…
commit 627de84abefd753194fcc9b478d90f463c6bc735
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Mon Dec 19 13:16:06 2016 +0100
gsup: send subscriber MSISDN
Change-Id: Iace97a1a828b29ce11913a14243bcf80bbae9136
-----------------------------------------------------------------------
Summary of changes:
src/hlr.c | 16 +++++++++++++++-
1 file changed, 15 insertions(+), 1 deletion(-)
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 18080960e1f85bb315d927d18e52656973834813 (commit)
from 4e72ee0d0f678ec91dee5ad33e8796b56e8c078d (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=18080960e1f85bb315d927d18e52…
commit 18080960e1f85bb315d927d18e52656973834813
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Fri Dec 16 13:43:54 2016 +0100
utils.h: add OSMO_STRINGIFY and OSMO_VALUE_STRING macros
OSMO_STRINGIFY particularly allows putting port numbers from a #define into VTY
doc strings, like:
#define FOO_PORT 2342
DEFUN(...,
"Foo UDP port (default: " OSMO_STRINGIFY(FOO_PORT) ")\n")
OSMO_VALUE_STRING creates value_string items with the string being exactly the
enum value's name. Replaces a similar macro def in fsm.c
Change-Id: I857af45ae602bb9a647ba26cf8b0d1b23403b54c
-----------------------------------------------------------------------
Summary of changes:
include/osmocom/core/utils.h | 4 ++++
src/fsm.c | 12 +++++-------
2 files changed, 9 insertions(+), 7 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 A-bis protcol interface library".
The branch, master has been updated
via bf42e0a91fcf79efa9b68c38568021e4d68c87b2 (commit)
from ac2ad3b437bd20a766daed0cb668e394a0a2bc4e (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/libosmo-abis/commit/?id=bf42e0a91fcf79efa9b68c38568…
commit bf42e0a91fcf79efa9b68c38568021e4d68c87b2
Author: Max <msuraev(a)sysmocom.de>
Date: Thu Dec 15 19:57:57 2016 +0100
Enable adaptive jitter compensation
* check RTP socket parameter and enable necessary jitter buffering
* return the status of requested jitter buffering instead of always
returning 0
* document function parameters and return value
Change-Id: I87d4d9fe990683adbb02b64cb39b78de533d8046
-----------------------------------------------------------------------
Summary of changes:
src/trau/osmo_ortp.c | 26 ++++++++++++++++----------
1 file changed, 16 insertions(+), 10 deletions(-)
hooks/post-receive
--
Osmocom A-bis protcol interface library
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 A-bis protcol interface library".
The branch, master has been updated
via ac2ad3b437bd20a766daed0cb668e394a0a2bc4e (commit)
from 7c840be4765700e6a6efc54ddbbff4c279f91cca (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/libosmo-abis/commit/?id=ac2ad3b437bd20a766daed0cb66…
commit ac2ad3b437bd20a766daed0cb668e394a0a2bc4e
Author: Max <msuraev(a)sysmocom.de>
Date: Fri Dec 16 12:19:21 2016 +0100
Remove obsolete compile-time conditional
Change-Id: If8f87587227b09635361b758873f75d8b6aa3497
-----------------------------------------------------------------------
Summary of changes:
src/trau/osmo_ortp.c | 4 ----
1 file changed, 4 deletions(-)
hooks/post-receive
--
Osmocom A-bis protcol interface library
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 fbe655f3202d6968c24abbddc46bff499bfeda5e (commit)
from fed8ce3c5ab740f3a02831e0b00a400e7bbc0e69 (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=fbe655f3202d6968c24abbddc46bff4…
commit fbe655f3202d6968c24abbddc46bff499bfeda5e
Author: Max <msuraev(a)sysmocom.de>
Date: Fri Dec 16 12:47:32 2016 +0100
Optionally use adaptive RTP jitter buffering
* add vty option to manually enable adaptive RTP jitter
buffering (disabled by default) on per-bts level
* use this setting on per-lchan level when setting jitter parameters via
vty at runtime
* check and log result of osmo_rtp_socket_set_param()
* note: older libosmo-abis will ignore this setting which will be
properly detected via return value
* if jitter buffer is disabled by configuring "rtp jitter-buffer 0" than
adaptive buffering is disabled as well but it will be used if jitter
buffer is set to different value for a givel lchan via vty
Change-Id: I489f3c419039f40b57c2ef0641c176478b8d3566
-----------------------------------------------------------------------
Summary of changes:
include/osmo-bts/gsm_data.h | 1 +
src/common/bts.c | 1 +
src/common/rsl.c | 16 +++++++++++++---
src/common/vty.c | 25 +++++++++++++++++++------
4 files changed, 34 insertions(+), 9 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 5fa8b083cc270fd30ab5526cd40683afd3035931 (commit)
from 549ebc7d6c001b9ce134c7462f621335dbf671b9 (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=5fa8b083cc270fd30ab5526cd40683af…
commit 5fa8b083cc270fd30ab5526cd40683afd3035931
Author: Max <msuraev(a)sysmocom.de>
Date: Mon Dec 19 18:41:42 2016 +0100
Integrate Debian packaging changes
debian/control:
* restructure to make it easier to incorporate further changes
* update package descriptions
* update project URL
debian/rules:
* use proper hardening syntax
* restructure to make it easier to incorporate further changes
* remove useless comment
debian/compat: update compatibility version
debian/coryright: update to match Debian format
Change-Id: I49cc9239b15dc77d782914ca2547e601d049acdc
Related: OS#1694
-----------------------------------------------------------------------
Summary of changes:
debian/compat | 2 +-
debian/control | 86 +++++++++++++++++++++++-------
debian/copyright | 158 +++++++++++++++++++++++++++++++++++++++++++------------
debian/rules | 14 +----
4 files changed, 194 insertions(+), 66 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 "An utility library for Open Source Mobile Communications".
The branch, master has been updated
via 4e72ee0d0f678ec91dee5ad33e8796b56e8c078d (commit)
from 06ac9b40ed600cd36e1c0a158eb8f2ca01b1941f (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=4e72ee0d0f678ec91dee5ad33e87…
commit 4e72ee0d0f678ec91dee5ad33e8796b56e8c078d
Author: Max <msuraev(a)sysmocom.de>
Date: Tue Dec 13 18:41:17 2016 +0100
Catch-up with git version tags
* update debian/changelog
* update TODO-RELEASE
* add comments to Makefile.am and TODO-RELEASE to simplify the process
in future
* add link to libtool docs to Makefile.am to simplify LIBVERSION
maintenance
Related: OS#1861
Change-Id: I22c257e357f597519120232d742d6a61289db021
-----------------------------------------------------------------------
Summary of changes:
TODO-RELEASE | 14 +++++++-----
debian/changelog | 26 ++++++++++++++++++++++
debian/control | 6 ++---
.../{libosmocore7.install => libosmocore8.install} | 0
.../{libosmogsm5.install => libosmogsm7.install} | 0
src/Makefile.am | 5 +++--
src/codec/Makefile.am | 3 ++-
src/ctrl/Makefile.am | 3 ++-
src/gsm/Makefile.am | 5 +++--
src/sim/Makefile.am | 3 ++-
src/vty/Makefile.am | 3 ++-
11 files changed, 51 insertions(+), 17 deletions(-)
rename debian/{libosmocore7.install => libosmocore8.install} (100%)
rename debian/{libosmogsm5.install => libosmogsm7.install} (100%)
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 06ac9b40ed600cd36e1c0a158eb8f2ca01b1941f (commit)
from 42b59c1bf080a5ae785f576ba749afdf3bde598d (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=06ac9b40ed600cd36e1c0a158eb8…
commit 06ac9b40ed600cd36e1c0a158eb8f2ca01b1941f
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Tue Dec 20 12:05:19 2016 +0100
fsm: term: safer iteration to remove all child FSMs
When terminating child FSMs, restart iteration after every child, to make
sure that we don't terminate a child twice. Terminating one child may emit
events that in turn terminates other children.
I created this patch because at first it looked like the cause of a bug,
which turned out not to be the case. So I have no actual use case of this
situation, but it does generally make sense to me, so submitting this.
Change-Id: I00990b47e42eeb43707a9a42abcd9df52fe5f483
-----------------------------------------------------------------------
Summary of changes:
src/fsm.c | 24 ++++++++++++++++++++----
1 file changed, 20 insertions(+), 4 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 549ebc7d6c001b9ce134c7462f621335dbf671b9 (commit)
from 6903848029071ec91959a53499785195cb2a091a (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=549ebc7d6c001b9ce134c7462f621335…
commit 549ebc7d6c001b9ce134c7462f621335dbf671b9
Author: Max <msuraev(a)sysmocom.de>
Date: Fri Nov 18 14:07:04 2016 +0100
Improve GPRS logging
* log xid type as string instead of int
* log packet encryption status, algorithm and IOV-UI in debug mode
* print encryption parameters when dumping llme via vty
* log key propagation from MM to LLC
Related: OS#1794
Change-Id: I30c38fdeb0b88bb39bdb9928851300bc79e6aec6
-----------------------------------------------------------------------
Summary of changes:
openbsc/include/openbsc/gprs_llc.h | 4 +++-
openbsc/src/gprs/gprs_gb_parse.c | 2 +-
openbsc/src/gprs/gprs_llc.c | 28 +++++++++++++++++++---------
openbsc/src/gprs/gprs_llc_parse.c | 16 ++++++++++++----
openbsc/src/gprs/gprs_llc_vty.c | 8 +++++---
openbsc/src/gprs/gprs_llc_xid.c | 23 +++++++++++++++++++++--
openbsc/src/gprs/gprs_sgsn.c | 2 ++
7 files changed, 63 insertions(+), 20 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 6903848029071ec91959a53499785195cb2a091a (commit)
via b735390284cbb76bcafcd406bf19fb983465ef94 (commit)
from 59d57da1e55f19663d1f7fe3491e196bb855ad88 (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=6903848029071ec91959a53499785195…
commit 6903848029071ec91959a53499785195cb2a091a
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Wed Dec 21 02:14:27 2016 +0100
build: remove obsolete $LIBCRYPT in two places
It should be $LIBCRYPTO_LIBS if at all.
Change-Id: I191dfe0901a10a25dffa3bbfdb9ea319fcebe254
http://cgit.osmocom.org/openbsc/commit/?id=b735390284cbb76bcafcd406bf19fb98…
commit b735390284cbb76bcafcd406bf19fb983465ef94
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Wed Dec 21 02:06:33 2016 +0100
build: osmo-nitb: fix missing LIBCRYPTO_FLAGS
Change-Id: I6268d0b8782ee03b42ab8bbda7aa9650c26e11ad
-----------------------------------------------------------------------
Summary of changes:
openbsc/src/ipaccess/Makefile.am | 1 -
openbsc/src/osmo-nitb/Makefile.am | 2 +-
2 files changed, 1 insertion(+), 2 deletions(-)
hooks/post-receive
--
The OpenBSC GSM Base Station Controller (+MSC/HLR/SGSN)