aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Couzens <lynxis@fe80.eu>2018-02-28 02:56:12 +0100
committerAlexander Couzens <lynxis@fe80.eu>2018-02-28 03:03:01 +0100
commitd2a219e6443a40e99382b6a573898408e704ac00 (patch)
treeb92682415f2f9f566f56325c526fa0c394d8b9fe
parent731e2bb328f6b0d739fa21913eb30cff8a46c70c (diff)
pcuif_proto.h: fix whitespaces and indention
-rw-r--r--include/osmocom/pcu/pcuif_proto.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/include/osmocom/pcu/pcuif_proto.h b/include/osmocom/pcu/pcuif_proto.h
index 39103ee2..be63f1a4 100644
--- a/include/osmocom/pcu/pcuif_proto.h
+++ b/include/osmocom/pcu/pcuif_proto.h
@@ -11,7 +11,7 @@
/* msg_type */
#define PCU_IF_MSG_DATA_REQ 0x00 /* send data to given channel */
#define PCU_IF_MSG_DATA_CNF 0x01 /* confirm (e.g. transmission on PCH) */
-#define PCU_IF_MSG_DATA_IND 0x02 /* receive data from given channel */
+#define PCU_IF_MSG_DATA_IND 0x02 /* receive data from given channel */
#define PCU_IF_MSG_RTS_REQ 0x10 /* ready to send request */
#define PCU_IF_MSG_RACH_IND 0x22 /* receive RACH */
#define PCU_IF_MSG_INFO_IND 0x32 /* retrieve BTS info */
@@ -66,9 +66,9 @@ 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% */
- 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 {
@@ -110,7 +110,7 @@ struct gsm_pcu_if_info_ind {
uint16_t nsei;
uint8_t nse_timer[7];
uint8_t cell_timer[11];
- /* cell */
+ /* cell */
uint16_t cell_id;
uint16_t repeat_time;
uint8_t repeat_count;