From 50eed420e6b2db196266c2bd02fec3072f378f98 Mon Sep 17 00:00:00 2001 From: Alexander Couzens Date: Wed, 28 Feb 2018 02:52:49 +0100 Subject: pcuif_proto.h: fix whitespaces and indention Change-Id: Ic676bb046a8ee254b9ee8d0d126ce79e6057cfb3 --- include/osmocom/bsc/pcuif_proto.h | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/include/osmocom/bsc/pcuif_proto.h b/include/osmocom/bsc/pcuif_proto.h index eb28d66bc..f51305f66 100644 --- a/include/osmocom/bsc/pcuif_proto.h +++ b/include/osmocom/bsc/pcuif_proto.h @@ -52,7 +52,7 @@ struct gsm_pcu_if_data { uint8_t ts_nr; uint8_t block_nr; int8_t rssi; - uint16_t ber10k; /*!< \brief BER in units of 0.01% */ + uint16_t ber10k; /* !< \brief BER in units of 0.01% */ int16_t ta_offs_qbits; /* !< \brief Burst TA Offset in quarter bits */ int16_t lqual_cb; /* !< \brief Link quality in centiBel */ } __attribute__ ((packed)); @@ -67,9 +67,9 @@ struct gsm_pcu_if_data_cnf_dt { uint8_t ts_nr; uint8_t block_nr; int8_t rssi; - uint16_t ber10k; /*!< \brief BER in units of 0.01% */ - int16_t ta_offs_qbits; /* !< \brief Burst TA Offset in quarter bits */ - int16_t lqual_cb; /* !< \brief Link quality in centiBel */ + uint16_t ber10k; /* !< \brief BER in units of 0.01% */ + int16_t ta_offs_qbits; /* !< \brief Burst TA Offset in quarter bits */ + int16_t lqual_cb; /* !< \brief Link quality in centiBel */ } __attribute__ ((packed)); struct gsm_pcu_if_rts_req { @@ -89,7 +89,7 @@ struct gsm_pcu_if_rach_ind { uint32_t fn; uint16_t arfcn; uint8_t is_11bit; - uint8_t burst_type; + uint8_t burst_type; } __attribute__ ((packed)); struct gsm_pcu_if_info_trx { -- cgit v1.2.3