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 network interface library".
The branch, master has been updated
via 9c5f01e7b2cb1455314443ceaeb035326354d280 (commit)
from 03b84ec99ba591950b6598c682f6f7083c8cc2f5 (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-netif/commit/?id=9c5f01e7b2cb1455314443ceae…
commit 9c5f01e7b2cb1455314443ceaeb035326354d280
Author: Pablo Neira Ayuso <pablo(a)gnumonks.org>
Date: Mon Sep 4 21:00:15 2017 +0200
rtp: return offset in osmo_rtp_snprintf()
Instead of the result of the last snprintf() call.
Change-Id: I10066d73387be96a4e1f3349d700405beb138076
-----------------------------------------------------------------------
Summary of changes:
src/rtp.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
hooks/post-receive
--
Osmocom network 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 "GSM Audio Pocket Knife".
The branch, fixeria/lib has been updated
via 46df43543a9ea12acd0d0bf88a6e50aad7f14201 (commit)
via bf64774bc79bd728e802d6366a95341ebe13fbca (commit)
via f012219d97af791e800850b25237274851bdae0b (commit)
via f269356136d580d8175657cb68dc05a9c709f5a5 (commit)
via 8bf80936be6daa963cc99f92b7318066fd9bc9eb (commit)
via 41d428bf6435e9aa12ba185acc7339985d6bd52c (commit)
via b846b9a8eda3ae9b16e6d1a26357d64337336745 (commit)
via 080b912d99c92188fc7be75e3b24126da67d64dc (commit)
via a2a6317a963e0e55b760368f51c66a8e667b92f0 (commit)
via 4a77ee720a79e5e8f1e7b9e975d27c19c094b316 (commit)
via 7f1aa98a8f2da8dbe13507f763274b41824e477d (commit)
via 17b5ba93109743664d17df7bd89e1f44544b3fa3 (commit)
from 15fa605576a81803c57a144231e9e9720aa133a1 (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/gapk/commit/?id=46df43543a9ea12acd0d0bf88a6e50aad7f…
commit 46df43543a9ea12acd0d0bf88a6e50aad7f14201
Author: Vadim Yanitskiy <axilirator(a)gmail.com>
Date: Sun Sep 10 16:32:48 2017 +0300
src/libosmogapk.map: export osmo_gapk_* with a wilcard
http://cgit.osmocom.org/gapk/commit/?id=bf64774bc79bd728e802d6366a95341ebe1…
commit bf64774bc79bd728e802d6366a95341ebe13fbca
Author: Vadim Yanitskiy <axilirator(a)gmail.com>
Date: Sun Sep 10 16:27:04 2017 +0300
procqueue: use queue / item names in logging
http://cgit.osmocom.org/gapk/commit/?id=f012219d97af791e800850b25237274851b…
commit f012219d97af791e800850b25237274851bdae0b
Author: Vadim Yanitskiy <axilirator(a)gmail.com>
Date: Sun Sep 10 16:00:43 2017 +0300
procqueue: separate queue check function
In order to give advanced control over a processing queue,
it would be better to have the checking function separated from
the osmo_gapk_pq_prepare(). Moreover, this change introduces an
additional 'strict' checking mode that requires a queue to have
a source item first and a sink item in the last position.
http://cgit.osmocom.org/gapk/commit/?id=f269356136d580d8175657cb68dc05a9c70…
commit f269356136d580d8175657cb68dc05a9c709f5a5
Author: Vadim Yanitskiy <axilirator(a)gmail.com>
Date: Sat Sep 9 21:44:16 2017 +0300
procqueue: add item catedory and sub-category fields
This change adds two meta-information fields to the processing
queue item structure. Both of them will be used for more
detailed logging and for the human-readable processing
queue description.
http://cgit.osmocom.org/gapk/commit/?id=8bf80936be6daa963cc99f92b7318066fd9…
commit 8bf80936be6daa963cc99f92b7318066fd9bc9eb
Author: Vadim Yanitskiy <axilirator(a)gmail.com>
Date: Sat Sep 9 20:57:13 2017 +0300
procqueue: add item type enum (source, sink, proc)
There are currently three types of prcessing queue items:
- source (file, alsa, rtp)
- proc (format, codec)
- sink (file, alsa, rtp)
Let's assign corresponding type for each item.
This would facilitate logging and the queue checking.
http://cgit.osmocom.org/gapk/commit/?id=41d428bf6435e9aa12ba185acc7339985d6…
commit 41d428bf6435e9aa12ba185acc7339985d6bd52c
Author: Vadim Yanitskiy <axilirator(a)gmail.com>
Date: Sat Sep 9 20:43:28 2017 +0300
procqueue: add human-readable name to osmo_gapk_pq
Since this change, every processing queue may optionally have
an associated human-readable name. If name is not required,
NULL should be passed to the osmo_gapk_pq_create().
http://cgit.osmocom.org/gapk/commit/?id=b846b9a8eda3ae9b16e6d1a26357d643373…
commit b846b9a8eda3ae9b16e6d1a26357d64337336745
Author: Vadim Yanitskiy <axilirator(a)gmail.com>
Date: Sat Sep 9 14:48:49 2017 +0300
libosmogapk: drop an 'osmo' prefix from internal log variables
It would be better to have an 'osmo_gapk' prefix for exposed
symbols only. Both internal logging variables aren't exposed,
so they shouldn't have one.
http://cgit.osmocom.org/gapk/commit/?id=080b912d99c92188fc7be75e3b24126da67…
commit 080b912d99c92188fc7be75e3b24126da67d64dc
Author: Vadim Yanitskiy <axilirator(a)gmail.com>
Date: Sat Sep 9 14:44:24 2017 +0300
osmo-gapk: use talloc for memory management
http://cgit.osmocom.org/gapk/commit/?id=a2a6317a963e0e55b760368f51c66a8e667…
commit a2a6317a963e0e55b760368f51c66a8e667b92f0
Author: Vadim Yanitskiy <axilirator(a)gmail.com>
Date: Sat Sep 9 14:23:56 2017 +0300
libosmogapk: introduce the internal root talloc context
In order to simplify memory leak debugging, this change introduces
the library's internal talloc context that may be changed by
external application by calling the osmo_gapk_set_talloc_ctx().
http://cgit.osmocom.org/gapk/commit/?id=4a77ee720a79e5e8f1e7b9e975d27c19c09…
commit 4a77ee720a79e5e8f1e7b9e975d27c19c094b316
Author: Vadim Yanitskiy <axilirator(a)gmail.com>
Date: Sat Sep 9 14:09:55 2017 +0300
libosmogapk: rename the 'logging.c' to 'common.c'
There are not so much code, related to internal logging subsystem.
So, there is no reason to keep a few lines in a dedicated file.
In the future one may also be used for other routines.
http://cgit.osmocom.org/gapk/commit/?id=7f1aa98a8f2da8dbe13507f763274b41824…
commit 7f1aa98a8f2da8dbe13507f763274b41824e477d
Author: Vadim Yanitskiy <axilirator(a)gmail.com>
Date: Sat Sep 9 13:48:38 2017 +0300
libosmogapk: fix memory leak in both AMR and EFR codecs
The memory, allocated by codec_efr_init() / codec_amr_init(),
was not cleaned after calling the codec_exit(). Found using
talloc memory debugging API.
http://cgit.osmocom.org/gapk/commit/?id=17b5ba93109743664d17df7bd89e1f44544…
commit 17b5ba93109743664d17df7bd89e1f44544b3fa3
Author: Vadim Yanitskiy <axilirator(a)gmail.com>
Date: Sat Sep 9 12:10:08 2017 +0300
libosmogapk: use talloc for memory management
-----------------------------------------------------------------------
Summary of changes:
include/osmocom/gapk/common.h | 1 +
include/osmocom/gapk/logging.h | 8 +--
include/osmocom/gapk/procqueue.h | 19 ++++++-
src/Makefile.am | 4 +-
src/app_osmo_gapk.c | 33 +++++++++--
src/benchmark.c | 11 ++--
src/codec_amr.c | 10 +++-
src/codec_efr.c | 8 ++-
src/{logging.c => common.c} | 19 +++++--
src/libosmogapk.map | 44 +--------------
src/pq_alsa.c | 23 +++++---
src/pq_codec.c | 10 +++-
src/pq_file.c | 23 +++++---
src/pq_format.c | 13 +++--
src/pq_rtp.c | 23 +++++---
src/procqueue.c | 115 ++++++++++++++++++++++++++++++---------
16 files changed, 243 insertions(+), 121 deletions(-)
rename src/{logging.c => common.c} (72%)
hooks/post-receive
--
GSM Audio Pocket Knife
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 "GSM Audio Pocket Knife".
The branch, fixeria/lib has been updated
via 15fa605576a81803c57a144231e9e9720aa133a1 (commit)
via a9f3a4fb5ac57fb50898eec8a61333bc034c087d (commit)
from 27cc5fbbcb2b5649c9bca452e8a00335d9a278a7 (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/gapk/commit/?id=15fa605576a81803c57a144231e9e9720aa…
commit 15fa605576a81803c57a144231e9e9720aa133a1
Author: Vadim Yanitskiy <axilirator(a)gmail.com>
Date: Fri Sep 8 11:13:49 2017 +0300
osmo-gapk: fix I/O combinations check
Previously both ALSA source and sink were out of attention.
http://cgit.osmocom.org/gapk/commit/?id=a9f3a4fb5ac57fb50898eec8a61333bc034…
commit a9f3a4fb5ac57fb50898eec8a61333bc034c087d
Author: Vadim Yanitskiy <axilirator(a)gmail.com>
Date: Fri Sep 8 10:55:05 2017 +0300
configure.ac: use actual bug report address in AC_INIT
-----------------------------------------------------------------------
Summary of changes:
configure.ac | 3 ++-
src/app_osmo_gapk.c | 30 +++++++++++++++++++++---------
2 files changed, 23 insertions(+), 10 deletions(-)
hooks/post-receive
--
GSM Audio Pocket Knife
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 d64b6aed235f6e4d84a2cb8e84b32c3179260254 (commit)
from 889ab16437297a2ce1885efde5e2efc4816851ff (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=d64b6aed235f6e4d84a2cb8e84b3…
commit d64b6aed235f6e4d84a2cb8e84b32c3179260254
Author: Neels Hofmeyr <neels(a)hofmeyr.de>
Date: Thu Sep 7 04:52:05 2017 +0200
VTY: interactive: never look for matching commands on parent node
For interactive telnet VTY, remove the implicit move up to the parent node when
a command did not succeed on the current node level.
When reading config files, this behavior was useful to allow skipping explicit
'exit' commands. (A different patch deals with that.)
In the telnet VTY, this behavior was never necessary. Explicit 'exit' commands
can move to the parent node, and typically uninformed users expect to require
that.
On a telnet VTY, counting indents like for reading config files is not an
option: a user will always type from the first column or may paste some leading
spaces without intended meaning.
After this patch, it is thus no longer possible to paste a complete config
across several node levels directly to a telnet session, unless it contains
'exit' commands.
Change-Id: Id73cba2dd34676bad8a130e9c45e67a272f19588
-----------------------------------------------------------------------
Summary of changes:
src/vty/command.c | 28 ++--------------------------
tests/vty/vty_test.c | 6 ++----
tests/vty/vty_test.ok | 4 +---
3 files changed, 5 insertions(+), 33 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 "UNNAMED PROJECT".
The branch, master has been updated
via 5759a19020cb35b7b8091b387aec448eb1f67a32 (commit)
from 1962136a333a03e3ed33e96f4fb350fad61b3170 (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=5759a19020cb35b7b8091b387aec448…
commit 5759a19020cb35b7b8091b387aec448eb1f67a32
Author: Max <msuraev(a)sysmocom.de>
Date: Fri Sep 8 12:23:12 2017 +0200
TBF-DL: extend index check for RLC block copy
Log number of RLC blocks to copy and assert if trying to copy too many
blocks.
Change-Id: I01cbc26ec67400a44e9fff3f9a30d729320380f9
Fixes: CID143069
-----------------------------------------------------------------------
Summary of changes:
src/tbf_dl.cpp | 3 +
tests/tbf/TbfTest.err | 215 ++++++++++++++++++++++++++++++++++++++++++++++++++
2 files changed, 218 insertions(+)
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 1962136a333a03e3ed33e96f4fb350fad61b3170 (commit)
from 5a6bcfb7977b9db8964016582e51218a60c8431f (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=1962136a333a03e3ed33e96f4fb350f…
commit 1962136a333a03e3ed33e96f4fb350fad61b3170
Author: Max <msuraev(a)sysmocom.de>
Date: Fri Sep 8 12:33:34 2017 +0200
Assert valid CS
The coding scheme converted to number make sense only if it's
valid. This is implicitly assumed by the code using this conversion as
non-zero value. Make those assumptions explicit with OSMO_ASSERT().
Change-Id: I8f62627b7b7b89dfa1b0d1a7e71b95b2c40fdffa
Fixes: CID70466
-----------------------------------------------------------------------
Summary of changes:
src/gprs_coding_scheme.h | 6 ++++++
src/gprs_ms.cpp | 2 ++
2 files changed, 8 insertions(+)
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, master has been updated
via cb9f608094ea31b851b376504c585432340af888 (commit)
from 9e36dca82aa139f10e25ca037cf4a7cc03eafea0 (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=cb9f608094ea31b851b376504c58543…
commit cb9f608094ea31b851b376504c585432340af888
Author: Max <msuraev(a)sysmocom.de>
Date: Wed Sep 6 15:28:31 2017 +0200
Check readv() return value to prevent crash
Previously result of readv() was used unconditionally so when it failed
and returned negative value it was treated like very large positive
which lead to memory corruption. Fix this and add proper error log.
Change-Id: I956c8d551f45c9dd43b5e9de11dfe20dd8783647
Related: SYS#3865
-----------------------------------------------------------------------
Summary of changes:
src/osmo-bts-litecell15/l1_transp_hw.c | 10 ++++++++--
src/osmo-bts-sysmo/l1_transp_hw.c | 10 ++++++++--
2 files changed, 16 insertions(+), 4 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 "Osmocom layer for OpenEmbedded".
The branch, laforge/nightly has been updated
via bf43319200e2fe123a9d84fc7af8f3e84c6265f6 (commit)
from b58904accd730b8505320d62e0c198274b422d7f (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/meta-telephony/commit/?id=bf43319200e2fe123a9d84fc7…
commit bf43319200e2fe123a9d84fc7af8f3e84c6265f6
Author: Pau Espin Pedrol <pespin(a)sysmocom.de>
Date: Wed Sep 6 12:09:52 2017 +0200
libosmo-abis: modify PV to match recent release
The upstream release commit is 7f17b8c45d094941292036143f3292a1d5789cf5.
This should fix current issue with 201705/nightly package feed:
$ opkg upgrade
Not selecting libosmo-abis 0.3.2+gitr0+d3292913ac as installing it would break existing dependencies.
$ opkg list_installed | grep libosmo-abis
libosmo-abis - 0.3.2+gitr2+d3292913ac-r2.18.1.0
See that gitr in repos is 0 while the previously installed one has
gitr2, which is higher. Explanations I can find for this:
- PR server was somehow reset?
- the value in gitr is calculated based on offset from latest tag. As
new release introduced new tag, gitr may have been reset.
In any case, updating PV to have the correct value should fix this
issue.
Change-Id: I9f27661d9e5241efe7725b7d1efcf4aef55e2efe
-----------------------------------------------------------------------
Summary of changes:
recipes-osmocom/libosmo-abis/libosmo-abis_git.bb | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
hooks/post-receive
--
Osmocom layer for OpenEmbedded
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 Open Source GSM Base Band stack".
The branch, master has been updated
via 903e2515f5d92b152804ae4afbe67499d0a90d61 (commit)
from 281d9ac3818401ec0abe5268528e01c0a6e1a9d8 (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/osmocom-bb/commit/?id=903e2515f5d92b152804ae4afbe67…
commit 903e2515f5d92b152804ae4afbe67499d0a90d61
Author: Max <msuraev(a)sysmocom.de>
Date: Thu Sep 7 12:23:16 2017 +0200
Add arbitrary config file location support
All other Osmocom projects use '-c' command line option to specify the
location of config file. Let's do the same with fallback to existing
implicit config file name logic.
Also print config file path and vty host on startup.
Change-Id: Idaac3ff8d1f8541e00c45290db948a67bb899311
-----------------------------------------------------------------------
Summary of changes:
src/host/layer23/src/mobile/app_mobile.c | 3 ++-
src/host/layer23/src/mobile/main.c | 24 ++++++++++++++----------
2 files changed, 16 insertions(+), 11 deletions(-)
hooks/post-receive
--
The Open Source GSM Base Band stack
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 "Legacy: The OpenBSC GSM Base Station Controller (+MSC/HLR/SGSN)".
The branch, users/daniel/ow-nat-msc-conns has been updated
discards abd774005879d99188b1ef118d6ba0a20d22082f (commit)
discards d8429fbe1e6da857ad8ba6ada14c078ca18f3779 (commit)
via 606d70cd2630f2045a754a42b98416d84b60d793 (commit)
via e482de09ea595375a28b565f440726fe19bb4592 (commit)
via e47f67588a774bcb3bb1fa39972d3f705d167f18 (commit)
via 986e54a1982dd1bab71dc843ff0c4ae014f83965 (commit)
via b27944450392d5d3dda548a585406224acdf58d6 (commit)
via b55d939e126aac15a434c55d0689ae4dfaf0ecfa (commit)
via 1e641a1690fec1e2fc3319460583490f147fd74d (commit)
via 55a163abaf57812f4574c23dcee857ce8f05ddb2 (commit)
via 9bc66b806fa75e914b2bc958058391907d3860aa (commit)
via 2152d82dafd8c8b390de9a0e4bc8719bcd51273d (commit)
via 86a4589c0399721dd309614794df0791f337622f (commit)
via 1f7d6452560a73452e0ce6059adf933b6dfd5458 (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 (abd774005879d99188b1ef118d6ba0a20d22082f)
\
N -- N -- N (606d70cd2630f2045a754a42b98416d84b60d793)
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=606d70cd2630f2045a754a42b98416d8…
commit 606d70cd2630f2045a754a42b98416d84b60d793
Author: Daniel Willmann <dwillmann(a)sysmocom.de>
Date: Fri Sep 8 04:02:28 2017 +0200
osmo-bsc_nat: Add missing return code for VTY
Change-Id: I12b421e970317c604ac8cc2f3c94ff5fdbc3f048
http://cgit.osmocom.org/openbsc/commit/?id=e482de09ea595375a28b565f440726fe…
commit e482de09ea595375a28b565f440726fe19bb4592
Author: Daniel Willmann <dwillmann(a)sysmocom.de>
Date: Fri Sep 8 04:01:42 2017 +0200
osmo-bsc_nat: Attempt to make bsc_mgcp_find_con aware of multiple MGCP
Change-Id: I508562d48e2a0733ea53fe7adaae828286f791a2
http://cgit.osmocom.org/openbsc/commit/?id=e47f67588a774bcb3bb1fa39972d3f70…
commit e47f67588a774bcb3bb1fa39972d3f705d167f18
Author: Daniel Willmann <dwillmann(a)sysmocom.de>
Date: Fri Sep 8 04:00:55 2017 +0200
WIP: Add missing lines
Change-Id: I353502ed27fc1eb828169a4aaccaf04593eacdd8
http://cgit.osmocom.org/openbsc/commit/?id=986e54a1982dd1bab71dc843ff0c4ae0…
commit 986e54a1982dd1bab71dc843ff0c4ae014f83965
Author: Daniel Willmann <dwillmann(a)sysmocom.de>
Date: Fri Sep 8 04:00:08 2017 +0200
osmo-bsc_nat: Handle multiple mgcp configs in SCCP conn
Change-Id: Ifb6efa8339b749ab588a5ea37f0b48bc8086ae46
http://cgit.osmocom.org/openbsc/commit/?id=b27944450392d5d3dda548a585406224…
commit b27944450392d5d3dda548a585406224acdf58d6
Author: Daniel Willmann <dwillmann(a)sysmocom.de>
Date: Fri Sep 8 03:58:41 2017 +0200
osmo-bsc_nat: Handle multiple mgcp configs in MGCP NAT code
Change-Id: Icbf2951cfc550f75580e95a05804e479c59ec1df
http://cgit.osmocom.org/openbsc/commit/?id=b55d939e126aac15a434c55d0689ae4d…
commit b55d939e126aac15a434c55d0689ae4dfaf0ecfa
Author: Daniel Willmann <dwillmann(a)sysmocom.de>
Date: Fri Sep 8 03:49:26 2017 +0200
osmo-bsc_nat: Modify nat init to work with multiple mgcp_configs
Change-Id: I53ac858952ee15f897160b3a32483c5c91b862f6
http://cgit.osmocom.org/openbsc/commit/?id=1e641a1690fec1e2fc3319460583490f…
commit 1e641a1690fec1e2fc3319460583490f147fd74d
Author: Daniel Willmann <dwillmann(a)sysmocom.de>
Date: Fri Sep 8 03:38:50 2017 +0200
libmgcp: Allow to get the mgcp_config by number
Change-Id: I9567b168696bc43c8f74cf0da9a4c647e8bdd822
http://cgit.osmocom.org/openbsc/commit/?id=55a163abaf57812f4574c23dcee857ce…
commit 55a163abaf57812f4574c23dcee857ce8f05ddb2
Author: Daniel Willmann <dwillmann(a)sysmocom.de>
Date: Fri Sep 8 03:37:58 2017 +0200
Add warnings in places missing support
Change-Id: Ic3de69792b2cd8e19cd140402bc1f5fbf9a00021
http://cgit.osmocom.org/openbsc/commit/?id=9bc66b806fa75e914b2bc95805839190…
commit 9bc66b806fa75e914b2bc958058391907d3860aa
Author: Daniel Willmann <dwillmann(a)sysmocom.de>
Date: Thu Sep 7 16:35:01 2017 +0200
osmo-bsc_mgcp: Make it work with the changes supporting multiple MGCP
osmo-bsc_mgcp will still only use the first mgcp instance, but this
copes with the API changes in mgcp_parse_config.
Change-Id: I52ea74103acef374212e276dfa8122b00ca4562a
http://cgit.osmocom.org/openbsc/commit/?id=2152d82dafd8c8b390de9a0e4bc8719b…
commit 2152d82dafd8c8b390de9a0e4bc8719bcd51273d
Author: Daniel Willmann <dwillmann(a)sysmocom.de>
Date: Thu Sep 7 16:32:27 2017 +0200
libmgcp: Make it possible to define more than one MGCP instance
Change-Id: I820839e46f56bdaaf6b05df434829c3eee21e5b9
http://cgit.osmocom.org/openbsc/commit/?id=86a4589c0399721dd309614794df0791…
commit 86a4589c0399721dd309614794df0791f337622f
Author: Daniel Willmann <dwillmann(a)sysmocom.de>
Date: Thu Mar 2 17:26:32 2017 +0100
WIP
Change-Id: If40b0bd51773b1658f744063be418c024a781e11
http://cgit.osmocom.org/openbsc/commit/?id=1f7d6452560a73452e0ce6059adf933b…
commit 1f7d6452560a73452e0ce6059adf933b6dfd5458
Author: Daniel Willmann <dwillmann(a)sysmocom.de>
Date: Tue Mar 21 12:25:14 2017 +0100
libfilter: Also handle detach indications
Change-Id: Iad4e2861f42d5275e2b3057ab2bc43ef43b61cfe
Ticket: SYS#3208
Sponsored-by: On-Waves ehf.
-----------------------------------------------------------------------
Summary of changes:
openbsc/include/openbsc/bsc_nat.h | 13 +-
openbsc/include/openbsc/bsc_nat_sccp.h | 2 +
openbsc/include/openbsc/mgcp.h | 5 +-
openbsc/src/libcommon/common_vty.c | 5 +-
openbsc/src/libmgcp/mgcp_vty.c | 566 ++++++++++++++++++++----------
openbsc/src/osmo-bsc_mgcp/mgcp_main.c | 25 +-
openbsc/src/osmo-bsc_nat/bsc_mgcp_utils.c | 245 +++++++------
openbsc/src/osmo-bsc_nat/bsc_nat.c | 18 +-
openbsc/src/osmo-bsc_nat/bsc_nat_utils.c | 4 +-
openbsc/src/osmo-bsc_nat/bsc_nat_vty.c | 17 +-
openbsc/tests/bsc-nat/bsc_nat_test.c | 8 +-
11 files changed, 583 insertions(+), 325 deletions(-)
hooks/post-receive
--
Legacy: The OpenBSC GSM Base Station Controller (+MSC/HLR/SGSN)