Attention is currently required from: fixeria, laforge, pespin.

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

Change subject: transceiver: return -EINVAL for invalid SETSLOT
......................................................................


Patch Set 2:

(1 comment)

File Transceiver52M/Transceiver.cpp:

https://gerrit.osmocom.org/c/osmo-trx/+/42421/comment/8b77888d_26ab5cd1?usp=email
 :
PS1, Line 1090:     return rc == -EINVAL ? 0 : rc; /* Ignore invalid values, 
but report other errors */
> Reading the code again more carefully, I see that we **are** bypassing 
> `transceiver->ctrl_sock_send( […]
`ctrl_cmd_handle()` is introduced in the following commit. In this commit, 
compared to the original code, the only change is replacing `return 0` with 
`return -EINVAL`. The call to `ctrl_sock_send()` was already bypassed in that 
case before — `ctrl_sock_handle_rx()` would simply return 0 when the timeslot 
was invalid instead of reporting an error.



--
To view, visit https://gerrit.osmocom.org/c/osmo-trx/+/42421?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: I90bda68268abdeee9c766a3bf4189fba8f13da53
Gerrit-Change-Number: 42421
Gerrit-PatchSet: 2
Gerrit-Owner: Timur Davydov <[email protected]>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: fixeria <[email protected]>
Gerrit-Reviewer: laforge <[email protected]>
Gerrit-Reviewer: pespin <[email protected]>
Gerrit-Attention: laforge <[email protected]>
Gerrit-Attention: fixeria <[email protected]>
Gerrit-Attention: pespin <[email protected]>
Gerrit-Comment-Date: Tue, 17 Mar 2026 15:32:52 +0000
Gerrit-HasComments: Yes
Gerrit-Has-Labels: No
Comment-In-Reply-To: fixeria <[email protected]>
Comment-In-Reply-To: pespin <[email protected]>
Comment-In-Reply-To: Timur Davydov <[email protected]>

Reply via email to