Commit 3d7652bd authored by Matteo DB's avatar Matteo DB
Browse files

fix read synth

parent 5eba0160
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -134,6 +134,8 @@ void CConfiguration::init(maci::ContainerServices *Services)
	m_conf_hnd.setConfiguration(ReceiverConfHandler::CCC_Normal);
	/* Feeds */
	readFeeds();
	/* Synth tables */
	readSynths();
	/* Taper */
	readTaper();	
	MED_TRACE_MSG(" OUT ");
+1 −2
Original line number Diff line number Diff line
@@ -64,7 +64,6 @@ void MixerOperator::loadComponents()
    MED_TRACE_FMT("LO 2 : %s\n", (const char*)m_configuration->getLocalOscillatorInstance2nd());
    try{           
        loadDevices();        
        m_configuration->readSynths();
    }catch(...){
        ACS_LOG(LM_FULL_INFO,"MixerOperator::loadComponents()",
                    (LM_NOTICE,"LOs loading failed!"));