Commit 8e397047 authored by mogos's avatar mogos
Browse files

map adapterControl for PSAP tests

parent 90a942ac
Loading
Loading
Loading
Loading
+15 −13
Original line number Diff line number Diff line
@@ -797,6 +797,7 @@ module LibItsECall_Functions {
            vc_uiComponent := UIComponent.create("UIComponent");

            map(vc_logComponent:logPort, system:logPort);
            map(self:adapterControl, system:adapterControl);
            map(self:modem, system:modem);
            connect(self:uiPort, vc_uiComponent:uiPort);

@@ -829,6 +830,7 @@ module LibItsECall_Functions {

            disconnect(self:uiPort, vc_uiComponent:uiPort);
            unmap(self:modem, system:modem);
            unmap(self:adapterControl, system:adapterControl);
            unmap(vc_logComponent:logPort, system:logPort);
        } // end f_configPsapDown
    } // end psapConfigurationFunctions