aboutsummaryrefslogtreecommitdiffstats
path: root/src/osmo-bts-trx/l1_if.h
diff options
context:
space:
mode:
authorAndreas Eversberg <jolly@eversberg.eu>2013-04-09 10:55:37 +0200
committerHarald Welte <laforge@gnumonks.org>2015-09-22 16:41:28 +0200
commit05597a7ddbf9e838caaeb36980cefaa728ab8eec (patch)
treec13e1f2d495ade49f2f57f42c7da45af1cb96b0e /src/osmo-bts-trx/l1_if.h
parent82676c13ee9ab2b73f089acf811239f8e37fa0fd (diff)
TRX: Fixed typos tranceiver -> transceiver
Diffstat (limited to 'src/osmo-bts-trx/l1_if.h')
-rw-r--r--src/osmo-bts-trx/l1_if.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/osmo-bts-trx/l1_if.h b/src/osmo-bts-trx/l1_if.h
index 0b5d0855..deae874c 100644
--- a/src/osmo-bts-trx/l1_if.h
+++ b/src/osmo-bts-trx/l1_if.h
@@ -144,7 +144,7 @@ struct trx_l1h {
struct osmo_timer_list trx_ctrl_timer;
struct osmo_fd trx_ofd_data;
- /* tranceiver config */
+ /* transceiver config */
struct trx_config config;
uint8_t mf_index[8]; /* selected multiframe index */
@@ -160,9 +160,9 @@ struct trx_l1h {
struct trx_l1h *l1if_open(struct gsm_bts_trx *trx);
void l1if_close(struct trx_l1h *l1h);
void l1if_reset(struct trx_l1h *l1h);
-int check_tranceiver_availability(struct gsm_bts *bts, int avail);
-int l1if_provision_tranceiver_trx(struct trx_l1h *l1h);
-int l1if_provision_tranceiver(struct gsm_bts *bts);
+int check_transceiver_availability(struct gsm_bts *bts, int avail);
+int l1if_provision_transceiver_trx(struct trx_l1h *l1h);
+int l1if_provision_transceiver(struct gsm_bts *bts);
int l1if_mph_time_ind(struct gsm_bts *bts, uint32_t fn);
#endif /* L1_IF_H_TRX */