osmo-bts/src/osmo-bts-trx
Pau Espin e3a4530919 bts-trx: Drop low layer MS Power Control Loop algo
Let's drop it instead of having code duplication from common code in a
lower layer, and maintain only the one in l1sap for all BTS models.
As a result, osmo-bts-trx loses feature BTS_FEAT_MS_PWR_CTRL_DSP and
will only be able to use "ms-power-control osmo" in VTY, which will be
enabled by default (meaning: change of behavior, now MS Power Control is
enabled by default in osmo-bts-trx and can only by disabled by BSC).
Old bts-trx specific VTY command "(no) osmotrx ms-power-loop" is marked
as deprecated but still working for more usual case (1 TRX configured)
to avoid breaking backward compatibility.

TA low level loop is still kept in loops.c and will be moved to l1sap at
some point too.

Related: OS#1851
Change-Id: I0d8b0c981d9ead91d93999df6e45fb06e426aeb9
2019-11-30 18:50:04 +00:00
..
Makefile.am Remove unneeded direct libortp dependency 2018-07-02 16:36:14 +02:00
l1_if.c bts-trx: Time out if no clock ind recvd after RSP POWERON 2019-10-16 11:13:21 +00:00
l1_if.h bts-trx: Drop unused func check_transceiver_availability() 2019-10-05 20:50:13 +00:00
loops.c bts-trx: Drop low layer MS Power Control Loop algo 2019-11-30 18:50:04 +00:00
loops.h bts-trx: Drop low layer MS Power Control Loop algo 2019-11-30 18:50:04 +00:00
main.c bts-trx: Drop low layer MS Power Control Loop algo 2019-11-30 18:50:04 +00:00
scheduler_trx.c bts-trx: Drop low layer MS Power Control Loop algo 2019-11-30 18:50:04 +00:00
trx_if.c osmo-bts-trx/trx_if.c: fix: NOPE.ind also contains C/I field 2019-11-20 13:43:37 +00:00
trx_if.h bts-trx: Get rid of messy transceiver_available state handler 2019-10-05 20:50:13 +00:00
trx_vty.c bts-trx: Drop low layer MS Power Control Loop algo 2019-11-30 18:50:04 +00:00