git-svn-id: http://op25.osmocom.org/svn/trunk@293 65a5c917-d112-43f1-993d-58c26a4786be
This commit is contained in:
max 2011-07-18 20:31:22 +00:00
parent fe9b8a5bf1
commit 62c821bcb9
1 changed files with 1 additions and 1 deletions

View File

@ -189,7 +189,7 @@ class p25_rx_block (stdgui2.std_top_block):
self.sink_s = repeater.p25_frame_assembler(self.options.wireshark_host, udp_port, self.options.verbosity, 0, 0, 0, msgq)
if self.baseband_input:
gain = 50.0
gain = self.options.gain
else:
gain = 1.0
self.baseband_amp = gr.multiply_const_ff(gain)