osmux: Move setting OSMUX_STATE_DISABLED to initializer function

Change-Id: I7c184b17075fc3e71f1f66775e16b56a5ae91b62
diff --git a/src/libosmo-mgcp/mgcp_osmux.c b/src/libosmo-mgcp/mgcp_osmux.c
index 473e655..8ffdf31 100644
--- a/src/libosmo-mgcp/mgcp_osmux.c
+++ b/src/libosmo-mgcp/mgcp_osmux.c
@@ -524,6 +524,8 @@
 	conn->osmux.ctrg = rate_ctr_group_alloc(conn->conn, &rate_ctr_group_osmux_desc, conn->ctrg->idx);
 
 	conn->type = MGCP_RTP_OSMUX;
+	/* Annotate Osmux circuit ID and set it to negotiating state until this
+	 * is fully set up from the dummy load. */
 	conn->osmux.state = OSMUX_STATE_ACTIVATING;
 	return 0;
 }