mirror of
				https://gitea.osmocom.org/cellular-infrastructure/osmo-mgw.git
				synced 2025-11-03 21:43:32 +00:00 
			
		
		
		
	bts: Add a flag to remember the kind of activation/release
When the PCU is activating a channel we don't want to tell the BSC using RSL. Add a flag so we can keep track of who asked for the activation/release of the channel.
This commit is contained in:
		@@ -296,6 +296,8 @@ struct gsm_lchan {
 | 
				
			|||||||
	} ho;
 | 
						} ho;
 | 
				
			||||||
	/* S counter for link loss */
 | 
						/* S counter for link loss */
 | 
				
			||||||
	int s;
 | 
						int s;
 | 
				
			||||||
 | 
						/* Kind of the release/activation. E.g. RSL or PCU */
 | 
				
			||||||
 | 
						int rel_act_kind;
 | 
				
			||||||
#endif
 | 
					#endif
 | 
				
			||||||
};
 | 
					};
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user