osmo-trx/Transceiver52M/device/usrp1
Pau Espin b0e54265ad lms: Change radioDevice constructor arg name to avoid masking instance attr
channel number mangling based on multi-arfcn feature being enabled was
moved to generic radioDevice() to reuse code. Hence, the generic parent
constructor sets this->chans to 1 if multi-arfcn feature is requested.
However, LMSDevice constructor argument had same name as the class
instance attribute, taking preference. As a result, if multi-arfcn is
enabled in LMSDevice, the generic constructor first sets this->chans=1
but afterwards LMSDEvice constructor keeps calling .resize() with the
argument value "chans" instead of using this->chans.

Let's rename the argument in all radioDevice child class constructors to
avoid potential future bugs in all of them.

Change-Id: Id6c837e9133f22783dd92a81dfcc493e51bf2d21
2020-01-13 16:13:28 +01:00
..
Makefile.am Move std_inband.rbf under device/usrp1/ dir 2019-08-01 13:46:00 +02:00
USRPDevice.cpp lms: Change radioDevice constructor arg name to avoid masking instance attr 2020-01-13 16:13:28 +01:00
USRPDevice.h lms: Change radioDevice constructor arg name to avoid masking instance attr 2020-01-13 16:13:28 +01:00
std_inband.rbf Move std_inband.rbf under device/usrp1/ dir 2019-08-01 13:46:00 +02:00