Change in ...libosmocore[master]: Cosmetic: l1sap.h: change /* !< to /*!<

This is merely a historical archive of years 2008-2021, before the migration to mailman3.

A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/gerrit-log@lists.osmocom.org/.

pespin gerrit-no-reply at lists.osmocom.org
Fri Aug 23 11:20:11 UTC 2019


pespin has submitted this change and it was merged. ( https://gerrit.osmocom.org/c/libosmocore/+/15269 )

Change subject: Cosmetic: l1sap.h: change /* !< to /*!<
......................................................................

Cosmetic: l1sap.h: change /* !< to /*!<

Change-Id: Icaec95a9c6105fd17bc1151fdc77394f4efd3b70
---
M include/osmocom/gsm/l1sap.h
1 file changed, 5 insertions(+), 5 deletions(-)

Approvals:
  Jenkins Builder: Verified
  fixeria: Looks good to me, approved
  pespin: Looks good to me, approved



diff --git a/include/osmocom/gsm/l1sap.h b/include/osmocom/gsm/l1sap.h
index 19cc87a..3d2ad25 100644
--- a/include/osmocom/gsm/l1sap.h
+++ b/include/osmocom/gsm/l1sap.h
@@ -67,8 +67,8 @@
 	/* 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 @@
 	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 @@
 	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 */

-- 
To view, visit https://gerrit.osmocom.org/c/libosmocore/+/15269
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings

Gerrit-Project: libosmocore
Gerrit-Branch: master
Gerrit-Change-Id: Icaec95a9c6105fd17bc1151fdc77394f4efd3b70
Gerrit-Change-Number: 15269
Gerrit-PatchSet: 1
Gerrit-Owner: osmith <osmith at sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: fixeria <axilirator at gmail.com>
Gerrit-Reviewer: pespin <pespin at sysmocom.de>
Gerrit-MessageType: merged
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20190823/0bc16df1/attachment.htm>


More information about the gerrit-log mailing list