mirror of
				https://github.com/brmlab/osmo-tetra.git
				synced 2025-10-31 15:33:59 +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 */ | ||||
| struct tmv_unitdata_param { | ||||
| 	uint32_t mac_block_len; | ||||
| 	enum tetra_log_chan lchan; | ||||
| 	int crc_ok; | ||||
| 	uint32_t scrambling_code; | ||||
| 	struct tetra_tdma_time tdma_time; | ||||
| 	uint8_t mac_block[412];		/* maximum length of bits in a non-QAM chan */ | ||||
| }; | ||||
| 	uint32_t mac_block_len;		/* length of mac block */ | ||||
| 	enum tetra_log_chan lchan;	/* to which lchan do we belong? */ | ||||
| 	int crc_ok;			/* was the CRC verified OK? */ | ||||
| 	uint32_t scrambling_code;	/* which scrambling code was used */ | ||||
| 	struct tetra_tdma_time tdma_time;/* TDMA timestamp  */ | ||||
| 	uint8_t mac_block[412];		/* maximum num of bits in a non-QAM chan */ }; | ||||
| 
 | ||||
| /* Table 23.3 */ | ||||
| struct tmv_configure_param { | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Harald Welte
						Harald Welte