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/.
pespin gerrit-no-reply at lists.osmocom.orgpespin has uploaded this change for review. ( https://gerrit.osmocom.org/c/osmo-bsc/+/16053 )
Change subject: comsetic: bs11_config: clean trailing whitespace
......................................................................
comsetic: bs11_config: clean trailing whitespace
Change-Id: I55f478c753c38baa576abc6ba53c4f6c9cbe61c0
---
M src/utils/bs11_config.c
1 file changed, 4 insertions(+), 4 deletions(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-bsc refs/changes/53/16053/1
diff --git a/src/utils/bs11_config.c b/src/utils/bs11_config.c
index 7fac3e3..39acb7f 100644
--- a/src/utils/bs11_config.c
+++ b/src/utils/bs11_config.c
@@ -103,7 +103,7 @@
abis_nm_bs11_conn_oml_tei(bts, 0, 1, 0xff, TEI_OML);
abis_nm_bs11_set_trx_power(bts->c0, BS11_TRX_POWER_GSM_30mW);
-
+
sleep(1);
abis_nm_bs11_set_trx1_pw(bts, trx1_password);
@@ -136,7 +136,7 @@
abis_nm_bs11_create_object(bts, BS11_OBJ_PA, 1,
sizeof(obj_pa0_attr), obj_pa0_attr);
abis_nm_bs11_set_trx_power(trx, BS11_TRX_POWER_GSM_30mW);
-
+
return 0;
}
@@ -201,7 +201,7 @@
break;
case NM_MT_ACTIVATE_SW_ACK:
bs11cfg_state = STATE_NONE;
-
+
break;
case NM_MT_LOAD_SEG_ACK:
percent = abis_nm_software_load_status(g_bts);
@@ -281,7 +281,7 @@
static const char *trx_power_name(uint8_t pwr)
{
switch (pwr) {
- case BS11_TRX_POWER_GSM_2W:
+ case BS11_TRX_POWER_GSM_2W:
return "2W (GSM)";
case BS11_TRX_POWER_GSM_250mW:
return "250mW (GSM)";
--
To view, visit https://gerrit.osmocom.org/c/osmo-bsc/+/16053
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings
Gerrit-Project: osmo-bsc
Gerrit-Branch: master
Gerrit-Change-Id: I55f478c753c38baa576abc6ba53c4f6c9cbe61c0
Gerrit-Change-Number: 16053
Gerrit-PatchSet: 1
Gerrit-Owner: pespin <pespin at sysmocom.de>
Gerrit-MessageType: newchange
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20191112/01130723/attachment.htm>