laforge submitted this change.
cosmetic: Improve comment with spec ref in RACH Control Parameters
Change-Id: I14f0f155c17e97c2fd98755f86acaa81e1c5f9e6
---
M include/osmocom/gsm/protocol/gsm_04_08.h
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/include/osmocom/gsm/protocol/gsm_04_08.h b/include/osmocom/gsm/protocol/gsm_04_08.h
index 35b3427..a919aae 100644
--- a/include/osmocom/gsm/protocol/gsm_04_08.h
+++ b/include/osmocom/gsm/protocol/gsm_04_08.h
@@ -634,13 +634,13 @@
#endif
} __attribute__((packed));
-/* Chapter 10.5.2.29 */
+/* 3GPP TS 44.018 Chapter 10.5.2.29 "RACH Control Parameters" */
struct gsm48_rach_control {
#if OSMO_IS_LITTLE_ENDIAN
- uint8_t re :1,
- cell_bar :1,
- tx_integer :4,
- max_trans :2;
+ uint8_t re :1, /* RE, Call reestablishment allowed */
+ cell_bar :1, /* CELL_BAR_ACCESS */
+ tx_integer :4, /* Tx-integer */
+ max_trans :2; /* Max_Retrans */
uint8_t t2; /* ACC 8-15 barred flags */
uint8_t t3; /* ACC 0-7 barred flags */
#elif OSMO_IS_BIG_ENDIAN
To view, visit change 39833. To unsubscribe, or for help writing mail filters, visit settings.