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/.
Stefan Sperling gerrit-no-reply at lists.osmocom.org
Review at https://gerrit.osmocom.org/7885
cosmetic: fix typos in src/common/oml.c
Change-Id: I6789421497182e957341b01a37a2d9b8d367adf9
Related: OS#2295
---
M src/common/oml.c
1 file changed, 4 insertions(+), 4 deletions(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-bts refs/changes/85/7885/1
diff --git a/src/common/oml.c b/src/common/oml.c
index 5c9885e..0958220 100644
--- a/src/common/oml.c
+++ b/src/common/oml.c
@@ -21,7 +21,7 @@
*/
/*
- * Operation and Maintainance Messages
+ * Operation and Maintenance Messages
*/
#include "btsconfig.h"
@@ -464,8 +464,8 @@
return oml_mo_send_msg(mo, nmsg, NM_MT_SW_ACTIVATED_REP);
}
-/* the below defaults correpsond to the libocmocore default of 1s for
- * DCCH and 2s for ACCH. The BSC should overried this via OML anyway. */
+/* The defaults below correspond to the libosmocore default of 1s for
+ * DCCH and 2s for ACCH. The BSC should override this via OML anyway. */
const unsigned int oml_default_t200_ms[7] = {
[T200_SDCCH] = 1000,
[T200_FACCH_F] = 1000,
@@ -652,7 +652,7 @@
case 0x02: /* Based on RXLEV/RXQUAL measurements */
default:
LOGP(DOML, LOGL_NOTICE, "Given Conn. Failure Criterion "
- "not supported. Please use critetion 0x01 with "
+ "not supported. Please use criterion 0x01 with "
"RADIO_LINK_TIMEOUT value of 4..64\n");
return oml_fom_ack_nack(msg, NM_NACK_PARAM_RANGE);
}
--
To view, visit https://gerrit.osmocom.org/7885
To unsubscribe, visit https://gerrit.osmocom.org/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: I6789421497182e957341b01a37a2d9b8d367adf9
Gerrit-PatchSet: 1
Gerrit-Project: osmo-bts
Gerrit-Branch: master
Gerrit-Owner: Stefan Sperling <ssperling at sysmocom.de>