mirror of
				https://gitea.osmocom.org/cellular-infrastructure/osmo-mgw.git
				synced 2025-11-04 14:03:16 +00:00 
			
		
		
		
	BTS: Add S counter for link loss criterion to lchan structure
This commit is contained in:
		
				
					committed by
					
						
						Harald Welte
					
				
			
			
				
	
			
			
			
						parent
						
							f876c39887
						
					
				
				
					commit
					1af682adb9
				
			@@ -293,6 +293,8 @@ struct gsm_lchan {
 | 
				
			|||||||
		/* counts up to Ny1 */
 | 
							/* counts up to Ny1 */
 | 
				
			||||||
		unsigned int phys_info_count;
 | 
							unsigned int phys_info_count;
 | 
				
			||||||
	} ho;
 | 
						} ho;
 | 
				
			||||||
 | 
						/* S counter for link loss */
 | 
				
			||||||
 | 
						int s;
 | 
				
			||||||
#endif
 | 
					#endif
 | 
				
			||||||
};
 | 
					};
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user