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/fake_trx has been created
at 077e4d2113d0f7ae8e36337b33eba352555df41a (commit)
- Log -----------------------------------------------------------------
http://cgit.osmocom.org/osmocom-bb/commit/?id=077e4d2113d0f7ae8e36337b33eba…
commit 077e4d2113d0f7ae8e36337b33eba352555df41a
Author: Vadim Yanitskiy <axilirator(a)gmail.com>
Date: Wed Jul 12 17:24:16 2017 +0700
fake_trx/burst_fwd.py: append two unused bytes at the end
Change-Id: I1d7ed076d93b37699520ee2a31c42c177f966865
http://cgit.osmocom.org/osmocom-bb/commit/?id=69bff9cf929c2ad57577cd0e717e8…
commit 69bff9cf929c2ad57577cd0e717e83fad7884b6e
Author: Vadim Yanitskiy <axilirator(a)gmail.com>
Date: Mon Jul 10 19:39:06 2017 +0700
target/fake_trx: initial release of virtual transceiver
This is a set of tools for creating a virtual Um-interface between
OsmocomBB and OsmoBTS. It may be extremely useful for testing and
development of GSM stack, including both sides (MS and BTS). This
software implements OsmoTRX (Osmocom's fork of OpenBTS transceiver)
style clock (CLCK), control (CTRL) and data interfaces. So, OsmoBTS
source code doesn't require any modifications, while for OsmocomBB
you will need to use a new application - trxcon, which can be found
in the 'fixeria/sdr_phy' branch until one is merged to master.
Brief description of available applications:
- fake_trx.py - main application, that allows to connect both
OsmocomBB and OsmoBTS without actual RF hardware. Currently
only a single MS may work with a single BTS.
- clck_gen.py - a peripheral tool aimed to emulate TDMA frame
clock generator. Could be used for testing and clock
synchronization of multiple applications. It should be noted,
that one relays on generic system timer (via Python), so
a random clock jitter takes place.
- ctrl_cmd.py - another peripheral tool, which could be used
for sending CTRL commands directly in manual mode, and also
for application fuzzing.
Change-Id: Ib1fb80682002ac85a72fa6abef459a4c44f4ab97
http://cgit.osmocom.org/osmocom-bb/commit/?id=78e1e2a177ea45f9ac67261d8e835…
commit 78e1e2a177ea45f9ac67261d8e83500d9d3b2f32
Author: Vadim Yanitskiy <axilirator(a)gmail.com>
Date: Mon Jul 10 16:56:43 2017 +0700
host/trxcon: reset scheduler when L1CTL is lost
Change-Id: I1fd8a610085c8591a820e784b7122de7b3032d15
-----------------------------------------------------------------------
hooks/post-receive
--
The Open Source GSM Base Band stack