 
            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 eb3a1cde8c29f90044ba7a0a180f7c8dc835952f (commit) via 2136891b7bbdfbd62f28f63c8a16711d9562ec1c (commit) via a92fd3388cd7eac69e18938832be688c9a425613 (commit) from 5eae19098ac6e0563d3e176818ca6a6a4fb8656a (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=eb3a1cde8c29f90044ba7a0a180f7c...
commit eb3a1cde8c29f90044ba7a0a180f7c8dc835952f Author: Vadim Yanitskiy axilirator@gmail.com Date: Fri Mar 9 14:20:41 2018 +0700
trxcon/l1ctl_link.c: allocate msgb after its length is read
Change-Id: I2b941c5ed91097c4ed2d859634bbe89f44546061
http://cgit.osmocom.org/osmocom-bb/commit/?id=2136891b7bbdfbd62f28f63c8a1671...
commit 2136891b7bbdfbd62f28f63c8a16711d9562ec1c Author: Vadim Yanitskiy axilirator@gmail.com Date: Fri Mar 9 06:34:04 2018 +0700
trxcon: clarify L1CTL message length field
Each L1CTL message gets its own length pushed in front before sending. This isn't specified in the 'l1ctl_proto.h', but assumed in the code. Let's clarify this.
Change-Id: I118d00613aeaf5ff0bad1188fa5f7450d4ca8122
http://cgit.osmocom.org/osmocom-bb/commit/?id=a92fd3388cd7eac69e18938832be68...
commit a92fd3388cd7eac69e18938832be688c9a425613 Author: Vadim Yanitskiy axilirator@gmail.com Date: Thu Mar 8 20:51:52 2018 +0700
trxcon: use meaningful names for L1CTL messages
There are two types of L1CTL messages: received and to be transmitted. Let's use proper names to indicate this.
Change-Id: I7c17687579282fa389bca35dc7edbc3582e55701
-----------------------------------------------------------------------
Summary of changes: src/host/trxcon/l1ctl.c | 8 +++++++- src/host/trxcon/l1ctl_link.c | 26 ++++++++++++-------------- src/host/trxcon/l1ctl_link.h | 8 ++++++++ 3 files changed, 27 insertions(+), 15 deletions(-)
hooks/post-receive