diff --git a/openbsc/src/ipaccess/ipaccess-proxy.c b/openbsc/src/ipaccess/ipaccess-proxy.c index ae24d1635..390510a9b 100644 --- a/openbsc/src/ipaccess/ipaccess-proxy.c +++ b/openbsc/src/ipaccess/ipaccess-proxy.c @@ -266,6 +266,7 @@ static int handle_udp_read(struct osmo_fd *bfd) default: DEBUGP(DLINP, "Unknown protocol 0x%02x, sending to " "OML FD\n", hh->proto); + /* fall through */ case IPAC_PROTO_IPACCESS: case IPAC_PROTO_OML: other_conn = ipbc->bsc_oml_conn;