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 66325aee71e23e01492935b6253031bcd7233aa4 (commit)
via bdf10eb70544855fb0425a38ac8d3232d8a5a214 (commit)
from c43352dbc4230574e9d8ee47d3c2e33e9ad33492 (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=66325aee71e23e01492935b6253031b…
commit 66325aee71e23e01492935b6253031bcd7233aa4
Author: Max <msuraev(a)sysmocom.de>
Date: Fri Nov 11 15:51:23 2016 +0100
Replace link_id constant with define
Instead of using constant for link_id directly, use shared define value.
Change-Id: Ibf3d439d8893bd994ba089796175b6c635db2cf8
http://cgit.osmocom.org/osmo-bts/commit/?id=bdf10eb70544855fb0425a38ac8d323…
commit bdf10eb70544855fb0425a38ac8d3232d8a5a214
Author: Max <msuraev(a)sysmocom.de>
Date: Fri Nov 11 12:22:11 2016 +0100
Remove duplicated code
Having duplicated code to fill in fn & tn values makes it harder to read
and modify static gsmtap_p* functions. Fix this by removing the
duplication and moving the common code one level up.
Change-Id: I0e67bf7423424cc11435bc0a5a1110297eeee383
-----------------------------------------------------------------------
Summary of changes:
include/osmo-bts/l1sap.h | 6 +++-
src/common/l1sap.c | 24 ++++++-------
src/common/scheduler.c | 76 ++++++++++++++++++++---------------------
src/osmo-bts-litecell15/l1_if.c | 6 ++--
src/osmo-bts-octphy/l1_if.c | 8 ++---
src/osmo-bts-sysmo/l1_if.c | 6 ++--
src/osmo-bts-trx/l1_if.c | 8 ++---
7 files changed, 68 insertions(+), 66 deletions(-)
hooks/post-receive
--
Osmocom BTS-side code (Abis, scheduling, ...)