tetra_prim: some more comments

This commit is contained in:
Harald Welte 2011-04-24 15:43:28 +02:00
parent 194bf12a0a
commit 8d36966e82

View file

@ -23,13 +23,12 @@ enum tmv_sap_prim {
/* Table 23.2 */ /* Table 23.2 */
struct tmv_unitdata_param { struct tmv_unitdata_param {
uint32_t mac_block_len; uint32_t mac_block_len; /* length of mac block */
enum tetra_log_chan lchan; enum tetra_log_chan lchan; /* to which lchan do we belong? */
int crc_ok; int crc_ok; /* was the CRC verified OK? */
uint32_t scrambling_code; uint32_t scrambling_code; /* which scrambling code was used */
struct tetra_tdma_time tdma_time; struct tetra_tdma_time tdma_time;/* TDMA timestamp */
uint8_t mac_block[412]; /* maximum length of bits in a non-QAM chan */ uint8_t mac_block[412]; /* maximum num of bits in a non-QAM chan */ };
};
/* Table 23.3 */ /* Table 23.3 */
struct tmv_configure_param { struct tmv_configure_param {