osmocom-bb.git branch fixeria/sdr_phy updated. osmocon_v0.0.0-1820-gb9b2051c

This is merely a historical archive of years 2008-2021, before the migration to mailman3.

A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/osmocom-commitlog@lists.osmocom.org/.

gitosis at osmocom.org gitosis at osmocom.org
Thu Jul 13 09:45:19 UTC 2017


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/sdr_phy has been updated
  discards  d5991947b223b86aaee88f63ca6559b297c58e30 (commit)
  discards  e927ec3d25bfc5f968fe2e38ea4d349b5e291c87 (commit)
  discards  8a8e40aea49caaa5bb5dd9c37dadf925631ad738 (commit)
  discards  6dc33b7e2e2e6eec345e6c09fdc83a1cc15691bb (commit)
       via  b9b2051c3162bebc15d7f493ddd9c3b2d84a7494 (commit)
       via  6cc69c0cdca9c832031810e94b91f1f38b5a52bc (commit)
       via  b131198d6fce8b370ba303fa02659097fffae0c6 (commit)
       via  a57cc2ba187d855eb6237b8a83fcc74063b7cb44 (commit)
       via  a0708987998784a91daece832b29041f967f4a68 (commit)
       via  d75ad5505f0805c36aac57a2c5db06bfa39df6a3 (commit)
       via  0ba1df5b455fef7b5f4b0d66692887993ac153f7 (commit)
       via  f9e0ab6d9204e8f04718d03f1ece7bf3479ab27a (commit)
       via  24387a4b661339f0df18c4cadeff86ecf45f9dd3 (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 (d5991947b223b86aaee88f63ca6559b297c58e30)
            \
             N -- N -- N (b9b2051c3162bebc15d7f493ddd9c3b2d84a7494)

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 -----------------------------------------------------------------
-----------------------------------------------------------------------

Summary of changes:
 src/host/trxcon/l1ctl.c                |  59 ++++++++++
 src/host/trxcon/l1ctl.h                |   1 +
 src/host/trxcon/sched_lchan_handlers.c |   4 +-
 src/host/trxcon/sched_trx.h            |  10 ++
 src/host/trxcon/trx_if.h               |   3 +
 src/target/fake_trx/.gitignore         |   4 +
 src/target/fake_trx/README             |  24 ++++
 src/target/fake_trx/burst_fwd.py       |  78 +++++++++++++
 src/target/fake_trx/clck_gen.py        | 104 +++++++++++++++++
 src/target/fake_trx/ctrl_cmd.py        |  77 +++++++++++++
 src/target/fake_trx/ctrl_if.py         |  74 ++++++++++++
 src/target/fake_trx/ctrl_if_bb.py      |  87 ++++++++++++++
 src/target/fake_trx/ctrl_if_bts.py     |  87 ++++++++++++++
 src/target/fake_trx/fake_trx.py        | 204 +++++++++++++++++++++++++++++++++
 src/target/fake_trx/udp_link.py        |  53 +++++++++
 15 files changed, 868 insertions(+), 1 deletion(-)
 create mode 100644 src/target/fake_trx/.gitignore
 create mode 100644 src/target/fake_trx/README
 create mode 100644 src/target/fake_trx/burst_fwd.py
 create mode 100755 src/target/fake_trx/clck_gen.py
 create mode 100755 src/target/fake_trx/ctrl_cmd.py
 create mode 100644 src/target/fake_trx/ctrl_if.py
 create mode 100644 src/target/fake_trx/ctrl_if_bb.py
 create mode 100644 src/target/fake_trx/ctrl_if_bts.py
 create mode 100755 src/target/fake_trx/fake_trx.py
 create mode 100644 src/target/fake_trx/udp_link.py


hooks/post-receive
-- 
The Open Source GSM Base Band stack



More information about the osmocom-commitlog mailing list