laforge
/
openbts-osmo
Archived
1
0
Fork 0

transceiver: fix bug on non-UHD builds

Add a missing variable that was supposed to go with,

b7c09bba14

Signed-off-by: Thomas Tsou <ttsou@vt.edu>
This commit is contained in:
Thomas Tsou 2011-05-25 17:33:11 -07:00
parent e161523c8b
commit e456a41edf
1 changed files with 2 additions and 0 deletions

View File

@ -97,6 +97,8 @@ private:
unsigned long hi32Timestamp;
unsigned long lastPktTimestamp;
double rxGain;
#ifdef SWLOOPBACK
short loopbackBuffer[1000000];
int loopbackBufferSize;