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 49917c129b1456585258b0ebe89a513ecef823a8 (commit)
from d3b8b69977207235056f6033e5828796e5620049 (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=49917c129b1456585258b0ebe89…
commit 49917c129b1456585258b0ebe89a513ecef823a8
Author: Stefan Sperling <ssperling(a)sysmocom.de>
Date: Thu Mar 22 20:19:56 2018 +0100
preserve 'when' flags of new osmo_fd in ipaccess_rcvmsg()
ipaccess_rcvmsg() disposes of a temporary osmo_fd structure after
the RSL link comes up. It copies data from its temporary osmo_fd
to the new one returned by sign_link_up(). However, in doing so,
it clobbered the 'when' flags, which could differ between the two
osmo_fd structures.
For instance, BSC_FD_WRITE could be set on the new osmo_fd but
not on the old one, in case sign_link_up() has already enqueued
outbound messages using the new osmo_fd.
Because of this behaviour, a patch committed to osmo-bsc to address
issue #2719 did not work as intended and had to be reverted.
After this change, that osmo-bsc patch should work as intended
and issue #2719 can hopefully be resolved.
Change-Id: I52f7c903212b38e9c87e4d45e52b231b6f1ae9f5
Related: OS#2719
-----------------------------------------------------------------------
Summary of changes:
src/input/ipaccess.c | 6 +++++-
1 file changed, 5 insertions(+), 1 deletion(-)
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 "An utility library for Open Source Mobile Communications".
The branch, master has been updated
via 21946e8f5dbc0c7128ac82991017ec6d4c99d0d1 (commit)
from 8b8cd938173b2c1ef1f836a613691bd9e6789b76 (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 -----------------------------------------------------------------
-----------------------------------------------------------------------
Summary of changes:
tests/gsm0808/gsm0808_test.c | 1 -
1 file changed, 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, neels/inter_bsc_ho has been updated
discards da22d5b2a40f145ab4c522f251f9f5712357d299 (commit)
via 488bae86a2259ca2b1d45dda4b13c3c1fae9e53a (commit)
via b2e03af892a06fe2bbe1021244b237bdfb839a51 (commit)
via 1449840506ee8e61565b41ba4a1e9d69f204e0af (commit)
via 156c2e9b8d900c0bca6fa65d87824097118d5205 (commit)
via 098e2f81df056e2eaa6f3a89fd2ecf89cd815155 (commit)
via 21946e8f5dbc0c7128ac82991017ec6d4c99d0d1 (commit)
via 8b8cd938173b2c1ef1f836a613691bd9e6789b76 (commit)
via c44fc23feecc58ef3041f317dee0e5297e3c4571 (commit)
via 473485c903c16c36198d6317a0545f109785cf21 (commit)
via c1991df2c496835bd2bdfda6c79c5100dea56a8d (commit)
via 7e27b14ef29da0d8f834d8aba03551c34341ba90 (commit)
via 04a2a3231f8c300e27e0d8309acef081ed58d80f (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 (da22d5b2a40f145ab4c522f251f9f5712357d299)
\
N -- N -- N (488bae86a2259ca2b1d45dda4b13c3c1fae9e53a)
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=488bae86a2259ca2b1d45dda4b13…
commit 488bae86a2259ca2b1d45dda4b13c3c1fae9e53a
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=b2e03af892a06fe2bbe1021244b2…
commit b2e03af892a06fe2bbe1021244b237bdfb839a51
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=1449840506ee8e61565b41ba4a1e…
commit 1449840506ee8e61565b41ba4a1e9d69f204e0af
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=156c2e9b8d900c0bca6fa65d8782…
commit 156c2e9b8d900c0bca6fa65d87824097118d5205
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=098e2f81df056e2eaa6f3a89fd2e…
commit 098e2f81df056e2eaa6f3a89fd2ecf89cd815155
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
http://cgit.osmocom.org/libosmocore/commit/?id=21946e8f5dbc0c7128ac82991017…
commit 21946e8f5dbc0c7128ac82991017ec6d4c99d0d1
Author: Neels Hofmeyr <neels(a)hofmeyr.de>
Date: Sat Mar 24 20:10:30 2018 +0100
cosmetic: gsm0808_test: drop extraneous assertion
Recent commit I77cd4b9142510c6914298b720d9c19ab68f9ebef left an obsolete
assertion around. It is already done in the if-body now.
Change-Id: I1bb2ea363e8a9d86b24338df3584abc93ebc6dd4
-----------------------------------------------------------------------
Summary of changes:
include/osmocom/gsm/gsm0808.h | 9 ++--
include/osmocom/gsm/gsm23003.h | 2 +
include/osmocom/gsm/gsm48.h | 12 +++--
include/osmocom/gsm/protocol/gsm_08_08.h | 8 +--
src/fsm.c | 36 ++++++++-----
src/gsm/gsm0808.c | 88 +++++++++++++++++++++++++++++++-
src/gsm/gsm0808_utils.c | 8 +--
src/gsm/gsm23003.c | 18 +++++++
src/gsm/libosmogsm.map | 3 ++
tests/fsm/fsm_test.c | 4 ++
tests/gsm0808/gsm0808_test.c | 78 +++++++++++++++-------------
11 files changed, 201 insertions(+), 65 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 ec674ac74591e8f63bdb388affdef9eb782e8aaf (commit)
from 5f17e6138ebbac8d2a504429ae464d078c702b52 (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=ec674ac74591e8f63bdb388affdef9e…
commit ec674ac74591e8f63bdb388affdef9eb782e8aaf
Author: Philipp Maier <pmaier(a)sysmocom.de>
Date: Fri Mar 23 16:58:20 2018 +0100
cosmetic: remove dead code
Patch by Octasic inc.
Change-Id: I40ff0b95349308693bec5f4ae56ec7f2f14202e5
-----------------------------------------------------------------------
Summary of changes:
src/osmo-bts-octphy/octphy_hw_api.c | 8 --------
1 file changed, 8 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 4fbdd277144f9a65679f22d83e26323207e3ddc5 (commit)
via 70249c733783fb124f3ccfff12371ad04744664a (commit)
via 637dd4b3717bd42414fda0655e7a291340c5bcce (commit)
from 1452ad7a3ee95552d7aa53296adfa187b682b223 (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=4fbdd277144f9a65679f22d83…
commit 4fbdd277144f9a65679f22d83e26323207e3ddc5
Author: Pau Espin Pedrol <pespin(a)sysmocom.de>
Date: Fri Mar 23 17:52:12 2018 +0100
osmo-bsc: Split meas-utils into its own package
Additionally, libpcap dependency is added to have osmo-meas-pcap2db
available.
Change-Id: Ia6b33dbdf882394fa14270c34306dccf46b724e4
http://cgit.osmocom.org/meta-telephony/commit/?id=70249c733783fb124f3ccfff1…
commit 70249c733783fb124f3ccfff12371ad04744664a
Author: Pau Espin Pedrol <pespin(a)sysmocom.de>
Date: Fri Mar 23 17:31:26 2018 +0100
osmo-bsc: Split abisip-find into its own package
Change-Id: I9de9b676502370c2dcd0fb9d54b25884d4110af5
http://cgit.osmocom.org/meta-telephony/commit/?id=637dd4b3717bd42414fda0655…
commit 637dd4b3717bd42414fda0655e7a291340c5bcce
Author: Pau Espin Pedrol <pespin(a)sysmocom.de>
Date: Fri Mar 23 17:29:18 2018 +0100
osmo-bsc: Split bs11-utils into its own package
Change-Id: I9dfa9489af56a4c580a63906e950568849333c2b
-----------------------------------------------------------------------
Summary of changes:
recipes-osmocom/osmo-bsc/osmo-bsc.inc | 17 +++++++++++++++--
1 file changed, 15 insertions(+), 2 deletions(-)
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 "Osmocom BTS-side code (Abis, scheduling, ...)".
The branch, pmaier/octphy has been created
at f5c2ca6a42f359b35edef2c4c6f07f22b9664dbd (commit)
- Log -----------------------------------------------------------------
http://cgit.osmocom.org/osmo-bts/commit/?id=f5c2ca6a42f359b35edef2c4c6f07f2…
commit f5c2ca6a42f359b35edef2c4c6f07f22b9664dbd
Author: Philipp Maier <pmaier(a)sysmocom.de>
Date: Fri Mar 23 17:12:18 2018 +0100
compilation_with_new_header
http://cgit.osmocom.org/osmo-bts/commit/?id=05f226a4db96466336d05db73bd5bda…
commit 05f226a4db96466336d05db73bd5bdab9d7438b8
Author: Philipp Maier <pmaier(a)sysmocom.de>
Date: Fri Mar 23 15:24:56 2018 +0100
cosmetic: remove unused variable in osmo-bts-omldummy/main.c
-----------------------------------------------------------------------
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 8b8cd938173b2c1ef1f836a613691bd9e6789b76 (commit)
from c44fc23feecc58ef3041f317dee0e5297e3c4571 (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=8b8cd938173b2c1ef1f836a61369…
commit 8b8cd938173b2c1ef1f836a613691bd9e6789b76
Author: Neels Hofmeyr <neels(a)hofmeyr.de>
Date: Fri Mar 23 01:47:37 2018 +0100
fix gsm0808_enc_cell_id_list2 for leading-zero MNC
Use non-deprecated API to decode encode in gsm0808_enc_cell_id_list2().
Adjust gsm0808_test.c to now expect the correct results instead of previous
failure.
Change-Id: I1ce78883995e0d484368046b69db5afb2b4adc97
-----------------------------------------------------------------------
Summary of changes:
src/gsm/gsm0808_utils.c | 4 ++--
tests/gsm0808/gsm0808_test.c | 5 +----
2 files changed, 3 insertions(+), 6 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 "An utility library for Open Source Mobile Communications".
The branch, master has been updated
via c44fc23feecc58ef3041f317dee0e5297e3c4571 (commit)
from 473485c903c16c36198d6317a0545f109785cf21 (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=c44fc23feecc58ef3041f317dee0…
commit c44fc23feecc58ef3041f317dee0e5297e3c4571
Author: Neels Hofmeyr <neels(a)hofmeyr.de>
Date: Fri Mar 23 02:15:12 2018 +0100
show failure in gsm0808_enc_cell_id_list2() in gsm0808_test
Change-Id: I763b18d2922701ad97382269747ff0cbb7bd657b
-----------------------------------------------------------------------
Summary of changes:
tests/gsm0808/gsm0808_test.c | 12 ++++++++----
1 file changed, 8 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 "An utility library for Open Source Mobile Communications".
The branch, master has been updated
via 473485c903c16c36198d6317a0545f109785cf21 (commit)
from c1991df2c496835bd2bdfda6c79c5100dea56a8d (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=473485c903c16c36198d6317a054…
commit 473485c903c16c36198d6317a0545f109785cf21
Author: Neels Hofmeyr <neels(a)hofmeyr.de>
Date: Fri Mar 23 02:04:18 2018 +0100
gsm0808_test: cosmetic: test non-hex MCC
The test currently sets the MCC by a hex value, which is a weird choice. The
MCC gets BCD'd and hence we will see the decimal values 1:1 in the encoded
octets as hex digits. Using hex as input obscures that:
Right now it sets mcc = 0x123, which is actually 291 in decimal, and we hence
see "92 .1" in the expected BCD result. Using 0x124 in the test source actually
makes it hard to see where the 0x123 went.
Change the MCC to decimal notation (123, 124, 125) and adjust the expected
encoded output.
Change-Id: I973835c54a90fefe50d2b3581324d12556715f58
-----------------------------------------------------------------------
Summary of changes:
tests/gsm0808/gsm0808_test.c | 12 ++++++------
1 file changed, 6 insertions(+), 6 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 "An utility library for Open Source Mobile Communications".
The branch, master has been updated
via c1991df2c496835bd2bdfda6c79c5100dea56a8d (commit)
from 7e27b14ef29da0d8f834d8aba03551c34341ba90 (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=c1991df2c496835bd2bdfda6c79c…
commit c1991df2c496835bd2bdfda6c79c5100dea56a8d
Author: Neels Hofmeyr <neels(a)hofmeyr.de>
Date: Fri Mar 23 02:00:00 2018 +0100
gsm0808_test: cosmetic: re-arrange struct init; print hexdump on failure
I am going to ehance the test to actually include leading-zero MNC, but first I
would like to simplify how the test source struct is initialized, before I edit
around in it.
Also, when the memcmp() fails, print hexdumps of expected and actual result for
comparison. I needed it to figure out a test failure, might as well keep it.
Change-Id: I77cd4b9142510c6914298b720d9c19ab68f9ebef
-----------------------------------------------------------------------
Summary of changes:
tests/gsm0808/gsm0808_test.c | 56 +++++++++++++++++++++++++-------------------
1 file changed, 32 insertions(+), 24 deletions(-)
hooks/post-receive
--
An utility library for Open Source Mobile Communications