diff options
author | Oliver Smith <osmith@sysmocom.de> | 2019-08-23 10:14:31 +0200 |
---|---|---|
committer | Oliver Smith <osmith@sysmocom.de> | 2019-08-23 10:15:49 +0200 |
commit | 858c86639d09333d297fbbfa7b09fb4ab1209ac9 (patch) | |
tree | 8bb03d0cf00b8f4d361811a8e63aceb7f2fa3827 /include/osmocom | |
parent | 0c2a46d8a62b5af6c5fb7ad80e720607d5b91864 (diff) |
Cosmetic: l1sap.h: change /* !< to /*!<
Change-Id: Icaec95a9c6105fd17bc1151fdc77394f4efd3b70
Diffstat (limited to 'include/osmocom')
-rw-r--r-- | include/osmocom/gsm/l1sap.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/include/osmocom/gsm/l1sap.h b/include/osmocom/gsm/l1sap.h index 19cc87a3..3d2ad253 100644 --- a/include/osmocom/gsm/l1sap.h +++ b/include/osmocom/gsm/l1sap.h @@ -67,8 +67,8 @@ struct ph_rach_ind_param { /* elements added on 2018-02-26 */ int8_t rssi; /*!< RSSI of RACH indication */ uint16_t ber10k; /*!< BER in units of 0.01% */ - int16_t acc_delay_256bits;/* !< Burst TA Offset in 1/256th bits */ - int16_t lqual_cb; /* !< Link quality in centiBel */ + int16_t acc_delay_256bits;/*!< Burst TA Offset in 1/256th bits */ + int16_t lqual_cb; /*!< Link quality in centiBel */ }; /*! for PH-[UNIT]DATA.{req,ind} | PH-RTS.ind */ @@ -79,10 +79,10 @@ struct ph_data_param { int8_t rssi; /*!< RSSI of receivedindication */ uint16_t ber10k; /*!< BER in units of 0.01% */ union { - int16_t ta_offs_qbits; /* !< Burst TA Offset in quarter bits */ + int16_t ta_offs_qbits; /*!< Burst TA Offset in quarter bits */ int16_t ta_offs_256bits;/*!< timing advance offset (in 1/256th bits) */ }; - int16_t lqual_cb; /* !< Link quality in centiBel */ + int16_t lqual_cb; /*!< Link quality in centiBel */ enum osmo_ph_pres_info_type pdch_presence_info; /*!< Info regarding presence/validity of header and data parts */ }; @@ -93,7 +93,7 @@ struct ph_tch_param { int8_t rssi; /*!< RSSI of received indication */ uint8_t marker; /*!< RTP Marker bit (speech onset indicator) */ uint16_t ber10k; /*!< BER in units of 0.01% */ - int16_t lqual_cb; /* !< Link quality in centiBel */ + int16_t lqual_cb; /*!< Link quality in centiBel */ }; /*! for PH-CONN.ind */ |