mirror of
				https://github.com/brmlab/osmo-tetra.git
				synced 2025-10-30 23:14:00 +01:00 
			
		
		
		
	tetra_prim: some more comments
This commit is contained in:
		
							parent
							
								
									194bf12a0a
								
							
						
					
					
						commit
						8d36966e82
					
				
					 1 changed files with 6 additions and 7 deletions
				
			
		|  | @ -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 { | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Harald Welte
						Harald Welte