Attention is currently required from: tempest.

fixeria has posted comments on this change by tempest. ( 
https://gerrit.osmocom.org/c/osmo-trx/+/42811?usp=email )

Change subject: trx-usrp1: make single daughterboard VTY configurable
......................................................................


Patch Set 2: Code-Review+1

(1 comment)

File CommonLibs/trx_vty.c:

https://gerrit.osmocom.org/c/osmo-trx/+/42811/comment/cd9acfc6_e7569618?usp=email
 :
PS2, Line 643:  if (strcmp("disable", argv[0]) == 0)
             :          trx->cfg.usrp1_singledb = false;
             :
             :  if (strcmp("enable", argv[0]) == 0)
             :
```suggestion
        trx->cfg.usrp1_singledb = (strcmp(argv[0], "enable") == 0);
```



--
To view, visit https://gerrit.osmocom.org/c/osmo-trx/+/42811?usp=email
To unsubscribe, or for help writing mail filters, visit 
https://gerrit.osmocom.org/settings?usp=email

Gerrit-MessageType: comment
Gerrit-Project: osmo-trx
Gerrit-Branch: master
Gerrit-Change-Id: I618fdcc7fec1ca1e87249992798c265430c177a0
Gerrit-Change-Number: 42811
Gerrit-PatchSet: 2
Gerrit-Owner: tempest <[email protected]>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: fixeria <[email protected]>
Gerrit-Attention: tempest <[email protected]>
Gerrit-Comment-Date: Tue, 02 Jun 2026 09:44:28 +0000
Gerrit-HasComments: Yes
Gerrit-Has-Labels: Yes

Reply via email to