aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorPhilipp Maier <pmaier@sysmocom.de>2022-10-27 15:25:31 +0200
committerPhilipp Maier <pmaier@sysmocom.de>2022-10-27 15:28:51 +0200
commit2d222a130da07f91bbecc7e975c972af7bec69ac (patch)
tree44d722ab352eeb4d41d5d97666515d43f1e5359c /include
parent2e490582fe5e113969e5735dddb858e0a1ea1002 (diff)
pcuif_proto: cosmetic: rename gsm_pcu_if_info_ts to gsm_pcu_if_info_trx_ts
The struct gsm_pcu_if_info_ts is named "gsm_pcu_if_info_trx_ts" in osmo-bts. Lets rename it since the definition in osmo-bts is newer. Change-Id: If8b50181d3b609612aa8433b635052aadddd3484
Diffstat (limited to 'include')
-rw-r--r--include/osmocom/pcu/pcuif_proto.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/osmocom/pcu/pcuif_proto.h b/include/osmocom/pcu/pcuif_proto.h
index bb1f834c..5084cb8f 100644
--- a/include/osmocom/pcu/pcuif_proto.h
+++ b/include/osmocom/pcu/pcuif_proto.h
@@ -126,7 +126,7 @@ struct gsm_pcu_if_rach_ind {
uint8_t ts_nr;
} __attribute__ ((packed));
-struct gsm_pcu_if_info_ts {
+struct gsm_pcu_if_info_trx_ts {
uint8_t tsc;
uint8_t hopping;
uint8_t hsn;
@@ -140,7 +140,7 @@ struct gsm_pcu_if_info_trx {
uint8_t pdch_mask; /* PDCH timeslot mask */
uint8_t spare;
uint32_t hlayer1;
- struct gsm_pcu_if_info_ts ts[8]; /* timeslots per TRX */
+ struct gsm_pcu_if_info_trx_ts ts[8];
} __attribute__ ((packed));
struct gsm_pcu_if_info_ind {