laforge submitted this change.
1 is the latest approved patch-set.
No files were changed between the latest approved patch-set and the submitted one.
Fix typo in sysinfo.c
Change-Id: I12405bef9f7910a354d9ac5153f4adc55095d747
---
M src/host/layer23/src/common/sysinfo.c
1 file changed, 10 insertions(+), 1 deletion(-)
diff --git a/src/host/layer23/src/common/sysinfo.c b/src/host/layer23/src/common/sysinfo.c
index 66b87eb..12780c2 100644
--- a/src/host/layer23/src/common/sysinfo.c
+++ b/src/host/layer23/src/common/sysinfo.c
@@ -255,7 +255,7 @@
print(priv, "\n");
/* cell selection */
- print(priv, "MX_TXPWR_MAX_CCCH = %d CRH = %d RXLEV_MIN = %d "
+ print(priv, "MS_TXPWR_MAX_CCCH = %d CRH = %d RXLEV_MIN = %d "
"NECI = %d ACS = %d\n", s->ms_txpwr_max_cch,
s->cell_resel_hyst_db, s->rxlev_acc_min_db, s->neci, s->acs);
To view, visit change 34605. To unsubscribe, or for help writing mail filters, visit settings.