Attention is currently required from: fixeria.
Hello Jenkins Builder, laforge, pespin,
I'd like you to reexamine a change. Please visit
https://gerrit.osmocom.org/c/osmo-trx/+/43604?usp=email
to look at the new patch set (#4).
The following approvals got outdated and were removed: Verified+1 by Jenkins Builder
The change is no longer submittable: Verified is unsatisfied now.
Change subject: proxy: add TDMA clock generator and basic TRXC handler ......................................................................
proxy: add TDMA clock generator and basic TRXC handler
Add clck_gen: a single, process-wide timerfd-driven TDMA clock, sending "IND CLOCK" every 102 frames to the clock socket of each currently powered-on endpoint. The clock starts the moment any endpoint becomes powered and stops once none remain.
Add ctrl_cmd implementing osmo_trx_ep_rx_ctrl_msg(). This module currently handles POWERON/POWEROFF and RXTUNE/TXTUNE, and simply ACKs all unknown commands.
Change-Id: I8c0757f15961bf0574f1305a6a8836853b66afcf Related: OS#6672 --- M proxy/Makefile.am A proxy/include/osmocom/proxy/clck_gen.h M proxy/include/osmocom/proxy/trx.h M proxy/src/Makefile.am A proxy/src/clck_gen.c A proxy/src/ctrl_cmd.c M proxy/src/main.c M proxy/src/trx.c M proxy/src/vty.c 9 files changed, 340 insertions(+), 4 deletions(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-trx refs/changes/04/43604/4