mirror of
				https://github.com/Telecominfraproject/oopt-tai-implementations.git
				synced 2025-10-30 01:32:42 +00:00 
			
		
		
		
	 5f55526031
			
		
	
	5f55526031
	
	
	
		
			
			This commit provides the AC400 TAI adapter code. This code was previously open sourced in the Cumulus Network's github organization. This commit moves the code over to the TIP organization. See the README.md file in the tai_ac400 directory for more information.
		
			
				
	
	
		
			10 lines
		
	
	
		
			297 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			10 lines
		
	
	
		
			297 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| # In this file we track the current API version
 | |
| # of the TAI specification.
 | |
| # The version is built of the following
 | |
| # tree numbers:
 | |
| # MAJOR:MINOR:REV
 | |
| # MAJOR - API has completely changed
 | |
| # MINOR - API changes require code fixing
 | |
| # REV   - API is compatible with previous versions
 | |
| LIBVERSION=1:0:0
 |