aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/src/rtp_proxy.c
diff options
context:
space:
mode:
Diffstat (limited to 'openbsc/src/rtp_proxy.c')
-rw-r--r--openbsc/src/rtp_proxy.c7
1 files changed, 6 insertions, 1 deletions
diff --git a/openbsc/src/rtp_proxy.c b/openbsc/src/rtp_proxy.c
index a581b9fdf..59c0735a5 100644
--- a/openbsc/src/rtp_proxy.c
+++ b/openbsc/src/rtp_proxy.c
@@ -182,7 +182,12 @@ static int rtp_socket_read(struct rtp_socket *rs, struct rtp_sub_socket *rss)
msgb_enqueue(&other_rss->tx_queue, msg);
other_rss->bfd.when |= BSC_FD_WRITE;
break;
- /* FIXME: other cases */
+
+ case RTP_RECV_UPSTREAM:
+ case RTP_NONE:
+ /* FIXME: other cases */
+ DEBUGP(DMUX, "unhandled action: %d\n", rs->rx_action);
+ break;
}
return rc;