Experimental crypto feature: Support for libvootp
[lcr.git] / gsm.cpp
diff --git a/gsm.cpp b/gsm.cpp
index 5d4b64d..ec33695 100644 (file)
--- a/gsm.cpp
+++ b/gsm.cpp
@@ -412,6 +412,11 @@ bfi:
 /* send traffic to gsm */
 int Pgsm::bridge_rx(unsigned char *data, int len)
 {
+       int ret;
+
+       if ((ret = Port::bridge_rx(data, len)))
+               return ret;
+
        if (p_tone_name[0])
                return -EINVAL;