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
committerAndreas Eversberg <jolly@eversberg.eu>2014-04-06 08:58:04 +0200
commit28f7dce971e877b97548bb4c0e002b246ad0c7a3 (patch)
tree3bc7fb189672971aaee3fd14932f375ff104055f /src/osmo-bts-trx/l1_if.h
parent4a346609a39feec11cc7b90258f6ca64f0ded802 (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 */