laforge has uploaded this change for review. (
https://gerrit.osmocom.org/c/osmo-bts/+/14871
Change subject: sysmo/l1_if.c: Annotate fall-through in switch statement
......................................................................
sysmo/l1_if.c: Annotate fall-through in switch statement
Change-Id: I72937e087288fe7681fafe4099e49849657924bd
Closes: CID#162019
---
M src/osmo-bts-sysmo/l1_if.c
1 file changed, 1 insertion(+), 0 deletions(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-bts refs/changes/71/14871/1
diff --git a/src/osmo-bts-sysmo/l1_if.c b/src/osmo-bts-sysmo/l1_if.c
index 0777d0e..c431e49 100644
--- a/src/osmo-bts-sysmo/l1_if.c
+++ b/src/osmo-bts-sysmo/l1_if.c
@@ -1851,6 +1851,7 @@
/* sysmoBTS 1002 without any setting in EEPROM */
LOGP(DL1C, LOGL_NOTICE, "Assuming 1002 for sysmoBTS "
"Model number %u\n", fl1h->hw_info.model_nr);
+ /* fall-through */
case 1002:
set_power_param(&trx->power_params, 23, 0);
}
--
To view, visit https://gerrit.osmocom.org/c/osmo-bts/+/14871
To unsubscribe, or for help writing mail filters, visit
https://gerrit.osmocom.org/settings
Gerrit-Project: osmo-bts
Gerrit-Branch: master
Gerrit-Change-Id: I72937e087288fe7681fafe4099e49849657924bd
Gerrit-Change-Number: 14871
Gerrit-PatchSet: 1
Gerrit-Owner: laforge <[email protected]>
Gerrit-MessageType: newchange