Review at  https://gerrit.osmocom.org/6983

pcuif_proto.h: fix whitespaces and indention

Change-Id: Ic676bb046a8ee254b9ee8d0d126ce79e6057cfb3
---
M include/osmocom/bsc/pcuif_proto.h
1 file changed, 5 insertions(+), 5 deletions(-)


  git pull ssh://gerrit.osmocom.org:29418/osmo-bsc refs/changes/83/6983/1

diff --git a/include/osmocom/bsc/pcuif_proto.h 
b/include/osmocom/bsc/pcuif_proto.h
index eb28d66..f51305f 100644
--- a/include/osmocom/bsc/pcuif_proto.h
+++ b/include/osmocom/bsc/pcuif_proto.h
@@ -52,7 +52,7 @@
        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 @@
        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 @@
        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 {

-- 
To view, visit https://gerrit.osmocom.org/6983
To unsubscribe, visit https://gerrit.osmocom.org/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: Ic676bb046a8ee254b9ee8d0d126ce79e6057cfb3
Gerrit-PatchSet: 1
Gerrit-Project: osmo-bsc
Gerrit-Branch: master
Gerrit-Owner: lynxis lazus <lyn...@fe80.eu>
Gerrit-Reviewer: Jenkins Builder

Reply via email to