aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Couzens <lynxis@fe80.eu>2020-08-23 18:58:39 +0200
committerAlexander Couzens <lynxis@fe80.eu>2020-08-23 18:58:39 +0200
commit2411f5063c4903f2af3aad93fc90dea3f9741067 (patch)
tree0115a57add0abccce539743ab46cb77857f26f58
parentf50526e78aa09c4e6d1e38edd16f4ea63c6a0954 (diff)
fixup pcu ind with spare
-rw-r--r--include/osmocom/pcu/pcuif_proto.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/osmocom/pcu/pcuif_proto.h b/include/osmocom/pcu/pcuif_proto.h
index b85ec9fe..fafef142 100644
--- a/include/osmocom/pcu/pcuif_proto.h
+++ b/include/osmocom/pcu/pcuif_proto.h
@@ -124,6 +124,7 @@ struct gsm_pcu_if_info_trx_ts {
struct gsm_pcu_if_info_trx {
uint16_t arfcn;
uint8_t pdch_mask; /* PDCH channels per TS */
+ uint8_t spare;
uint32_t hlayer1;
struct gsm_pcu_if_info_trx_ts ts[8];
} __attribute__ ((packed));