osmux: Now that we have IPv4/port we might want to consider to expire handles
diff --git a/openbsc/src/libmgcp/osmux.c b/openbsc/src/libmgcp/osmux.c
index 75abde8..71d001f 100644
--- a/openbsc/src/libmgcp/osmux.c
+++ b/openbsc/src/libmgcp/osmux.c
@@ -27,6 +27,7 @@
 
 static struct osmo_fd osmux_fd;
 
+/* TODO: expire old handles.. */
 static LLIST_HEAD(osmux_handle_list);
 
 struct osmux_handle {