Fixed compiling issues when enabling GSM MS side support.
[lcr.git] / appbridge.cpp
index 7309c80..e94de02 100644 (file)
@@ -148,7 +148,7 @@ fail:
 #endif
 #ifdef WITH_GSM_MS
        if (interface_out->gsm_ms) {
-               port = new Pgsm_bs(PORT_TYPE_GSM_MS_OUT, portname, &port_settings, interface_out);
+               port = new Pgsm_ms(PORT_TYPE_GSM_MS_OUT, portname, &port_settings, interface_out);
        } else
 #endif
        {