Attention is currently required from: pespin.
fixeria has posted comments on this change. (
https://gerrit.osmocom.org/c/osmo-bts/+/32196 )
Change subject: nm: Drop NM_EV_SETATTR_{ACK/NACK}
......................................................................
Patch Set 3:
(4 comments)
File src/osmo-bts-lc15/oml.c:
https://gerrit.osmocom.org/c/osmo-bts/+/32196/comment/7a1430ad_a349709d
PS3, Line 1851: rc = 0;
This is weird. Why not simply `return 0` down below?
https://gerrit.osmocom.org/c/osmo-bts/+/32196/comment/1d29845b_f3a0fa77
PS3, Line 1854: rc = 0;
So it's fine if we get an unknown/unhandled `foh->msg_type` value?
File src/osmo-bts-sysmo/oml.c:
https://gerrit.osmocom.org/c/osmo-bts/+/32196/comment/96cb51f2_a1ce52c8
PS3, Line 1726: case NM_MT_SET_RADIO_ATTR:
`rc` is uninitialized in this case. I suggest removing it and simply doing `return 0`
below.
File src/osmo-bts-virtual/bts_model.c:
https://gerrit.osmocom.org/c/osmo-bts/+/32196/comment/91e6280f_c4898f67
PS3, Line 148: rc = 0;
Are you sure 0 is the right value here? Not `-ENOTSUP`?
--
To view, visit
https://gerrit.osmocom.org/c/osmo-bts/+/32196
To unsubscribe, or for help writing mail filters, visit
https://gerrit.osmocom.org/settings
Gerrit-Project: osmo-bts
Gerrit-Branch: master
Gerrit-Change-Id: I281c07bb5ad88ee03542f092141cebe036d10aee
Gerrit-Change-Number: 32196
Gerrit-PatchSet: 3
Gerrit-Owner: pespin <pespin(a)sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: laforge <laforge(a)osmocom.org>
Gerrit-CC: fixeria <vyanitskiy(a)sysmocom.de>
Gerrit-Attention: pespin <pespin(a)sysmocom.de>
Gerrit-Comment-Date: Wed, 05 Apr 2023 07:44:50 +0000
Gerrit-HasComments: Yes
Gerrit-Has-Labels: No
Gerrit-MessageType: comment