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 code for Iuh interface".
The branch, master has been updated
via 3050864b7360cc7a168a850f7a1d839a805c54a9 (commit)
from c964a2cfa1b08e5bbda5d721a7a0095d26b53791 (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-iuh/commit/?id=3050864b7360cc7a168a850f7a1d839…
commit 3050864b7360cc7a168a850f7a1d839a805c54a9
Author: Neels Hofmeyr <neels(a)hofmeyr.de>
Date: Thu Feb 22 04:04:22 2018 +0100
hnb-test: log accurate three-digit MNC with leading zeros
Depends: Id2240f7f518494c9df6c8bda52c0d5092f90f221 (libosmocore)
Change-Id: Ie3dd206bca2f38a0ef7ee7f9d3b6bf2eacc899a4
-----------------------------------------------------------------------
Summary of changes:
src/tests/hnb-test.c | 9 +++++----
1 file changed, 5 insertions(+), 4 deletions(-)
hooks/post-receive
--
Osmocom code for Iuh 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 "The Open Source GSM Base Band stack".
The branch, fixeria/trx has been updated
via 0d3030c76405fbcf3d8cbcb61547eee53aec02b3 (commit)
from 380dc7e768c944ab0efc28f24205334a4c736a42 (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:
src/host/trxcon/trx_if.c | 45 ++++++++++++---------------------------------
src/host/trxcon/trx_if.h | 3 ++-
src/host/trxcon/trxcon.c | 2 +-
3 files changed, 15 insertions(+), 35 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 "Osmocom BTS-side code (Abis, scheduling, ...)".
The branch, master has been updated
via 80dddfd90d90b35b936ac9f21ecadea19c8be41b (commit)
from cb0a076728692e5577fc08ffdfdef7b0f59dd0c8 (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=80dddfd90d90b35b936ac9f21ecadea…
commit 80dddfd90d90b35b936ac9f21ecadea19c8be41b
Author: Philipp Maier <pmaier(a)sysmocom.de>
Date: Wed Feb 28 13:18:23 2018 +0100
octphy: replace #warning with #pragma message
warning causes the compiler to throw an actual warning. Lets
change those intentional warnings to messages.
Change-Id: I2fc83a1a07db9c569b93f29835bf3a0fd8ef4ef5
-----------------------------------------------------------------------
Summary of changes:
src/osmo-bts-octphy/l1_if.c | 2 +-
src/osmo-bts-octphy/l1_oml.c | 2 +-
2 files changed, 2 insertions(+), 2 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 Open Source GSM Base Band stack".
The branch, laforge/trx has been updated
discards f287729db386580604e1535266897ac214cbd0ed (commit)
discards 491327fd2589da78cf54fa0edf3c9137ef9bf8b2 (commit)
discards c963f1ff6c6e2cd6cde44783f56d8f292d1f259c (commit)
discards d4078e183053066625d75c59b8b7f672f6b628d3 (commit)
via e014ee1ed3bcd2c4ecd5d55259029ff3f78046b4 (commit)
via 0d3030c76405fbcf3d8cbcb61547eee53aec02b3 (commit)
via 380dc7e768c944ab0efc28f24205334a4c736a42 (commit)
via cc447afe3475a60c4745206ee219e20aa60494bd (commit)
via 4e74311b00363b2ba417d7ca3ed67abfab1eaec8 (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 (f287729db386580604e1535266897ac214cbd0ed)
\
N -- N -- N (e014ee1ed3bcd2c4ecd5d55259029ff3f78046b4)
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/osmocom-bb/commit/?id=e014ee1ed3bcd2c4ecd5d55259029…
commit e014ee1ed3bcd2c4ecd5d55259029ff3f78046b4
Author: Harald Welte <laforge(a)gnumonks.org>
Date: Wed Feb 28 22:52:47 2018 +0100
fake_trx: Log IP/Port information at start-up
Change-Id: I4ebeed7271d91ab2e45199e0fb59776c00ad833c
http://cgit.osmocom.org/osmocom-bb/commit/?id=0d3030c76405fbcf3d8cbcb61547e…
commit 0d3030c76405fbcf3d8cbcb61547eee53aec02b3
Author: Harald Welte <laforge(a)gnumonks.org>
Date: Thu Mar 1 14:40:32 2018 +0100
trxcon: Fix '-i' to specify the "TRX IP address"
The command line help states '-i' is for 'TRX IP address', which is
the remote IP address at which the TRX is to be found. Hoewever, it
was used as the local (bind) IP address of the socket used towards
the TRX. This is my attempt at fixing this. A more complete solution
probably allows to specify both local (bind) and remote (connect)
address, just to be clear.
Change-Id: If0252b15e9c7942687c6dc470951d777f7af651c
-----------------------------------------------------------------------
Summary of changes:
src/host/trxcon/trx_if.c | 45 ++++++++++++---------------------------------
src/host/trxcon/trx_if.h | 3 ++-
src/host/trxcon/trxcon.c | 2 +-
3 files changed, 15 insertions(+), 35 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 "An utility library for Open Source Mobile Communications".
The branch, master has been updated
via ccfc387fb906f24e163e1a3a141a37a9e27acee2 (commit)
from 8d827803585fd2491ec7d16a07abef999c2d42df (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=ccfc387fb906f24e163e1a3a141a…
commit ccfc387fb906f24e163e1a3a141a37a9e27acee2
Author: Neels Hofmeyr <neels(a)hofmeyr.de>
Date: Tue Feb 20 15:14:14 2018 +0100
introduce GSM_MCC_MNC_INVALID
In some cases, we want to mark an unset MCC-MNC. Define uint16-max for this
purpose.
osmo-bsc code is already doing so with a -1 and using int data types, which
will become inconvenient with the new API that handles MCC and MNC as uint16_t.
Change-Id: Ieee7add0bd6d94cf84743a49794bbcd38561b72f
-----------------------------------------------------------------------
Summary of changes:
include/osmocom/gsm/gsm48.h | 4 ++++
1 file changed, 4 insertions(+)
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 8d827803585fd2491ec7d16a07abef999c2d42df (commit)
via 87fade88bd8471d0459a306255403e854122120e (commit)
from 721aa6ded9c736e3cc5b20824dd58b1af4f4a907 (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=8d827803585fd2491ec7d16a07ab…
commit 8d827803585fd2491ec7d16a07abef999c2d42df
Author: Pau Espin Pedrol <pespin(a)sysmocom.de>
Date: Wed Feb 28 18:28:53 2018 +0100
timer: Document osmo_gettimeofday API
Change-Id: I1f9e13645033c61ffaed97e457deb5e78a6bec58
http://cgit.osmocom.org/libosmocore/commit/?id=87fade88bd8471d0459a30625540…
commit 87fade88bd8471d0459a306255403e854122120e
Author: Pau Espin Pedrol <pespin(a)sysmocom.de>
Date: Mon Feb 26 19:42:22 2018 +0100
timer: Introduce osmo_clock_gettime to override clock_gettime
Change-Id: I5bebc6e01fc9d238065bc2517058f0ba85620349
-----------------------------------------------------------------------
Summary of changes:
include/osmocom/core/timer.h | 6 ++
src/Makefile.am | 3 +-
src/timer_clockgettime.c | 138 +++++++++++++++++++++++++++++++++++++++
src/timer_gettimeofday.c | 20 +++++-
tests/Makefile.am | 7 +-
tests/testsuite.at | 6 ++
tests/timer/clk_override_test.c | 89 +++++++++++++++++++++++++
tests/timer/clk_override_test.ok | 8 +++
8 files changed, 272 insertions(+), 5 deletions(-)
create mode 100644 src/timer_clockgettime.c
create mode 100644 tests/timer/clk_override_test.c
create mode 100644 tests/timer/clk_override_test.ok
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 Open Source GSM Base Band stack".
The branch, fixeria/trx has been updated
via 380dc7e768c944ab0efc28f24205334a4c736a42 (commit)
from cc447afe3475a60c4745206ee219e20aa60494bd (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=380dc7e768c944ab0efc28f242053…
commit 380dc7e768c944ab0efc28f24205334a4c736a42
Author: Harald Welte <laforge(a)gnumonks.org>
Date: Wed Feb 28 23:59:45 2018 +0100
fake_trx: Increase TOA256 value ranges
In theory, the maximum TA value is 63 symbols, i.e. 63*256 in this
context. However, our test cases want to test the BTS behavior is
correct if ever a larger timing offset is reported from TRX to the BTS,
to ensure it is rejected in the BTS. Let's hence increase the values
to rather large min/max limits. We could also remove them completely.
Change-Id: I691d081256e8c6d18ef2836299ed8f7d502da3ee
-----------------------------------------------------------------------
Summary of changes:
src/target/fake_trx/data_msg.py | 4 ++--
1 file changed, 2 insertions(+), 2 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 "The Open Source GSM Base Band stack".
The branch, fixeria/trx has been updated
via cc447afe3475a60c4745206ee219e20aa60494bd (commit)
via 4e74311b00363b2ba417d7ca3ed67abfab1eaec8 (commit)
from b1b11620191d14943303a5104d845295f74750e8 (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=cc447afe3475a60c4745206ee219e…
commit cc447afe3475a60c4745206ee219e20aa60494bd
Author: Harald Welte <laforge(a)gnumonks.org>
Date: Wed Feb 28 23:16:02 2018 +0100
fake_trx: Send positive response to FAKE_TOA commands
Now that ctrl_if.py is capable of sending back the response to where
the command originated from, we can just as well send a positive
response back after executing the related commands.
Change-Id: Icba138835149a7264f4db3a6b05f54ca501c4d54
http://cgit.osmocom.org/osmocom-bb/commit/?id=4e74311b00363b2ba417d7ca3ed67…
commit 4e74311b00363b2ba417d7ca3ed67abfab1eaec8
Author: Harald Welte <laforge(a)gnumonks.org>
Date: Wed Feb 28 23:02:46 2018 +0100
fake_trx: Always send control responses to where commands are from
fake_trx is using locally bound and not connected UDP sockets for
control commands.
When we receive a control command, we should not simply send the
response to the default destination, but send it back to the exact
ip+prt from which the command originated. This ensures correct routing
of responses even in case multiple programs are interfacing concurrently
with a control socket.
Change-Id: I24a0bba6eed059b101af95dac7d059f34dd715fc
-----------------------------------------------------------------------
Summary of changes:
src/target/fake_trx/ctrl_if.py | 10 +++++-----
src/target/fake_trx/ctrl_if_bb.py | 6 ++----
src/target/fake_trx/ctrl_if_bts.py | 6 ++----
src/target/fake_trx/fake_trx.py | 4 ++--
src/target/fake_trx/udp_link.py | 6 ++++++
5 files changed, 17 insertions(+), 15 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 "The Open Source GSM Base Band stack".
The branch, fixeria/trx has been updated
via b1b11620191d14943303a5104d845295f74750e8 (commit)
from 6fa80f274ed932b8142a9f04a652820b135483e7 (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:
src/host/trxcon/l1ctl_link.c | 5 +++++
src/host/trxcon/trx_if.c | 5 +++++
src/host/trxcon/trxcon.c | 9 +++++++++
3 files changed, 19 insertions(+)
hooks/post-receive
--
The Open Source GSM Base Band stack