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/inter_bsc_ho has been updated
discards 488bae86a2259ca2b1d45dda4b13c3c1fae9e53a (commit)
discards b2e03af892a06fe2bbe1021244b237bdfb839a51 (commit)
discards 1449840506ee8e61565b41ba4a1e9d69f204e0af (commit)
discards 156c2e9b8d900c0bca6fa65d87824097118d5205 (commit)
discards 098e2f81df056e2eaa6f3a89fd2ecf89cd815155 (commit)
via 6d7cf86f44c60dbeb2dfee7da6d1f1aad16a280a (commit)
via daa22b7f05d77f9fef4bcd44e3751571ca3b4a88 (commit)
via 923038dd28a77c3919349d1c32e6ef9e217727a2 (commit)
via e4958491ae05dd86b5a4dfe3a08164960ba772dd (commit)
via fce3b889907b009684373f6b34e5bdc2f5abc325 (commit)
via 97696b4552b066e02c84b53621721736a7f3051e (commit)
via 71f781c303bb4216d3328181d7798a28a15813c9 (commit)
via 338d17439973a7f2f54efc75bb8d40f6b9b8ff40 (commit)
via ec0f334e995a72aab78cb0fc839b67c7b961b336 (commit)
via 536534a62f253b61e3c1c253fe95e33fda3101f1 (commit)
via 75ee4e8aa957d4f04e107130fe69d61e6b215763 (commit)
via fcf79926e5e5d296efc4d53b1c50849e4fff7908 (commit)
via bb22df3db915f2141ce3c2477e7417781c5961f4 (commit)
via 46145e80ec64f4941469debb8310be37fba69ded (commit)
via 167f808d7641f2a23f247cb1f66ec93d026ca366 (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 (488bae86a2259ca2b1d45dda4b13c3c1fae9e53a)
\
N -- N -- N (6d7cf86f44c60dbeb2dfee7da6d1f1aad16a280a)
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=6d7cf86f44c60dbeb2dfee7da6d1…
commit 6d7cf86f44c60dbeb2dfee7da6d1f1aad16a280a
Author: Neels Hofmeyr <neels(a)hofmeyr.de>
Date: Wed Mar 28 03:54:32 2018 +0200
inter-bsc handover wip
Change-Id: I2aa34bd7af802993339038b6dbb316bb04bfa8c7
http://cgit.osmocom.org/libosmocore/commit/?id=daa22b7f05d77f9fef4bcd44e375…
commit daa22b7f05d77f9fef4bcd44e3751571ca3b4a88
Author: Neels Hofmeyr <neels(a)hofmeyr.de>
Date: Fri Mar 23 01:46:42 2018 +0100
add gsm0808_cell_id_list_add() to combine two cell identifier lists
Change-Id: I5781f5fa5339c92ab2e2620489b002829d206925
http://cgit.osmocom.org/libosmocore/commit/?id=923038dd28a77c3919349d1c32e6…
commit 923038dd28a77c3919349d1c32e6ef9e217727a2
Author: Neels Hofmeyr <neels(a)hofmeyr.de>
Date: Thu Mar 22 14:04:30 2018 +0100
add osmo_cgi_name()
Change-Id: Iebc5cdf61b697b1603900993fc265af3eca0cedf
http://cgit.osmocom.org/libosmocore/commit/?id=e4958491ae05dd86b5a4dfe3a081…
commit e4958491ae05dd86b5a4dfe3a08164960ba772dd
Author: Neels Hofmeyr <neels(a)hofmeyr.de>
Date: Tue Mar 13 03:40:53 2018 +0100
add support for gsm0808 HANDOVER REQUIRED message
Change-Id: Idb6dc3eab0282158a17091d97ed77c1e2e3eb3c2
http://cgit.osmocom.org/libosmocore/commit/?id=fce3b889907b009684373f6b34e5…
commit fce3b889907b009684373f6b34e5bdc2f5abc325
Author: Neels Hofmeyr <neels(a)hofmeyr.de>
Date: Fri Mar 23 01:47:14 2018 +0100
avoid warning in gsm0808_create_layer3
Change-Id: Ie098af4fc9640240196eda10fd61edcb3a872455
http://cgit.osmocom.org/libosmocore/commit/?id=97696b4552b066e02c84b5362172…
commit 97696b4552b066e02c84b53621721736a7f3051e
Author: Neels Hofmeyr <neels(a)hofmeyr.de>
Date: Thu Mar 22 14:05:21 2018 +0100
deprecate PLMN de-/coding functions incapable of 3-digit MNC with leading zeros
All our projects have seen patches to move to 3-digit MNC handling.
Furthermore, since our builds no longer break from deprecation warnings, I shall
no longer refrain from deprecating old API.
Change-Id: I55dfaf7ce74870de44120b26c42d45bb7b184341
-----------------------------------------------------------------------
Summary of changes:
contrib/fsm-to-dot.py | 143 ++++++++++++++++++++++++++++++++--------
include/osmocom/gsm/gsm0808.h | 6 +-
include/osmocom/gsm/gsm_utils.h | 54 +++++++++++++++
src/gsm/gsm0808.c | 5 ++
src/gsm/libosmogsm.map | 1 +
5 files changed, 182 insertions(+), 27 deletions(-)
hooks/post-receive
--
An utility library for Open Source Mobile Communications