aboutsummaryrefslogtreecommitdiffstats
path: root/src/common/oml.c
diff options
context:
space:
mode:
authorStefan Sperling <ssperling@sysmocom.de>2018-04-19 18:44:04 +0200
committerStefan Sperling <ssperling@sysmocom.de>2018-04-19 18:44:04 +0200
commit5a8c0b2b5df42b21e6094be5815acd17a86a9f48 (patch)
tree59cf17cd674b38e42adaf9ba865907eddf888ddd /src/common/oml.c
parent12ee1e12b3a1b32ec419c696c912bab5d5c75022 (diff)
cosmetic: fix typos in src/common/oml.c
Diffstat (limited to 'src/common/oml.c')
-rw-r--r--src/common/oml.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/common/oml.c b/src/common/oml.c
index 5c9885e4..0958220c 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 @@ int oml_mo_tx_sw_act_rep(struct gsm_abis_mo *mo)
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 @@ static int oml_rx_set_bts_attr(struct gsm_bts *bts, struct msgb *msg)
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);
}