mirror of
				https://github.com/RangeNetworks/openbts.git
				synced 2025-11-04 05:43:14 +00:00 
			
		
		
		
	merged in commercial openbts
This commit is contained in:
		@@ -888,11 +888,12 @@ bool generateMidamble(signalVector &gsmPulse,
 | 
			
		||||
  *(emptyPulse.begin()) = 1.0;
 | 
			
		||||
 | 
			
		||||
  // only use middle 16 bits of each TSC
 | 
			
		||||
  signalVector *middleMidamble = modulateBurst(gTrainingSequence[TSC].segment(5,16),
 | 
			
		||||
  // (pat) fwiw the uses of gTrainingSequence formerly did clones here.  I added the call to alias() to prevent that.
 | 
			
		||||
  signalVector *middleMidamble = modulateBurst(gTrainingSequence[TSC].alias().segment(5,16),
 | 
			
		||||
					 emptyPulse,
 | 
			
		||||
					 0,
 | 
			
		||||
					 samplesPerSymbol);
 | 
			
		||||
  signalVector *midamble = modulateBurst(gTrainingSequence[TSC],
 | 
			
		||||
  signalVector *midamble = modulateBurst(gTrainingSequence[TSC].alias(),
 | 
			
		||||
                                         gsmPulse,
 | 
			
		||||
                                         0,
 | 
			
		||||
                                         samplesPerSymbol);
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user