aboutsummaryrefslogtreecommitdiffstats
path: root/include/osmo-bts
diff options
context:
space:
mode:
authorMartin Hauke <mardnh@gmx.de>2019-10-13 19:09:39 +0200
committerlaforge <laforge@osmocom.org>2019-10-17 08:05:35 +0000
commitb378fccef11b41009f224ded1f42bdbf254eee6d (patch)
tree4e311110af84948fc3e93425b674c9fcac449d76 /include/osmo-bts
parentb58fb35754591846dc20420da29e504166290eea (diff)
Fix common misspellings and typos
Diffstat (limited to 'include/osmo-bts')
-rw-r--r--include/osmo-bts/gsm_data_shared.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/include/osmo-bts/gsm_data_shared.h b/include/osmo-bts/gsm_data_shared.h
index 5d8bc76e..1445ed2b 100644
--- a/include/osmo-bts/gsm_data_shared.h
+++ b/include/osmo-bts/gsm_data_shared.h
@@ -250,7 +250,7 @@ struct gsm_lchan {
} si;
struct {
uint8_t flags;
- /* RSL measurment result number, 0 at lchan_act */
+ /* RSL measurement result number, 0 at lchan_act */
uint8_t res_nr;
/* current Tx power level of the BTS */
uint8_t bts_tx_pwr;
@@ -556,7 +556,7 @@ struct gsm_bts {
/* list header in net->bts_list */
struct llist_head list;
- /* number of ths BTS in network */
+ /* number of the BTS in network */
uint8_t nr;
/* human readable name / description */
char *description;
@@ -622,7 +622,7 @@ struct gsm_bts {
/* is SI3 GPRS Indicator currently disabled due to lack of PCU connection? */
bool si3_gprs_ind_disabled;
- /* ip.accesss Unit ID's have Site/BTS/TRX layout */
+ /* ip.access Unit ID's have Site/BTS/TRX layout */
union {
struct {
uint16_t site_id;
@@ -765,7 +765,7 @@ struct gsm_bts {
struct bts_smscb_state smscb_extended;
int smscb_queue_tgt_len; /* ideal/target queue length */
int smscb_queue_max_len; /* maximum queue length */
- int smscb_queue_hyst; /* hysteresis for CBCH laod indications */
+ int smscb_queue_hyst; /* hysteresis for CBCH load indications */
int16_t min_qual_rach; /* minimum link quality (in centiBels) for Access Bursts */
int16_t min_qual_norm; /* minimum link quality (in centiBels) for Normal Bursts */