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 "Python scripting interface to the OsmoNITB MNCC interface".
The branch, master has been updated
via 983231a70dea18f4a38d6f45ad235f3c8a1ad92e (commit)
from ce184f83f0ebad256fe05be75c2b53d03a5ee158 (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/mncc-python/commit/?id=983231a70dea18f4a38d6f45ad23…
commit 983231a70dea18f4a38d6f45ad235f3c8a1ad92e
Author: Gerard Pinto <gerardfly9(a)gmail.com>
Date: Sun Jun 4 21:04:56 2017 -0700
Bearer capability not provided during MO call using mncc-python, which results in GSM IE error (96) invalid mandatory information sent by Network -> MS (mncc-python)
Verified this error by GSMTAP using mncc-python interface OsmocomBB to network
Proposed Changes:
In case of MO call (_onmncc_setup_req) caller needs to provide bearer_cap speech version
Added mncc.bearer_cap in mncc_sock.py based on codecs = GSM48.AllCodecs
Added new field mncc.MNCC_F_BEARER_CAP in mncc.MNCC_SETUP_REQ, when call is initiated (MO) from MS -> network
Change-Id: If77851b86111d62d82221a886ed2391179080cca
-----------------------------------------------------------------------
Summary of changes:
gsm_call_fsm.py | 7 ++++---
mncc_sock.py | 12 ++++++++++++
2 files changed, 16 insertions(+), 3 deletions(-)
hooks/post-receive
--
Python scripting interface to the OsmoNITB MNCC interface
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 062dfa1d0c7dc347401bad92310194740c81973b (commit)
from 49b78229ca7dde50e1264d84c59deed4ffbdd97d (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=062dfa1d0c7dc347401bad923101947…
commit 062dfa1d0c7dc347401bad92310194740c81973b
Author: Max <msuraev(a)sysmocom.de>
Date: Tue Jun 13 18:39:52 2017 +0200
lc15: use generic L1 headers helper
* use generic L1 headers helper for both sysmocom-dsp and lc15bts-phy
options
* use sh instead of bash
Related: SYS#3683
Change-Id: I3dc621731f47650cbc15a5f17b9e899e9ed2770f
-----------------------------------------------------------------------
Summary of changes:
contrib/jenkins.sh | 16 +++++++++-------
1 file changed, 9 insertions(+), 7 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 "SCCP Library".
The branch, master has been updated
via fc252ca38427bf77e55fd272a954dfe24f03a719 (commit)
via e32bff4ef42f80d69bf7e7f88f2843b4b9e66907 (commit)
via 19c5c07525ef756f39be2f9d4777c2483e9e32fa (commit)
via 2abc1d5c7f2f10aa8b79b60f5d4ff9796a43bdd1 (commit)
via ad7fbd9b4dc80d1b7ceac72e5b349fdd7750d8fa (commit)
via f04e2f31ea2fefc734c19805bb93629c73f7f2a4 (commit)
via b1510a11220766c77910f3ead3628e969a5ffc5f (commit)
from 34cb3c16a597e5793cfb59b1772967e0a5e89489 (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-sccp/commit/?id=fc252ca38427bf77e55fd272a95…
commit fc252ca38427bf77e55fd272a954dfe24f03a719
Author: Pau Espin Pedrol <pespin(a)sysmocom.de>
Date: Wed Jun 21 11:18:52 2017 +0200
configure.ac: Use -Werror in C(PP)FLAGS
Change-Id: Ia753a3080ef54ac248dacce5cd692fdd38f7649a
http://cgit.osmocom.org/libosmo-sccp/commit/?id=e32bff4ef42f80d69bf7e7f88f2…
commit e32bff4ef42f80d69bf7e7f88f2843b4b9e66907
Author: Pau Espin Pedrol <pespin(a)sysmocom.de>
Date: Wed Jun 21 11:18:14 2017 +0200
configure.ac: Use -Wall in C(PP)FLAGS
Change-Id: I1e49427b8267bbdb05d0121971a56359dbecd690
http://cgit.osmocom.org/libosmo-sccp/commit/?id=19c5c07525ef756f39be2f9d477…
commit 19c5c07525ef756f39be2f9d4777c2483e9e32fa
Author: Pau Espin Pedrol <pespin(a)sysmocom.de>
Date: Wed Jun 21 11:11:37 2017 +0200
xua_test.c: remove useless keyword in struct declaration
Fixes following warning:
warning: useless storage class specifier in empty declaratio
Change-Id: I5cea7b6ec2cc755ad8cec69b771f6e3b297e607d
http://cgit.osmocom.org/libosmo-sccp/commit/?id=2abc1d5c7f2f10aa8b79b60f5d4…
commit 2abc1d5c7f2f10aa8b79b60f5d4ff9796a43bdd1
Author: Pau Espin Pedrol <pespin(a)sysmocom.de>
Date: Wed Jun 21 11:05:30 2017 +0200
stp_main.c: Add missing header
stp_main uses osmo_fsm_vty_add_cmds which is defined in /osmocom/vty/misc.h
Fixes 'implicit declaration of function' compilation warning.
Change-Id: I3cc9543fcb908eeb172d36fa472a19b01bf52c46
http://cgit.osmocom.org/libosmo-sccp/commit/?id=ad7fbd9b4dc80d1b7ceac72e5b3…
commit ad7fbd9b4dc80d1b7ceac72e5b349fdd7750d8fa
Author: Pau Espin Pedrol <pespin(a)sysmocom.de>
Date: Wed Jun 21 11:03:17 2017 +0200
xua_internal.h: Add missing functions required by xua_test
Change-Id: Ic97de20c567bf67c513a45060e1e96e4b67b2311
http://cgit.osmocom.org/libosmo-sccp/commit/?id=f04e2f31ea2fefc734c19805bb9…
commit f04e2f31ea2fefc734c19805bb93629c73f7f2a4
Author: Pau Espin Pedrol <pespin(a)sysmocom.de>
Date: Wed Jun 21 10:52:25 2017 +0200
sccp_test_vty: Fix compilation warning: Unused variable
Instead of removing the variable, leave it there with unused attribute
set because it is an example and gives extra information to potential
readers of the function (it provides you with the actual type of void* _scu).
Change-Id: Id5fddf261a7a75ee1d6e9aff0734065ebf8551ab
http://cgit.osmocom.org/libosmo-sccp/commit/?id=b1510a11220766c77910f3ead36…
commit b1510a11220766c77910f3ead3628e969a5ffc5f
Author: Pau Espin Pedrol <pespin(a)sysmocom.de>
Date: Wed Jun 21 10:46:28 2017 +0200
sccp_scrc: Fix warning: uneeded constant evaulation
translate function is always present in the same file, thus we can
remove this check.
Fixes following warning:
warning: the address of ‘translate’ will always evaluate as ‘true’ [-Waddress]
if (translate &&
As requested by Harald, leave a comment there stating that there are some
checks missing and yet to be implemented. The translate function check
was used for this purpose.
Change-Id: I48a711f3a43496e2c0c637f34f56784f765938c4
-----------------------------------------------------------------------
Summary of changes:
configure.ac | 4 +++-
examples/sccp_test_vty.c | 2 +-
src/sccp_scrc.c | 2 +-
src/xua_internal.h | 5 +++++
stp/stp_main.c | 1 +
tests/xua/xua_test.c | 2 +-
6 files changed, 12 insertions(+), 4 deletions(-)
hooks/post-receive
--
SCCP 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 "An utility library for Open Source Mobile Communications".
The branch, neels/aoip has been updated
discards c4297afbd4e2356e9c1a18a45eb03d2e6eb1580a (commit)
discards a742fd92dce5f6e95851a7672214ae9c7508db8a (commit)
discards 01e42dd88c7eb9cdbcef84567893e209dc7bec75 (commit)
discards 5b98d4d0f2e25df1203fae691ff992c363b3422a (commit)
discards b4eacf8f7ac43f2ca799b26e15ebdf25214fe142 (commit)
discards f386b11a91e15d77c0ced3887b75db549c80e6ee (commit)
discards 2f9ff7472c4347ff8eb52ec5b83a545e411c91ab (commit)
discards dccf0e7486bca50e7d6dfd10b65b56c3786ba1c4 (commit)
via b25c20cf2af50676728fba25a5ac1c8392ff2edd (commit)
via b6d96ea64a00937ab7d018b5d8294546e95637c3 (commit)
via 1bf0a5b77167dd6b5ad145d016c8740cba286f82 (commit)
via a693e6ebd1972f820183d39f750bba604a262305 (commit)
via f1282a6bfc0b3bc8e3fa05d1eaac9745554a47af (commit)
via da38203418d80b85ddd793bdfc829b2ee2d3266a (commit)
via 890f1f5a2cf7fbf4c12abc049ba765a39dd9cf9c (commit)
via 3d9191ef2a9908edff13b6122f531514e7a4b889 (commit)
via a9e193b5dcfb06e0be362ad88816e3100c71256c (commit)
via 35c6fb3723b5597b000339679cf40a6d2235a793 (commit)
via e05c1f45ed9d6d64eb5f6a2ec0f3659e003699f4 (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 (c4297afbd4e2356e9c1a18a45eb03d2e6eb1580a)
\
N -- N -- N (b25c20cf2af50676728fba25a5ac1c8392ff2edd)
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/libosmocore/commit/?id=b25c20cf2af50676728fba25a5ac…
commit b25c20cf2af50676728fba25a5ac1c8392ff2edd
Author: Philipp Maier <pmaier(a)sysmocom.de>
Date: Fri Jun 2 13:49:16 2017 +0200
gsm0808: add function to extrapolate speech codec
The contents of the speech codec element (struct gsm0808_speech_codec),
that is also used in the speech codec list element (struct
gsm0808_speech_codec_list) can be extrapolated directly from the
permitted speech parameter in the channel type field (struct
gsm0808_channel_type) when full AoIP with compressed speech via
RTP/UDP/IP is assumed and when the codec configuration on the air
interface exactly matches the codec configuration on the IP backhaul.
This patch adds a function that can be used as a helper to fill
out spech codec fields by only giving a permitted speech parameter
as input.
Change-Id: I257c972e9fdf0dfe940a8d483447085bd62e50a2
http://cgit.osmocom.org/libosmocore/commit/?id=b6d96ea64a00937ab7d018b5d829…
commit b6d96ea64a00937ab7d018b5d8294546e95637c3
Author: Philipp Maier <pmaier(a)sysmocom.de>
Date: Fri Jun 2 13:22:34 2017 +0200
gsm0808: add function to translate perm speech to speech codec type
The permitted speech field used in channel type element (struct
gsm0808_channel_type) uses a different representation as
the type field in the speech codec element (struct
gsm0808_speech_codec)
This patch adds a function to convert from permitted speech to
speech codec type.
Change-Id: Ib26a9c20864459b2baaa04f49b6e7902ba44b7cb
http://cgit.osmocom.org/libosmocore/commit/?id=1bf0a5b77167dd6b5ad145d016c8…
commit 1bf0a5b77167dd6b5ad145d016c8740cba286f82
Author: Philipp Maier <pmaier(a)sysmocom.de>
Date: Fri Jun 2 11:25:28 2017 +0200
gsm0808: add default speech codec configuration
In an AoIP scenario, the speech codec list field specifies the
codecs used in the RTP interface. This patch adds a table
with default codec configurations that match the codec
configurations that are also used on the air interface.
Change-Id: I9dc0165d76a022b2c1b7418bc3133407e61b7261
http://cgit.osmocom.org/libosmocore/commit/?id=a693e6ebd1972f820183d39f750b…
commit a693e6ebd1972f820183d39f750bba604a262305
Author: Philipp Maier <pmaier(a)sysmocom.de>
Date: Thu Jun 1 17:11:19 2017 +0200
gsm0808: fix AoIP speech codec element parser/generator
The implementation of the parser/generator for the speech codec
information element slightly wrong, making it impossible to use
it properly.
(See also: 3GPP TS 48.008, 3.2.2.103)
Change-Id: Idabb0f9620659557672e1c6b90c75481192e5c89
http://cgit.osmocom.org/libosmocore/commit/?id=f1282a6bfc0b3bc8e3fa05d1eaac…
commit f1282a6bfc0b3bc8e3fa05d1eaac9745554a47af
Author: Philipp Maier <pmaier(a)sysmocom.de>
Date: Fri Apr 28 11:05:44 2017 +0200
gsm0808: fixup length check of the element decoder functions
The length check of the decoder functions is not entirely
correct. The check also checks for values below zero,
which does not make sense, since the length is encoded
as uint8_t.
For some elements a minimum length is known (in most cases
this is 1, so checking for zero is sufficient but in some
cases (e.g. channel type) the spec mentions a minimum and
maximum length. This is now also reflected in the code.
Change-Id: I78bc887f68d1963d28c6fcd631ac20ccd893d6d6
-----------------------------------------------------------------------
Summary of changes:
TODO-RELEASE | 1 +
include/osmocom/gsm/protocol/gsm_04_08.h | 22 +++++++--------
include/osmocom/gsm/protocol/gsm_08_08.h | 46 ++++++++++++++++----------------
include/osmocom/vty/command.h | 4 +--
tests/lapd/lapd_test.c | 2 +-
5 files changed, 38 insertions(+), 37 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 d4806db1e59a9e205e323a3fe5aa8a39379ee13d (commit)
via 71ad40c647c09e232e94eb4b2accd68db441d95a (commit)
via 5b87144f91f86310073d6652c12fa717746ed8ba (commit)
from d5971d0681d5e9fb27c1c2c97e943f9d9e8cb2f8 (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=d4806db1e59a9e205e323a3fe5aa8a3…
commit d4806db1e59a9e205e323a3fe5aa8a39379ee13d
Author: Max <msuraev(a)sysmocom.de>
Date: Wed Jun 21 14:20:03 2017 +0200
Use generic L1 headers helper
Change-Id: I2253df3509595d7393ec6631ef846dbebae73ca4
http://cgit.osmocom.org/osmo-bts/commit/?id=71ad40c647c09e232e94eb4b2accd68…
commit 71ad40c647c09e232e94eb4b2accd68db441d95a
Author: Max <msuraev(a)sysmocom.de>
Date: Tue Jun 20 11:59:27 2017 +0200
lc15: add jenkins helper
Add jenkins build helper for lc15 and separate header with BTS-agnostic
functions.
Change-Id: Ib47f5a6cc88e784c5662b0dab4ddc03ce9a35132
Related: SYS#3682
http://cgit.osmocom.org/osmo-bts/commit/?id=5b87144f91f86310073d6652c12fa71…
commit 5b87144f91f86310073d6652c12fa717746ed8ba
Author: Max <msuraev(a)sysmocom.de>
Date: Mon Jun 12 19:15:05 2017 +0200
Move common steps into common jenkins helper
Move value_string termination check and OpenBSC headers checkout into
shared jenkins helper from BTS' model-specific helpers to get rid of
copy-pasted code. While at it - also remove unnecessary bash
dependency.
Change-Id: Ic48b1f75179b9008d65219dd5a47c1ab3b886408
-----------------------------------------------------------------------
Summary of changes:
contrib/jenkins_bts_model.sh | 4 ++++
contrib/jenkins_bts_trx.sh | 18 +++--------------
contrib/jenkins_common.sh | 24 ++++++++++++++++++++++
contrib/jenkins_lc15.sh | 29 +++++++++++++++++++++++++++
contrib/jenkins_oct.sh | 41 ++++++--------------------------------
contrib/jenkins_oct_and_bts_trx.sh | 34 +++++--------------------------
contrib/jenkins_sysmobts.sh | 39 +++++-------------------------------
7 files changed, 76 insertions(+), 113 deletions(-)
create mode 100644 contrib/jenkins_common.sh
create mode 100644 contrib/jenkins_lc15.sh
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 "An utility library for Open Source Mobile Communications".
The branch, master has been updated
via da38203418d80b85ddd793bdfc829b2ee2d3266a (commit)
via 890f1f5a2cf7fbf4c12abc049ba765a39dd9cf9c (commit)
via 3d9191ef2a9908edff13b6122f531514e7a4b889 (commit)
via a9e193b5dcfb06e0be362ad88816e3100c71256c (commit)
from 35c6fb3723b5597b000339679cf40a6d2235a793 (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=da38203418d80b85ddd793bdfc82…
commit da38203418d80b85ddd793bdfc829b2ee2d3266a
Author: Philipp Maier <pmaier(a)sysmocom.de>
Date: Thu Jun 1 12:11:56 2017 +0200
gsm0808: add speech codec type constants
The codec type to be set in member type in struct gsm0808_speech_codec
has its own coding scheme to reference the used codec types. This patch
declares an enum with valid speech codec types.
Change-Id: Icaa768071d4364e671bc7e6d48b82d1f07f93f93
http://cgit.osmocom.org/libosmocore/commit/?id=890f1f5a2cf7fbf4c12abc049ba7…
commit 890f1f5a2cf7fbf4c12abc049ba765a39dd9cf9c
Author: Philipp Maier <pmaier(a)sysmocom.de>
Date: Fri Jun 16 16:59:06 2017 +0200
cosmetic: Add info about coresponding codecs to permitted speech consts
The constants in enum gsm0808_permitted_speech are not very expressive.
Add comments indicating each constant's corresponding codec.
Change-Id: I9734f7c261becffe38ffd41c304d006d08530c1a
http://cgit.osmocom.org/libosmocore/commit/?id=3d9191ef2a9908edff13b6122f53…
commit 3d9191ef2a9908edff13b6122f531514e7a4b889
Author: Philipp Maier <pmaier(a)sysmocom.de>
Date: Wed May 31 17:22:03 2017 +0200
gsm0408: update bearer capability speech version
3GPP TS 24.008 specifies two new speech versions for half rate and
two new speech modes for full rate. This patch adds the relevant
constants to enum gsm48_bcap_speech_ver in gsm_04_08.h
Change-Id: Id2835384c855f924332d38f01c73bd1cfdb62549
http://cgit.osmocom.org/libosmocore/commit/?id=a9e193b5dcfb06e0be362ad88816…
commit a9e193b5dcfb06e0be362ad88816e3100c71256c
Author: Philipp Maier <pmaier(a)sysmocom.de>
Date: Fri Jun 16 16:47:06 2017 +0200
cosmetic: Add codec references to Speech Version Indication
Add the information which GSM Speech codec version coresponds to
which bearer capability speech version.
Change-Id: Ic9493fea139420a52c32b17d00ac7d0b2bf86967
-----------------------------------------------------------------------
Summary of changes:
include/osmocom/gsm/protocol/gsm_04_08.h | 17 ++++++++++------
include/osmocom/gsm/protocol/gsm_08_08.h | 33 +++++++++++++++++++++++++-------
2 files changed, 37 insertions(+), 13 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 "SCCP Library".
The branch, master has been updated
via 34cb3c16a597e5793cfb59b1772967e0a5e89489 (commit)
from 144f5912eb84219bd5e419a4cab7df27ff023277 (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-sccp/commit/?id=34cb3c16a597e5793cfb59b1772…
commit 34cb3c16a597e5793cfb59b1772967e0a5e89489
Author: Philipp Maier <pmaier(a)sysmocom.de>
Date: Wed Jun 14 18:08:59 2017 +0200
sccp: add addressbook functionality for sccp addresses
SCCP addresses are defined through a number of compoinents, not
just an IP-Address, there is also point code, ssn and more. To
simplify and unify the handling of such objects, this patch
introduces an addressbook functionality. The user can set up
multiple addresses per ss7 instance and give them names. Later
that name can be used to reference the address at a later point
in the config. This means that the usage of sccp-addresses from
the programmers point of view boils down to a VTY function that
reads the string name of a previously defined address. The
programmer can then use the API to get a pointer to the SCCP
address struct and use it normally.
For this feature, two additional VTY nodes are necessary,
this commit depends libosmocore change:
Change-Id I42aa29c0cccc97f284b85801c5329b015b189640
Change-Id: I068ed7f7d113dab88424a9d47bab7fc703bb7942
-----------------------------------------------------------------------
Summary of changes:
include/osmocom/sigtran/osmo_ss7.h | 1 +
include/osmocom/sigtran/sccp_sap.h | 6 +
src/osmo_ss7.c | 2 +
src/osmo_ss7_vty.c | 578 +++++++++++++++++++++++++++++++++++++
4 files changed, 587 insertions(+)
hooks/post-receive
--
SCCP 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 "The OpenBSC GSM Base Station Controller (+MSC/HLR/SGSN)".
The branch, neels/aoip has been updated
discards ab657612389d71a5024a8b90e28197d920d30827 (commit)
discards 831b90f8a7c2d2789b1d2906c210940427c83860 (commit)
discards 96f212d333075ffcedf2b88edb946040efe4bb1a (commit)
discards 46b2c1cb8adca39550c43b1027b34a13c2b2dad4 (commit)
discards 5617f26adf94d1cd3b8a3a89818c2c4d50b657b2 (commit)
via 6b4be38fc653418549ad0402dcf84a35355f123b (commit)
via d23ef39513db9eb8e156fbfc8e8506aac7a17546 (commit)
via bbd32cddf8986f603507829a9ea430a3bef43bcd (commit)
via 3c8f08c78784ed9c84f6327f56c2debac4240943 (commit)
via 804e2d5d2c8cdc515355cf6596dd94f6214754ed (commit)
via 8185a941f8d47647de3941e1a9e2b445ca92c2ce (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 (ab657612389d71a5024a8b90e28197d920d30827)
\
N -- N -- N (6b4be38fc653418549ad0402dcf84a35355f123b)
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=6b4be38fc653418549ad0402dcf84a35…
commit 6b4be38fc653418549ad0402dcf84a35355f123b
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Wed Jun 21 15:57:57 2017 +0200
msc: re-enable iu_init()
Change-Id: If12ca46c834466307bee6465b777d63d5c922405
http://cgit.osmocom.org/openbsc/commit/?id=d23ef39513db9eb8e156fbfc8e8506aa…
commit d23ef39513db9eb8e156fbfc8e8506aac7a17546
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Wed Jun 21 15:57:42 2017 +0200
a_init: use name arg for sccp client and user bind
Change-Id: I10e899777e21bf1dbfba1e7e692d7017593e5f38
-----------------------------------------------------------------------
Summary of changes:
openbsc/src/libmsc/a_iface.c | 44 ++-------------------------------------
openbsc/src/osmo-msc/msc_main.c | 2 +-
openbsc/tests/msc_vlr/Makefile.am | 2 +-
3 files changed, 4 insertions(+), 44 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 35c6fb3723b5597b000339679cf40a6d2235a793 (commit)
from e05c1f45ed9d6d64eb5f6a2ec0f3659e003699f4 (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=35c6fb3723b5597b000339679cf4…
commit 35c6fb3723b5597b000339679cf40a6d2235a793
Author: Pau Espin Pedrol <pespin(a)sysmocom.de>
Date: Sun Jun 18 10:58:10 2017 +0200
lapd_test.c: Convert compilation warning to level message
This way we clean the build of warnings completely and we can enable
-Werror but we still see this FIXME message while compiling.
Change-Id: I24c11226cd5bb5b6032f4ece7d1a0695dc82f0dd
-----------------------------------------------------------------------
Summary of changes:
tests/lapd/lapd_test.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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 e05c1f45ed9d6d64eb5f6a2ec0f3659e003699f4 (commit)
from 39273b31c4d3ef9e1a0295e080a08c21513c9155 (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=e05c1f45ed9d6d64eb5f6a2ec0f3…
commit e05c1f45ed9d6d64eb5f6a2ec0f3659e003699f4
Author: Philipp Maier <pmaier(a)sysmocom.de>
Date: Thu Jun 15 15:16:37 2017 +0200
vty: additional nodes for sccp-address configuration
The planned sccp-addressbook implementation in libosmo-sccp
requires two additional VTY nodes.
See also in libosmo-sccp.git:
Change-Id I068ed7f7d113dab88424a9d47bab7fc703bb7942
Change-Id: I42aa29c0cccc97f284b85801c5329b015b189640
-----------------------------------------------------------------------
Summary of changes:
TODO-RELEASE | 1 +
include/osmocom/vty/command.h | 4 ++--
2 files changed, 3 insertions(+), 2 deletions(-)
hooks/post-receive
--
An utility library for Open Source Mobile Communications