bankd: Add FIXME to the main thread

Change-Id: I5d36afdf2417023d09e7029244e2e649f08266b2
diff --git a/src/bankd_main.c b/src/bankd_main.c
index c19b41f..ecb3d32 100644
--- a/src/bankd_main.c
+++ b/src/bankd_main.c
@@ -139,6 +139,13 @@
 	while (1) {
 		if (terminate)
 			break;
+		/* FIXME: Connect to remsim-server from the main thread, register with
+		 * it and await + process any slot mapping or other configuration commands.
+		 * Ensure to re-connect as needed. */
+
+		/* we should generalize the SRVC (server connection) FSM from remsim-client
+		 * and use it here.  As long as only the main thread is using osmo_fsm, things
+		 * are safe with regard to other threads */
 		sleep(1);
 	}