This is merely a historical archive of years 2008-2021, before the migration to mailman3.
A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/gerrit-log@lists.osmocom.org/.
Neels Hofmeyr gerrit-no-reply at lists.osmocom.orgNeels Hofmeyr has submitted this change and it was merged.
Change subject: cosmetic: Remove stray newlines in octphy_vty.c
......................................................................
cosmetic: Remove stray newlines in octphy_vty.c
Change-Id: I33f5c4a3f40c0299a7cdb9c62094f0f914edfc98
---
M src/osmo-bts-octphy/octphy_vty.c
1 file changed, 0 insertions(+), 5 deletions(-)
Approvals:
  Neels Hofmeyr: Looks good to me, approved
  Jenkins Builder: Verified
diff --git a/src/osmo-bts-octphy/octphy_vty.c b/src/osmo-bts-octphy/octphy_vty.c
index d2dd8a6..c2d1fbb 100644
--- a/src/osmo-bts-octphy/octphy_vty.c
+++ b/src/osmo-bts-octphy/octphy_vty.c
@@ -141,11 +141,6 @@
 	"Use tx-attenuation according to OML instructions from BSC\n"
 	"Fixed tx-attenuation in quarter-dB\n")
 {
-
-
-
-
-
 	struct phy_link *plink = vty->index;
 
 	if (plink->state != PHY_LINK_SHUTDOWN) {
-- 
To view, visit https://gerrit.osmocom.org/1712
To unsubscribe, visit https://gerrit.osmocom.org/settings
Gerrit-MessageType: merged
Gerrit-Change-Id: I33f5c4a3f40c0299a7cdb9c62094f0f914edfc98
Gerrit-PatchSet: 3
Gerrit-Project: osmo-bts
Gerrit-Branch: master
Gerrit-Owner: dexter <pmaier at sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: Neels Hofmeyr <nhofmeyr at sysmocom.de>