| 78 | } |
| 79 | |
| 80 | int agcThresholdMaximumForSlice(const SliceModel* slice) |
| 81 | { |
| 82 | return usesExternalReceiveControls(slice) |
| 83 | ? KiwiSdrProtocol::kAgcThresholdMaxDb |
| 84 | : 100; |
| 85 | } |
| 86 | |
| 87 | int controllerValueToAgcThreshold(const SliceModel* slice, float value) |
| 88 | { |
no test coverage detected